.s-83d6311e87d4775ca4b3.s-9fb29051f2217270a7b2,
img {
  display: block;
}
#cb-root *,
*,
::after,
::before {
  box-sizing: border-box;
}
#cb-banner,
#cb-drawer {
  right: 18px;
  bottom: 18px;
  z-index: 99999;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.04),
    rgba(255, 255, 255, 0.02)
  );
  box-shadow: var(--cb-shadow);
  overflow: hidden;
}
:root {
  --bg: #fafafa;
  --panel: #ffffff;
  --ink: #f5f5f5;
  --electric: #ff6b35;
  --electric-2: #ff8c42;
  --text: #2d2d2d;
  --muted: #6b6b6b;
  --link-color: #ff6b35;
  --accent: #e55a2b;
  --ok: #00d18a;
  --warn: #ffa500;
  --danger: #ff3b3b;
  --shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  --radius: 18px;
  --container: clamp(280px, 90vw, 1200px);
  --cb-bg: #fafafa;
  --cb-panel: #ffffff;
  --cb-ink: #f5f5f5;
  --cb-electric: #ff6b35;
  --cb-electric-2: #ff8c42;
  --cb-text: #2d2d2d;
  --cb-muted: #6b6b6b;
  --cb-okay: #17c964;
  --cb-danger: #ff6b6b;
  --cb-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  --cb-radius: 16px;
}
*,
::after,
::before {
  margin: 0;
  padding: 0;
}
html:focus-within {
  scroll-behavior: smooth;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
  color: var(--link-color);
}
button,
input,
select,
textarea {
  font: inherit;
}
body {
  background: radial-gradient(
      1200px 600px at 70% 0,
      rgba(255, 107, 53, 0.08),
      transparent 60%
    ),
    var(--bg);
  color: var(--text);
  font-family: "M PLUS Rounded 1c", "M PLUS Rounded 1c", ui-sans-serif,
    system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial,
    "Noto Sans", "Liberation Sans", sans-serif;
  line-height: 1.6;
  max-width: 100vw;
  overflow-x: hidden;
}
html {
  overflow-x: hidden;
  width: 100%;
}
*,
*::before,
*::after {
  max-width: 100%;
}
body,
html {
  width: 100%;
  overflow-x: hidden;
  position: relative;
}
.s-255a762c36cdae2fe950 {
  width: var(--container);
  margin-inline: auto;
  padding-inline: 20px;
  max-width: 100%;
  box-sizing: border-box;
}
.s-f3c543ad5fe9d69603e7 {
  display: grid;
  gap: 20px;
}
.s-e52a9805eacfb40f95a4 {
  grid-template-columns: repeat(3, 1fr);
}
.s-212301c593df7a10ee64 {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.9rem 1.2rem;
  border-radius: 14px;
  border: 1px solid transparent;
  background: linear-gradient(180deg, var(--electric), var(--accent));
  color: #081018;
  font-weight: 700;
  box-shadow: var(--shadow);
  transition: transform 0.15s, box-shadow 0.2s;
}
.s-17372aab96768df56d25,
h1 {
  font-weight: 900;
  letter-spacing: 0.2px;
}
.s-212301c593df7a10ee64:hover,
.s-2f0caf172e5933cd16bb:hover {
  transform: translateY(-1px);
}
.s-bd80ddf7b5d0ce1978be {
  background: 0 0;
  border-color: rgba(0, 0, 0, 0.12);
  color: var(--text);
}
.s-c6b6df0a9e1bcfd2478c {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 999px;
  padding: 0.35rem 0.7rem;
  font-size: 0.85rem;
  color: var(--muted);
}
.s-d941349c96c5e6b91fe5 {
  left: -9999px;
  position: absolute;
  top: auto;
  transition: left 0.2s;
  z-index: 1001;
}
[data-cta] {
  cursor: pointer;
}
header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: saturate(140%) blur(16px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
  overflow-y: visible;
}
.s-fea877d4f0f1699da0f9 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 70px;
}
.s-63acf68c4f951d6412a8 {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.s-63acf68c4f951d6412a8 img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.s-89961ab731e563455658 {
  font-size: 0.8rem;
  color: var(--muted);
}
.s-b91e38bb74ee2c1d3768 {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.s-b91e38bb74ee2c1d3768 a {
  padding: 0.6rem 0.8rem;
  border-radius: 12px;
  color: var(--text);
  border: 1px solid transparent;
}
.s-b91e38bb74ee2c1d3768 a:hover {
  border-color: rgba(0, 0, 0, 0.1);
  background: rgba(255, 107, 53, 0.05);
}
.s-f8a1b2e8dcf417167c8d {
  display: flex;
  gap: 0.6rem;
}
.s-7a86b15480e0a870f0b0 {
  display: none;
  cursor: pointer;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  align-items: center;
  justify-content: center;
}
.s-b4f4caf7703c103eb90e {
  position: relative;
  width: 20px;
  height: 12px;
}
.s-b4f4caf7703c103eb90e span,
.s-b4f4caf7703c103eb90e::after,
.s-b4f4caf7703c103eb90e::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: transform 0.25s, opacity 0.25s;
}
.s-b4f4caf7703c103eb90e span {
  top: 5px;
}
.s-b4f4caf7703c103eb90e::before {
  top: 0;
}
.s-b4f4caf7703c103eb90e::after {
  bottom: 0;
}
.s-7a86b15480e0a870f0b0.s-2bb6b986c5d6fb26dd9d .s-b4f4caf7703c103eb90e::before {
  transform: translateY(5px) rotate(45deg);
}
.s-7a86b15480e0a870f0b0.s-2bb6b986c5d6fb26dd9d .s-b4f4caf7703c103eb90e::after {
  transform: translateY(-5px) rotate(-45deg);
}
.s-7a86b15480e0a870f0b0.s-2bb6b986c5d6fb26dd9d .s-b4f4caf7703c103eb90e span {
  opacity: 0;
}
.s-83d6311e87d4775ca4b3 {
  position: fixed !important;
  top: 70px !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  height: calc(100vh - 70px) !important;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(10px);
  display: none;
  z-index: 99998 !important;
  isolation: isolate;
}
.s-e7dd5bff7b862edcc9c0 {
  position: absolute;
  top: 0;
  right: 0;
  width: min(88vw, 420px);
  height: 100%;
  background: linear-gradient(180deg, var(--panel), #f5f5f5);
  border-left: 1px solid rgba(0, 0, 0, 0.08);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  box-shadow: var(--shadow);
  overflow-y: auto;
  z-index: 1;
}
.s-close-mobile-menu {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s;
  z-index: 10;
  color: var(--text);
}
.s-close-mobile-menu:hover {
  background: rgba(255, 107, 53, 0.1);
  border-color: var(--electric);
  color: var(--electric);
  transform: scale(1.1);
}
.s-close-mobile-menu:active {
  transform: scale(0.95);
}
.s-close-mobile-menu svg {
  width: 20px;
  height: 20px;
}
.s-080c658c5f8ee30d7e38 a {
  display: block;
  padding: 14px 12px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: var(--text);
}
.s-080c658c5f8ee30d7e38 a:active {
  transform: scale(0.99);
}
.s-0911aed621a145fb7a54 {
  position: relative;
  isolation: isolate;
  min-height: 92vh;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.s-d216c487842b0781c6f3 {
  position: absolute;
  inset: -10%;
  background: radial-gradient(
      600px 300px at 90% 10%,
      rgba(255, 107, 53, 0.12),
      transparent 60%
    ),
    conic-gradient(
      from 220deg at 70% 30%,
      rgba(255, 107, 53, 0.08),
      transparent 35%,
      rgba(255, 140, 66, 0.06),
      transparent 70%
    ),
    radial-gradient(
      1200px 800px at -10% 100%,
      rgba(255, 107, 53, 0.1),
      transparent 60%
    ),
    linear-gradient(160deg, #f5f5f5 10%, #fafafa 60%, #f0f0f0 100%);
  z-index: -2;
}
.s-33b1eac210971fb02a3b {
  position: absolute;
  inset: auto;
  top: 12%;
  right: 8%;
  width: min(50vmin, 520px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: conic-gradient(
    from var(--a, 0deg),
    var(--electric) 0 12%,
    transparent 12% 28%,
    var(--electric-2) 28% 40%,
    transparent 40% 55%,
    var(--electric) 55% 65%,
    transparent 65% 100%
  );
  filter: drop-shadow(0 8px 28px rgba(255, 107, 53, 0.25));
  animation: 18s linear infinite spin;
  opacity: 0.75;
}
.s-33b1eac210971fb02a3b::after {
  content: "";
  position: absolute;
  inset: 14%;
  border-radius: 50%;
  border: 1px dashed rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 0 2px rgba(255, 107, 53, 0.12);
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.s-6e16e89920c1516571d5 {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  width: var(--container);
  padding: 24px;
}
.s-04ae6fcec67025fccda5 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.s-3e0719f3828ce1f8c463 {
  display: inline-grid;
  grid-auto-flow: column;
  gap: 0.6rem;
  align-items: center;
}
.s-3e0719f3828ce1f8c463 .s-c6b6df0a9e1bcfd2478c i {
  width: 8px;
  height: 8px;
  background: var(--ok);
  border-radius: 50%;
  box-shadow: 0 0 16px rgba(0, 209, 138, 0.6);
}
h1 {
  font-size: clamp(28px, 6vw, 60px);
  line-height: 1.05;
  background: linear-gradient(180deg, #2d2d2d, #ff6b35 70%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.s-edf0ca55991a35e753ad {
  font-size: clamp(16px, 2.3vw, 20px);
  color: #4a4a4a;
  opacity: 0.95;
}
.s-0732f58da97896ee4dab,
.s-eccd4a29519fd765c4d7 {
  transition-delay: 0.1s;
}
.s-60bad22b4fd2c434433a {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.s-a6453f1b70324104fbb9 {
  transition-delay: 0.14s;
}
.s-d70d2d8849ac3cf66201 {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  color: var(--muted);
}
.s-20a1d15abb2e8e1a8bab {
  transition-delay: 0.18s;
}
.s-6b210fcb4c675c3dcfbd {
  position: relative;
  display: grid;
  gap: 18px;
  grid-template-rows: 1fr 1fr;
}
.s-2ab0591dbcf5fefdad65 {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.9),
    rgba(255, 255, 255, 0.7)
  );
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: var(--shadow);
}
.s-67211905891afa8c3e8d {
  transition-delay: 0.16s;
}
.s-9e3bfef43f03e8ab9557 {
  position: absolute;
  inset: 0;
}
.s-9e3bfef43f03e8ab9557 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.s-5c85f78e044406463a70 {
  aspect-ratio: 16/9;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}
.s-0443d45d0643905e6104 {
  aspect-ratio: 16/10;
  clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
}
.s-adac3846b477f4671462 {
  position: absolute;
  left: 12px;
  top: 12px;
  background: rgba(255, 107, 53, 0.15);
  color: #ff6b35;
  border: 1px solid rgba(255, 107, 53, 0.35);
  padding: 0.42rem 0.7rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.8rem;
  backdrop-filter: blur(6px);
}
.s-7187dadeaa9825054bf2 {
  position: absolute;
  right: 10%;
  bottom: 6%;
  width: 10px;
  height: 10px;
  background: var(--electric);
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(255, 107, 53, 0.8), 0 0 30px rgba(255, 107, 53, 0.6),
    0 0 60px rgba(255, 107, 53, 0.4);
  animation: 2.8s ease-in-out infinite pulse;
}
@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.25);
  }
}
main section {
  padding: 64px 0;
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
}
main {
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
}
.s-0246e2a993254e86c142 {
  font-size: clamp(22px, 3.2vw, 36px);
  font-weight: 900;
  margin-bottom: 14px;
}
.s-2be0484d3870c9348eae {
  color: #4a4a4a;
  opacity: 0.95;
  margin-bottom: 24px;
  max-width: 68ch;
}
.s-7040cb72e5b1a981b50c {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.95),
    rgba(255, 255, 255, 0.9)
  );
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.s-3aac86bc815ef9583358,
.s-c8f6b2183bac0c05b47a {
  padding: 20px;
}
.s-811228f1d2d80ba5e41f {
  padding: 16px;
}
.s-7e0e01909734624f68a5,
.s-fc0353698749927304e8 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.s-a64557e5e67a45c6edde {
  position: relative;
  min-height: 320px;
}
.s-098d1c60580f6bd530a1,
.swiper {
  width: 100%;
  height: 100%;
}
.s-a4097e080c550462a9e3 {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.s-20ccc35ef39c33ee99c9 {
  margin-bottom: 10px;
}
.s-1393a7a4a0bd661c94e8,
.s-6018cb9fe166335146b2,
.s-e7b9c9da0fd118d91d06 {
  margin-top: 10px;
}
.s-a4097e080c550462a9e3 .s-c6b6df0a9e1bcfd2478c i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.s-5f17e5fe336f261f7dcb,
.s-a4097e080c550462a9e3 .s-bf31c52c32b0fcda1dc3 i {
  background: var(--ok);
}
.s-9cf91bfc379980b9af95,
.s-a4097e080c550462a9e3 .s-f235f22d8e81d65dbc3b i {
  background: var(--warn);
}
.s-a4097e080c550462a9e3 .s-9235afd3e98802411861 i {
  background: var(--danger);
}
.s-ef00a086929d650ac225 {
  display: grid;
  gap: 14px;
}
.s-4d55af37dbbb6a42088d {
  appearance: none;
  width: 100%;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--electric), rgba(255, 107, 53, 0.25));
  outline: 0;
}
.s-4d55af37dbbb6a42088d::-webkit-slider-thumb {
  appearance: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--electric);
  border: 2px solid #ffffff;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(255, 107, 53, 0.5);
}
.s-fc165ac761802cfe0b77 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.s-fc165ac761802cfe0b77 .s-7040cb72e5b1a981b50c {
  padding: 14px;
  text-align: center;
}
.s-fc165ac761802cfe0b77 strong {
  font-size: 1.4rem;
}
.s-6cb0b1712880f3fe72c4 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.s-bd370d1b6f9b3580a770,
.s-d372d6f5d818d4faeb96,
.s-d3c583412a36313ab5e2 {
  padding: 18px;
}
.s-3152013ef156887349ef {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: rgba(255, 107, 53, 0.1);
  display: grid;
  place-items: center;
  margin-bottom: 10px;
  border: 1px solid rgba(255, 107, 53, 0.28);
}
.s-3152013ef156887349ef svg,
.s-524242dfa91dd6b931b1 img {
  width: 28px;
  height: 28px;
}
.swiper-slide {
  height: auto;
}
.s-68848457d2ca9da5cb09,
.s-e75bc04532a5639ed1e9 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.s-68848457d2ca9da5cb09 .s-106c1e6e023f0d235ab0 {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.swiper .swiper-button-next,
.swiper .swiper-button-prev {
  color: var(--electric);
  border: 1px solid rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(6px);
  border-radius: 12px;
}
.swiper .swiper-pagination-bullet {
  background: var(--electric-2);
}
.s-6578912eabc4ebb2adc8 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.s-229d5c839bac6567ce12 {
  font-weight: 900;
  font-size: 1.1rem;
  color: #ff6b35;
}
.s-fcbc333bd18271e9c200 {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 24px;
}
.s-33ee59f62122b3df5dd1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.s-7d62f646c657fb08a489 {
  padding: 16px;
  text-align: center;
}
[data-animate] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.7s, transform 0.7s;
}
[data-animate].s-af10ef20dd9060bbeead {
  opacity: 1;
  transform: none;
}
footer {
  margin-top: 80px;
  background: linear-gradient(180deg, #f5f5f5, #fafafa);
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.s-79e84d844ab3b503488e {
  width: var(--container);
  margin: auto;
  padding: 28px 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.s-524242dfa91dd6b931b1 {
  display: flex;
  gap: 12px;
  align-items: center;
}
.s-206753b38a679c628e7f {
  margin-bottom: 12px;
}
.s-0f316ee1b82db0960c2a {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.s-0f316ee1b82db0960c2a a {
  color: var(--muted);
}
.s-0657ec4d14ac15cb3405 {
  font-size: 0.85rem;
  color: var(--muted);
}
@media (max-width: 1140px) {
  .s-6578912eabc4ebb2adc8,
  .s-6cb0b1712880f3fe72c4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .s-7e0e01909734624f68a5,
  .s-fc0353698749927304e8,
  .s-fcbc333bd18271e9c200 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 980px) {
  .s-b91e38bb74ee2c1d3768,
  .s-f8a1b2e8dcf417167c8d {
    display: none;
  }
  .s-7a86b15480e0a870f0b0 {
    display: inline-flex;
  }
  .s-68848457d2ca9da5cb09,
  .s-6e16e89920c1516571d5,
  .s-79e84d844ab3b503488e,
  .s-e75bc04532a5639ed1e9 {
    grid-template-columns: 1fr;
  }
  .s-33b1eac210971fb02a3b {
    top: 6%;
    right: -10%;
    width: 68vmin;
    opacity: 0.55;
  }
}
@media (max-width: 768px) {
  header {
    overflow-x: hidden;
  }
  .s-fea877d4f0f1699da0f9 {
    overflow-x: hidden;
    max-width: 100%;
  }
  .s-255a762c36cdae2fe950 {
    overflow-x: hidden;
  }
}
#cb-root {
  all: initial;
  font-family: "M PLUS Rounded 1c", ui-sans-serif, system-ui, -apple-system,
    "Segoe UI", Roboto, Arial, sans-serif;
}
#cb-banner {
  position: fixed;
  max-width: min(92vw, 440px);
  color: var(--cb-text);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: var(--cb-radius);
}
.s-e9f4b5edd6cde02ade6d {
  padding: 14px 14px 12px;
  background: var(--cb-panel);
}
.s-5919ab24634e68723fd3[aria-checked="true"],
.s-69815c484604d6866d9a {
  background: linear-gradient(90deg, var(--cb-electric), var(--cb-electric-2));
}
.s-ee919159afbaed9b3c53 {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.s-69815c484604d6866d9a {
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-top: 0.5rem;
  box-shadow: 0 0 18px rgba(255, 107, 53, 0.5);
}
.s-d9938d69e7cc830b4373 {
  font-weight: 800;
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: 0.2px;
}
.s-fb31a1e6b84148709121 {
  margin-top: 6px;
  color: var(--cb-muted);
  font-size: 0.92rem;
  line-height: 1.5;
}
.s-474db87cdf3212c7acc5 {
  display: flex;
  gap: 8px;
  margin-top: 12px;
  flex-wrap: wrap;
}
.s-2f0caf172e5933cd16bb {
  cursor: pointer;
  user-select: none;
  border-radius: 12px;
  padding: 0.7rem 1rem;
  font-weight: 800;
  border: 1px solid transparent;
  transition: transform 0.15s, opacity 0.15s;
}
.s-b89b482f3457c8cef826 {
  background: linear-gradient(180deg, var(--cb-electric), #e55a2b);
  color: #ffffff;
}
.s-cc9bbe1f875cccbe5218 {
  background: #f5f5f5;
  color: var(--cb-text);
  border-color: rgba(0, 0, 0, 0.12);
}
.s-35d3590eb54d15eef8f5 {
  background: #f5f5f5;
  color: var(--cb-electric-2);
  border-color: rgba(255, 107, 53, 0.35);
}
.s-f405617d867018821fc6 {
  margin-top: 8px;
  font-size: 0.85rem;
}
.s-f405617d867018821fc6 a {
  color: var(--cb-electric-2);
  text-decoration: none;
}
.s-f405617d867018821fc6 a:hover {
  text-decoration: underline;
}
#cb-drawer {
  position: fixed;
  display: none;
  width: min(92vw, 520px);
  max-height: min(86vh, 640px);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: var(--cb-radius);
}
.s-32a3f4014c96c8f5a5de {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px;
  background: var(--cb-ink);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.s-95fb5d5f259c0d4b1630 {
  font-weight: 900;
}
.s-761d1536287466f30fe4 {
  padding: 12px 14px 14px;
  background: var(--cb-panel);
  max-height: calc(min(86vh, 640px) - 62px);
  overflow: auto;
}
.s-5f7b53ccd537ed2aef7d {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.8);
  margin-top: 10px;
}
.s-5f7b53ccd537ed2aef7d h4 {
  margin-bottom: 4px;
}
.s-322b5d81722f93c78d36 {
  color: var(--cb-muted);
  font-size: 0.9rem;
}
.s-4039122eadf04b123c8d {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
}
.s-5919ab24634e68723fd3 {
  position: relative;
  width: 46px;
  height: 26px;
  border-radius: 26px;
  background: #e0e0e0;
  border: 1px solid rgba(0, 0, 0, 0.12);
  cursor: pointer;
  flex: 0 0 auto;
}
.s-5919ab24634e68723fd3[aria-checked="true"] {
  border-color: transparent;
}
.s-4af51ffc036a0cb5cbce {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  transition: left 0.18s;
}
.s-5919ab24634e68723fd3[aria-checked="true"] .s-4af51ffc036a0cb5cbce {
  left: 22px;
}
.s-aed37a47ed512778a6b2 {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-top: 6px;
}
.s-59a0e597fb2783306553 {
  padding: 0.25rem 0.5rem;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 0.75rem;
  color: var(--cb-muted);
}
.s-f4b53d178feced4a4b62 {
  display: flex;
  gap: 8px;
  justify-content: space-between;
  margin-top: 12px;
  flex-wrap: wrap;
}
.s-36bd97ebbbaa8e55890e {
  font-size: 0.82rem;
  color: var(--cb-muted);
}
.s-5ea1066cbf9672b62259 {
  margin-top: 8px;
}
.s-b6bc6551419f995368be {
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #f5f5f5;
  color: var(--cb-text);
  width: 36px;
  height: 36px;
  border-radius: 12px;
  display: grid;
  place-items: center;
}
.s-6cd93aa08a670b345555 {
  width: 16px;
  height: 16px;
  position: relative;
}
.s-6cd93aa08a670b345555:after,
.s-6cd93aa08a670b345555:before {
  content: "";
  position: absolute;
  inset: 7px 0;
  height: 2px;
  background: var(--cb-text);
  transform-origin: center;
}
.s-6cd93aa08a670b345555:before {
  transform: rotate(45deg);
}
.s-6cd93aa08a670b345555:after {
  transform: rotate(-45deg);
}
.s-648ddcd038c68bbe6fe3 {
  display: none !important;
}
.s-966fcbec763647c90104 {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
@media (max-width: 640px) {
  #cb-banner,
  #cb-drawer {
    right: 10px;
    left: 10px;
    max-width: unset;
  }
  .s-474db87cdf3212c7acc5 {
    justify-content: space-between;
  }
}
.s-0b9b5934eb3ddc039d88 {
  transition-delay: 0.05s;
}
.s-664fbc4fa33554d8f446 {
  height: 1px;
}
.s-cc08f1cbcf804c3b1096 {
  margin-top: 10px;
  padding-left: 18px;
}
.s-e56085de24072a8a67f1 {
  background: var(--electric);
}
.s-8fdb4ea746010dd00676 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.s-48d348161484d1bae679 {
  padding-left: 18px;
}
.s-c7ef5d023bdfb3b226cd {
  margin-bottom: 8px;
}
.s-8e337329422f627d5481 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.s-c964095acabedae4c7e6 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  isolation: isolate;
  width: 100%;
  max-width: 100vw;
}
.hero-background {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-image-wrapper {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.85) contrast(1.1);
}
.hero-gradient-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
      180deg,
      rgba(250, 250, 250, 0.85) 0%,
      rgba(250, 250, 250, 0.75) 50%,
      rgba(250, 250, 250, 0.9) 100%
    ),
    radial-gradient(
      ellipse at top right,
      rgba(255, 107, 53, 0.15) 0%,
      transparent 60%
    );
}
.hero-shapes {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
.hero-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.6;
  filter: blur(40px);
  animation: float 20s ease-in-out infinite;
}
.hero-shape-1 {
  width: 300px;
  height: 300px;
  background: linear-gradient(135deg, var(--electric), var(--electric-2));
  top: 10%;
  left: 5%;
  animation-delay: 0s;
}
.hero-shape-2 {
  width: 200px;
  height: 200px;
  background: linear-gradient(135deg, var(--electric-2), var(--accent));
  top: 60%;
  right: 10%;
  animation-delay: 2s;
}
.hero-shape-3 {
  width: 250px;
  height: 250px;
  background: linear-gradient(135deg, var(--accent), var(--electric));
  bottom: 15%;
  left: 15%;
  animation-delay: 4s;
}
.hero-shape-4 {
  width: 180px;
  height: 180px;
  background: linear-gradient(
    135deg,
    var(--electric-2),
    rgba(255, 107, 53, 0.5)
  );
  top: 30%;
  right: 25%;
  animation-delay: 6s;
}
.hero-shape-5 {
  width: 220px;
  height: 220px;
  background: linear-gradient(135deg, rgba(255, 107, 53, 0.6), var(--electric));
  bottom: 25%;
  right: 35%;
  animation-delay: 8s;
}
@keyframes float {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  25% {
    transform: translate(30px, -30px) scale(1.1);
  }
  50% {
    transform: translate(-20px, 20px) scale(0.9);
  }
  75% {
    transform: translate(20px, 30px) scale(1.05);
  }
}
.hero-content {
  position: relative;
  z-index: 2;
  width: var(--container);
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  text-align: center;
  box-sizing: border-box;
  max-width: 100%;
}
.hero-badges {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 107, 53, 0.2);
  color: var(--text);
  font-size: 0.9rem;
  font-weight: 600;
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.hero-badge i {
  width: 8px;
  height: 8px;
  background: var(--ok);
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(0, 209, 138, 0.6);
}
.hero-title {
  font-size: clamp(32px, 7vw, 72px);
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 28px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.hero-title-line {
  display: block;
  background: linear-gradient(180deg, #2d2d2d 0%, #ff6b35 70%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: slideInUp 0.8s ease-out forwards;
  opacity: 0;
}
.hero-title-line:nth-child(1) {
  animation-delay: 0.2s;
}
.hero-title-line:nth-child(2) {
  animation-delay: 0.4s;
}
.hero-title-line:nth-child(3) {
  animation-delay: 0.6s;
}
.hero-title-highlight {
  background: linear-gradient(180deg, #ff6b35 0%, #ff8c42 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero-description {
  font-size: clamp(16px, 2.2vw, 20px);
  color: #4a4a4a;
  max-width: 72ch;
  margin: 0 auto 36px;
  line-height: 1.7;
  opacity: 0;
  animation: slideInUp 0.8s ease-out 0.8s forwards;
}
.hero-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 32px;
  opacity: 0;
  animation: slideInUp 0.8s ease-out 1s forwards;
}
.hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 14px;
  font-weight: 700;
  font-size: 1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.hero-btn-primary {
  background: linear-gradient(180deg, var(--electric), var(--accent));
  color: #ffffff;
  border: none;
}
.hero-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(255, 107, 53, 0.3);
}
.hero-btn-secondary {
  background: rgba(255, 255, 255, 0.95);
  color: var(--text);
  border: 1px solid rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(10px);
}
.hero-btn-secondary:hover {
  transform: translateY(-2px);
  border-color: var(--electric);
  background: rgba(255, 107, 53, 0.05);
}
.hero-info {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 0.9rem;
  color: var(--muted);
  opacity: 0;
  animation: slideInUp 0.8s ease-out 1.2s forwards;
}
.hero-info-item {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.hero-info-item a {
  color: var(--electric);
  text-decoration: none;
  transition: color 0.2s;
}
.hero-info-item a:hover {
  color: var(--accent);
}
.hero-floating-text {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}
.floating-text {
  position: absolute;
  font-size: clamp(60px, 12vw, 140px);
  font-weight: 900;
  color: rgba(255, 107, 53, 0.08);
  white-space: nowrap;
  user-select: none;
  animation: floatText 25s linear infinite;
  overflow: hidden;
  pointer-events: none;
}
.floating-text-1 {
  top: 15%;
  left: -100%;
  animation-delay: 0s;
}
.floating-text-2 {
  top: 35%;
  right: -100%;
  animation-delay: 5s;
}
.floating-text-3 {
  top: 55%;
  left: -100%;
  animation-delay: 10s;
}
.floating-text-4 {
  top: 75%;
  right: -100%;
  animation-delay: 15s;
}
.floating-text-5 {
  bottom: 10%;
  left: -100%;
  animation-delay: 20s;
}
@keyframes floatText {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(100vw + 100%));
  }
}
@media (max-width: 768px) {
  .floating-text {
    display: none;
  }
  .hero-shape {
    max-width: 200px !important;
    max-height: 200px !important;
  }
  .hero-content {
    padding: 20px 16px !important;
  }
  .s-255a762c36cdae2fe950 {
    padding-inline: 16px !important;
  }
}
@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .hero-section {
    min-height: 100vh;
    padding: 80px 0 40px;
    overflow-x: hidden;
  }
  .hero-content {
    padding: 20px 16px !important;
    max-width: 100% !important;
    width: 100% !important;
  }
  .hero-title {
    font-size: clamp(28px, 8vw, 48px);
    margin-bottom: 20px;
  }
  .hero-description {
    font-size: 16px;
    margin-bottom: 28px;
    max-width: 100% !important;
  }
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .hero-btn {
    width: 100%;
    justify-content: center;
  }
  .hero-info {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }
  .hero-shape {
    width: 150px !important;
    height: 150px !important;
    filter: blur(30px);
  }
  .floating-text {
    font-size: clamp(40px, 10vw, 80px);
    display: none !important;
  }
}
@media (max-width: 480px) {
  .hero-badges {
    flex-direction: column;
    align-items: center;
  }
  .hero-badge {
    width: fit-content;
  }
}
.method-section {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(180deg, #fafafa 0%, #f5f5f5 100%);
  overflow: hidden;
  width: 100%;
  max-width: 100vw;
}
.method-background {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.method-shapes {
  position: absolute;
  inset: 0;
}
.method-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.4;
  filter: blur(60px);
  animation: methodFloat 25s ease-in-out infinite;
}
.method-shape-1 {
  width: 400px;
  height: 400px;
  background: linear-gradient(
    135deg,
    rgba(255, 107, 53, 0.3),
    rgba(255, 140, 66, 0.2)
  );
  top: 10%;
  left: -10%;
  animation-delay: 0s;
}
@media (max-width: 768px) {
  .method-shape-1 {
    left: -20%;
    clip-path: inset(0 20% 0 0);
  }
}
.method-shape-2 {
  width: 300px;
  height: 300px;
  background: linear-gradient(
    135deg,
    rgba(255, 140, 66, 0.25),
    rgba(229, 90, 43, 0.2)
  );
  bottom: 15%;
  right: 5%;
  animation-delay: 3s;
}
.method-shape-3 {
  width: 350px;
  height: 350px;
  background: linear-gradient(
    135deg,
    rgba(229, 90, 43, 0.2),
    rgba(255, 107, 53, 0.25)
  );
  top: 50%;
  right: -5%;
  animation-delay: 6s;
}
@media (max-width: 768px) {
  .method-shape-3 {
    right: -15%;
    clip-path: inset(0 0 0 15%);
  }
}
@keyframes methodFloat {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(30px, -40px) scale(1.1);
  }
  66% {
    transform: translate(-25px, 35px) scale(0.95);
  }
}
.method-container {
  position: relative;
  z-index: 1;
}
.method-header {
  text-align: center;
  margin-bottom: 60px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.method-title {
  font-size: clamp(32px, 6vw, 56px);
  font-weight: 900;
  margin-bottom: 24px;
  background: linear-gradient(180deg, #2d2d2d 0%, #ff6b35 70%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.method-description {
  font-size: clamp(16px, 2.2vw, 20px);
  color: #4a4a4a;
  line-height: 1.7;
  max-width: 80ch;
  margin: 0 auto;
}
.method-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}
.method-visual {
  position: relative;
}
.method-visual-wrapper {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.95),
    rgba(255, 255, 255, 0.9)
  );
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 24px;
  padding: 30px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(10px);
}
.method-gauge {
  width: 100%;
  height: auto;
}
.method-info {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.method-zones {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.method-zone {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.95),
    rgba(255, 255, 255, 0.9)
  );
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s, box-shadow 0.3s;
}
.method-zone:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.method-zone-icon {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  flex-shrink: 0;
}
.method-zone-optimal .method-zone-icon {
  background: #00d18a;
  box-shadow: 0 0 16px rgba(0, 209, 138, 0.5);
}
.method-zone-balance .method-zone-icon {
  background: #ffcc00;
  box-shadow: 0 0 16px rgba(255, 204, 0, 0.5);
}
.method-zone-critical .method-zone-icon {
  background: #ff3b3b;
  box-shadow: 0 0 16px rgba(255, 59, 59, 0.5);
}
.method-zone-content h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 4px;
  color: #2d2d2d;
}
.method-zone-content p {
  font-size: 0.95rem;
  color: #6b6b6b;
}
.method-details {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.95),
    rgba(255, 255, 255, 0.9)
  );
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  padding: 28px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}
.method-details-text {
  font-size: 1rem;
  color: #4a4a4a;
  line-height: 1.7;
  margin-bottom: 24px;
}
.method-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.method-features li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.method-features li svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 2px;
}
.method-features li span {
  font-size: 0.95rem;
  color: #4a4a4a;
  line-height: 1.6;
}
.simulateur-section {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(180deg, #f5f5f5 0%, #fafafa 100%);
  overflow: hidden;
  width: 100%;
  max-width: 100vw;
}
.simulateur-background {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.simulateur-shapes {
  position: absolute;
  inset: 0;
}
.simulateur-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.4;
  filter: blur(60px);
  animation: simulateurFloat 30s ease-in-out infinite;
}
.simulateur-shape-1 {
  width: 450px;
  height: 450px;
  background: linear-gradient(
    135deg,
    rgba(255, 107, 53, 0.3),
    rgba(255, 140, 66, 0.2)
  );
  top: 5%;
  right: 10%;
  animation-delay: 0s;
}
.simulateur-shape-2 {
  width: 350px;
  height: 350px;
  background: linear-gradient(
    135deg,
    rgba(255, 140, 66, 0.25),
    rgba(229, 90, 43, 0.2)
  );
  bottom: 10%;
  left: 5%;
  animation-delay: 4s;
}
.simulateur-shape-3 {
  width: 400px;
  height: 400px;
  background: linear-gradient(
    135deg,
    rgba(229, 90, 43, 0.2),
    rgba(255, 107, 53, 0.25)
  );
  top: 45%;
  left: 50%;
  animation-delay: 8s;
}
@keyframes simulateurFloat {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(-35px, 45px) scale(1.15);
  }
  66% {
    transform: translate(40px, -30px) scale(0.9);
  }
}
.simulateur-container {
  position: relative;
  z-index: 1;
}
.simulateur-header {
  text-align: center;
  margin-bottom: 60px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.simulateur-title {
  font-size: clamp(32px, 6vw, 56px);
  font-weight: 900;
  margin-bottom: 24px;
  background: linear-gradient(180deg, #2d2d2d 0%, #ff6b35 70%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.simulateur-description {
  font-size: clamp(16px, 2.2vw, 20px);
  color: #4a4a4a;
  line-height: 1.7;
  max-width: 80ch;
  margin: 0 auto;
}
.simulateur-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: start;
}
.simulateur-control-panel {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.95),
    rgba(255, 255, 255, 0.9)
  );
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 24px;
  padding: 36px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(10px);
}
.simulateur-label {
  display: block;
  font-size: 1.1rem;
  font-weight: 700;
  color: #2d2d2d;
  margin-bottom: 20px;
}
.simulateur-slider-wrapper {
  position: relative;
  margin-bottom: 32px;
}
.simulateur-slider {
  appearance: none;
  width: 100%;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--electric), rgba(255, 107, 53, 0.25));
  outline: 0;
  margin-bottom: 12px;
}
.simulateur-slider::-webkit-slider-thumb {
  appearance: none;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--electric);
  border: 3px solid #ffffff;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(255, 107, 53, 0.5);
  transition: transform 0.2s;
}
.simulateur-slider::-webkit-slider-thumb:hover {
  transform: scale(1.1);
}
.simulateur-slider::-moz-range-thumb {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--electric);
  border: 3px solid #ffffff;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(255, 107, 53, 0.5);
  transition: transform 0.2s;
}
.simulateur-slider::-moz-range-thumb:hover {
  transform: scale(1.1);
}
.simulateur-slider-labels {
  display: flex;
  justify-content: space-between;
  font-size: 0.85rem;
  color: #6b6b6b;
}
.simulateur-metrics {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 28px;
}
.simulateur-metric {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  transition: all 0.3s;
}
.simulateur-metric:hover {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(255, 107, 53, 0.2);
  transform: translateX(4px);
}
.simulateur-metric-highlight {
  background: linear-gradient(
    135deg,
    rgba(255, 107, 53, 0.08),
    rgba(255, 140, 66, 0.05)
  );
  border-color: rgba(255, 107, 53, 0.2);
}
.simulateur-metric-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 107, 53, 0.1);
  border-radius: 12px;
  flex-shrink: 0;
}
.simulateur-metric-icon svg {
  width: 24px;
  height: 24px;
}
.simulateur-metric-highlight .simulateur-metric-icon {
  background: rgba(0, 209, 138, 0.1);
}
.simulateur-metric-highlight .simulateur-metric-icon svg {
  stroke: #00d18a;
}
.simulateur-metric-content {
  flex: 1;
}
.simulateur-metric-label {
  font-size: 0.9rem;
  color: #6b6b6b;
  margin-bottom: 4px;
}
.simulateur-metric-value {
  font-size: 1.5rem;
  font-weight: 900;
  color: #2d2d2d;
  display: block;
}
.simulateur-status {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.simulateur-status-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.08);
  font-size: 0.85rem;
  color: #4a4a4a;
}
.simulateur-status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: block;
}
.simulateur-status-adjustment .simulateur-status-dot {
  background: var(--electric);
}
.simulateur-status-comfort .simulateur-status-dot {
  background: #00d18a;
}
.simulateur-status-attentive .simulateur-status-dot {
  background: #ffcc00;
}
.simulateur-status-tense .simulateur-status-dot {
  background: #ff3b3b;
}
.simulateur-chart {
  position: relative;
}
.simulateur-chart-wrapper {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.95),
    rgba(255, 255, 255, 0.9)
  );
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 24px;
  padding: 30px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(10px);
  margin-bottom: 24px;
}
.simulateur-chart-svg {
  width: 100%;
  height: auto;
}
.simulateur-chart-description {
  font-size: 1rem;
  color: #4a4a4a;
  line-height: 1.7;
  text-align: center;
  max-width: 70ch;
  margin: 0 auto;
}
@media (max-width: 980px) {
  .method-content,
  .simulateur-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .method-shape,
  .simulateur-shape {
    width: 250px !important;
    height: 250px !important;
    filter: blur(40px) !important;
  }
}
@media (max-width: 768px) {
  .method-section,
  .simulateur-section {
    padding: 60px 0;
    overflow-x: hidden;
  }
  .method-header,
  .simulateur-header {
    margin-bottom: 40px;
  }
  .method-title,
  .simulateur-title {
    font-size: clamp(28px, 7vw, 42px);
  }
  .method-description,
  .simulateur-description {
    font-size: 16px;
  }
  .simulateur-control-panel {
    padding: 24px;
  }
  .simulateur-metrics {
    gap: 12px;
  }
  .simulateur-metric {
    padding: 16px;
  }
  .simulateur-status {
    flex-direction: column;
  }
  .method-container,
  .simulateur-container {
    max-width: 100% !important;
    padding-inline: 16px !important;
  }
}
.indicators-section {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(180deg, #fafafa 0%, #f5f5f5 100%);
  overflow: hidden;
}
.indicators-background {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.indicators-shapes {
  position: absolute;
  inset: 0;
}
.indicators-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.35;
  filter: blur(70px);
  animation: indicatorsFloat 28s ease-in-out infinite;
}
.indicators-shape-1 {
  width: 450px;
  height: 450px;
  background: linear-gradient(
    135deg,
    rgba(255, 107, 53, 0.25),
    rgba(255, 140, 66, 0.15)
  );
  top: 5%;
  left: -5%;
  animation-delay: 0s;
}
@media (max-width: 768px) {
  .indicators-shape-1 {
    left: -20%;
    clip-path: inset(0 20% 0 0);
  }
}
.indicators-shape-2 {
  width: 380px;
  height: 380px;
  background: linear-gradient(
    135deg,
    rgba(255, 140, 66, 0.2),
    rgba(229, 90, 43, 0.15)
  );
  bottom: 10%;
  right: 8%;
  animation-delay: 5s;
}
.indicators-shape-3 {
  width: 420px;
  height: 420px;
  background: linear-gradient(
    135deg,
    rgba(229, 90, 43, 0.18),
    rgba(255, 107, 53, 0.22)
  );
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation-delay: 10s;
}
@keyframes indicatorsFloat {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(40px, -50px) scale(1.15);
  }
  66% {
    transform: translate(-35px, 45px) scale(0.9);
  }
}
.indicators-container {
  position: relative;
  z-index: 1;
}
.indicators-header {
  text-align: center;
  margin-bottom: 60px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.indicators-title {
  font-size: clamp(32px, 6vw, 56px);
  font-weight: 900;
  margin-bottom: 24px;
  background: linear-gradient(180deg, #2d2d2d 0%, #ff6b35 70%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.indicators-description {
  font-size: clamp(16px, 2.2vw, 20px);
  color: #4a4a4a;
  line-height: 1.7;
  max-width: 80ch;
  margin: 0 auto;
}
.indicators-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.indicator-card {
  position: relative;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.95),
    rgba(255, 255, 255, 0.9)
  );
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 24px;
  padding: 36px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(10px);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  cursor: pointer;
}
.indicator-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, transparent, var(--electric), transparent);
  opacity: 0;
  transition: opacity 0.4s;
}
.indicator-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
  border-color: rgba(255, 107, 53, 0.3);
}
.indicator-card:hover::before {
  opacity: 1;
}
.indicator-card-icon {
  position: relative;
  width: 80px;
  height: 80px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.4s;
}
.indicator-card-icon svg {
  width: 40px;
  height: 40px;
  z-index: 2;
  position: relative;
}
.indicator-card-glow {
  position: absolute;
  inset: -20px;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.4s;
  filter: blur(20px);
}
.indicator-card-success .indicator-card-glow {
  background: radial-gradient(circle, rgba(0, 209, 138, 0.4), transparent);
}
.indicator-card-warning .indicator-card-glow {
  background: radial-gradient(circle, rgba(255, 204, 0, 0.4), transparent);
}
.indicator-card-danger .indicator-card-glow {
  background: radial-gradient(circle, rgba(255, 59, 59, 0.4), transparent);
}
.indicator-card:hover .indicator-card-icon {
  transform: scale(1.1) rotate(5deg);
}
.indicator-card:hover .indicator-card-glow {
  opacity: 1;
}
.indicator-card-content {
  position: relative;
  z-index: 1;
}
.indicator-card-title {
  font-size: 1.5rem;
  font-weight: 900;
  margin-bottom: 12px;
  color: #2d2d2d;
  transition: color 0.3s;
}
.indicator-card:hover .indicator-card-title {
  color: #ff6b35;
}
.indicator-card-text {
  font-size: 1rem;
  color: #4a4a4a;
  line-height: 1.7;
}
.indicator-card-decoration {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100px;
  height: 100px;
  opacity: 0.05;
  background: radial-gradient(circle, var(--electric), transparent);
  border-radius: 50% 0 0 0;
  transition: opacity 0.4s;
}
.indicator-card:hover .indicator-card-decoration {
  opacity: 0.15;
}
.studies-section {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(180deg, #f5f5f5 0%, #fafafa 100%);
  overflow: hidden;
  width: 100%;
  max-width: 100vw;
}
.studies-background {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.studies-shapes {
  position: absolute;
  inset: 0;
}
.studies-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.35;
  filter: blur(70px);
  animation: studiesFloat 32s ease-in-out infinite;
}
.studies-shape-1 {
  width: 500px;
  height: 500px;
  background: linear-gradient(
    135deg,
    rgba(255, 107, 53, 0.25),
    rgba(255, 140, 66, 0.15)
  );
  top: 8%;
  right: 5%;
  animation-delay: 0s;
}
.studies-shape-2 {
  width: 400px;
  height: 400px;
  background: linear-gradient(
    135deg,
    rgba(255, 140, 66, 0.2),
    rgba(229, 90, 43, 0.15)
  );
  bottom: 8%;
  left: 8%;
  animation-delay: 6s;
}
.studies-shape-3 {
  width: 450px;
  height: 450px;
  background: linear-gradient(
    135deg,
    rgba(229, 90, 43, 0.18),
    rgba(255, 107, 53, 0.22)
  );
  top: 45%;
  left: 45%;
  animation-delay: 12s;
}
@keyframes studiesFloat {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(-45px, 55px) scale(1.2);
  }
  66% {
    transform: translate(50px, -40px) scale(0.85);
  }
}
.studies-container {
  position: relative;
  z-index: 1;
}
.studies-header {
  text-align: center;
  margin-bottom: 60px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.studies-title {
  font-size: clamp(32px, 6vw, 56px);
  font-weight: 900;
  margin-bottom: 24px;
  background: linear-gradient(180deg, #2d2d2d 0%, #ff6b35 70%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.studies-description {
  font-size: clamp(16px, 2.2vw, 20px);
  color: #4a4a4a;
  line-height: 1.7;
  max-width: 80ch;
  margin: 0 auto;
}
.studies-slider-wrapper {
  position: relative;
}
.studies-slider {
  position: relative;
  overflow: visible !important;
}
.study-card {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.95),
    rgba(255, 255, 255, 0.9)
  );
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(10px);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.study-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  border-color: rgba(255, 107, 53, 0.3);
}
.study-card-image-wrapper {
  position: relative;
  width: 100%;
  height: 320px;
  overflow: hidden;
  background: #f5f5f5;
}
.study-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.study-card:hover .study-card-image {
  transform: scale(1.1);
}
.study-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
  opacity: 0.6;
  transition: opacity 0.4s;
}
.study-card:hover .study-card-overlay {
  opacity: 0.8;
}
.study-card-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 8px 16px;
  background: linear-gradient(135deg, var(--electric), var(--accent));
  color: #ffffff;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(255, 107, 53, 0.4);
  z-index: 2;
  transform: translateY(-10px);
  opacity: 0;
  transition: all 0.4s;
}
.study-card:hover .study-card-badge {
  transform: translateY(0);
  opacity: 1;
}
.study-card-content {
  flex: 1;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.study-card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 8px;
}
.study-card-title {
  font-size: 1.75rem;
  font-weight: 900;
  color: #2d2d2d;
  margin: 0;
  transition: color 0.3s;
}
.study-card:hover .study-card-title {
  color: #ff6b35;
}
.study-card-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 107, 53, 0.1);
  border-radius: 12px;
  flex-shrink: 0;
  transition: all 0.3s;
}
.study-card-icon svg {
  width: 24px;
  height: 24px;
}
.study-card:hover .study-card-icon {
  background: rgba(255, 107, 53, 0.2);
  transform: scale(1.1) rotate(5deg);
}
.study-card-description {
  font-size: 1.05rem;
  color: #4a4a4a;
  line-height: 1.7;
  margin: 0;
}
.study-card-description em {
  color: #ff6b35;
  font-style: normal;
  font-weight: 600;
}
.study-card-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 0;
  padding: 0;
}
.study-card-features li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 12px;
  transition: all 0.3s;
}
.study-card-features li:hover {
  background: rgba(255, 107, 53, 0.05);
  transform: translateX(4px);
}
.study-card-features li svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 2px;
}
.study-card-features li span {
  font-size: 0.95rem;
  color: #4a4a4a;
  line-height: 1.6;
}
.studies-slider-controls {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 16px;
  z-index: 10;
}
.studies-slider-button {
  position: static !important;
  width: 48px !important;
  height: 48px !important;
  margin: 0 !important;
  background: rgba(255, 255, 255, 0.95) !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-radius: 50% !important;
  color: #ff6b35 !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1) !important;
  backdrop-filter: blur(10px) !important;
  transition: all 0.3s !important;
  cursor: pointer !important;
}
.studies-slider-button::after {
  display: none !important;
}
.studies-slider-button svg {
  width: 20px;
  height: 20px;
}
.studies-slider-button:hover {
  background: rgba(255, 107, 53, 0.1) !important;
  border-color: #ff6b35 !important;
  transform: scale(1.1) !important;
  box-shadow: 0 6px 24px rgba(255, 107, 53, 0.3) !important;
}
.studies-slider-button:active {
  transform: scale(0.95) !important;
}
.studies-slider-pagination {
  position: static !important;
  display: flex !important;
  gap: 8px !important;
  width: auto !important;
}
.studies-slider-pagination .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  background: rgba(255, 107, 53, 0.3) !important;
  opacity: 1 !important;
  margin: 0 !important;
  transition: all 0.3s !important;
}
.studies-slider-pagination .swiper-pagination-bullet-active {
  background: #ff6b35 !important;
  width: 24px !important;
  border-radius: 999px !important;
}
@media (max-width: 1140px) {
  .indicators-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 980px) {
  .indicators-section,
  .studies-section {
    padding: 60px 0;
  }
  .indicators-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .indicators-shape,
  .studies-shape {
    width: 300px !important;
    height: 300px !important;
    filter: blur(50px) !important;
  }
  .study-card-image-wrapper {
    height: 280px;
  }
  .study-card-content {
    padding: 24px;
  }
  .studies-slider-controls {
    bottom: 10px;
  }
  .studies-slider-button {
    width: 40px !important;
    height: 40px !important;
  }
  .studies-slider-button svg {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 768px) {
  .indicators-section,
  .studies-section {
    overflow-x: hidden;
  }
  .indicators-header,
  .studies-header {
    margin-bottom: 40px;
  }
  .indicators-title,
  .studies-title {
    font-size: clamp(28px, 7vw, 42px);
  }
  .indicators-description,
  .studies-description {
    font-size: 16px;
  }
  .study-card-header {
    flex-direction: column;
    gap: 12px;
  }
  .study-card-title {
    font-size: 1.5rem;
  }
  .indicators-container,
  .studies-container {
    max-width: 100% !important;
    padding-inline: 16px !important;
  }
}
.studies-slider-container {
  position: relative;
}
.studies-slider {
  position: relative;
  overflow: visible !important;
  padding: 0 0 80px !important;
}
.study-card {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.98),
    rgba(255, 255, 255, 0.95)
  );
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(12px);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.study-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 32px;
  padding: 2px;
  background: linear-gradient(
    135deg,
    var(--electric),
    var(--electric-2),
    transparent
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.4s;
  pointer-events: none;
}
.study-card:hover::before {
  opacity: 1;
}
.study-card:hover {
  transform: translateY(-16px) scale(1.02);
  box-shadow: 0 24px 64px rgba(255, 107, 53, 0.2);
  border-color: rgba(255, 107, 53, 0.3);
}
.study-card-image-wrapper {
  position: relative;
  width: 100%;
  height: 360px;
  overflow: hidden;
  background: #f5f5f5;
}
.study-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1), filter 0.6s;
}
.study-card:hover .study-card-image {
  transform: scale(1.15);
  filter: brightness(1.1);
}
.study-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.4) 100%);
  transition: opacity 0.4s;
  opacity: 0.7;
}
.study-card:hover .study-card-overlay {
  opacity: 0.9;
}
.study-card-badge {
  position: absolute;
  top: 24px;
  right: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  background: linear-gradient(135deg, var(--electric), var(--accent));
  color: #ffffff;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 700;
  box-shadow: 0 6px 20px rgba(255, 107, 53, 0.4);
  z-index: 3;
  transform: translateY(-20px) scale(0.9);
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.study-card-badge svg {
  width: 16px;
  height: 16px;
}
.study-card:hover .study-card-badge {
  transform: translateY(0) scale(1);
  opacity: 1;
}
.study-card-badge-success {
  background: linear-gradient(135deg, #00d18a, #17c964);
}
.study-card-badge-innovation {
  background: linear-gradient(135deg, var(--electric), var(--electric-2));
}
.study-card-badge-growth {
  background: linear-gradient(135deg, #ff8c42, #ffcc00);
}
.study-card-number {
  position: absolute;
  top: 24px;
  left: 24px;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  font-size: 1.5rem;
  font-weight: 900;
  color: #ff6b35;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  z-index: 3;
  transition: all 0.4s;
}
.study-card:hover .study-card-number {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 8px 24px rgba(255, 107, 53, 0.3);
}
.study-card-content {
  flex: 1;
  padding: 36px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.study-card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 4px;
}
.study-card-title {
  font-size: 2rem;
  font-weight: 900;
  color: #2d2d2d;
  margin: 0;
  transition: color 0.3s;
  line-height: 1.2;
}
.study-card:hover .study-card-title {
  color: #ff6b35;
}
.study-card-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 107, 53, 0.12);
  border-radius: 16px;
  flex-shrink: 0;
  transition: all 0.4s;
}
.study-card-icon svg {
  width: 28px;
  height: 28px;
}
.study-card:hover .study-card-icon {
  background: rgba(255, 107, 53, 0.25);
  transform: scale(1.15) rotate(10deg);
  box-shadow: 0 8px 24px rgba(255, 107, 53, 0.2);
}
.study-card-description {
  font-size: 1.1rem;
  color: #4a4a4a;
  line-height: 1.8;
  margin: 0;
}
.study-card-description em {
  color: #ff6b35;
  font-style: normal;
  font-weight: 700;
}
.study-card-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
  padding: 0;
}
.study-card-features li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.study-card-features li:hover {
  background: rgba(255, 107, 53, 0.08);
  border-color: rgba(255, 107, 53, 0.2);
  transform: translateX(8px);
  box-shadow: 0 4px 16px rgba(255, 107, 53, 0.15);
}
.study-feature-icon {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 107, 53, 0.1);
  border-radius: 8px;
  flex-shrink: 0;
  transition: all 0.3s;
}
.study-card-features li:hover .study-feature-icon {
  background: rgba(255, 107, 53, 0.2);
  transform: scale(1.1) rotate(5deg);
}
.study-feature-icon svg {
  width: 18px;
  height: 18px;
}
.study-card-features li span {
  font-size: 1rem;
  color: #4a4a4a;
  line-height: 1.7;
  flex: 1;
}
.studies-slider-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0 20px;
  z-index: 10;
}
.studies-slider-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.studies-slider-button {
  position: static !important;
  width: 56px !important;
  height: 56px !important;
  margin: 0 !important;
  background: rgba(255, 255, 255, 0.98) !important;
  border: 2px solid rgba(255, 107, 53, 0.2) !important;
  border-radius: 50% !important;
  color: #ff6b35 !important;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12) !important;
  backdrop-filter: blur(12px) !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.studies-slider-button::after {
  display: none !important;
}
.studies-slider-button svg {
  width: 24px;
  height: 24px;
  transition: transform 0.3s;
}
.studies-slider-button:hover {
  background: rgba(255, 107, 53, 0.15) !important;
  border-color: #ff6b35 !important;
  transform: scale(1.1) !important;
  box-shadow: 0 8px 32px rgba(255, 107, 53, 0.35) !important;
}
.studies-slider-button:hover svg {
  transform: scale(1.2);
}
.studies-slider-button:active {
  transform: scale(0.95) !important;
}
.studies-slider-button.swiper-button-disabled {
  opacity: 0.4 !important;
  cursor: not-allowed !important;
  transform: none !important;
}
.studies-slider-pagination {
  position: static !important;
  display: flex !important;
  gap: 10px !important;
  width: auto !important;
  justify-content: center !important;
}
.studies-slider-pagination .swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  background: rgba(255, 107, 53, 0.3) !important;
  opacity: 1 !important;
  margin: 0 !important;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
  border-radius: 50% !important;
}
.studies-slider-pagination .swiper-pagination-bullet-active {
  background: #ff6b35 !important;
  width: 32px !important;
  border-radius: 999px !important;
  box-shadow: 0 0 16px rgba(255, 107, 53, 0.5) !important;
}
.studies-slider-progress {
  width: 100%;
  height: 4px;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 999px;
  overflow: hidden;
  position: relative;
}
.studies-slider-progress-bar {
  height: 100%;
  background: linear-gradient(90deg, var(--electric), var(--electric-2));
  border-radius: 999px;
  width: 0%;
  transition: width 0.3s ease;
  box-shadow: 0 0 12px rgba(255, 107, 53, 0.4);
}
.swiper-slide {
  height: auto !important;
}
.swiper-slide-active .study-card {
  opacity: 1;
  transform: scale(1);
}
.swiper-slide:not(.swiper-slide-active) .study-card {
  opacity: 0.7;
  transform: scale(0.95);
}
@media (max-width: 980px) {
  .studies-section {
    padding: 60px 0;
  }
  .studies-shape {
    width: 300px !important;
    height: 300px !important;
    filter: blur(50px) !important;
  }
  .study-card-image-wrapper {
    height: 300px;
  }
  .study-card-content {
    padding: 28px;
  }
  .study-card-title {
    font-size: 1.75rem;
  }
  .studies-slider-controls {
    padding: 0 16px;
    gap: 16px;
  }
  .studies-slider-button {
    width: 48px !important;
    height: 48px !important;
  }
  .studies-slider-button svg {
    width: 20px;
    height: 20px;
  }
  .study-card-badge {
    top: 16px;
    right: 16px;
    padding: 8px 14px;
    font-size: 0.85rem;
  }
  .study-card-number {
    top: 16px;
    left: 16px;
    width: 48px;
    height: 48px;
    font-size: 1.25rem;
  }
}
@media (max-width: 768px) {
  .study-card-header {
    flex-direction: column;
    gap: 16px;
  }
  .study-card-title {
    font-size: 1.5rem;
  }
  .study-card-description {
    font-size: 1rem;
  }
  .study-card-features li {
    padding: 14px;
  }
  .studies-slider-nav {
    gap: 16px;
  }
}
.studies-slider-container {
  position: relative;
}
.studies-slider {
  position: relative;
  overflow: hidden !important;
  padding: 0 0 60px !important;
}
.swiper-slide {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transition: opacity 0.6s, visibility 0.6s !important;
}
.swiper-slide-active {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}
.study-card {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.98),
    rgba(255, 255, 255, 0.95)
  );
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(12px);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.study-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 32px;
  padding: 2px;
  background: linear-gradient(
    135deg,
    var(--electric),
    var(--electric-2),
    transparent
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.4s;
  pointer-events: none;
}
.study-card:hover::before {
  opacity: 1;
}
.study-card:hover {
  transform: translateY(-16px) scale(1.02);
  box-shadow: 0 24px 64px rgba(255, 107, 53, 0.2);
  border-color: rgba(255, 107, 53, 0.3);
}
.study-card-image-wrapper {
  position: relative;
  width: 100%;
  height: 360px;
  overflow: hidden;
  background: #f5f5f5;
}
.study-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1), filter 0.6s;
}
.study-card:hover .study-card-image {
  transform: scale(1.15);
  filter: brightness(1.1);
}
.study-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.4) 100%);
  transition: opacity 0.4s;
  opacity: 0.7;
}
.study-card:hover .study-card-overlay {
  opacity: 0.9;
}
.study-card-badge {
  position: absolute;
  top: 24px;
  right: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  background: linear-gradient(135deg, var(--electric), var(--accent));
  color: #ffffff;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 700;
  box-shadow: 0 6px 20px rgba(255, 107, 53, 0.4);
  z-index: 3;
  transform: translateY(-20px) scale(0.9);
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.study-card-badge svg {
  width: 16px;
  height: 16px;
}
.study-card:hover .study-card-badge {
  transform: translateY(0) scale(1);
  opacity: 1;
}
.study-card-badge-success {
  background: linear-gradient(135deg, #00d18a, #17c964);
}
.study-card-badge-innovation {
  background: linear-gradient(135deg, var(--electric), var(--electric-2));
}
.study-card-badge-growth {
  background: linear-gradient(135deg, #ff8c42, #ffcc00);
}
.study-card-number {
  position: absolute;
  top: 24px;
  left: 24px;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  font-size: 1.5rem;
  font-weight: 900;
  color: #ff6b35;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  z-index: 3;
  transition: all 0.4s;
}
.study-card:hover .study-card-number {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 8px 24px rgba(255, 107, 53, 0.3);
}
.study-card-content {
  flex: 1;
  padding: 36px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.study-card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 4px;
}
.study-card-title {
  font-size: 2rem;
  font-weight: 900;
  color: #2d2d2d;
  margin: 0;
  transition: color 0.3s;
  line-height: 1.2;
}
.study-card:hover .study-card-title {
  color: #ff6b35;
}
.study-card-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 107, 53, 0.12);
  border-radius: 16px;
  flex-shrink: 0;
  transition: all 0.4s;
}
.study-card-icon svg {
  width: 28px;
  height: 28px;
}
.study-card:hover .study-card-icon {
  background: rgba(255, 107, 53, 0.25);
  transform: scale(1.15) rotate(10deg);
  box-shadow: 0 8px 24px rgba(255, 107, 53, 0.2);
}
.study-card-description {
  font-size: 1.1rem;
  color: #4a4a4a;
  line-height: 1.8;
  margin: 0;
}
.study-card-description em {
  color: #ff6b35;
  font-style: normal;
  font-weight: 700;
}
.study-card-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
  padding: 0;
}
.study-card-features li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.study-card-features li:hover {
  background: rgba(255, 107, 53, 0.08);
  border-color: rgba(255, 107, 53, 0.2);
  transform: translateX(8px);
  box-shadow: 0 4px 16px rgba(255, 107, 53, 0.15);
}
.study-feature-icon {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 107, 53, 0.1);
  border-radius: 8px;
  flex-shrink: 0;
  transition: all 0.3s;
}
.study-card-features li:hover .study-feature-icon {
  background: rgba(255, 107, 53, 0.2);
  transform: scale(1.1) rotate(5deg);
}
.study-feature-icon svg {
  width: 18px;
  height: 18px;
}
.study-card-features li span {
  font-size: 1rem;
  color: #4a4a4a;
  line-height: 1.7;
  flex: 1;
}
.studies-slider-controls {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  z-index: 10;
  width: auto;
}
.studies-slider-pagination {
  position: static !important;
  display: flex !important;
  gap: 12px !important;
  width: auto !important;
  justify-content: center !important;
}
.studies-slider-pagination .swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  background: rgba(255, 107, 53, 0.3) !important;
  opacity: 1 !important;
  margin: 0 !important;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
  border-radius: 50% !important;
  cursor: pointer !important;
}
.studies-slider-pagination .swiper-pagination-bullet:hover {
  background: rgba(255, 107, 53, 0.6) !important;
  transform: scale(1.2) !important;
}
.studies-slider-pagination .swiper-pagination-bullet-active {
  background: #ff6b35 !important;
  width: 32px !important;
  border-radius: 999px !important;
  box-shadow: 0 0 16px rgba(255, 107, 53, 0.5) !important;
}
@media (max-width: 980px) {
  .studies-section {
    padding: 60px 0;
  }
  .study-card-image-wrapper {
    height: 300px;
  }
  .study-card-content {
    padding: 28px;
  }
  .study-card-title {
    font-size: 1.75rem;
  }
  .studies-slider-controls {
    padding: 16px 0;
  }
  .study-card-badge {
    top: 16px;
    right: 16px;
    padding: 8px 14px;
    font-size: 0.85rem;
  }
  .study-card-number {
    top: 16px;
    left: 16px;
    width: 48px;
    height: 48px;
    font-size: 1.25rem;
  }
}
@media (max-width: 768px) {
  .study-card-header {
    flex-direction: column;
    gap: 16px;
  }
  .study-card-title {
    font-size: 1.5rem;
  }
  .study-card-description {
    font-size: 1rem;
  }
  .study-card-features li {
    padding: 14px;
  }
}
.studies-slider-controls {
  position: absolute !important;
  bottom: 0 !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 20px 0 !important;
  z-index: 10 !important;
  width: auto !important;
  right: auto !important;
}
@media (max-width: 768px) {
  .s-255a762c36cdae2fe950 {
    width: 100% !important;
    max-width: 100% !important;
    padding-inline: 16px !important;
    box-sizing: border-box !important;
    margin-inline: 0 !important;
  }
  .hero-content {
    width: 100% !important;
    max-width: 100% !important;
    padding-inline: 16px !important;
    box-sizing: border-box !important;
  }
  .hero-badges,
  .hero-actions,
  .hero-info {
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
  .hero-shape {
    max-width: 100vw !important;
    overflow: hidden !important;
  }
  .hero-shape-2,
  .hero-shape-4 {
    right: 0 !important;
    max-width: 50vw !important;
  }
  .hero-shape-3,
  .hero-shape-5 {
    left: 0 !important;
    max-width: 50vw !important;
  }
  .method-container,
  .simulateur-container,
  .indicators-container,
  .studies-container {
    width: 100% !important;
    max-width: 100% !important;
    padding-inline: 16px !important;
    box-sizing: border-box !important;
    margin-inline: 0 !important;
  }
  .method-content,
  .simulateur-content,
  .indicators-grid,
  .studies-slider-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
  body,
  html {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }
  main {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }
  main section {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }
}
