@import url("https://fonts.googleapis.com/css2?family=Oxygen:wght@400;700&display=swap");
:root {
  --midnight: #ffffff;
  --midnight-2: #f8fafc;
  --neon: #991B1B;
  --ink: #f1f5f9;
  --text: #1e293b;
  --muted: #64748b;
  --link-color: #991B1B;
  --glass: rgba(255, 255, 255, 0.8);
  --shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  --radius: 18px;
  --container: 1180px;
  --gap: 22px;
  --bl-midnight: #ffffff;
  --bl-midnight-2: #f8fafc;
  --bl-neon: #991B1B;
  --bl-text: #1e293b;
  --bl-muted: #64748b;
}
*,
::after,
::before {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  width: 100%;
}
body {
  overflow-x: hidden;
  width: 100%;
  max-width: 100vw;
}
body.menu-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
  color: var(--link-color);
}
button {
  border: 0;
  background: 0 0;
}
ol,
ul {
  list-style: none;
}
.s-0335bd3da698e00a3d2d,
[role="button"],
a,
button {
  cursor: pointer;
}
body {
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: "Archivo", ui-sans-serif, system-ui, -apple-system, Segoe UI,
    Roboto, Inter, Ubuntu, "Helvetica Neue", Arial, sans-serif;
  background: radial-gradient(
      1200px 600px at 80% -20%,
      rgba(99, 102, 241, 0.05),
      transparent 60%
    ),
    linear-gradient(180deg, #ffffff, #f8fafc);
  color: var(--text);
  max-width: 100vw;
  overflow-x: hidden;
}
.s-255a762c36cdae2fe950 {
  max-width: var(--container);
  margin-inline: auto;
  padding: 0 clamp(16px, 4vw, 32px);
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.s-20182fbc10716eb197ea {
  padding: 72px 0;
}
.s-3c6de1b7dd91465d437e {
  font-weight: 900;
  letter-spacing: 0.2px;
  font-size: clamp(26px, 3.8vw, 40px);
  margin: 0 0 10px;
  color: var(--text);
}
.s-5d85613a56c124e3a3ff {
  color: var(--muted);
  max-width: 72ch;
  margin: 0 0 26px;
}
.s-f3c543ad5fe9d69603e7 {
  display: grid;
  gap: var(--gap);
}
.s-de820e2414088aefe2e5 {
  grid-template-columns: 1fr 1fr;
}
.s-8e6c522d6391250f675d {
  grid-template-columns: repeat(3, 1fr);
}
.s-2ab0591dbcf5fefdad65 {
  background: linear-gradient(180deg, #ffffff, #f8fafc);
  border: 1px solid rgba(99, 102, 241, 0.2);
  border-radius: var(--radius);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08),
    inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}
.s-51da2df9f47e0219a2f3 {
  padding: 20px;
}
.s-bb362a46a483f3f8c993 {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(153, 27, 27, 0.2);
  background: #fff;
}
.s-72d9cc23fba5825b5a95 {
  aspect-ratio: 16/9;
}
.s-bb362a46a483f3f8c993 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Новые стили для figure в слайдах projects */
.s-projects-slide-figure {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(153, 27, 27, 0.15);
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08),
    0 2px 8px rgba(0, 0, 0, 0.04);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.s-projects-slide-figure:hover {
  transform: translateY(-4px);
  border-color: rgba(153, 27, 27, 0.3);
  box-shadow: 0 12px 40px rgba(153, 27, 27, 0.15),
    0 4px 12px rgba(0, 0, 0, 0.08);
}

.s-projects-slide-image {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: linear-gradient(135deg, #1a1b3e 0%, #2d2f5a 100%);
}

.s-projects-slide-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.s-projects-slide-figure:hover .s-projects-slide-image img {
  transform: scale(1.05);
}

.s-projects-slide-svg {
  width: 100%;
  height: 100%;
  display: block;
}

.s-projects-slide-caption {
  padding: 24px;
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.s-projects-slide-category {
  display: inline-block;
  padding: 6px 12px;
  background: rgba(153, 27, 27, 0.1);
  color: #991B1B;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  width: fit-content;
}

.s-projects-slide-caption h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: var(--text);
  line-height: 1.3;
}

.s-projects-slide-caption p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}
.s-158f340e2a0f7aaaf2e8 {
  font-size: clamp(26px, 4.2vw, 44px);
  font-weight: 900;
  color: var(--neon);
  line-height: 1;
}
.s-adac3846b477f4671462 small,
.s-e4b074a036fcdaa716be {
  color: var(--muted);
}
.s-658c8286c17e402644ee {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.6s, transform 0.6s;
}
.s-658c8286c17e402644ee.s-5382195fe09e793b8e23 {
  opacity: 1;
  transform: translateY(0);
}
header.s-f819d7dee1ee55de63a8 {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.95),
    rgba(255, 255, 255, 0.9)
  );
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(153, 27, 27, 0.12);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.s-3224a500d5a1273d6d0c {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
}
.s-326b426f9ac7a96ed6ba,
.s-63acf68c4f951d6412a8 {
  display: flex;
  align-items: center;
  gap: 12px;
}
.s-63acf68c4f951d6412a8 .s-f1b5a91d4d6ad523f261 {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  box-shadow: inset 0 0 0 1px rgba(153, 27, 27, 0.25),
    0 10px 24px rgba(153, 27, 27, 0.12);
  background: radial-gradient(
      12px 12px at 70% 30%,
      var(--neon),
      transparent 60%
    ),
    radial-gradient(
      22px 22px at 35% 70%,
      rgba(153, 27, 27, 0.6),
      transparent 60%
    ),
    linear-gradient(135deg, #ffffff, #f8fafc);
  position: relative;
  overflow: hidden;
}
.s-63acf68c4f951d6412a8 .s-f1b5a91d4d6ad523f261 svg,
.s-63acf68c4f951d6412a8 .s-3cbcd90adc4b192a87a6 {
  font-weight: 800;
  letter-spacing: 0.2px;
  color: var(--text);
}
.s-63acf68c4f951d6412a8 .s-3cbcd90adc4b192a87a6 b {
  color: var(--neon);
}
nav.s-e3b7c980d763196e9d13 {
  display: flex;
  align-items: center;
  gap: 18px;
}
nav.s-e3b7c980d763196e9d13 a {
  color: var(--muted);
  font-weight: 600;
  padding: 10px 12px;
  border-radius: 12px;
  transition: transform 0.2s, color 0.2s, background-color 0.2s;
}
nav.s-e3b7c980d763196e9d13 a:hover {
  color: var(--text);
  background-color: rgba(153, 27, 27, 0.08);
  transform: translateY(-1px);
}
.s-212301c593df7a10ee64 {
  --pad: 12px 16px;
  --bg: linear-gradient(135deg, #991B1B 0%, #DC2626 100%);
  padding: var(--pad);
  border-radius: 14px;
  color: #ffffff;
  font-weight: 800;
  box-shadow: 0 8px 24px rgba(153, 27, 27, 0.25);
  background: var(--bg);
  transition: transform 0.15s, box-shadow 0.2s;
}
.s-212301c593df7a10ee64:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 34px rgba(153, 27, 27, 0.4);
}
.s-c4745785181de931cfd5 {
  --bg: transparent;
  color: var(--neon);
  border: 1px solid rgba(153, 27, 27, 0.35);
  background: 0 0;
}
.s-7a86b15480e0a870f0b0 {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: none;
  place-items: center;
  border: 1px solid rgba(153, 27, 27, 0.25);
  background: rgba(248, 250, 252, 0.35);
}
.s-7a86b15480e0a870f0b0 span,
.s-7a86b15480e0a870f0b0::after,
.s-7a86b15480e0a870f0b0::before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: var(--neon);
  border-radius: 2px;
  transition: 0.2s;
}
.s-7a86b15480e0a870f0b0 span {
  transform: translateY(0);
}
.s-7a86b15480e0a870f0b0::before {
  transform: translateY(-6px);
}
.s-7a86b15480e0a870f0b0::after {
  transform: translateY(6px);
}
.s-38591decbaf4a67f37e3 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1200;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  max-width: 100vw;
}
.s-38591decbaf4a67f37e3[aria-hidden="false"] {
  opacity: 1;
  pointer-events: auto;
}
.s-6b9fbbc6190bc10a6968 {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  left: auto;
  width: min(86vw, 380px);
  max-width: 100vw;
  height: 100vh;
  background: #ffffff;
  border-left: 1px solid rgba(153, 27, 27, 0.2);
  box-shadow: var(--shadow);
  transform: translateX(100%);
  transition: transform 0.25s cubic-bezier(0.2, 0.9, 0.2, 1.02);
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  z-index: 1201;
  visibility: hidden;
  pointer-events: none;
  will-change: transform;
}
.s-38591decbaf4a67f37e3[aria-hidden="false"] .s-6b9fbbc6190bc10a6968 {
  transform: translateX(0);
  visibility: visible;
  pointer-events: auto;
}
.s-38591decbaf4a67f37e3 nav a {
  display: block;
  padding: 16px 20px;
  color: var(--text);
  border-bottom: 1px dashed rgba(153, 27, 27, 0.15);
}
.s-38591decbaf4a67f37e3 .s-da38860cb875cb64092e {
  position: absolute;
  top: 10px;
  right: 12px;
}
.s-0911aed621a145fb7a54 {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #ffffff;
}
.s-0911aed621a145fb7a54::before {
  content: "";
  position: absolute;
  inset: -20%;
  z-index: -1;
  background: radial-gradient(
      600px 320px at 10% 10%,
      rgba(99, 102, 241, 0.05),
      transparent 70%
    ),
    radial-gradient(
      800px 380px at 90% 0,
      rgba(99, 102, 241, 0.05),
      transparent 70%
    );
  filter: saturate(140%) blur(0.2px);
}
.s-0911aed621a145fb7a54 .s-255a762c36cdae2fe950 {
  padding: clamp(64px, 8vw, 96px) clamp(16px, 4vw, 32px) clamp(56px, 7vw, 80px);
}
.s-fa54966ba35cedf8b345 {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: center;
}
.s-657ce6c21cc08f06a3a0 {
  color: var(--neon);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.s-ac4ae97285c19b13201d {
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.08;
  margin: 0.2em 0 0.35em;
  font-weight: 900;
  letter-spacing: 0.2px;
  color: var(--text);
}
.s-360a5f079379974c7f45 {
  font-size: clamp(16px, 2.2vw, 20px);
  color: var(--muted);
  max-width: 58ch;
}
.s-9613c87ef22f34bb9290 {
  display: flex;
  gap: 12px;
  margin-top: 26px;
  flex-wrap: wrap;
}
.s-9613c87ef22f34bb9290 .s-212301c593df7a10ee64.s-e059fc6904f0a3146139 {
  --bg: linear-gradient(180deg, #ffffff, #f8fafc);
  color: var(--neon);
  border: 1px solid rgba(99, 102, 241, 0.4);
}
.s-e468b29e40f0ef5995c5 {
  position: relative;
  aspect-ratio: 1/1;
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.95) 0%,
    rgba(248, 250, 252, 0.9) 50%,
    rgba(255, 255, 255, 0.95) 100%
  );
  border: 1px solid rgba(99, 102, 241, 0.2);
  box-shadow: 0 8px 32px rgba(99, 102, 241, 0.1),
    0 2px 8px rgba(0, 0, 0, 0.05),
    inset 0 0 0 1px rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
}
.s-e468b29e40f0ef5995c5 svg {
  width: 100%;
  height: 100%;
  padding: 20px;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.s-8439fc486bfe4e8c612f {
  filter: drop-shadow(0 0 8px rgba(99, 102, 241, 0.4));
}
.s-f8e966d1e207d02c4451 {
  fill: var(--neon);
}
.s-5c7d283db5846bba7f89 {
  stroke: rgba(99, 102, 241, 0.3);
  stroke-dasharray: 6 8;
}
.s-50a0681e9a17b98f3b31 {
  animation: 14s linear infinite dash;
}
.s-a8821ecc206ec64dfbab {
  animation: 18s linear infinite reverse dash;
}
.s-300faa5d6c294e2dc89b {
  stroke: rgba(99, 102, 241, 0.4);
  stroke-linecap: round;
}
.s-1247eb8f560d72ae8727 {
  position: absolute;
  inset: auto 16px 16px auto;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  max-width: 90%;
}
.s-c6b6df0a9e1bcfd2478c {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(99, 102, 241, 0.1);
  border: 1px solid rgba(99, 102, 241, 0.3);
  color: var(--neon);
  font-weight: 700;
  font-size: 13px;
}
.s-33ee59f62122b3df5dd1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--gap);
}

