:root {
  --spacing-lg: 1rem;
  --spacing-md: 0.75rem;
  --spacing-sm: 0.5rem;
  --spacing-xl: 1.5rem;
  --spacing-xs: 0.25rem;
  --color-scrim: color-mix(in oklab, #ffffff 70%, transparent);
  --spacing-2xl: 2rem;
  --spacing-3xl: 3rem;
  --spacing-4xl: 4rem;
  --color-accent: #00ffe1;
  --color-border: #2b2b33;
  --font-size-lg: clamp(1.125rem, 1.05rem + 0.4vw, 1.25rem);
  --font-size-sm: clamp(0.85rem, 0.8rem + 0.15vw, 0.95rem);
  --font-size-xl: clamp(1.375rem, 1.25rem + 0.6vw, 1.5rem);
  --font-size-xs: clamp(0.65rem, 0.6rem + 0.1vw, 0.8rem);
  --color-neutral: #2b2b33;
  --color-outline: #00d9ff;
  --color-overlay: color-mix(in oklab, #ffffff 40%, transparent);
  --color-primary: #00d9ff;
  --color-surface: #07070a;
  --divider-value: 1px solid var(--color-outline);
  --font-size-2xl: clamp(1.75rem, 1.6rem + 0.9vw, 2rem);
  --font-size-3xl: clamp(2.6rem, 2.4rem + 1.2vw, 3rem);
  --font-size-4xl: clamp(4rem, 3.6rem + 1.8vw, 5.25rem);
  --font-size-base: 1rem;
  --shadow-level-1: 0 0 8px rgba(0, 255, 200, 0.15);
  --shadow-level-2: 0 0 18px rgba(0, 255, 200, 0.25);
  --shadow-level-3: 0 0 36px rgba(0, 255, 200, 0.35);
  --color-backplate: color-mix(in oklab, #ffffff 60%, transparent);
  --color-on-accent: #0a0a0a;
  --color-secondary: #ff00d9;
  --border-radius-lg: 12px;
  --border-radius-md: 8px;
  --border-radius-sm: 4px;
  --border-radius-xl: 16px;
  --color-on-primary: #0a0a0a;
  --color-on-surface: #e8f7fb;
  --font-family-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  --font-weight-body: 400;
  --line-height-body: 1.6;
  --content-max-width: 84rem;
  --border-radius-card: var(--border-radius-md);
  --border-radius-full: 9999px;
  --border-radius-none: 0px;
  --color-on-secondary: #0a0a0a;
  --font-style-heading: normal;
  --font-weight-medium: 600;
  --font-family-heading: "Orbitron", system-ui, -apple-system, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-weight-heading: 700;
  --letter-spacing-body: 0.01em;
  --line-height-heading: 1.18;
  --dl-layout-size-large: 144px;
  --dl-layout-size-small: 48px;
  --dl-layout-space-unit: 16px;
  --border-radius-control: var(--border-radius-sm);
  --dl-layout-size-medium: 96px;
  --dl-layout-size-xlarge: 192px;
  --dl-layout-size-xsmall: 16px;
  --font-style-subheading: normal;
  --color-surface-elevated: color-mix(
    in oklab,
    var(--color-surface) 92%,
    var(--color-secondary)
  );
  --dl-color-theme-accent1: #ffffff;
  --dl-color-theme-accent2: #f5d1b0;
  --dl-layout-radius-round: 50%;
  --dl-layout-size-xxlarge: 288px;
  --letter-spacing-heading: 0.02em;
  --text-transform-heading: none;
  --dl-color-theme-primary1: #bf4408;
  --dl-color-theme-primary2: #e65103;
  --dl-layout-size-maxwidth: 1400px;
  --dl-layout-radius-radius2: 2px;
  --dl-layout-radius-radius4: 4px;
  --dl-layout-radius-radius8: 8px;
  --dl-layout-space-halfunit: 8px;
  --dl-layout-space-sixunits: 96px;
  --dl-layout-space-twounits: 32px;
  --dl-color-theme-secondary1: #ffffff;
  --dl-color-theme-secondary2: #fbf1eb;
  --dl-layout-space-fiveunits: 80px;
  --dl-layout-space-fourunits: 64px;
  --color-on-surface-secondary: #afc8d1;
  --dl-layout-space-threeunits: 48px;
  --dl-color-theme-neutral-dark: #191818;
  --dl-layout-radius-cardradius: 8px;
  --dl-color-theme-neutral-light: #fbfaf9;
  --dl-layout-radius-imageradius: 8px;
  --dl-layout-radius-inputradius: 24px;
  --dl-layout-radius-buttonradius: 24px;
  --dl-layout-space-oneandhalfunits: 24px;
}

.button {
  color: var(--dl-color-theme-neutral-dark);
  display: inline-block;
  padding: 0.5rem 1rem;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 1px;
  border-radius: 4px;
  background-color: var(--dl-color-theme-neutral-light);
}

.input {
  color: var(--dl-color-theme-neutral-dark);
  cursor: auto;
  padding: 0.5rem 1rem;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 1px;
  border-radius: 4px;
  background-color: var(--dl-color-theme-neutral-light);
}

.textarea {
  color: var(--dl-color-theme-neutral-dark);
  cursor: auto;
  padding: 0.5rem;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 1px;
  border-radius: 4px;
  background-color: var(--dl-color-theme-neutral-light);
}

.list {
  width: 100%;
  margin: 1em 0px 1em 0px;
  display: block;
  padding: 0px 0px 0px 1.5rem;
  list-style-type: none;
  list-style-position: outside;
}

.list-item {
  display: list-item;
}

.teleport-show {
  display: flex !important;
  transform: none !important;
}

.thq-input {
  color: var(--dl-color-theme-neutral-dark);
  cursor: auto;
  outline: none;
  padding: 0.5rem 1rem;
  align-self: stretch;
  text-align: center;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 1px;
  border-radius: var(--dl-layout-radius-inputradius);
  background-color: var(--dl-color-theme-neutral-light);
}

.thq-input:focus {
  outline: 1px solid var(--dl-color-theme-primary1);
}

.thq-button-filled {
  gap: var(--dl-layout-space-halfunit);
  fill: var(--dl-color-theme-secondary1);
  color: var(--dl-color-theme-secondary1);
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  font-weight: bold;
  padding-top: var(--dl-layout-space-halfunit);
  white-space: nowrap;
  border-color: var(--dl-color-theme-primary1);
  border-width: 1px;
  padding-left: var(--dl-layout-space-oneandhalfunits);
  border-radius: var(--dl-layout-radius-buttonradius);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  padding-bottom: var(--dl-layout-space-halfunit);
  justify-content: center;
  background-color: var(--dl-color-theme-primary1);
}

.thq-button-filled:hover {
  fill: var(--dl-color-theme-secondary2);
  color: var(--dl-color-theme-secondary2);
  border-color: var(--dl-color-theme-primary2);
  background-color: var(--dl-color-theme-primary2);
}

.thq-button-outline {
  gap: var(--dl-layout-space-halfunit);
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-primary1);
  border: 1px solid;
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  font-weight: bold;
  padding-top: var(--dl-layout-space-halfunit);
  white-space: nowrap;
  border-color: var(--dl-color-theme-primary1);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  border-radius: var(--dl-layout-radius-buttonradius);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  padding-bottom: var(--dl-layout-space-halfunit);
  justify-content: center;
}

.thq-button-outline:hover {
  fill: var(--dl-color-theme-secondary2);
  color: var(--dl-color-theme-secondary2);
  border-color: var(--dl-color-theme-primary2);
  background-color: var(--dl-color-theme-primary2);
}

.thq-button-flat {
  gap: var(--dl-layout-space-halfunit);
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-primary1);
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  font-weight: bold;
  padding-top: var(--dl-layout-space-halfunit);
  white-space: nowrap;
  border-color: transparent;
  border-width: 1px;
  padding-left: var(--dl-layout-space-oneandhalfunits);
  border-radius: var(--dl-layout-radius-buttonradius);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  padding-bottom: var(--dl-layout-space-halfunit);
  justify-content: center;
}

.thq-button-flat:hover {
  fill: var(--dl-color-theme-secondary1);
  color: var(--dl-color-theme-secondary1);
  border-color: var(--dl-color-theme-primary2);
  background-color: var(--dl-color-theme-primary2);
}

.thq-heading-1 {
  font-size: 48px;
  font-family: STIX Two Text;
  font-weight: 700;
  line-height: 1.5;
}

.thq-heading-2 {
  font-size: 35px;
  font-family: STIX Two Text;
  font-weight: 600;
  line-height: 1.5;
}

.thq-heading-3 {
  font-size: 26px;
  font-family: STIX Two Text;
  font-weight: 600;
  line-height: 1.5;
}

.thq-body-large {
  font-size: 18px;
  font-family: Noto Sans;
  line-height: 1.5;
}

.thq-body-small {
  font-size: 16px;
  font-family: Noto Sans;
  line-height: 1.5;
}

.thq-team-image-round {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
}

.thq-section-padding {
  width: 100%;
  display: flex;
  padding: var(--dl-layout-space-fiveunits);
  position: relative;
  align-items: center;
  flex-direction: column;
}

.thq-section-max-width {
  width: 100%;
  max-width: var(--dl-layout-size-maxwidth);
}

.thq-img-ratio-1-1 {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
  border-radius: var(--dl-layout-radius-imageradius);
}

.thq-img-ratio-16-9 {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
  border-radius: var(--dl-layout-radius-imageradius);
}

.thq-img-ratio-4-3 {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 4/3;
  border-radius: var(--dl-layout-radius-imageradius);
}

.thq-img-ratio-4-6 {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 4/6;
  border-radius: var(--dl-layout-radius-imageradius);
}

.thq-img-round {
  width: 100%;
  border-radius: var(--dl-layout-radius-round);
}

.thq-flex-column {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-direction: column;
}

.thq-flex-row {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
}

.thq-grid-6 {
  display: grid;
  grid-gap: var(--dl-layout-space-twounits);
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.thq-grid-5 {
  display: grid;
  grid-gap: var(--dl-layout-space-twounits);
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.thq-card {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  padding: var(--dl-layout-space-twounits);
  align-items: stretch;
  border-radius: var(--dl-layout-radius-cardradius);
  flex-direction: column;
}

.thq-box-shadow {
  box-shadow: 0px 0px 5px -2px var(--dl-color-theme-neutral-dark);
}

.thq-grid-3 {
  display: grid;
  grid-gap: var(--dl-layout-space-twounits);
  grid-template-columns: 1fr 1fr 1fr;
}

.thq-grid-4 {
  display: grid;
  grid-gap: var(--dl-layout-space-twounits);
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.thq-grid-2 {
  width: 100%;
  display: grid;
  grid-gap: var(--dl-layout-space-twounits);
  grid-template-columns: 1fr 1fr;
}

.thq-checkbox {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}

.thq-select {
  cursor: pointer;
  appearance: none;
  padding-top: var(--dl-layout-space-halfunit);
  padding-left: var(--dl-layout-space-unit);
  border-radius: var(--dl-layout-radius-inputradius);
  padding-right: var(--dl-layout-space-twounits);
  padding-bottom: var(--dl-layout-space-halfunit);
  background-color: var(--dl-color-theme-neutral-light);
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg width%3D%2220%22 height%3D%2220%22 xmlns%3D%22http%3A//www.w3.org/2000/svg%22 viewBox%3D%220 0 20 20%22 fill%3D%22%23000%22%3E%3Cpath d%3D%22M4.293 7.293a1 1 0 011.414 0L10 11.586l4.293-4.293a1 1 0 111.414 1.414l-5 5a1 1 0 01-1.414 0l-5-5a1 1 0 010-1.414z%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 8px center;
}

.thq-divider-horizontal {
  width: 100%;
  height: 1px;
  background-color: var(--dl-color-theme-neutral-dark);
}

.thq-icon-small {
  width: 24px;
  height: 24px;
}

.thq-button-icon {
  fill: var(--dl-color-theme-secondary1);
  padding: 3px;
  transition: 0.3s;
  border-radius: var(--dl-layout-radius-round);
}

.thq-button-icon:hover {
  fill: var(--dl-color-theme-secondary2);
}

.thq-icon-medium {
  width: var(--dl-layout-size-small);
  height: var(--dl-layout-size-small);
}

.thq-icon-x-small {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}

.thq-link {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  background: linear-gradient(
    to right,
    var(--dl-color-theme-primary1) 50%,
    var(--dl-color-theme-neutral-dark) 50%
  );
  transition: background-position 300ms ease;
  font-weight: 600;
  background-clip: text;
  background-size: 200% 100%;
  background-position: 100%;
  -webkit-text-fill-color: transparent;
}

.thq-link:hover {
  background-position: 0 100%;
}

.thq-grid-auto-300 {
  display: grid;
  grid-gap: var(--dl-layout-space-oneandhalfunits);
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.thq-animated-group-vertical-reverse {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  display: flex;
  animation: scroll-y 20s linear infinite;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-around;
  animation-direction: reverse;
}

.thq-animated-group-horizontal-reverse {
  gap: var(--dl-layout-space-unit);
  display: flex;
  animation: scroll-x 20s linear infinite;
  min-width: 100%;
  align-items: center;
  flex-shrink: 0;
  justify-content: space-around;
  animation-direction: reverse;
}

.thq-animated-group-vertical {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  display: flex;
  animation: scroll-y 20s linear infinite;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-around;
}

.thq-animated-group-horizontal {
  gap: var(--dl-layout-space-unit);
  display: flex;
  animation: scroll-x 20s linear infinite;
  min-width: 100%;
  align-items: center;
  flex-shrink: 0;
  justify-content: space-around;
}

.thq-animated-group-container-vertical {
  gap: var(--dl-layout-space-unit);
  display: flex;
  overflow: hidden;
  flex-direction: column;
}

.thq-animated-group-container-horizontal {
  gap: var(--dl-layout-space-unit);
  display: flex;
  overflow: hidden;
}

.thq-mask-image-vertical {
  mask-image: linear-gradient(
    to bottom,
    transparent,
    black 1%,
    black 99%,
    transparent
  );
}

.thq-mask-image-horizontal {
  mask-image: linear-gradient(
    to right,
    transparent,
    black 1%,
    black 99%,
    transparent
  );
}

.thq-img-scale {
  transition: 0.3s;
}

.thq-img-scale:hover {
  scale: 1.05;
}

.thq-animated-card-bg-1 {
  width: 100%;
  height: 100%;
  transition: transform 0.3s;
  border-radius: var(--dl-layout-radius-cardradius);
  background-color: var(--dl-color-theme-accent1);
}

.thq-animated-card-bg-2 {
  transition: transform 0.3s;
  border-radius: var(--dl-layout-radius-cardradius);
  background-color: var(--dl-color-theme-accent2);
}

.thq-button-animated {
  outline: none;
  z-index: 1;
  overflow: hidden;
  position: relative;
  border-width: 2px;
}

.thq-input::placeholder {
  text-align: center;
  vertical-align: middle;
}

.thq-animated-group-container-vertical:hover div {
  animation-play-state: paused;
}

.thq-animated-group-container-horizontal:hover div {
  animation-play-state: paused;
}

.thq-animated-card-bg-2:has([data-animated="true"]:hover) {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg)
    rotateY(0deg) rotateZ(3deg) skew(0deg, 0deg);
}

.thq-animated-card-bg-1:has([data-animated="true"]:hover) {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg)
    rotateY(0deg) rotateZ(-6deg) skew(0deg, 0deg);
}

.thq-button-animated:before {
  top: 0;
  left: -20%;
  color: var(--dl-color-theme-neutral-light);
  width: 200%;
  height: 101%;
  content: "";
  z-index: 1;
  position: absolute;
  transform: scaleX(0);
  transition: transform 0.5s;
  border-radius: var(--dl-layout-radius-buttonradius);
  background-color: var(--dl-color-theme-neutral-dark);
  transform-origin: 0 0;
  transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
}

.thq-button-animated:hover::before {
  color: var(--dl-color-theme-neutral-light);
  z-index: -1;
  transform: scaleX(1);
}

.btn {
  gap: var(--spacing-xs);
  border: 1px solid transparent;
  cursor: pointer;
  display: inline-flex;
  padding: var(--spacing-md) var(--spacing-lg);
  font-size: var(--font-size-base);
  box-shadow: var(--shadow-level-1);
  text-align: center;
  transition: all 0.2s ease-in-out;
  align-items: center;
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-medium);
  line-height: var(--line-height-body);
  user-select: none;
  white-space: nowrap;
  border-radius: var(--border-radius-control);
  justify-content: center;
  text-decoration: none;
}

.btn-primary {
  color: white;
  border-color: var(--color-primary);
  background-color: #000053;
}

.btn-secondary {
  color: white;
  border-color: var(--color-secondary);
  background-color: #009ee2;
}

.btn-accent {
  color: var(--color-on-accent);
  border-color: var(--color-accent);
  background-color: var(--color-accent);
}

.btn-outline {
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
  background-color: var(--color-surface);
}

.btn-link {
  color: var(--color-primary);
  box-shadow: none;
  border-color: transparent;
  text-decoration: underline;
  background-color: transparent;
}

.btn-sm {
  padding: var(--spacing-sm) var(--spacing-md);
}

.btn-lg {
  padding: var(--spacing-lg) var(--spacing-xl);
}

.btn-xl {
  padding: var(--spacing-xl) var(--spacing-2xl);
}

.section-title {
  font-size: var(--font-size-3xl);
  font-style: var(--font-style-heading);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-heading);
  line-height: var(--line-height-heading);
  letter-spacing: var(--letter-spacing-heading);
  text-transform: var(--text-transform-heading);
}

.section-subtitle {
  opacity: 0.85;
  font-size: var(--font-size-lg);
  font-style: var(--font-style-subheading);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-heading);
  line-height: var(--line-height-heading);
}

