#smcb-links a,
a {
  color: var(--link-color);
  text-decoration: none;
}
.s-bcb3ffca4eb09500f726,
nav.s-9579c21825ff83855299 a {
  transition: transform 0.15s, background 0.15s, border-color 0.15s;
}
.s-b71a5b569b02858756ff,
a,
button,
summary {
  cursor: pointer;
}
:root {
  --primary: #6366f1;
  --primary-500: #818cf8;
  --primary-700: #4f46e5;
  --accent: #ec4899;
  --accent-200: #f9a8d4;
  --ink: #0f172a;
  --bg: #ffffff;
  --muted: #64748b;
  --link-color: #6366f1;
  --radius: 18px;
  --container: 1180px;
  --shadow-lg: 0 20px 60px rgba(0, 0, 0, 0.1);
  --shadow-sm: 0 6px 18px rgba(0, 0, 0, 0.08);
  --text: #0f172a;
}
*,
::after,
::before {
  box-sizing: border-box;
}
body,
html {
  margin: 0;
  padding: 0;
}
canvas,
img,
svg,
video {
  display: block;
  max-width: 100%;
}
button,
input,
select,
textarea {
  font: inherit;
}
.s-3f991127f796dd621f78,
.s-bcb3ffca4eb09500f726,
summary {
  font-weight: 700;
}
:focus {
  outline: #6366f1 dashed 2px;
  outline-offset: 3px;
}
html {
  scroll-behavior: smooth;
}
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: "Red Hat Display", system-ui, -apple-system, Segoe UI, Roboto,
    Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
  color: #0f172a;
  background: radial-gradient(
      1200px 800px at 20% 10%,
      rgba(99, 102, 241, 0.08),
      transparent 60%
    ),
    radial-gradient(
      1200px 800px at 80% 0,
      rgba(236, 72, 153, 0.06),
      transparent 60%
    ),
    linear-gradient(180deg, #ffffff, #f8fafc);
  min-height: 100dvh;
  max-width: 100vw;
  overflow-x: hidden;
}
.s-255a762c36cdae2fe950 {
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: 22px;
}
header.s-f819d7dee1ee55de63a8 {
  position: sticky;
  top: 0;
  z-index: 1000;
  backdrop-filter: saturate(1.2) blur(10px);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.95),
    rgba(255, 255, 255, 0.9)
  );
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.s-74d28382fd0d27847065 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
}
.s-63acf68c4f951d6412a8 {
  display: flex;
  align-items: center;
  gap: 12px;
}
.s-63acf68c4f951d6412a8 img {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  box-shadow: var(--shadow-sm);
}
.s-63acf68c4f951d6412a8 .s-6ae999552a0d2dca14d6 {
  font-weight: 800;
  letter-spacing: 0.2px;
  font-size: 1.1rem;
}
nav.s-9579c21825ff83855299 {
  display: flex;
  align-items: center;
  gap: 22px;
}
nav.s-9579c21825ff83855299 a {
  padding: 10px 14px;
  border-radius: 12px;
  color: #0f172a;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.08);
}
nav.s-9579c21825ff83855299 a:hover {
  transform: translateY(-1px);
  background: rgba(99, 102, 241, 0.12);
  border-color: rgba(99, 102, 241, 0.24);
}
.s-9613c87ef22f34bb9290 {
  color: #0a0f1e;
  background: linear-gradient(135deg, var(--accent), var(--accent-200));
  border: none;
  font-weight: 700;
}
.s-7a86b15480e0a870f0b0,
details {
  background: rgba(255, 255, 255, 0.9);
}
.s-7a86b15480e0a870f0b0 {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  display: none;
  align-items: center;
  justify-content: center;
}
.s-7a86b15480e0a870f0b0 svg {
  width: 22px;
  height: 22px;
  stroke: #0f172a;
}
.s-38591decbaf4a67f37e3 {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: none;
  background: rgba(0, 0, 0, 0.45);
}
#smcb-advanced.s-d1d9d34d6115eb16c5f0,
.s-38591decbaf4a67f37e3.s-5fc7e38bffe00ca46add {
  display: block;
}
.s-38591decbaf4a67f37e3 .s-7040cb72e5b1a981b50c {
  position: absolute;
  right: 0;
  top: 60px;
  border-radius: 12px;
  width: 80%;
  background: linear-gradient(180deg, #ffffff, #ffffff);
  border-left: 1px solid rgba(99, 102, 241, 0.15);
  padding: 18px 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-shadow: -4px 0 20px rgba(0, 0, 0, 0.1);
}
#smcb-actions,
summary {
  gap: 8px;
  align-items: center;
}
.s-38591decbaf4a67f37e3 .s-7040cb72e5b1a981b50c a {
  display: block;
  padding: 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.08);
  color: #0f172a;
}
main {
  min-height: 100vh;
}
.s-20182fbc10716eb197ea {
  padding: 72px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.s-e75bc04532a5639ed1e9 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
.s-4ab553d400f5b5b90bdf {
  margin-top: 14px;
}
details {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  padding: 12px;
}
summary {
  list-style: none;
  display: flex;
}
summary::-webkit-details-marker {
  display: none;
}
.s-25dc282b5a3dcba62a9a {
  color: #64748b;
  margin-top: 8px;
}
.s-39d88b573c35d2ff144e {
  position: relative;
  width: 100%;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  aspect-ratio: 16/9;
}
.s-8d614905ae404c789c51 {
  margin-top: 16px;
}
.s-39d88b573c35d2ff144e img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
footer.s-a928d4c5751e4352ec16 {
  margin-top: 90px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  background: linear-gradient(
    180deg,
    #f8fafc,
    #ffffff
  );
}
.s-790f5a4f2e985b582ee9 {
  padding: 36px 0;
}
.s-891946b2c1ac6f5b02e9 {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 22px;
  align-items: flex-start;
}
.s-423cc53722bd87fcc441 {
  max-width: 56ch;
  color: #64748b;
}
.s-5ab97e7baeed3b39b1b4 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.s-5ab97e7baeed3b39b1b4 a {
  display: block;
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #eaf6f7;
}
.s-623b8e331687f0d3a7e0 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
  color: #99b8ba;
}
.s-60aeb8442ecccdfe3610 {
  font-size: 0.9rem;
  margin-top: 20px;
}
@media (max-width: 980px) {
  nav.s-9579c21825ff83855299 {
    display: none;
  }
  .s-7a86b15480e0a870f0b0 {
    display: flex;
  }
  .s-891946b2c1ac6f5b02e9 {
    grid-template-columns: 1fr;
  }
}
#smcb-inner,
.s-309f43f50afb01f0dfab {
  display: grid;
  grid-template-columns: 1fr auto;
}
#sm-cookie-banner {
  position: fixed;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  width: min(680px, 94vw);
  z-index: 2200;
  opacity: 0;
  pointer-events: none;
  transition: transform 0.35s, opacity 0.35s;
}
#sm-cookie-banner.s-66207581cdb874dafd39 {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}
#smcb-card {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.95),
    rgba(255, 255, 255, 0.9)
  );
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--text);
  border-radius: 18px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}