@media (max-width: 980px) {
  .s-33ee59f62122b3df5dd1 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .s-33ee59f62122b3df5dd1 {
    grid-template-columns: 1fr;
  }
}
.s-adac3846b477f4671462 {
  padding: 22px;
  border-radius: 16px;
  border: 1px dashed rgba(99, 102, 241, 0.3);
  background: linear-gradient(180deg, #ffffff, #f8fafc);
}
.s-adac3846b477f4671462 .s-158f340e2a0f7aaaf2e8 {
  font-size: clamp(24px, 3.8vw, 38px);
}
.s-16c00449a9a3f15a3214 {
  position: relative;
  display: grid;
  gap: 20px;
}
.s-bd370d1b6f9b3580a770 {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: center;
  background: linear-gradient(180deg, #ffffff, #f8fafc);
  border: 1px solid rgba(99, 102, 241, 0.2);
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.s-348a3c4a81ea6081e50d {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(99, 102, 241, 0.1);
  border: 1px solid rgba(99, 102, 241, 0.3);
}
.s-2502deb44ba556abc837,
details {
  background: linear-gradient(180deg, #ffffff, #f8fafc);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.s-bd370d1b6f9b3580a770 h4 {
  margin: 0;
  font-size: 18px;
  color: var(--text);
}
.s-bd370d1b6f9b3580a770 p {
  margin: 4px 0 0;
  color: var(--muted);
}
/* Секция Preuves - полностью переделанная */
.s-preuves-modern {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  position: relative;
  overflow: hidden;
}

.s-preuves-modern::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(153, 27, 27, 0.08) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.s-preuves-header {
  text-align: center;
  margin-bottom: 56px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.s-preuves-tags {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 24px;
}

.s-preuves-tag {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  background: linear-gradient(135deg, rgba(153, 27, 27, 0.1) 0%, rgba(220, 38, 38, 0.05) 100%);
  border: 1px solid rgba(153, 27, 27, 0.2);
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  color: #991B1B;
  transition: all 0.3s ease;
}

.s-preuves-tag:hover {
  background: linear-gradient(135deg, rgba(153, 27, 27, 0.15) 0%, rgba(220, 38, 38, 0.1) 100%);
  border-color: rgba(153, 27, 27, 0.3);
  transform: translateY(-2px);
}

.s-preuves-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px;
  position: relative;
  z-index: 1;
}

.s-preuves-card {
  position: relative;
  padding: 32px;
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid rgba(153, 27, 27, 0.15);
  border-radius: 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06),
    0 1px 3px rgba(0, 0, 0, 0.04);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.s-preuves-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #991B1B 0%, #DC2626 50%, #991B1B 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.s-preuves-card:hover {
  transform: translateY(-8px);
  border-color: rgba(153, 27, 27, 0.3);
  box-shadow: 0 12px 40px rgba(153, 27, 27, 0.15),
    0 4px 12px rgba(0, 0, 0, 0.08);
}

.s-preuves-card:hover::before {
  opacity: 1;
}

.s-preuves-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(153, 27, 27, 0.1) 0%, rgba(220, 38, 38, 0.05) 100%);
  border-radius: 16px;
  color: #991B1B;
  transition: all 0.3s ease;
}

.s-preuves-card:hover .s-preuves-icon {
  background: linear-gradient(135deg, rgba(153, 27, 27, 0.15) 0%, rgba(220, 38, 38, 0.1) 100%);
  transform: scale(1.1) rotate(5deg);
}

.s-preuves-icon svg {
  width: 28px;
  height: 28px;
  stroke: currentColor;
}

.s-preuves-card h3 {
  margin: 0 0 16px;
  font-size: 20px;
  font-weight: 700;
  color: var(--text);
  line-height: 1.3;
}

.s-preuves-badge {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
  align-items: center;
}

.s-preuves-badge-primary {
  display: inline-flex;
  padding: 6px 12px;
  background: linear-gradient(135deg, #991B1B 0%, #DC2626 100%);
  color: #ffffff;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.s-preuves-badge-secondary {
  display: inline-flex;
  padding: 6px 12px;
  background: rgba(153, 27, 27, 0.1);
  color: #991B1B;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
}

.s-preuves-badge-note {
  display: inline-flex;
  padding: 4px 10px;
  background: rgba(100, 116, 139, 0.1);
  color: var(--muted);
  border-radius: 6px;
  font-size: 11px;
  font-weight: 500;
  font-style: italic;
}

.s-preuves-card p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}

.s-a4097e080c550462a9e3 {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

/* Секция Grows - полностью переделанная */
.s-grows-modern {
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
  position: relative;
  overflow: hidden;
}

.s-grows-modern::before {
  content: '';
  position: absolute;
  bottom: -30%;
  left: -10%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(153, 27, 27, 0.06) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.s-grows-header {
  text-align: center;
  margin-bottom: 64px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.s-grows-timeline {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding-left: 0;
  z-index: 1;
}

.s-grows-timeline::before {
  content: '';
  position: absolute;
  left: 60px;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, 
    rgba(153, 27, 27, 0.2) 0%,
    rgba(220, 38, 38, 0.3) 50%,
    rgba(153, 27, 27, 0.2) 100%);
  border-radius: 2px;
}

.s-grows-step {
  position: relative;
  display: flex;
  gap: 32px;
  margin-bottom: 48px;
  align-items: flex-start;
}

.s-grows-step:last-child {
  margin-bottom: 0;
}

.s-grows-step-number {
  position: absolute;
  left: 0;
  top: 0;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 900;
  color: rgba(153, 27, 27, 0.15);
  background: linear-gradient(135deg, rgba(153, 27, 27, 0.05) 0%, rgba(220, 38, 38, 0.02) 100%);
  border-radius: 50%;
  border: 3px solid rgba(153, 27, 27, 0.1);
  z-index: 2;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.s-grows-step:hover .s-grows-step-number {
  color: #991B1B;
  background: linear-gradient(135deg, rgba(153, 27, 27, 0.1) 0%, rgba(220, 38, 38, 0.05) 100%);
  border-color: rgba(153, 27, 27, 0.3);
  transform: scale(1.1);
}

.s-grows-step-content {
  flex: 1;
  margin-left: 140px;
  padding: 32px;
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid rgba(153, 27, 27, 0.15);
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06),
    0 1px 3px rgba(0, 0, 0, 0.04);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.s-grows-step-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #991B1B 0%, #DC2626 50%, #991B1B 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.s-grows-step:hover .s-grows-step-content {
  transform: translateX(8px);
  border-color: rgba(153, 27, 27, 0.3);
  box-shadow: 0 12px 40px rgba(153, 27, 27, 0.12),
    0 4px 12px rgba(0, 0, 0, 0.08);
}

.s-grows-step:hover .s-grows-step-content::before {
  opacity: 1;
}

.s-grows-step-icon {
  width: 64px;
  height: 64px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(153, 27, 27, 0.1) 0%, rgba(220, 38, 38, 0.05) 100%);
  border-radius: 16px;
  color: #991B1B;
  transition: all 0.3s ease;
}

.s-grows-step:hover .s-grows-step-icon {
  background: linear-gradient(135deg, rgba(153, 27, 27, 0.15) 0%, rgba(220, 38, 38, 0.1) 100%);
  transform: scale(1.1) rotate(5deg);
}

.s-grows-step-icon svg {
  width: 32px;
  height: 32px;
  stroke: currentColor;
}

.s-grows-step-content h3 {
  margin: 0 0 12px;
  font-size: 22px;
  font-weight: 700;
  color: var(--text);
  line-height: 1.3;
}

.s-grows-step-content p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}

/* Секция Techno - полностью переделанная */
.s-techno-modern {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  position: relative;
  overflow: hidden;
}

.s-techno-modern::before {
  content: '';
  position: absolute;
  top: -30%;
  left: 50%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(153, 27, 27, 0.06) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
  transform: translateX(-50%);
}

.s-techno-header {
  text-align: center;
  margin-bottom: 56px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.s-techno-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 32px;
  position: relative;
  z-index: 1;
}

.s-techno-card {
  position: relative;
  padding: 40px;
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid rgba(153, 27, 27, 0.15);
  border-radius: 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06),
    0 1px 3px rgba(0, 0, 0, 0.04);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.s-techno-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #991B1B 0%, #DC2626 50%, #991B1B 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.s-techno-card:hover {
  transform: translateY(-8px);
  border-color: rgba(153, 27, 27, 0.3);
  box-shadow: 0 12px 40px rgba(153, 27, 27, 0.15),
    0 4px 12px rgba(0, 0, 0, 0.08);
}