.section-content {
  font-size: var(--font-size-base);
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-body);
  line-height: var(--line-height-body);
  letter-spacing: var(--letter-spacing-body);
}

.hero-title {
  font-size: var(--font-size-4xl);
  font-style: var(--font-style-heading);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-heading);
  line-height: var(--line-height-heading);
  letter-spacing: var(--letter-spacing-heading);
  text-transform: var(--text-transform-heading);
}

.hero-subtitle {
  opacity: 0.85;
  font-size: var(--font-size-lg);
  font-style: var(--font-style-subheading);
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-body);
  line-height: var(--line-height-body);
}

.btn:focus-visible {
  outline: 2px solid var(--color-outline);
  outline-offset: 2px;
}

.btn:disabled {
  cursor: not-allowed;
  opacity: 0.6;
  pointer-events: none;
}

.btn-primary:hover:not(:disabled) {
  background-color: #009ee2;
}

.btn-secondary:hover:not(:disabled) {
  border-color: color-mix(
    in oklab,
    var(--color-secondary) 90%,
    var(--color-surface)
  );
  background-color: color-mix(
    in oklab,
    var(--color-secondary) 90%,
    var(--color-surface)
  );
}

.btn-accent:hover:not(:disabled) {
  border-color: color-mix(
    in oklab,
    var(--color-accent) 90%,
    var(--color-surface)
  );
  background-color: color-mix(
    in oklab,
    var(--color-accent) 90%,
    var(--color-surface)
  );
}