#smcb-inner {
  gap: 12px;
  padding: 14px;
}
#smcb-copy {
  padding: 6px 8px;
}
#smcb-title {
  margin: 0 0 4px;
  font-weight: 800;
  font-size: 1rem;
  letter-spacing: 0.2px;
}
#smcb-desc {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}
#smcb-links {
  margin-top: 6px;
  font-size: 0.9rem;
}
#smcb-actions {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.s-bcb3ffca4eb09500f726 {
  appearance: none;
  border-radius: 12px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  cursor: pointer;
}
.s-bcb3ffca4eb09500f726:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.24);
}
.s-7bd53c292c8e60a1e700 {
  color: #0a0f1e;
  background: linear-gradient(135deg, var(--accent), var(--accent-200));
  border: none;
}
.s-7bd53c292c8e60a1e700:hover {
  transform: translateY(-1px);
}
.s-d7ea6da645c887f5089f {
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.06),
    rgba(255, 255, 255, 0.02)
  );
}
.s-978b346960b3ba92c99a {
  background: rgba(255, 255, 255, 0.04);
}
#smcb-advanced {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 10px 14px 14px;
}
.s-309f43f50afb01f0dfab {
  align-items: center;
  gap: 10px;
  padding: 10px 0;
}
.s-dcc287933ff4fc69fc1e {
  color: var(--muted);
  font-size: 0.9rem;
  margin-top: 2px;
}
.s-b71a5b569b02858756ff {
  position: relative;
  width: 48px;
  height: 30px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.18);
  transition: background 0.2s;
}
.s-b71a5b569b02858756ff input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}
.s-b71a5b569b02858756ff span {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: #fff;
  transition: left 0.2s;
}
.s-b71a5b569b02858756ff input:checked + span {
  left: 21px;
}
.s-b71a5b569b02858756ff[data-on="true"] {
  background: linear-gradient(135deg, var(--teal), var(--teal-500));
}
.s-b71a5b569b02858756ff[aria-disabled="true"] {
  opacity: 0.6;
  cursor: not-allowed;
}
.s-19bf56dc2d687407bca8 {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  padding-top: 8px;
}
@media (min-width: 980px) {
  #sm-cookie-banner {
    left: auto;
    right: 16px;
    transform: translateY(20px);
  }
  #sm-cookie-banner.s-66207581cdb874dafd39 {
    transform: translateY(0);
  }
  #smcb-inner {
    grid-template-columns: 1fr auto;
  }
}
.s-f03e958e3180a92a894f {
  margin-bottom: 10px;
}
.s-21889805bff212917a1f {
  font-size: 1.05rem;
  letter-spacing: 0.2px;
  margin: 0 0 10px;
}
.s-page-hero {
  position: relative;
  min-height: 100vh;
  padding: 120px 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.s-page-background {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.s-page-bg-image {
  position: absolute;
  inset: 0;
  background-image: url('../assets/img-25bbb0290387.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.15;
  filter: blur(2px);
}
.s-page-gradient-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0.85));
  z-index: 1;
}
.s-page-shapes {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 2;
}
.s-page-shape {
  position: absolute;
  width: 300px;
  height: 300px;
  opacity: 0.6;
  animation: float 20s ease-in-out infinite;
}
.s-page-shape-1 {
  top: 10%;
  left: 5%;
  animation-delay: 0s;
  animation-duration: 25s;
}
.s-page-shape-2 {
  top: 60%;
  right: 10%;
  animation-delay: -5s;
  animation-duration: 30s;
}
.s-page-shape-3 {
  bottom: 15%;
  left: 15%;
  animation-delay: -10s;
  animation-duration: 35s;
}
.s-page-shape-4 {
  top: 30%;
  right: 20%;
  animation-delay: -15s;
  animation-duration: 28s;
}
.s-page-content {
  position: relative;
  z-index: 3;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 22px;
  width: 100%;
}
.s-page-moving-text {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}
.s-page-moving-line {
  position: absolute;
  white-space: nowrap;
  display: flex;
  gap: 40px;
  font-size: 1.2rem;
  font-weight: 700;
  color: rgba(99, 102, 241, 0.25);
  text-transform: uppercase;
  letter-spacing: 2px;
  width: 200%;
}
.s-page-moving-line span {
  flex-shrink: 0;
  display: inline-block;
}
.s-page-line-1 {
  top: 15%;
  left: 0;
  animation: scrollLeft 30s linear infinite;
}
.s-page-line-2 {
  top: 50%;
  right: 0;
  animation: scrollRight 35s linear infinite;
  flex-direction: row-reverse;
}
.s-page-main-content {
  position: relative;
  z-index: 2;
  text-align: center;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  border-radius: 32px;
  padding: 60px 40px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.s-page-title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 900;
  color: #0f172a;
  margin: 0 0 16px;
  letter-spacing: -0.5px;
  background: linear-gradient(135deg, #6366f1, #ec4899);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.s-page-subtitle {
  font-size: 1.2rem;
  color: #4f46e5;
  font-weight: 600;
  margin: 0 0 24px;
  letter-spacing: 0.5px;
}
.s-page-description {
  font-size: 1.1rem;
  color: #475569;
  line-height: 1.8;
  max-width: 700px;
  margin: 0 auto 40px;
}
.s-faq-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 40px;
  text-align: left;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.s-faq-item {
  background: #ffffff;
  border-radius: 16px;
  border: 2px solid rgba(0, 0, 0, 0.06);
  padding: 0;
  overflow: hidden;
  transition: all 0.3s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.s-faq-item:hover {
  border-color: rgba(99, 102, 241, 0.2);
  box-shadow: 0 4px 16px rgba(99, 102, 241, 0.1);
}
.s-faq-item summary {
  padding: 20px 24px;
  font-weight: 700;
  font-size: 1.1rem;
  color: #0f172a;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  transition: all 0.2s;
}
.s-faq-item summary::-webkit-details-marker {
  display: none;
}
.s-faq-item summary::after {
  content: '+';
  font-size: 1.5rem;
  font-weight: 300;
  color: #6366f1;
  transition: transform 0.3s;
}
.s-faq-item[open] summary::after {
  transform: rotate(45deg);
}
.s-faq-item summary:hover {
  color: #6366f1;
}
.s-faq-answer {
  padding: 0 24px 24px;
  color: #475569;
  line-height: 1.7;
  font-size: 1rem;
  margin-top: 8px;
}
@keyframes float {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  33% {
    transform: translate(30px, -30px) rotate(5deg);
  }
  66% {
    transform: translate(-20px, 20px) rotate(-5deg);
  }
}
@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes scrollRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(50%);
  }
}
@media (max-width: 768px) {
  .s-page-hero {
    min-height: 80vh;
    padding: 80px 0;
  }
  .s-page-main-content {
    padding: 40px 24px;
  }
  .s-faq-list {
    gap: 12px;
  }
  .s-faq-item summary {
    padding: 16px 20px;
    font-size: 1rem;
  }
  .s-faq-answer {
    padding: 0 20px 20px;
  }
  .s-page-shape {
    width: 200px;
    height: 200px;
  }
  .s-page-moving-line {
    font-size: 0.9rem;
  }
}