.s-techno-card:hover::before {
  opacity: 1;
}

.s-techno-icon {
  width: 64px;
  height: 64px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(153, 27, 27, 0.1) 0%, rgba(220, 38, 38, 0.05) 100%);
  border-radius: 16px;
  color: #991B1B;
  transition: all 0.3s ease;
}

.s-techno-card:hover .s-techno-icon {
  background: linear-gradient(135deg, rgba(153, 27, 27, 0.15) 0%, rgba(220, 38, 38, 0.1) 100%);
  transform: scale(1.1) rotate(5deg);
}

.s-techno-icon svg {
  width: 32px;
  height: 32px;
  stroke: currentColor;
}

.s-techno-card h3 {
  margin: 0 0 12px;
  font-size: 22px;
  font-weight: 700;
  color: var(--text);
  line-height: 1.3;
}

.s-techno-card p {
  margin: 0 0 20px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}

.s-techno-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.s-techno-badge {
  display: inline-flex;
  padding: 6px 14px;
  background: rgba(153, 27, 27, 0.1);
  color: #991B1B;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
}

/* Секция MVP - полностью переделанная */
.s-mvp-modern {
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
  position: relative;
  overflow: hidden;
}

.s-mvp-header {
  text-align: center;
  margin-bottom: 48px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.s-mvp-calculator {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.s-mvp-form {
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid rgba(153, 27, 27, 0.15);
  border-radius: 24px;
  padding: 40px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08),
    0 2px 8px rgba(0, 0, 0, 0.04);
}

.s-mvp-form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.s-mvp-form-group {
  margin-bottom: 0;
}

.s-mvp-form-group-full {
  grid-column: 1 / -1;
}

.s-mvp-label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  font-weight: 600;
  color: var(--text);
  font-size: 15px;
}