.btn-outline:hover:not(:disabled) {
  color: var(--color-on-primary);
  border-color: var(--color-primary);
  background-color: var(--color-primary);
}

.btn-link:hover:not(:disabled) {
  color: color-mix(in oklab, var(--color-primary) 80%, black);
  text-decoration: underline;
}

.navigation {
  top: var(--spacing-lg);
  left: 50%;
  width: calc(100% - var(--spacing-2xl));
  z-index: 1000;
  position: fixed;
  max-width: var(--content-max-width);
  transform: translateX(-50%);
  pointer-events: none;
}

.navigation__container {
  display: flex;
  padding: var(--spacing-md) var(--spacing-xl);
  position: relative;
  background: white;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  align-items: center;
  border-radius: var(--border-radius-xl);
  pointer-events: auto;
  backdrop-filter: blur(24px);
  justify-content: space-between;
}

.navigation__mobile-overlay {
  inset: 0;
  display: none;
  opacity: 0;
  z-index: 1100;
  position: fixed;
  transform: translateX(100%);
  background: #000053;
  min-height: 100vh;
  overflow-y: auto;
  transition: opacity 0.4s ease, transform 0.4s ease;
  pointer-events: none;
}

.navigation__logo {
  gap: var(--spacing-sm);
  display: flex;
  transition: transform 0.3s ease;
  align-items: center;
  text-decoration: none;
}