.s-mvp-label svg {
  width: 18px;
  height: 18px;
  color: #991B1B;
  flex-shrink: 0;
}

.s-mvp-label .s-mvp-value {
  margin-left: auto;
}

.s-mvp-value-large {
  font-size: 20px;
  font-weight: 800;
}

.s-mvp-select {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(153, 27, 27, 0.2);
  border-radius: 12px;
  background: #ffffff;
  font-size: 15px;
  color: var(--text);
  transition: all 0.3s ease;
  font-family: "Oxygen", sans-serif;
}

.s-mvp-select:focus {
  outline: none;
  border-color: #991B1B;
  box-shadow: 0 0 0 3px rgba(153, 27, 27, 0.1);
}

.s-mvp-range {
  width: 100%;
  height: 8px;
  border-radius: 4px;
  background: rgba(153, 27, 27, 0.1);
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  accent-color: #991B1B;
}

.s-mvp-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, #991B1B 0%, #DC2626 100%);
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(153, 27, 27, 0.3);
}

.s-mvp-range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, #991B1B 0%, #DC2626 100%);
  cursor: pointer;
  border: none;
  box-shadow: 0 2px 8px rgba(153, 27, 27, 0.3);
}

.s-mvp-value {
  color: #991B1B;
  font-weight: 700;
  font-size: 16px;
}

.s-mvp-radio-group {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.s-mvp-radio-option {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  padding: 16px;
  border: 2px solid rgba(153, 27, 27, 0.15);
  border-radius: 14px;
  background: #ffffff;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.s-mvp-radio-option:hover {
  border-color: rgba(153, 27, 27, 0.3);
  background: rgba(153, 27, 27, 0.03);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(153, 27, 27, 0.1);
}

.s-mvp-radio-option input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.s-mvp-radio-custom {
  width: 20px;
  height: 20px;
  border: 2px solid rgba(153, 27, 27, 0.3);
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
  margin-top: 2px;
  transition: all 0.3s ease;
}

.s-mvp-radio-custom::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #991B1B;
  transition: transform 0.2s ease;
}

.s-mvp-radio-option input[type="radio"]:checked + .s-mvp-radio-custom {
  border-color: #991B1B;
  background: rgba(153, 27, 27, 0.1);
}

.s-mvp-radio-option input[type="radio"]:checked + .s-mvp-radio-custom::after {
  transform: translate(-50%, -50%) scale(1);
}

.s-mvp-radio-option input[type="radio"]:checked ~ .s-mvp-radio-text strong {
  color: #991B1B;
}

.s-mvp-radio-option:has(input[type="radio"]:checked) {
  border-color: #991B1B;
  background: linear-gradient(135deg, rgba(153, 27, 27, 0.08) 0%, rgba(220, 38, 38, 0.04) 100%);
  box-shadow: 0 4px 16px rgba(153, 27, 27, 0.15);
}

.s-mvp-radio-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.s-mvp-radio-text strong {
  font-size: 15px;
  font-weight: 700;
  color: var(--text);
  transition: color 0.3s ease;
}

.s-mvp-radio-text small {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.4;
}

.s-mvp-range-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

.s-mvp-range-wrapper .s-mvp-range {
  flex: 1;
}

.s-mvp-range-label {
  font-size: 12px;
  color: var(--muted);
  font-weight: 600;
  min-width: 32px;
  text-align: center;
}

.s-mvp-range-hint {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  color: var(--muted);
  margin-top: 4px;
  padding: 0 4px;
}

.s-mvp-result {
  margin-top: 40px;
  padding: 32px;
  background: linear-gradient(135deg, rgba(153, 27, 27, 0.06) 0%, rgba(220, 38, 38, 0.03) 100%);
  border: 2px solid rgba(153, 27, 27, 0.15);
  border-radius: 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.s-mvp-result::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #991B1B 0%, #DC2626 100%);
}

.s-mvp-result-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(153, 27, 27, 0.1) 0%, rgba(220, 38, 38, 0.05) 100%);
  border-radius: 50%;
  color: #991B1B;
}

.s-mvp-result-icon svg {
  width: 28px;
  height: 28px;
}

.s-mvp-result-label {
  display: block;
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 8px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.s-mvp-result-badge {
  display: inline-block;
  padding: 6px 16px;
  background: linear-gradient(135deg, #991B1B 0%, #DC2626 100%);
  color: #ffffff;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 16px;
}

.s-mvp-result-time {
  font-size: 20px;
  font-weight: 600;
  color: var(--text);
  margin: 0 0 12px;
}

.s-mvp-result-time strong {
  display: block;
  font-size: 28px;
  font-weight: 800;
  color: #991B1B;
  margin-top: 4px;
}

/* Адаптивные стили для формы */
@media (max-width: 768px) {
  .s-mvp-form-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .s-mvp-radio-group {
    grid-template-columns: 1fr;
  }

  .s-mvp-form {
    padding: 28px 20px;
  }

  .s-mvp-result {
    padding: 24px 20px;
    margin-top: 32px;
  }

  .s-mvp-result-time strong {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  .s-mvp-range-hint {
    font-size: 10px;
  }

  .s-mvp-radio-text strong {
    font-size: 14px;
  }

  .s-mvp-radio-text small {
    font-size: 11px;
  }
}

.s-mvp-result-note {
  font-size: 13px;
  color: var(--muted);
  margin: 0;
  font-style: italic;
}

/* Секция Projects - полностью переделанная */
.s-projects-modern {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  position: relative;
  overflow: hidden;
}

.s-projects-header {
  text-align: center;
  margin-bottom: 56px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.s-projects-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 32px;
  position: relative;
  z-index: 1;
}

.s-projects-card {
  position: relative;
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid rgba(153, 27, 27, 0.15);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06),
    0 1px 3px rgba(0, 0, 0, 0.04);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.s-projects-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #991B1B 0%, #DC2626 50%, #991B1B 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 2;
}

.s-projects-card:hover {
  transform: translateY(-8px);
  border-color: rgba(153, 27, 27, 0.3);
  box-shadow: 0 12px 40px rgba(153, 27, 27, 0.15),
    0 4px 12px rgba(0, 0, 0, 0.08);
}

.s-projects-card:hover::before {
  opacity: 1;
}

.s-projects-image {
  width: 100%;
  height: 240px;
  overflow: hidden;
  background: linear-gradient(135deg, #1a1b3e 0%, #2d2f5a 100%);
  position: relative;
}

.s-projects-image img,
.s-projects-image svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.s-projects-card:hover .s-projects-image img,
.s-projects-card:hover .s-projects-image svg {
  transform: scale(1.05);
}

.s-projects-content {
  padding: 28px;
}

.s-projects-category {
  display: inline-block;
  padding: 6px 12px;
  background: rgba(153, 27, 27, 0.1);
  color: #991B1B;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}

.s-projects-content h3 {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 700;
  color: var(--text);
  line-height: 1.3;
}

.s-projects-content p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}

/* FAQ - modern maroon */
.s-faq-modern {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}
.s-pricing-modern {
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}
.s-faq-header {
  text-align: center;
  margin-bottom: 56px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.s-faq-grid {
  display: grid;
  gap: 16px;
}

/* Tableau des tarifs */
.s-pricing-table-wrapper {
  overflow-x: auto;
  margin: 0 auto 40px;
  max-width: 1200px;
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}

.s-pricing-table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
}

.s-pricing-table thead {
  background: linear-gradient(135deg, #991B1B 0%, #DC2626 100%);
  color: #ffffff;
}

.s-pricing-table th {
  padding: 20px 16px;
  text-align: left;
  font-weight: 700;
  font-size: 15px;
  font-family: "Oxygen", sans-serif;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.s-pricing-table th:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.2);
}

.s-pricing-table th:last-child {
  border-right: none;
}

.s-pricing-table th strong {
  display: block;
  font-size: 13px;
  font-weight: 600;
  opacity: 0.9;
  margin-top: 4px;
}

.s-pricing-table tbody tr {
  border-bottom: 1px solid rgba(153, 27, 27, 0.1);
  transition: background-color 0.2s ease;
}

.s-pricing-table tbody tr:hover {
  background-color: rgba(153, 27, 27, 0.03);
}

.s-pricing-table tbody tr:last-child {
  border-bottom: none;
}

.s-pricing-table td {
  padding: 18px 16px;
  font-size: 14px;
  color: var(--text);
  line-height: 1.6;
  border-right: 1px solid rgba(153, 27, 27, 0.08);
}

.s-pricing-table td:first-child {
  font-weight: 600;
  color: var(--text);
  background: rgba(153, 27, 27, 0.02);
  border-right: 1px solid rgba(153, 27, 27, 0.1);
}

.s-pricing-table td:last-child {
  border-right: none;
}

.s-pricing-table tbody tr:last-child td {
  font-weight: 700;
  font-size: 16px;
  color: #991B1B;
  background: rgba(153, 27, 27, 0.05);
}

.s-pricing-table tbody tr:last-child td:first-child {
  background: rgba(153, 27, 27, 0.08);
}

.s-pricing-cta {
  text-align: center;
  padding: 24px;
  background: linear-gradient(135deg, rgba(153, 27, 27, 0.05) 0%, rgba(220, 38, 38, 0.03) 100%);
  border-radius: 16px;
  border: 1px solid rgba(153, 27, 27, 0.15);
}

.s-pricing-cta p {
  margin: 0;
  font-size: 15px;
  color: var(--text);
  line-height: 1.6;
}

.s-pricing-cta a {
  margin-left: 8px;
}
.s-faq-item {
  border: 1px solid rgba(153, 27, 27, 0.18);
  border-radius: 16px;
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  padding: 0 16px;
  transition: box-shadow .3s ease, transform .2s ease, border-color .2s ease;
}
.s-faq-item[open] {
  border-color: rgba(153, 27, 27, 0.32);
  box-shadow: 0 12px 32px rgba(153, 27, 27, 0.12), 0 4px 12px rgba(0,0,0,.08);
}
.s-faq-item summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 0;
  cursor: pointer;
  font-weight: 700;
  color: var(--text);
}
.s-faq-item summary::-webkit-details-marker { display: none; }
.s-faq-item summary svg {
  color: #991B1B;
  width: 22px; height: 22px;
  transition: transform .25s ease;
}
.s-faq-item[open] summary svg { transform: rotate(45deg); }
.s-faq-content {
  padding: 0 0 16px 0;
  color: var(--muted);
}

/* Innovation responsable - modern */
.s-innovation-modern { background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%); }
.s-innovation-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: var(--gap);
  align-items: center;
}
.s-innovation-figure { margin: 0; }
.s-innovation-svg { width: 100%; height: auto; display: block; }