.navigation__toggle {
  color: var(--color-surface);
  border: none;
  cursor: pointer;
  display: none;
  padding: var(--spacing-sm);
  background: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
  border-radius: var(--border-radius-md);
}

.navigation__links {
  gap: var(--spacing-xl);
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: var(--spacing-xl);
}

.navigation__actions {
  gap: var(--spacing-md);
  display: flex;
  align-items: center;
}

.navigation__mobile-header {
  top: 0;
  display: flex;
  padding: var(--spacing-lg) var(--spacing-xl);
  z-index: 1110;
  position: sticky;
  background: #171724;
  align-items: center;
  border-bottom: 1px solid var(--color-border);
  justify-content: space-between;
}

.navigation__mobile-content {
  gap: var(--spacing-lg);
  display: flex;
  padding: var(--spacing-2xl) var(--spacing-xl);
  flex-direction: column;
  padding-bottom: var(--spacing-4xl);
}

.navigation__logo-icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

.navigation__brand {
  color: var(--color-surface);
  font-size: var(--font-size-xl);
  background: linear-gradient(
    135deg,
    var(--color-primary),
    var(--color-accent)
  );
  white-space: nowrap;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.navigation__link {
  color: #000053;
  position: relative;
  font-size: var(--font-size-base);
  transition: color 0.3s ease;
  font-weight: var(--font-weight-medium);
  white-space: nowrap;
  text-decoration: none;
}

.navigation__signin {
  color: var(--color-surface);
  white-space: nowrap;
}

.navigation__cta {
  gap: var(--spacing-xs);
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.navigation__close {
  color: var(--color-on-surface);
  border: none;
  cursor: pointer;
  padding: var(--spacing-sm);
  background: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
  border-radius: var(--border-radius-md);
}

.navigation__mobile-link {
  color: var(--color-on-surface);
  opacity: 0;
  padding: var(--spacing-md) 0;
  font-size: var(--font-size-2xl);
  transform: translateX(20px);
  transition: color 0.3s ease, transform 0.3s ease;
  font-weight: var(--font-weight-medium);
  white-space: nowrap;
  border-bottom: 1px solid var(--color-border);
  text-decoration: none;
}

.navigation__mobile-link--secondary {
  color: var(--color-on-surface-secondary);
}

.navigation__mobile-cta {
  gap: var(--spacing-xs);
  width: 100%;
  display: flex;
  opacity: 0;
  transform: translateY(20px);
  margin-top: var(--spacing-xl);
  align-items: center;
  justify-content: center;
}

.navigation__logo:hover {
  transform: translateY(-2px);
}

.navigation__toggle:hover {
  transform: scale(1.05);
  background-color: rgba(255, 255, 255, 0.1);
}

.navigation__toggle:active {
  transform: scale(0.95);
}

.navigation__link::after {
  left: 0;
  width: 0;
  bottom: -4px;
  height: 2px;
  content: "";
  position: absolute;
  background: linear-gradient(90deg, var(--color-primary), var(--color-accent));
  transition: width 0.3s ease;
}

.navigation__link:hover {
  color: #009ee2;
}

.navigation__link:hover::after {
  width: 100%;
}

.navigation__cta svg {
  flex-shrink: 0;
}

.navigation__mobile-overlay.navigation__mobile-overlay--active {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

.navigation__close:hover {
  transform: rotate(90deg);
  background-color: var(--color-surface-elevated);
}

.navigation__close:active {
  transform: rotate(90deg) scale(0.95);
}

.navigation__mobile-overlay--active .navigation__mobile-link {
  animation: slideInStagger 0.5s ease forwards;
}

.navigation__mobile-overlay--active .navigation__mobile-link:nth-child(1) {
  animation-delay: 0.1s;
}

.navigation__mobile-overlay--active .navigation__mobile-link:nth-child(2) {
  animation-delay: 0.15s;
}

.navigation__mobile-overlay--active .navigation__mobile-link:nth-child(3) {
  animation-delay: 0.2s;
}

.navigation__mobile-overlay--active .navigation__mobile-link:nth-child(4) {
  animation-delay: 0.25s;
}

.navigation__mobile-overlay--active .navigation__mobile-link:nth-child(5) {
  animation-delay: 0.3s;
}

.navigation__mobile-overlay--active .navigation__mobile-cta {
  animation-delay: 0.35s;
}

.navigation__mobile-link:hover {
  color: var(--color-primary);
  transform: translateX(8px);
}

.footer {
  overflow: hidden;
  position: relative;
  background-color: #23232f;
  padding-top: var(--spacing-4xl);
  padding-bottom: var(--spacing-2xl);
}

.footer-diagonal-accent {
  top: 0;
  left: 0;
  right: 0;
  height: 120px;
  z-index: 1;
  position: absolute;
  clip-path: polygon(0 0, 100% 0, 100% 60%, 0 100%);
  background: var(--color-surface);
}

.footer-container {
  margin: 0 auto;
  padding: 0 var(--spacing-xl);
  z-index: 2;
  position: relative;
  max-width: var(--content-max-width);
}

.footer-newsletter-section {
  gap: var(--spacing-3xl);
  border: 1px solid var(--color-outline);
  display: flex;
  padding: var(--spacing-3xl);
  background: var(--color-scrim);
  align-items: center;
  border-radius: var(--border-radius-lg);
  margin-bottom: var(--spacing-3xl);
  backdrop-filter: blur(24px);
}

.footer-divider {
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    var(--color-outline) 50%,
    transparent 100%
  );
  margin-bottom: var(--spacing-3xl);
}

.footer-main-content {
  gap: var(--spacing-4xl);
  display: flex;
  margin-bottom: var(--spacing-3xl);
}

.footer-bottom {
  border-top: 1px solid
    color-mix(in srgb, var(--color-surface) 20%, transparent);
  padding-top: var(--spacing-2xl);
}

.footer-newsletter-content {
  flex: 1;
}

.footer-newsletter-form {
  flex: 1;
  min-width: 0;
}

.footer-brand-column {
  flex: 1;
  max-width: 320px;
}

.footer-links-grid {
  gap: var(--spacing-2xl);
  flex: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.footer-bottom-content {
  gap: var(--spacing-xl);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-newsletter-icon {
  width: 56px;
  height: 56px;
  display: inline-flex;
  background: var(--color-accent);
  align-items: center;
  border-radius: var(--border-radius-lg);
  margin-bottom: var(--spacing-md);
  justify-content: center;
}

.footer-newsletter-title {
  color: var(--color-surface);
  margin-bottom: var(--spacing-sm);
}

.footer-newsletter-description {
  color: var(--color-surface);
  opacity: 0.9;
  max-width: 500px;
}

.footer-form-group {
  gap: var(--spacing-md);
  display: flex;
  align-items: stretch;
}

.footer-logo {
  gap: var(--spacing-sm);
  display: flex;
  align-items: center;
  margin-bottom: var(--spacing-md);
}

.footer-brand-tagline {
  color: white;
  opacity: 0.8;
  margin-bottom: var(--spacing-lg);
}

.footer-social-links {
  gap: var(--spacing-md);
  display: flex;
}

.footer-copyright {
  color: white;
  margin: 0;
  opacity: 0.7;
}

.footer-badges {
  gap: var(--spacing-md);
  display: flex;
}

.footer-input-wrapper {
  flex: 1;
  display: flex;
  position: relative;
  align-items: center;
}

.footer-submit-btn {
  gap: var(--spacing-sm);
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.footer-logo-text {
  color: var(--color-surface);
  font-size: var(--font-size-xl);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-heading);
}

.footer-social-link {
  color: var(--color-surface);
  width: 44px;
  border: 1px solid var(--color-outline);
  height: 44px;
  display: flex;
  background: var(--color-backplate);
  transition: all 0.3s ease;
  align-items: center;
  border-radius: var(--border-radius-md);
  justify-content: center;
}

.footer-column-title {
  color: white;
  opacity: 0.9;
  font-size: var(--font-size-sm);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-medium);
  margin-bottom: var(--spacing-md);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-links-list {
  gap: var(--spacing-sm);
  margin: 0;
  display: flex;
  padding: 0;
  list-style: none;
  flex-direction: column;
}

.footer-badge {
  color: var(--color-surface);
  border: 1px solid var(--color-outline);
  padding: var(--spacing-xs) var(--spacing-md);
  font-size: var(--font-size-xs);
  background: var(--color-backplate);
  font-weight: var(--font-weight-medium);
  white-space: nowrap;
  border-radius: var(--border-radius-sm);
}

.footer-input {
  color: var(--color-on-surface);
  width: 100%;
  border: 2px solid var(--color-border);
  padding: var(--spacing-md) var(--spacing-md) var(--spacing-md) 48px;
  font-size: var(--font-size-base);
  background: var(--color-surface);
  transition: all 0.3s ease;
  font-family: var(--font-family-body);
  border-radius: var(--border-radius-control);
}

.footer-link {
  color: white;
  display: inline-block;
  opacity: 0.7;
  font-size: var(--font-size-sm);
  transition: all 0.3s ease;
  text-decoration: none;
}

.footer-newsletter-icon svg {
  color: var(--color-on-accent);
  width: 28px;
  height: 28px;
}

.footer-input-wrapper svg {
  left: var(--spacing-md);
  color: var(--color-on-surface-secondary);
  width: 20px;
  height: 20px;
  position: absolute;
  pointer-events: none;
}

.footer-input:focus {
  outline: none;
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--color-accent) 20%, transparent);
  border-color: var(--color-accent);
}

.footer-input::placeholder {
  color: var(--color-on-surface-secondary);
}

.footer-submit-btn svg {
  width: 18px;
  height: 18px;
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}

.footer-submit-btn:hover svg {
  transform: rotate(90deg) translateX(-3px);
}

.footer-logo svg {
  color: var(--color-accent);
  width: 32px;
  filter: drop-shadow(
    0 0 8px color-mix(in srgb, var(--color-accent) 40%, transparent)
  );
  height: 32px;
}

.footer-social-link svg {
  width: 20px;
  height: 20px;
}

.footer-social-link:hover {
  transform: translateY(-2px);
  background: var(--color-accent);
  box-shadow: 0 4px 12px
    color-mix(in srgb, var(--color-accent) 30%, transparent);
  border-color: var(--color-accent);
}

.footer-link:hover {
  color: var(--color-accent);
  opacity: 1;
  transform: translateX(4px);
}

.hero-section {
  display: flex;
  overflow: hidden;
  position: relative;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
}

.hero-video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  object-fit: cover;
}

.hero-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  background-color: #ffffffd6;
}