@media (max-width: 980px) {
  .s-faq-grid { grid-template-columns: 1fr; }
  .s-innovation-grid { grid-template-columns: 1fr; }
  .s-pricing-table-wrapper {
    margin: 0 -16px 32px;
    border-radius: 0;
  }
  .s-pricing-table {
    font-size: 13px;
  }
  .s-pricing-table th,
  .s-pricing-table td {
    padding: 12px 10px;
  }
  .s-28ade61e9abc695dc838 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.s-4faa5f457407ee362087,
.s-e17a11ce647850135b2c {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: var(--gap);
}
.s-37745ed7a0f005fb1452 {
  aspect-ratio: 4/3;
  border-radius: 16px;
  border: 1px solid rgba(99, 102, 241, 0.25);
  overflow: hidden;
  position: relative;
  background: #fff;
}
.s-37745ed7a0f005fb1452 svg {
  width: 100%;
  height: 100%;
}
.s-a4280a47fedea2d24692 {
  display: grid;
  gap: 10px;
}
.s-93720caa841037718a71 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border: 1px solid rgba(99, 102, 241, 0.3);
  border-radius: 999px;
  background: rgba(99, 102, 241, 0.1);
  color: var(--neon);
  font-weight: 700;
}
.s-347d88b5fbd03221a066 {
  filter: drop-shadow(0 0 12px rgba(99, 102, 241, 0.4));
}
.s-d00b39815c187d832cef {
  display: grid;
  gap: 12px;
}
.s-2aeede80be6f6dfc0aa4 {
  display: grid;
  gap: 8px;
}
.s-2aeede80be6f6dfc0aa4 label {
  font-weight: 700;
  color: var(--text);
}
.s-2aeede80be6f6dfc0aa4 input[type="range"] {
  accent-color: var(--neon);
}
.s-140f86aae51ab9e1cda9,
.s-81448fe273247b533b9f,
.s-dbd6822960bee3377f45 {
  padding: 12px;
  border-radius: 12px;
  border: 1px solid rgba(99, 102, 241, 0.25);
  background: #ffffff;
}
.s-37a5301a88da334dc5af {
  padding: 16px;
  border-radius: 16px;
  border: 1px solid rgba(99, 102, 241, 0.25);
  background: linear-gradient(180deg, #ffffff, #f8fafc);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.s-37a5301a88da334dc5af .s-adac3846b477f4671462 {
  display: inline-block;
}
.swiper {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(153, 27, 27, 0.25);
  background: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.swiper-track {
  display: flex;
  transition: transform 0.45s cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: transform;
}
.swiper-slide {
  min-width: 100%;
  position: relative;
}
.s-721faeab74c9a9f42af4 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 18px;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5));
  color: #fff;
}

.s-721faeab74c9a9f42af4 strong {
  color: #ffffff;
}
.swiper-nav {
  position: absolute;
  inset: auto 12px 12px auto;
  display: flex;
  gap: 8px;
  z-index: 5;
}
.s-48bfcef5f0f5e5e135fc {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(153, 27, 27, 0.4);
  color: var(--neon);
  font-weight: 800;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.s-48bfcef5f0f5e5e135fc:hover {
  background: rgba(153, 27, 27, 0.1);
  border-color: rgba(153, 27, 27, 0.6);
  transform: scale(1.05);
}

.swiper-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 12px;
  display: flex;
  gap: 8px;
  z-index: 5;
}
.s-94f4b283f75eeaccc655 {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 1px solid rgba(153, 27, 27, 0.4);
  background: rgba(153, 27, 27, 0.15);
  transition: all 0.3s ease;
}
.s-94f4b283f75eeaccc655[aria-current="true"] {
  background: var(--neon);
  border-color: var(--neon);
  transform: scale(1.2);
}
details {
  border: 1px solid rgba(99, 102, 241, 0.25);
  border-radius: 14px;
  padding: 14px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.s-a9bbaf77a650f6958b50,
details + details {
  margin-top: 10px;
}
summary {
  font-weight: 800;
  color: #6366f1;
}
details p {
  margin: 10px 0 0;
  color: var(--muted);
}
footer.s-a928d4c5751e4352ec16 {
  border-top: 1px solid rgba(99, 102, 241, 0.15);
  margin-top: 40px;
  background: #ffffff;
}
.s-790f5a4f2e985b582ee9 {
  padding: 28px 0;
}
.s-33aa5d4d1153073f9c4f {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.s-677e90849a0b87c65e6c {
  color: var(--muted);
  font-size: 14px;
}
.s-61dba67514a2dd72f363 {
  margin-top: 14px;
}
.s-28ade61e9abc695dc838 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 32px;
}
.s-28ade61e9abc695dc838 > div {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.s-28ade61e9abc695dc838 strong {
  font-size: 15px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 4px;
  font-family: "Oxygen", sans-serif;
}
.s-28ade61e9abc695dc838 a {
  color: var(--muted);
  padding: 4px 0;
  font-size: 14px;
  transition: color 0.2s ease;
}
.s-28ade61e9abc695dc838 a:hover {
  color: var(--text);
}
.s-d7179d353cf4da2205d4 {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.s-d7179d353cf4da2205d4 strong {
  font-size: 18px;
  font-weight: 800;
  color: var(--text);
  font-family: "Oxygen", sans-serif;
}
.s-d7179d353cf4da2205d4 p {
  margin: 0;
  line-height: 1.6;
}
.s-d7179d353cf4da2205d4 a {
  color: var(--link-color);
  text-decoration: none;
  transition: color 0.2s ease;
}
.s-d7179d353cf4da2205d4 a:hover {
  color: #DC2626;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.s-521307ddb67a4abc1424 {
  margin-top: 12px;
  color: var(--muted);
  font-size: 13px;
}
@media (max-width: 1080px) {
  .s-preuves-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .s-0c2a21e0aa70c3d38e87,
  .s-8e6c522d6391250f675d {
    grid-template-columns: repeat(2, 1fr);
  }
  .s-4faa5f457407ee362087,
  .s-e17a11ce647850135b2c {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 980px) {
  .s-grows-timeline::before {
    display: none;
  }
  .s-grows-step {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 32px;
  }
  .s-grows-step-number {
    position: relative;
    width: 80px;
    height: 80px;
    font-size: 24px;
    margin: 0 auto;
  }
  .s-grows-step-content {
    margin-left: 0;
    padding: 24px;
  }
  .s-grows-step:hover .s-grows-step-content {
    transform: translateY(-4px);
  }
  .s-grows-header {
    margin-bottom: 48px;
  }
  .s-techno-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .s-techno-card {
    padding: 32px;
  }
  .s-techno-header {
    margin-bottom: 40px;
  }
  .s-mvp-form {
    padding: 28px;
  }
  .s-mvp-form-group {
    margin-bottom: 24px;
  }
  .s-mvp-header {
    margin-bottom: 40px;
  }
  .s-projects-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .s-projects-header {
    margin-bottom: 40px;
  }
  .s-preuves-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .s-preuves-card {
    padding: 24px;
  }
  .s-preuves-header {
    margin-bottom: 40px;
  }
  .s-0c2a21e0aa70c3d38e87,
  .s-4faa5f457407ee362087,
  .s-8e6c522d6391250f675d,
  .s-de820e2414088aefe2e5,
  .s-e17a11ce647850135b2c,
  .s-fa54966ba35cedf8b345 {
    grid-template-columns: 1fr;
  }
  .s-0911aed621a145fb7a54 .s-255a762c36cdae2fe950 {
    padding: clamp(48px, 6vw, 64px) clamp(16px, 4vw, 24px) clamp(40px, 5vw, 56px);
  }
  .s-fa54966ba35cedf8b345 {
    gap: 26px;
  }
  nav.s-e3b7c980d763196e9d13 {
    display: none;
  }
  .s-7a86b15480e0a870f0b0 {
    display: grid;
  }
  .s-326b426f9ac7a96ed6ba .s-212301c593df7a10ee64 {
    display: none;
  }
}
.s-1ba92cc5863c8b5d4914 {
  display: none !important;
}
[data-banner-wrapper] {
  position: relative;
  z-index: 10000;
}
#bl-consent-wrap {
  position: fixed;
  inset: auto 16px 16px 16px;
  z-index: 9999;
  display: grid;
  justify-items: end;
  pointer-events: none;
}
#bl-consent {
  max-width: 720px;
  width: min(100%, 720px);
  border: 1px solid rgba(153, 27, 27, 0.25);
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15),
    inset 0 0 0 1px rgba(255, 255, 255, 0.5);
  color: var(--bl-text);
  font: 14px/1.55 "Archivo", Inter, system-ui, Segoe UI, Roboto, Arial,
    sans-serif;
  padding: 14px 14px 12px;
  backdrop-filter: blur(8px);
  background: #ffffff;
  pointer-events: auto;
}
#bl-consent header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 2px 0 8px;
}
#bl-consent .s-b11e398fdff61d23cdf8 {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--bl-neon);
  box-shadow: 0 0 16px rgba(99, 102, 241, 0.4);
}
#bl-consent h3 {
  margin: 0;
  font-weight: 900;
  font-size: 15px;
  letter-spacing: 0.2px;
  color: var(--text);
}
#bl-consent p {
  margin: 0;
  color: var(--bl-muted);
}
#bl-consent .s-8f615e7a049fb87b7a5a {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 10px;
}
.s-0eab5dd14e1aa4b7e26f {
  margin-top: 12px;
}
#bl-consent .s-0ef47b867915c85e728f {
  cursor: pointer;
  border: 1px solid rgba(99, 102, 241, 0.4);
  border-radius: 12px;
  background: 0 0;
  color: var(--bl-neon);
  font-weight: 800;
  padding: 10px 12px;
  transition: transform 0.15s, box-shadow 0.2s, background 0.2s, color 0.2s;
}
#bl-consent .s-c04f15d1759acb492508 {
  background: linear-gradient(135deg, #991B1B 0%, #DC2626 100%);
  color: #ffffff;
  box-shadow: 0 8px 22px rgba(99, 102, 241, 0.3);
  border-color: transparent;
}
#bl-consent .s-0ef47b867915c85e728f:hover,
#bl-consent-reopen:hover {
  transform: translateY(-1px);
}
#bl-consent .s-965cae8e5aa592d6540d {
  color: var(--bl-neon);
  text-decoration: none;
}
#bl-consent .s-c927ac28d788fab156a8 {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
.s-936b97cdcf8019c52850 {
  justify-content: space-between;
}
.s-962a023d0ef663c2533f {
  justify-content: space-between;
  margin-top: 10px;
}
#bl-consent .s-32e998b7ea8dbb3cdf03 {
  margin-top: 6px;
  font-size: 13px;
}
#bl-consent .s-723070229f0c72b13076 {
  margin-top: 10px;
  padding: 10px;
  border: 1px dashed rgba(99, 102, 241, 0.25);
  border-radius: 14px;
  display: none;
  background: linear-gradient(180deg, #ffffff, #f8fafc);
}
#bl-consent .s-723070229f0c72b13076[aria-hidden="false"] {
  display: block;
}
.s-d6b425e0f27208beb262 {
  --h: 22px;
  --w: 44px;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  user-select: none;
  color: var(--bl-text);
  font-weight: 700;
}
.s-d6b425e0f27208beb262 input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}
.s-d6b425e0f27208beb262 .s-42aef171c1c0accaeee3 {
  width: var(--w);
  height: var(--h);
  border-radius: 999px;
  border: 1px solid rgba(99, 102, 241, 0.4);
  background: rgba(99, 102, 241, 0.12);
  position: relative;
  transition: background 0.2s, border-color 0.2s;
}
.s-d6b425e0f27208beb262 .s-5e50971cb25b5c86b6e1 {
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(var(--h) - 2px);
  height: calc(var(--h) - 2px);
  border-radius: 50%;
  background: var(--bl-neon);
  transform: translateX(0);
  transition: transform 0.2s cubic-bezier(0.2, 0.9, 0.2, 1.02);
  box-shadow: 0 6px 14px rgba(99, 102, 241, 0.25);
}
.s-d6b425e0f27208beb262 input:checked + .s-42aef171c1c0accaeee3 {
  background: rgba(99, 102, 241, 0.25);
}
.s-d6b425e0f27208beb262
  input:checked
  + .s-42aef171c1c0accaeee3
  .s-5e50971cb25b5c86b6e1 {
  transform: translateX(calc(var(--w) - var(--h)));
}
.s-ec330c78552324b9da50 {
  font-size: 11px;
  color: #ffffff;
  background: var(--bl-neon);
  padding: 2px 6px;
  border-radius: 999px;
  font-weight: 900;
}
.s-38e33a310b6f2d82a04a {
  margin-left: auto;
}
.s-89f276f81182694f2efb {
  margin-left: 6px;
}
.s-743156d07ed7e60dee3d {
  color: var(--bl-muted);
  font-weight: 600;
}
.s-7399fff36675c3a7a387 {
  margin-left: 52px;
}
#bl-consent-reopen {
  position: fixed;
  inset: auto 16px 16px auto;
  z-index: 10001;
  color: var(--bl-neon);
  border: 1px solid rgba(153, 27, 27, 0.4);
  border-radius: 999px;
  padding: 8px 12px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.15);
  background: #ffffff;
  pointer-events: auto;
}
@media (max-width: 640px) {
  #bl-consent-wrap {
    inset: auto 12px calc(env(safe-area-inset-bottom, 0) + 12px) 12px;
  }
  #bl-consent {
    padding: 12px;
  }
  #bl-consent .s-8f615e7a049fb87b7a5a {
    gap: 6px;
  }
}
@media (prefers-reduced-motion: reduce) {
  #bl-consent,
  #bl-consent * {
    transition: none !important;
    animation: none !important;
  }
}
.s-3b00f16b8a0885a364f0 {
  margin: 0.6em 0 0;
}
.s-271eb84c1b023afe5a92 {
  background: linear-gradient(180deg, #ffffff, #f8fafc);
  height: auto;
  width: 100%;
}
.s-5fe38bb4ecd9fa730cde {
  background: transparent;
  height: auto;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}

/* Modern Footer Styles */
.s-footer-modern {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border-top: 1px solid rgba(153, 27, 27, 0.12);
  margin-top: 60px;
  padding: 60px 0 0;
}

.s-footer-container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 40px);
}