.hero-content {
  width: 100%;
  margin: 0 auto;
  padding: var(--spacing-4xl) var(--spacing-xl);
  z-index: 3;
  position: relative;
  max-width: var(--content-max-width);
  text-align: center;
}

.hero-wrapper {
  gap: var(--spacing-xl);
  display: flex;
  align-items: center;
  flex-direction: column;
}

.hero-badge {
  color: white;
  margin-top: 50px;
  gap: var(--spacing-xs);
  border: 1px solid var(--color-outline);
  display: flex;
  padding: var(--spacing-sm) var(--spacing-md);
  align-items: center;
  border-radius: var(--border-radius-full);
  background-color: #000053;
}

.home-hero-title {
  color: var(--color-surface);
  max-width: 900px;
}

.home-hero-subtitle {
  color: var(--color-surface);
  opacity: 0.9;
  max-width: 700px;
}

.hero-cta-group {
  gap: var(--spacing-md);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.hero-features {
  gap: var(--spacing-lg);
  display: flex;
  flex-wrap: wrap;
  margin-top: var(--spacing-lg);
  align-items: center;
  justify-content: center;
}

.hero-feature-item {
  gap: var(--spacing-xs);
  color: var(--color-surface);
  display: flex;
  opacity: 0.95;
  align-items: center;
}

.product-section {
  padding: var(--spacing-4xl) var(--spacing-xl);
  background: #23232f;
}

.product-container {
  margin: 0 auto;
  max-width: var(--content-max-width);
}

.product-header {
  text-align: center;
  margin-bottom: var(--spacing-3xl);
}

.product-grid {
  gap: var(--spacing-xl);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.product-card {
  border: 1px solid var(--color-border);
  overflow: hidden;
  background-color: #171724;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: var(--border-radius-card);
}

.product-card-icon {
  color: white;
  padding: var(--spacing-lg);
  background-color: #009ee2;
}

.product-card-image {
  width: 100%;
  height: 280px;
  overflow: hidden;
  position: relative;
}

.product-card-content {
  padding: var(--spacing-xl);
}

.product-card-title {
  color: var(--color-on-surface);
  margin-bottom: var(--spacing-sm);
}

.product-card-description {
  color: var(--color-on-surface-secondary);
}

.features-section {
  padding: var(--spacing-4xl) var(--spacing-xl);
  background: #23232f;
}

.features-container {
  margin: 0 auto;
  max-width: var(--content-max-width);
}

.features-header {
  text-align: center;
  margin-bottom: var(--spacing-3xl);
}

.features-accordion {
  gap: var(--spacing-md);
  display: flex;
  flex-direction: column;
}

.features-accordion-item {
  border: 1px solid var(--color-border);
  overflow: hidden;
  background-color: #171724;
  transition: all 0.3s ease;
  border-radius: var(--border-radius-card);
}

.features-accordion-summary {
  gap: var(--spacing-lg);
  cursor: pointer;
  display: flex;
  padding: var(--spacing-xl);
  list-style: none;
  transition: background 0.2s ease;
  align-items: center;
}

.features-accordion-content {
  border-top: 1px solid var(--color-border);
}

.features-accordion-icon {
  color: white;
  width: 56px;
  height: 56px;
  display: flex;
  background-color: #009ee2;
  align-items: center;
  flex-shrink: 0;
  border-radius: var(--border-radius-md);
  justify-content: center;
}

.features-accordion-title-group {
  flex: 1;
}

.features-accordion-chevron {
  color: var(--color-on-surface);
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.features-accordion-body {
  color: var(--color-on-surface);
  padding: var(--spacing-xl);
}

.features-accordion-title {
  color: var(--color-on-surface);
  margin-bottom: var(--spacing-xs);
}

.features-accordion-preview {
  color: var(--color-on-surface-secondary);
}

.features-list {
  gap: var(--spacing-sm);
  display: flex;
  flex-direction: column;
}

.features-list-item {
  gap: var(--spacing-sm);
  color: var(--color-on-surface);
  display: flex;
  align-items: center;
}

.stats-section {
  padding: var(--spacing-4xl) var(--spacing-xl);
  background-color: #23232f;
}

.stats-container {
  margin: 0 auto;
  max-width: var(--content-max-width);
}

.stats-header {
  text-align: center;
  margin-bottom: var(--spacing-3xl);
}

.stats-grid {
  gap: var(--spacing-xl);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.stats-card {
  border: 1px solid var(--color-border);
  padding: var(--spacing-2xl);
  background-color: #171724;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: var(--border-radius-card);
}

.stats-card-icon {
  color: white;
  width: 80px;
  height: 80px;
  margin: 0 auto var(--spacing-lg);
  display: flex;
  background: #009ee2;
  align-items: center;
  border-radius: var(--border-radius-full);
  justify-content: center;
}

.stats-card-number {
  font-size: var(--font-size-4xl);
  background: #009ee2;
  font-weight: var(--font-weight-heading);
  margin-bottom: var(--spacing-sm);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.stats-card-label {
  color: var(--color-on-surface);
  font-size: var(--font-size-lg);
  font-weight: var(--font-weight-medium);
  margin-bottom: var(--spacing-md);
}

.stats-card-description {
  color: var(--color-on-surface-secondary);
  line-height: 1.6;
}

.integrations-section {
  padding: var(--spacing-4xl) 0;
  overflow: hidden;
  background: linear-gradient(
    90deg,
    rgba(0, 157, 225, 1) 0%,
    rgba(0, 0, 83, 1) 100%
  );
}

.integrations-container {
  margin: 0 auto;
  padding: 0 var(--spacing-xl);
  max-width: var(--content-max-width);
}

.integrations-header {
  text-align: center;
  margin-bottom: var(--spacing-3xl);
}

.integrations-slider-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.integrations-slider {
  width: 100%;
  display: flex;
}

.integrations-track {
  gap: var(--spacing-lg);
  display: flex;
  animation: scroll-integrations 30s linear infinite;
  flex-shrink: 0;
}

.integrations-card {
  gap: var(--spacing-md);
  width: 200px;
  border: 1px solid var(--color-border);
  display: flex;
  padding: var(--spacing-xl);
  background: #171724;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  align-items: center;
  flex-shrink: 0;
  border-radius: var(--border-radius-card);
  flex-direction: column;
  justify-content: center;
}

.integrations-card-icon {
  color: var(--color-primary);
}

.integrations-card-label {
  color: var(--color-on-surface);
  font-size: var(--font-size-base);
  text-align: center;
  font-weight: var(--font-weight-medium);
}

.testimonials-section {
  padding: var(--spacing-4xl) 0;
  background-color: white;
}

.testimonials-header {
  margin: 0 auto var(--spacing-3xl);
  padding: 0 var(--spacing-xl);
  max-width: var(--content-max-width);
  text-align: center;
}

.testimonials-carousel {
  overflow: hidden;
  position: relative;
  max-width: 100%;
}

.testimonials-dots {
  gap: var(--spacing-sm);
  display: flex;
  margin-top: var(--spacing-xl);
  align-items: center;
  justify-content: center;
}

.testimonials-nav {
  top: 50%;
  color: var(--color-on-surface);
  width: 48px;
  cursor: pointer;
  height: 48px;
  display: flex;
  z-index: 10;
  position: absolute;
  transform: translateY(-50%);
  background-color: #009ee2;
  transition: all 0.2s ease;
  align-items: center;
  border-radius: var(--border-radius-full);
  justify-content: center;
}

.testimonials-nav-prev {
  left: var(--spacing-lg);
}

.testimonials-track {
  gap: var(--spacing-xl);
  display: flex;
  padding: var(--spacing-xl);
  transition: transform 0.4s ease;
}

.testimonials-nav-next {
  right: var(--spacing-lg);
}

.testimonials-card {
  gap: var(--spacing-lg);
  flex: 0 0 calc(33.333% - var(--spacing-lg));
  border: 1px solid var(--color-border);
  display: flex;
  padding: var(--spacing-2xl);
  background-color: #171724;
  border-radius: var(--border-radius-card);
  flex-direction: column;
}

.testimonials-rating {
  gap: var(--spacing-xs);
  color: var(--color-accent);
  display: flex;
}

.testimonials-quote {
  flex: 1;
  color: var(--color-on-surface);
  line-height: 1.7;
}

.testimonials-author {
  gap: var(--spacing-md);
  display: flex;
  align-items: center;
}

.testimonials-avatar {
  width: 56px;
  border: 2px solid var(--color-border);
  height: 56px;
  object-fit: cover;
  border-radius: var(--border-radius-full);
}

.testimonials-author-name {
  color: var(--color-on-surface);
  font-weight: var(--font-weight-medium);
  margin-bottom: var(--spacing-xs);
}

.testimonials-author-role {
  color: var(--color-on-surface-secondary);
  font-size: var(--font-size-sm);
}

.cta-section {
  display: flex;
  overflow: hidden;
  position: relative;
  min-height: 80vh;
  align-items: center;
  justify-content: center;
}

.cta-video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  object-fit: cover;
}

.cta-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  background-color: #ffffffd6;
}

.cta-content {
  gap: var(--spacing-xl);
  margin: 0 auto;
  display: flex;
  padding: var(--spacing-4xl) var(--spacing-xl);
  z-index: 3;
  position: relative;
  max-width: 900px;
  text-align: center;
  align-items: center;
  flex-direction: column;
}

.cta-badge {
  gap: var(--spacing-xs);
  color: white;
  border: 1px solid var(--color-outline);
  display: flex;
  padding: var(--spacing-sm) var(--spacing-md);
  background-color: #009ee2;
  align-items: center;
  border-radius: var(--border-radius-full);
  backdrop-filter: blur(16px);
}

.cta-buttons {
  gap: var(--spacing-md);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.cta-trust {
  gap: var(--spacing-sm);
  color: var(--color-surface);
  display: flex;
  opacity: 0.9;
  max-width: 600px;
  align-items: center;
}

.hero-badge svg {
  color: var(--color-accent);
}

.hero-feature-item svg {
  color: #000053;
  flex-shrink: 0;
}

.product-header .section-title {
  color: var(--color-on-surface);
  margin-bottom: var(--spacing-md);
}

.product-header .section-content {
  color: var(--color-on-surface);
  margin: 0 auto;
  max-width: 700px;
}

.product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.product-card:hover .product-card-image img {
  transform: scale(1.05);
}

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

.features-header .section-title {
  color: var(--color-on-surface);
  margin-bottom: var(--spacing-md);
}

.features-header .section-content {
  color: var(--color-on-surface);
  margin: 0 auto;
  max-width: 700px;
}

.features-accordion-item[open] {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.features-accordion-item[open] .features-accordion-chevron {
  transform: rotate(180deg);
}

.features-accordion-summary::-webkit-details-marker {
  display: none;
}

.features-accordion-summary:hover {
  background: var(--color-surface-elevated);
}

.features-accordion-body p {
  line-height: 1.7;
  margin-bottom: var(--spacing-lg);
}

.features-list-item svg {
  color: var(--color-accent);
  flex-shrink: 0;
}

.stats-header .section-title {
  color: var(--color-on-surface);
  margin-bottom: var(--spacing-md);
}

.stats-header .section-content {
  color: var(--color-on-surface);
  margin: 0 auto;
  max-width: 700px;
}

.stats-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.12);
}

.integrations-header .section-title {
  color: var(--color-on-surface);
  margin-bottom: var(--spacing-md);
}

.integrations-header .section-content {
  color: var(--color-on-surface);
  margin: 0 auto;
  max-width: 700px;
}

.integrations-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

.testimonials-header .section-title {
  color: #000053;
  margin-bottom: var(--spacing-md);
}

.testimonials-header .section-content {
  color: #000053;
  margin: 0 auto;
  max-width: 700px;
}

.testimonials-nav:hover {
  color: var(--color-on-primary);
  background: var(--color-primary);
}

.testimonials-nav-prev svg {
  transform: rotate(180deg);
}

.cta-badge svg {
  color: var(--color-accent);
}

.cta-content .section-title {
  color: #000053;
}

.cta-content .section-content {
  color: #000053;
  opacity: 0.95;
  max-width: 700px;
}

.cta-trust svg {
  color: var(--color-accent);
  flex-shrink: 0;
}

.Headings {
  font-size: 2em;
  font-family: Orbitron;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.Content {
  font-size: 16px;
  font-family: Inter;
  font-weight: 400;
  line-height: 1.15;
  text-transform: none;
  text-decoration: none;
}

.BodyFont {
  font-size: 1rem;
  font-family: Inter;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.01em;
}

@media (max-width: 991px) {
  .thq-grid-4 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .navigation {
    width: calc(100% - var(--spacing-xl));
  }
  .navigation__container {
    padding: var(--spacing-sm) var(--spacing-lg);
  }
  .navigation__links {
    gap: var(--spacing-lg);
    margin-right: var(--spacing-lg);
  }
  .navigation__link {
    font-size: var(--font-size-sm);
    color: #000053;
  }
  .footer-newsletter-section {
    gap: var(--spacing-2xl);
    padding: var(--spacing-2xl);
    align-items: stretch;
    flex-direction: column;
  }
  .footer-main-content {
    gap: var(--spacing-2xl);
    flex-direction: column;
  }
  .footer-newsletter-content {
    text-align: center;
  }
  .footer-brand-column {
    max-width: 100%;
    text-align: center;
  }
  .footer-links-grid {
    gap: var(--spacing-xl);
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-newsletter-icon {
    margin-left: auto;
    margin-right: auto;
  }
  .footer-newsletter-description {
    margin-left: auto;
    margin-right: auto;
  }
  .footer-logo {
    justify-content: center;
  }
  .footer-social-links {
    justify-content: center;
  }
  .hero-content {
    padding: var(--spacing-3xl) var(--spacing-lg);
  }
  .hero-wrapper {
    gap: var(--spacing-lg);
  }
  .product-section {
    padding: var(--spacing-3xl) var(--spacing-lg);
  }
  .product-grid {
    gap: var(--spacing-lg);
  }
  .product-card-image {
    height: 240px;
  }
  .features-section {
    padding: var(--spacing-3xl) var(--spacing-lg);
  }
  .features-accordion-summary {
    gap: var(--spacing-md);
    padding: var(--spacing-lg);
  }
  .features-accordion-icon {
    width: 48px;
    height: 48px;
  }
  .features-accordion-body {
    padding: var(--spacing-lg);
  }
  .stats-section {
    padding: var(--spacing-3xl) var(--spacing-lg);
  }
  .stats-grid {
    gap: var(--spacing-lg);
  }
  .stats-card {
    padding: var(--spacing-xl);
  }
  .integrations-section {
    padding: var(--spacing-3xl) 0;
  }
  .integrations-container {
    padding: 0 var(--spacing-lg);
  }
  .integrations-card {
    width: 180px;
  }
  .testimonials-section {
    padding: var(--spacing-3xl) 0;
  }
  .testimonials-header {
    padding: 0 var(--spacing-lg);
  }
  .testimonials-nav {
    width: 40px;
    height: 40px;
  }
  .testimonials-card {
    flex: 0 0 calc(50% - var(--spacing-md));
  }
  .cta-section {
    min-height: 70vh;
  }
  .cta-content {
    gap: var(--spacing-lg);
    padding: var(--spacing-3xl) var(--spacing-lg);
  }
}

@media (max-width: 767px) {
  .thq-section-padding {
    padding: var(--dl-layout-space-threeunits);
  }
  .thq-flex-column {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .thq-flex-row {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .thq-grid-6 {
    grid-gap: var(--dl-layout-space-oneandhalfunits);
    grid-template-columns: 1fr 1fr 1fr;
  }
  .thq-grid-5 {
    grid-gap: var(--dl-layout-space-oneandhalfunits);
    grid-template-columns: 1fr 1fr 1fr;
  }
  .thq-card {
    padding: var(--dl-layout-space-oneandhalfunits);
  }
  .thq-grid-3 {
    grid-gap: var(--dl-layout-space-oneandhalfunits);
    grid-template-columns: 1fr 1fr;
  }
  .thq-grid-4 {
    grid-gap: var(--dl-layout-space-oneandhalfunits);
    flex-direction: row;
    grid-template-columns: 1fr 1fr;
  }
  .thq-grid-2 {
    grid-gap: var(--dl-layout-space-oneandhalfunits);
    grid-template-columns: 1fr;
  }
  .thq-img-scale {
    width: 100%;
  }
  .navigation {
    top: var(--spacing-md);
    width: calc(100% - var(--spacing-lg));
  }
  .navigation__container {
    padding: var(--spacing-sm) var(--spacing-md);
  }
  .navigation__mobile-overlay {
    display: flex;
    flex-direction: column;
  }
  .navigation__toggle {
    display: block;
  }
  .navigation__links {
    display: none;
  }
  .navigation__actions {
    display: none;
  }
  .navigation__brand {
    font-size: var(--font-size-lg);
  }
  .navigation__mobile-link {
    font-size: var(--font-size-xl);
  }
  .navigation__mobile-header .navigation__brand {
    background: linear-gradient(
      135deg,
      var(--color-primary),
      var(--color-accent)
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .footer {
    padding-top: var(--spacing-3xl);
    padding-bottom: var(--spacing-xl);
  }
  .footer-diagonal-accent {
    height: 80px;
  }
  .footer-container {
    padding: 0 var(--spacing-md);
  }
  .footer-newsletter-section {
    padding: var(--spacing-xl);
  }
  .footer-links-grid {
    gap: var(--spacing-lg);
    grid-template-columns: 1fr;
  }
  .footer-bottom-content {
    gap: var(--spacing-md);
    text-align: center;
    flex-direction: column;
  }
  .footer-form-group {
    gap: var(--spacing-sm);
    flex-direction: column;
  }
  .footer-links-column {
    text-align: center;
  }
  .footer-badges {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer-submit-btn {
    width: 100%;
    justify-content: center;
  }
  .hero-content {
    padding: var(--spacing-2xl) var(--spacing-md);
  }
  .hero-cta-group {
    width: 100%;
    flex-direction: column;
  }
  .hero-cta-group .btn {
    width: 100%;
  }
  .hero-features {
    gap: var(--spacing-md);
    flex-direction: column;
  }
  .product-section {
    padding: var(--spacing-2xl) var(--spacing-md);
  }
  .product-grid {
    grid-template-columns: 1fr;
  }
  .product-card-image {
    height: 220px;
  }
  .product-card-content {
    padding: var(--spacing-lg);
  }
  .features-section {
    padding: var(--spacing-2xl) var(--spacing-md);
  }
  .features-accordion-summary {
    flex-wrap: wrap;
  }
  .features-accordion-icon {
    width: 40px;
    height: 40px;
  }
  .features-accordion-icon svg {
    width: 24px;
    height: 24px;
  }
  .stats-section {
    padding: var(--spacing-2xl) var(--spacing-md);
  }
  .stats-grid {
    grid-template-columns: 1fr;
  }
  .stats-card-icon {
    width: 64px;
    height: 64px;
  }
  .stats-card-icon svg {
    width: 32px;
    height: 32px;
  }
  .integrations-section {
    padding: var(--spacing-2xl) 0;
  }
  .integrations-container {
    padding: 0 var(--spacing-md);
  }
  .integrations-card {
    width: 160px;
    padding: var(--spacing-lg);
  }
  .testimonials-section {
    padding: var(--spacing-2xl) 0;
  }
  .testimonials-header {
    padding: 0 var(--spacing-md);
  }
  .testimonials-nav {
    display: none;
  }
  .testimonials-track {
    padding: var(--spacing-lg);
  }
  .testimonials-card {
    flex: 0 0 calc(100% - var(--spacing-lg));
    padding: var(--spacing-xl);
  }
  .cta-section {
    min-height: 60vh;
  }
  .cta-content {
    padding: var(--spacing-2xl) var(--spacing-md);
  }
  .cta-buttons {
    width: 100%;
    flex-direction: column;
  }
  .cta-buttons .btn {
    width: 100%;
  }
  .cta-trust {
    text-align: center;
    flex-direction: column;
  }
  .integrations-card-icon svg {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 479px) {
  .thq-section-padding {
    padding: var(--dl-layout-space-oneandhalfunits);
  }
  .thq-flex-column {
    gap: var(--dl-layout-space-unit);
  }
  .thq-flex-row {
    gap: var(--dl-layout-space-unit);
  }
  .thq-grid-6 {
    grid-gap: var(--dl-layout-space-unit);
    grid-template-columns: 1fr 1fr;
  }
  .thq-grid-5 {
    grid-gap: var(--dl-layout-space-unit);
    grid-template-columns: 1fr 1fr;
  }
  .thq-grid-3 {
    grid-gap: var(--dl-layout-space-unit);
    align-items: center;
    grid-template-columns: 1fr;
  }
  .thq-grid-4 {
    grid-gap: var(--dl-layout-space-unit);
    align-items: center;
    flex-direction: column;
    grid-template-columns: 1fr;
  }
  .thq-grid-2 {
    grid-gap: var(--dl-layout-space-unit);
  }
  .thq-grid-auto-300 {
    grid-template-columns: 1fr;
  }
  .navigation__mobile-content {
    padding: var(--spacing-xl) var(--spacing-lg);
  }
  .navigation__logo-icon {
    width: 28px;
    height: 28px;
  }
  .navigation__brand {
    font-size: var(--font-size-base);
  }
  .navigation__mobile-link {
    font-size: var(--font-size-lg);
  }
  .footer-newsletter-icon {
    width: 48px;
    height: 48px;
  }
  .footer-badges {
    width: 100%;
  }
  .footer-social-link {
    width: 40px;
    height: 40px;
  }
  .footer-badge {
    flex: 1;
    text-align: center;
  }
  .footer-input {
    padding: var(--spacing-sm) var(--spacing-sm) var(--spacing-sm) 44px;
  }
}