.s-footer-top {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(153, 27, 27, 0.08);
}

.s-footer-brand {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.s-footer-logo {
  display: flex;
  align-items: center;
  gap: 12px;
}

.s-footer-logo svg {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}

.s-footer-logo-text {
  font-size: 24px;
  font-weight: 800;
  color: var(--text);
  font-family: "Oxygen", sans-serif;
}

.s-footer-description {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
  max-width: 400px;
}

.s-footer-contact {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 8px;
}

.s-footer-contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--text);
  font-size: 14px;
  transition: color 0.2s ease;
  text-decoration: none;
}

.s-footer-contact-item svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  color: var(--neon);
  transition: transform 0.2s ease;
}

.s-footer-contact-item:hover {
  color: var(--neon);
}

.s-footer-contact-item:hover svg {
  transform: scale(1.1);
}

.s-footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.s-footer-links-column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.s-footer-links-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--text);
  font-family: "Oxygen", sans-serif;
  margin: 0;
}

.s-footer-links-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.s-footer-links-list li {
  margin: 0;
}

.s-footer-links-list a {
  color: var(--muted);
  font-size: 14px;
  transition: color 0.2s ease;
  text-decoration: none;
}

.s-footer-links-list a:hover {
  color: var(--neon);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.s-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
  gap: 20px;
}

.s-footer-legal {
  flex: 1;
}

.s-footer-legal-text {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
}

.s-footer-legal-text strong {
  color: var(--text);
  font-weight: 700;
}

.s-footer-copyright {
  color: var(--muted);
  font-size: 13px;
  margin: 0;
  white-space: nowrap;
}

@media (max-width: 980px) {
  .s-footer-top {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .s-footer-links {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  
  .s-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}

@media (max-width: 640px) {
  .s-footer-modern {
    padding: 40px 0 0;
    margin-top: 40px;
  }
  
  .s-footer-links {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .s-footer-logo {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .s-footer-description {
    max-width: 100%;
  }
}
