: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, #000000 65%, transparent);
  --spacing-2xl: 2rem;
  --spacing-3xl: 3rem;
  --spacing-4xl: 4rem;
  --color-accent: #FFB642;
  /* --color-accent: #e21981; */
  --color-border: #d1d5db;
  --font-size-lg: clamp(1.1rem, 1.8vw + 0.2rem, 1.25rem);
  --font-size-sm: clamp(0.8rem, 0.8vw + 0.35rem, 0.9rem);
  --font-size-xl: clamp(1.35rem, 2.2vw + 0.25rem, 1.5rem);
  --font-size-xs: clamp(0.65rem, 0.5vw + 0.4rem, 0.75rem);
  --color-neutral: #d1d5db;
  --color-outline: #cbb1e8;
  /* --color-overlay: color-mix(in oklab, #000000 40%, transparent); */
  --color-primary: #5CCDF6;
  --color-surface: #fff8f5;
  --divider-value: 0px none var(--color-border);
  --font-size-2xl: clamp(1.75rem, 2.8vw + 0.3rem, 2rem);
  --font-size-3xl: clamp(2.6rem, 4.2vw + 0.4rem, 2.8rem);
  --font-size-4xl: clamp(1rem, 6.5vw + 0.5rem, 5.5rem);
  --font-size-base: clamp(0.95rem, 1vw + 0.2rem, 1rem);
  --shadow-level-1: 0 4px 12px rgba(100, 50, 200, 0.15);
  --shadow-level-2: 0 12px 32px rgba(100, 50, 200, 0.2);
  --shadow-level-3: 0 24px 60px rgba(100, 50, 200, 0.25);
  --color-backplate: color-mix(in oklab, #000000 55%, transparent);
  --color-on-accent: #ffffff;
  --color-secondary: #c2410c;
  --border-radius-lg: 24px;
  --border-radius-md: 16px;
  --border-radius-sm: 8px;
  --border-radius-xl: 40px;
  --color-on-primary: #ffffff;
  --color-on-surface: #0b0b0b;
  --font-family-body: "Nunito Sans", system-ui, -apple-system, "Segoe UI",
    Roboto, "Helvetica Neue", Arial;
  --font-weight-body: 400;
  --line-height-body: 1.6;
  --content-max-width: 84rem;
  --border-radius-card: 16px;
  --border-radius-full: 9999px;
  --border-radius-none: 0px;
  --color-on-secondary: #ffffff;
  --font-style-heading: normal;
  --font-weight-medium: 600;
  --font-family-heading: "Red Hat Display", system-ui, -apple-system,
    "Segoe UI", Roboto, "Helvetica Neue", Arial;
  --font-weight-heading: 700;
  --letter-spacing-body: 0.01em;
  --line-height-heading: 1.25;
  --dl-layout-size-large: 144px;
  --dl-layout-size-small: 48px;
  --dl-layout-space-unit: 16px;
  --border-radius-control: 8px;
  --dl-layout-size-medium: 96px;
  --dl-layout-size-xlarge: 192px;
  --dl-layout-size-xsmall: 16px;
  --font-style-subheading: italic;
  --color-surface-elevated: color-mix(in oklab, #5CCDF6 92%, #c2410c);
  --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: #4b5563;
  --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: var(--color-on-primary);
  border-color: var(--color-primary);
  background-color: var(--color-primary);
}

.btn-secondary {
  color: var(--color-on-secondary);
  border-color: var(--color-secondary);
  background-color: var(--color-secondary);
}

.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);
}

.text-uppercase {
  text-transform: uppercase !important;
}

.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) {
  border-color: color-mix(in oklab,
      var(--color-primary) 90%,
      var(--color-surface));
  background-color: color-mix(in oklab,
      var(--color-primary) 90%,
      var(--color-surface));
}

.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-wrapper {
  top: var(--spacing-lg);
  left: 50%;
  width: calc(100% - var(--spacing-2xl));
  padding: 0;
  z-index: 1000;
  position: fixed;
  max-width: calc(var(--content-max-width) + var(--spacing-2xl));
  transform: translateX(-50%);
}

.navigation-container {
  border: 1px solid var(--color-border);
  display: flex;
  padding: var(--spacing-md) var(--spacing-xl);
  background: white;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  align-items: center;
  border-radius: 0;
  backdrop-filter: none;
  justify-content: space-between;
  color: #333;
}

.navigation-logo {
  gap: var(--spacing-sm);
  color: #333;
  display: flex;
  transition: opacity 0.3s ease;
  align-items: center;
  white-space: nowrap;
  text-decoration: none;
}

.navigation-menu {
  gap: var(--spacing-xl);
  margin: 0;
  display: flex;
  padding: 0;
  list-style: none;
  align-items: center;
}

.navigation-toggle {
  color: #333;
  border: none;
  cursor: pointer;
  display: none;
  padding: var(--spacing-xs);
  background: transparent;
  transition: opacity 0.3s ease;
  flex-shrink: 0;
}

.navigation-logo-icon {
  flex-shrink: 0;
}

.navigation-menu-item {
  margin: 0;
}

.navigation-menu-link {
  color: #333;
  padding: var(--spacing-xs) 0;
  position: relative;
  font-size: var(--font-size-base);
  transition: opacity 0.3s ease;
  font-weight: var(--font-weight-medium);
  white-space: nowrap;
  text-decoration: none;
  text-transform: uppercase;
}

.navigation-mobile-overlay {
  inset: 0;
  display: none;
  z-index: 1100;
  position: fixed;
  transform: translateX(100%);
  background: var(--color-surface);
  min-height: 100vh;
  overflow-y: auto;
  transition: transform 0.4s ease;
  padding-bottom: var(--spacing-3xl);
}

.navigation-mobile-header {
  top: 0;
  display: flex;
  padding: var(--spacing-lg) var(--spacing-xl);
  z-index: 1110;
  position: sticky;
  background: var(--color-surface);
  align-items: center;
  border-bottom: 1px solid var(--color-border);
  justify-content: space-between;
}

.navigation-mobile-menu {
  margin: 0;
  padding: var(--spacing-3xl) var(--spacing-xl) var(--spacing-xl);
  list-style: none;
}

.navigation-mobile-decorative {
  right: 0;
  width: 300px;
  bottom: 0;
  height: 300px;
  opacity: 0.05;
  position: absolute;
  background: linear-gradient(135deg,
      var(--color-primary) 0%,
      transparent 70%);
  border-radius: 50% 0 0 0;
  pointer-events: none;
}

.navigation-mobile-logo {
  gap: var(--spacing-sm);
  color: var(--color-on-surface);
  display: flex;
  align-items: center;
  text-decoration: none;
}

.navigation-close {
  color: var(--color-on-surface);
  border: none;
  cursor: pointer;
  padding: var(--spacing-xs);
  background: transparent;
  transition: opacity 0.3s ease, transform 0.3s ease;
  flex-shrink: 0;
}

.navigation-mobile-menu-item {
  margin: 0;
  opacity: 0;
  transform: translateX(30px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.navigation-mobile-logo-icon {
  flex-shrink: 0;
}

.navigation-mobile-menu-link {
  color: var(--color-on-surface);
  display: block;
  padding: var(--spacing-lg) 0;
  font-size: var(--font-size-3xl);
  transition: color 0.3s ease, padding-left 0.3s ease;
  font-weight: var(--font-weight-heading);
  white-space: nowrap;
  border-bottom: 1px solid var(--color-border);
  text-decoration: none;
}

.navigation-logo:hover {
  opacity: 0.8;
}



.navigation-menu-link::after {
  left: 0;
  width: 0;
  bottom: 0;
  height: 2px;
  content: "";
  position: absolute;
  background: var(--color-accent);
  transition: width 0.3s ease;
}

.navigation-menu-link:hover {
  opacity: 0.9;
}

.navigation-menu-link:hover::after {
  width: 100%;
}

.navigation-toggle:hover {
  opacity: 0.8;
}

.navigation-mobile-overlay.is-open {
  transform: translateX(0);
}

.navigation-mobile-overlay.is-open .navigation-mobile-menu-item {
  opacity: 1;
  transform: translateX(0);
}

.navigation-mobile-overlay.is-open .navigation-mobile-menu-item:nth-child(1) {
  transition-delay: 0.1s;
}

.navigation-mobile-overlay.is-open .navigation-mobile-menu-item:nth-child(2) {
  transition-delay: 0.15s;
}

.navigation-mobile-overlay.is-open .navigation-mobile-menu-item:nth-child(3) {
  transition-delay: 0.2s;
}

.navigation-mobile-overlay.is-open .navigation-mobile-menu-item:nth-child(4) {
  transition-delay: 0.25s;
}

.navigation-close:hover {
  opacity: 0.7;
  transform: rotate(90deg);
}

.navigation-mobile-menu-link:hover {
  color: var(--color-primary);
  padding-left: var(--spacing-md);
}

.footer-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: var(--color-surface-elevated);
  padding-top: var(--spacing-4xl);
  padding-bottom: var(--spacing-2xl);
}

.footer-container {
  gap: var(--spacing-2xl);
  margin: 0 auto;
  display: flex;
  z-index: 2;
  position: relative;
  max-width: var(--content-max-width);
  align-items: center;
  padding-left: var(--spacing-lg);
  padding-right: var(--spacing-lg);
  flex-direction: column;
}

.footer-decorative-gradient {
  top: 0;
  left: 50%;
  width: 100%;
  height: 200px;
  z-index: 1;
  position: absolute;
  max-width: 1200px;
  transform: translateX(-50%);
  background: radial-gradient(ellipse at top,
      color-mix(in srgb, var(--color-primary) 8%, transparent),
      transparent 70%);
  pointer-events: none;
}

.footer-brand-section {
  gap: var(--spacing-md);
  display: flex;
  text-align: center;
  align-items: center;
  flex-direction: column;
}

.footer-nav {
  gap: var(--spacing-md) var(--spacing-xl);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.footer-social {
  gap: var(--spacing-md);
  display: flex;
  align-items: center;
}

.footer-legal {
  gap: var(--spacing-sm);
  width: 100%;
  display: flex;
  max-width: 800px;
  border-top: 1px solid var(--color-border);
  align-items: center;
  padding-top: var(--spacing-xl);
  flex-direction: column;
}

.footer-logo {
  gap: var(--spacing-sm);
  color: var(--color-primary);
  display: flex;
  align-items: center;
}

.footer-tagline {
  color: var(--color-on-surface-secondary);
  margin: 0;
  font-size: var(--font-size-base);
  max-width: 480px;
  line-height: var(--line-height-body);
}

.footer-nav-link {
  color: var(--color-on-surface);
  position: relative;
  font-size: var(--font-size-base);
  transition: color 0.3s ease, transform 0.3s ease;
  font-weight: var(--font-weight-medium);
  text-decoration: none;
}

.footer-social-link {
  color: var(--color-on-surface);
  width: 44px;
  border: 1px solid var(--color-border);
  height: 44px;
  display: flex;
  background: var(--color-surface);
  transition: all 0.3s ease;
  align-items: center;
  border-radius: var(--border-radius-full);
  justify-content: center;
  text-decoration: none;
}

.footer-copyright {
  color: var(--color-on-surface-secondary);
  margin: 0;
  font-size: var(--font-size-sm);
}

.footer-legal-links {
  gap: var(--spacing-sm);
  display: flex;
  align-items: center;
}

.footer-brand-name {
  color: var(--color-on-surface);
  font-size: var(--font-size-xl);
  font-weight: var(--font-weight-heading);
  letter-spacing: -0.02em;
}

.footer-legal-link {
  color: var(--color-on-surface-secondary);
  font-size: var(--font-size-sm);
  transition: color 0.3s ease;
  text-decoration: none;
}

.footer-legal-separator {
  color: var(--color-on-surface-secondary);
  font-size: var(--font-size-sm);
}

.footer-logo svg {
  width: 32px;
  filter: drop-shadow(0 2px 8px color-mix(in srgb, var(--color-primary) 30%, transparent));
  height: 32px;
}

.footer-nav-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;
}

.footer-nav-link:hover {
  color: var(--color-primary);
  transform: translateY(-2px);
}

.footer-nav-link:hover::after {
  width: 100%;
}

.footer-social-link:hover {
  color: var(--color-on-primary);
  transform: translateY(-4px) rotate(5deg);
  background: var(--color-primary);
  box-shadow: 0 8px 16px color-mix(in srgb, var(--color-primary) 25%, transparent);
  border-color: var(--color-primary);
}

.footer-legal-link:hover {
  color: var(--color-primary);
  text-decoration: underline;
}

.hero-section {
  width: 100%;
  display: flex;
  overflow: hidden;
  position: relative;
  min-height: 60vh;
  max-height: 60vh;
  align-items: center;
  justify-content: center;
}

.hero-section.low {
  min-height: 40vh;
  max-height: 40vh;
}

.hero-section.extra-low {
  min-height: 20vh;
  max-height: 20vh;
}

.hero-wrapper {
  width: 100%;
  height: 60vh;
  display: flex;
  position: relative;
  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: var(--color-scrim);
  opacity: 0.3;
}

.hero-content {
  width: 100%;
  padding: var(--spacing-3xl) var(--spacing-xl);
  z-index: 3;
  position: relative;
  max-width: var(--content-max-width);
  text-align: center;
}

.hero-content-inner {
  gap: var(--spacing-lg);
  display: flex;
  align-items: center;
  flex-direction: column;
}

.home-hero-title {
  color: var(--color-surface);
  max-width: 900px;
  text-shadow:
    -1px -1px 0 rgba(0, 0, 0, 0.5),
    1px -1px 0 rgba(0, 0, 0, 0.5),
    -1px 1px 0 rgba(0, 0, 0, 0.5),
    1px 1px 0 rgba(0, 0, 0, 0.5);

}


.home-hero-subtitle {
  color: var(--color-surface);
  opacity: 0.95;
  font-size: var(--font-size-lg);
  max-width: 700px;
  line-height: 1.7;
  text-shadow:
    -1px -1px 0 rgba(0, 0, 0, 0.5),
    1px -1px 0 rgba(0, 0, 0, 0.5),
    -1px 1px 0 rgba(0, 0, 0, 0.5),
    1px 1px 0 rgba(0, 0, 0, 0.5);
}

.hero-cta-group {
  gap: var(--spacing-md);
  display: flex;
  margin-top: var(--spacing-md);
  flex-direction: row;
}

.main-content-section {
  padding: var(--spacing-4xl) 0;
  overflow: hidden;
  background: var(--color-surface);
}

.main-content-outer {
  width: 100%;
  margin: 0 auto;
  padding: 0 var(--spacing-xl);
  max-width: var(--content-max-width);
}

.main-content-header {
  text-align: center;
  margin-bottom: var(--spacing-3xl);
}

.main-content-wrapper {
  position: relative;
}

.main-content-subtitle {
  color: var(--color-on-surface-secondary);
  font-size: var(--font-size-lg);
  margin-top: var(--spacing-sm);
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.main-content-content {
  text-align: left;
  margin-top: var(--spacing-xl);
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.main-content-content ul {
  margin-bottom: var(--spacing-md);
}

.main-content-content li {
  margin-bottom: var(--spacing-xs);
  line-height: 1.5;
}

.main-content-content h4 {
  filter: grayscale(100%) brightness(0.8);
}

.standard-content-section {
  padding: var(--spacing-4xl) 0;
  overflow: hidden;
  background: var(--color-surface);
}

.standard-content-outer {
  width: 100%;
  margin: 0 auto;
  padding: 0 var(--spacing-xl);
  max-width: var(--content-max-width);
}

.standard-content-wrapper {
  position: relative;
}

.custom-section {
  padding: var(--spacing-4xl) 0;
  overflow: hidden;
  background: var(--color-surface);
}

.custom-section-outer {
  width: 100%;
  margin: 0 auto;
  padding: 0 var(--spacing-xl);
  max-width: var(--content-max-width);
}

.custom-section-wrapper {
  position: relative;
}

/* Customer List Styles */
.customers-section {
  padding: var(--spacing-4xl) 0;
  background: var(--color-surface);
}

.customers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: var(--spacing-2xl);
  margin-top: var(--spacing-3xl);
}

.customer-card {
  background: #ffffff;
  border-radius: var(--border-radius-card);
  padding: var(--spacing-xl);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 140px;
  box-shadow: var(--shadow-level-1);
  transition: all 0.3s ease;
}

.customer-card:hover {
  box-shadow: var(--shadow-level-2);
  transform: translateY(-4px);
}

.customer-logo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.customer-logo img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: all 0.3s ease;
}

.customer-card:hover .customer-logo img {
  filter: grayscale(0%);
  opacity: 1;
}

.customer-logo-placeholder {
  background: linear-gradient(135deg, #6DD5FA 0%, #2196F3 100%);
  border-radius: var(--border-radius-sm);
  padding: var(--spacing-lg);
  min-height: 80px;
}

.customer-logo-placeholder .customer-name {
  color: var(--color-on-primary);
  font-weight: var(--font-weight-semibold);
  font-size: var(--font-size-base);
  text-align: center;
  display: block;
  line-height: 1.3;
}

.no-customers {
  text-align: center;
  color: var(--color-neutral);
  font-size: var(--font-size-lg);
  margin-top: var(--spacing-3xl);
}

@media (max-width: 768px) {
  .customers-grid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: var(--spacing-lg);
  }

  .customer-card {
    min-height: 100px;
    padding: var(--spacing-md);
  }
}

.services-section {
  padding: var(--spacing-4xl) 0;
  overflow: hidden;
  background: var(--color-surface);
}

.services-outer {
  width: 100%;
  margin: 0 auto;
  padding: 0 var(--spacing-xl);
  max-width: var(--content-max-width);
}

.services-header {
  text-align: center;
  margin-bottom: var(--spacing-3xl);
}

.services-carousel-wrapper {
  position: relative;
}

.home-section-subtitle {
  color: var(--color-on-surface-secondary);
  font-size: var(--font-size-lg);
  margin-top: var(--spacing-sm);
}

.services-carousel {
  width: 100%;
  overflow: hidden;
}

.services-carousel-controls {
  gap: var(--spacing-md);
  display: flex;
  margin-top: var(--spacing-2xl);
  justify-content: center;
}

.services-carousel-indicators {
  gap: var(--spacing-sm);
  display: flex;
  margin-top: var(--spacing-lg);
  justify-content: center;
}

.services-carousel-track {
  gap: var(--spacing-xl);
  display: flex;
  transition: transform 0.5s ease;
}

.services-carousel-btn {
  color: var(--color-on-surface);
  width: 48px;
  border: 2px solid var(--color-border);
  cursor: pointer;
  height: 48px;
  display: flex;
  background: var(--color-surface-elevated);
  transition: all 0.3s ease;
  align-items: center;
  border-radius: var(--border-radius-full);
  justify-content: center;
}





.services-indicator {
  width: 12px;
  border: none;
  cursor: pointer;
  height: 12px;
  background: var(--color-border);
  transition: all 0.3s ease;
  border-radius: var(--border-radius-full);
}

.services-indicator-active {
  width: 32px;
  background: var(--color-primary);
}

.services-card {
  gap: var(--spacing-md);
  flex: 1;
  border: 1px solid var(--color-border);
  display: flex;
  padding: var(--spacing-2xl);
  min-width: 0;
  background: var(--color-surface-elevated);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: var(--border-radius-card);
  flex-direction: column;
}

.services-card-featured {
  border: 2px solid var(--color-primary);
  position: relative;
  background: linear-gradient(135deg,
      color-mix(in srgb,
        var(--color-primary) 8%,
        var(--color-surface-elevated)),
      var(--color-surface-elevated));
}

.services-card-icon {
  color: var(--color-on-primary);
  width: 64px;
  height: 64px;
  display: flex;
  background: var(--color-primary);
  align-items: center;
  border-radius: var(--border-radius-lg);
  margin-bottom: var(--spacing-sm);
  justify-content: center;
}

.services-card-title {
  color: var(--color-on-surface);
  margin: 0;
  font-size: var(--font-size-xl);
  font-weight: var(--font-weight-heading);
}

.services-card-description {
  flex: 1;
  color: var(--color-on-surface-secondary);
  line-height: 1.6;
}

.services-card-list {
  gap: var(--spacing-sm);
  margin: 0;
  display: flex;
  padding: 0;
  list-style: none;
  flex-direction: column;
}

.services-card-badge {
  top: var(--spacing-md);
  color: var(--color-on-accent);
  right: var(--spacing-md);
  padding: var(--spacing-xs) var(--spacing-sm);
  position: absolute;
  font-size: var(--font-size-sm);
  background: var(--color-accent);
  font-weight: var(--font-weight-medium);
  border-radius: var(--border-radius-md);
}

.services-card-list-item {
  gap: var(--spacing-sm);
  color: var(--color-on-surface);
  display: flex;
  align-items: center;
}

.showcase-section {
  padding: var(--spacing-4xl) 0;
  overflow: hidden;
  position: relative;
  background: var(--color-surface);
}

.showcase-wrapper {
  width: 100%;
}

.showcase-header {
  margin: 0 auto var(--spacing-3xl);
  padding: 0 var(--spacing-xl);
  max-width: var(--content-max-width);
  text-align: center;
}

.showcase-carousel {
  width: 100%;
  position: relative;
}

.showcase-background {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  background: linear-gradient(135deg,
      color-mix(in srgb, var(--color-primary) 5%, transparent),
      color-mix(in srgb, var(--color-secondary) 5%, transparent));
}

.showcase-track {
  gap: var(--spacing-2xl);
  display: flex;
  padding: var(--spacing-2xl) var(--spacing-xl);
  z-index: 2;
  position: relative;
  overflow-x: auto;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
}

.showcase-controls {
  top: 50%;
  left: 0;
  right: 0;
  display: flex;
  padding: 0 var(--spacing-lg);
  z-index: 3;
  position: absolute;
  transform: translateY(-50%);
  pointer-events: none;
  justify-content: space-between;
}

.showcase-item {
  gap: var(--spacing-2xl);
  flex: 0 0 85%;
  display: flex;
  overflow: hidden;
  background: var(--color-surface-elevated);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s ease;
  border-radius: var(--border-radius-card);
  scroll-snap-align: center;
}

.showcase-btn {
  color: var(--color-surface);
  width: 56px;
  border: none;
  cursor: pointer;
  height: 56px;
  display: flex;
  background: var(--color-scrim);
  transition: all 0.3s ease;
  align-items: center;
  border-radius: var(--border-radius-full);
  pointer-events: all;
  backdrop-filter: blur(12px);
  justify-content: center;
}





.showcase-image-wrapper {
  flex: 1;
  overflow: hidden;
  position: relative;
}

.showcase-content {
  gap: var(--spacing-md);
  flex: 1;
  display: flex;
  padding: var(--spacing-2xl);
  flex-direction: column;
  justify-content: center;
}

.showcase-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.showcase-image-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  background: linear-gradient(135deg,
      color-mix(in srgb, var(--color-primary) 20%, transparent),
      transparent);
}

.showcase-title {
  color: var(--color-on-surface);
  margin: 0;
  font-size: var(--font-size-2xl);
  font-weight: var(--font-weight-heading);
}

.showcase-description {
  color: var(--color-on-surface-secondary);
  line-height: 1.6;
}

.showcase-stats {
  gap: var(--spacing-lg);
  display: flex;
  margin-top: var(--spacing-md);
}

.showcase-stat {
  gap: var(--spacing-xs);
  display: flex;
  flex-direction: column;
}

.showcase-stat-value {
  color: var(--color-primary);
  font-size: var(--font-size-2xl);
  font-weight: var(--font-weight-heading);
}

.showcase-stat-label {
  color: var(--color-on-surface-secondary);
  font-size: var(--font-size-sm);
}

.timeline-section {
  padding: var(--spacing-4xl) 0;
  overflow: hidden;
  background: linear-gradient(135deg,
      var(--color-surface),
      var(--color-surface-elevated));
}

.timeline-wrapper {
  width: 100%;
}

.timeline-header {
  margin: 0 auto var(--spacing-3xl);
  padding: 0 var(--spacing-xl);
  max-width: var(--content-max-width);
  text-align: center;
}

.timeline-container {
  padding: var(--spacing-2xl) 0;
  position: relative;
}

.timeline-line {
  top: 50%;
  left: var(--spacing-xl);
  right: var(--spacing-xl);
  height: 2px;
  position: absolute;
  transform: translateY(-50%);
  background: var(--color-border);
}

.timeline-track {
  gap: var(--spacing-xl);
  display: flex;
  padding: 0 var(--spacing-xl);
  overflow-x: auto;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
}

.timeline-item {
  gap: var(--spacing-md);
  flex: 0 0 300px;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
  scroll-snap-align: center;
}

.timeline-marker {
  color: var(--color-primary);
  width: 80px;
  border: 4px solid var(--color-primary);
  height: 80px;
  display: flex;
  z-index: 2;
  background: var(--color-surface-elevated);
  transition: all 0.3s ease;
  align-items: center;
  border-radius: var(--border-radius-full);
  justify-content: center;
}

.timeline-content {
  border: 1px solid var(--color-border);
  padding: var(--spacing-xl);
  background: var(--color-surface-elevated);
  text-align: center;
  transition: all 0.3s ease;
  border-radius: var(--border-radius-card);
}

.timeline-number {
  color: var(--color-primary);
  display: block;
  font-size: var(--font-size-lg);
  font-weight: var(--font-weight-heading);
  margin-bottom: var(--spacing-xs);
}

.timeline-title {
  color: var(--color-on-surface);
  margin: 0 0 var(--spacing-sm) 0;
  font-size: var(--font-size-xl);
  font-weight: var(--font-weight-heading);
}

.timeline-description {
  color: var(--color-on-surface-secondary);
  font-size: var(--font-size-sm);
  line-height: 1.6;
}

.stats-section {
  padding: var(--spacing-4xl) 0;
  overflow: hidden;
  position: relative;
  background: var(--color-surface);
}

.stats-wrapper {
  width: 100%;
  padding: 0 var(--spacing-xl);
}

.stats-grid {
  gap: var(--spacing-xl);
  margin: 0 auto;
  display: flex;
  max-width: var(--content-max-width);
}

.stats-item {
  gap: var(--spacing-lg);
  flex: 1;
  border: 1px solid var(--color-border);
  display: flex;
  padding: var(--spacing-2xl);
  overflow: hidden;
  position: relative;
  background: var(--color-surface-elevated);
  text-align: center;
  transition: all 0.3s ease;
  align-items: center;
  border-radius: var(--border-radius-card);
  flex-direction: column;
}

.stats-item-highlighted {
  border: 2px solid var(--color-primary);
  background: linear-gradient(135deg,
      color-mix(in srgb,
        var(--color-primary) 10%,
        var(--color-surface-elevated)),
      var(--color-surface-elevated));
}

.stats-icon {
  color: var(--color-on-primary);
  width: 72px;
  height: 72px;
  display: flex;
  background: var(--color-primary);
  align-items: center;
  border-radius: var(--border-radius-lg);
  justify-content: center;
}

.stats-content {
  gap: var(--spacing-xs);
  display: flex;
  flex-direction: column;
}

.stats-value {
  color: var(--color-primary);
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: var(--font-weight-heading);
  line-height: 1;
}

.stats-label {
  color: var(--color-on-surface);
  font-size: var(--font-size-lg);
  font-weight: var(--font-weight-medium);
}

.stats-description {
  color: var(--color-on-surface-secondary);
  font-size: var(--font-size-sm);
  line-height: 1.6;
}

.testimonials-section {
  padding: var(--spacing-4xl) 0;
  background: var(--color-surface-elevated);
}

.testimonials-container {
  margin: 0 auto;
  padding: 0 var(--spacing-xl);
  max-width: var(--content-max-width);
}

.testimonials-header {
  text-align: center;
  margin-bottom: var(--spacing-3xl);
}

.testimonials-grid {
  gap: var(--spacing-xl);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.testimonial-card {
  gap: var(--spacing-md);
  border: 1px solid var(--color-border);
  display: flex;
  padding: var(--spacing-2xl);
  background: var(--color-surface);
  transition: all 0.3s ease;
  border-radius: var(--border-radius-card);
  flex-direction: column;
}

.testimonial-icon {
  color: var(--color-primary);
  opacity: 0.4;
}

.testimonial-text {
  flex: 1;
  color: var(--color-on-surface);
  font-size: var(--font-size-base);
  line-height: 1.7;
}

.testimonial-author {
  gap: var(--spacing-xs);
  display: flex;
  margin-top: var(--spacing-sm);
  flex-direction: column;
}

.testimonial-rating {
  gap: var(--spacing-xs);
  color: var(--color-accent);
  display: flex;
}

.testimonial-name {
  color: var(--color-on-surface);
  font-weight: var(--font-weight-medium);
}

.testimonial-role {
  color: var(--color-on-surface-secondary);
  font-size: var(--font-size-sm);
}

.pricing-section {
  padding: var(--spacing-4xl) 0;
  background: var(--color-surface);
}

.pricing-wrapper {
  width: 100%;
  padding: 0 var(--spacing-xl);
}

.pricing-header {
  margin: 0 auto var(--spacing-3xl);
  max-width: var(--content-max-width);
  text-align: center;
}

.pricing-grid {
  gap: var(--spacing-xl);
  margin: 0 auto;
  display: flex;
  max-width: var(--content-max-width);
}

.pricing-card {
  gap: var(--spacing-lg);
  flex: 1;
  border: 1px solid var(--color-border);
  display: flex;
  padding: var(--spacing-2xl);
  position: relative;
  background: var(--color-surface-elevated);
  transition: all 0.3s ease;
  border-radius: var(--border-radius-card);
  flex-direction: column;
}

.pricing-card-featured {
  border: 2px solid var(--color-primary);
  transform: scale(1.05);
  background: linear-gradient(135deg,
      color-mix(in srgb,
        var(--color-primary) 8%,
        var(--color-surface-elevated)),
      var(--color-surface-elevated));
}

.pricing-card-header {
  gap: var(--spacing-xs);
  display: flex;
  flex-direction: column;
}

.pricing-card-price {
  gap: var(--spacing-xs);
  display: flex;
  align-items: baseline;
}

.pricing-card-description {
  color: var(--color-on-surface-secondary);
  line-height: 1.6;
}

.pricing-card-features {
  gap: var(--spacing-sm);
  flex: 1;
  margin: 0;
  display: flex;
  padding: 0;
  list-style: none;
  flex-direction: column;
}

.pricing-card-badge {
  top: var(--spacing-md);
  color: var(--color-on-accent);
  right: var(--spacing-md);
  padding: var(--spacing-xs) var(--spacing-sm);
  position: absolute;
  font-size: var(--font-size-sm);
  background: var(--color-accent);
  font-weight: var(--font-weight-medium);
  border-radius: var(--border-radius-md);
}

.pricing-card-title {
  color: var(--color-on-surface);
  margin: 0;
  font-size: var(--font-size-xl);
  font-weight: var(--font-weight-heading);
}

.pricing-card-subtitle {
  color: var(--color-on-surface-secondary);
  font-size: var(--font-size-sm);
}

.pricing-price-currency {
  color: var(--color-primary);
  font-size: var(--font-size-xl);
  font-weight: var(--font-weight-heading);
}

.pricing-price-amount {
  color: var(--color-primary);
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: var(--font-weight-heading);
  line-height: 1;
}

.pricing-price-period {
  color: var(--color-on-surface-secondary);
  font-size: var(--font-size-base);
}

.pricing-feature {
  gap: var(--spacing-sm);
  color: var(--color-on-surface);
  display: flex;
  align-items: center;
}

.cta-section {
  padding: var(--spacing-4xl) 0;
  overflow: hidden;
  position: relative;
  background: var(--color-surface);
}

.cta-wrapper {
  width: 100%;
  display: flex;
  position: relative;
  min-height: 500px;
  align-items: center;
  justify-content: center;
}

.cta-background {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
}

.cta-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  background: var(--color-scrim);
}

.cta-content {
  width: 100%;
  padding: 0 var(--spacing-xl);
  z-index: 3;
  position: relative;
  max-width: var(--content-max-width);
}

.cta-background-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cta-content-inner {
  gap: var(--spacing-lg);
  display: flex;
  text-align: center;
  align-items: center;
  flex-direction: column;
}

.cta-title {
  color: var(--color-surface);
  max-width: 800px;
}

.cta-subtitle {
  color: var(--color-surface);
  opacity: 0.95;
  max-width: 700px;
}

.cta-buttons {
  gap: var(--spacing-md);
  display: flex;
  margin-top: var(--spacing-md);
}

.cta-features {
  gap: var(--spacing-xl);
  display: flex;
  margin-top: var(--spacing-lg);
}

.cta-btn-secondary {
  color: var(--color-surface);
  background: var(--color-backplate);
  border-color: var(--color-surface);
}

.cta-feature {
  gap: var(--spacing-sm);
  color: var(--color-surface);
  display: flex;
  align-items: center;
}

.services-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.services-card-list-item svg {
  color: var(--color-primary);
  flex-shrink: 0;
}

.services-carousel-btn:hover {
  color: var(--color-on-primary);
  background: var(--color-primary);
  border-color: var(--color-primary);
}

.showcase-track::-webkit-scrollbar {
  display: none;
}

.showcase-item:hover {
  transform: scale(1.02);
}

.showcase-item:hover .showcase-image {
  transform: scale(1.1);
}

.showcase-btn:hover {
  transform: scale(1.1);
  background: var(--color-primary);
}

.timeline-track::-webkit-scrollbar {
  display: none;
}

.timeline-item:hover .timeline-marker {
  color: var(--color-on-primary);
  transform: scale(1.15);
  background: var(--color-primary);
}

.timeline-item:hover .timeline-content {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.stats-item::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  content: "";
  position: absolute;
  transform: scaleX(0);
  background: linear-gradient(90deg,
      var(--color-primary),
      var(--color-secondary));
  transition: transform 0.5s ease;
  transform-origin: left;
}

.stats-item:hover::before {
  transform: scaleX(1);
}

.stats-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.pricing-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.pricing-card-featured:hover {
  transform: scale(1.08) translateY(-8px);
}

.pricing-feature svg {
  color: var(--color-primary);
  flex-shrink: 0;
}

.cta-btn-secondary:hover {
  color: var(--color-on-surface);
  background: var(--color-surface);
}

.cta-feature svg {
  color: var(--color-accent);
  flex-shrink: 0;
}

.Content {
  font-size: 16px;
  font-family: Inter;
  font-weight: 400;
  line-height: 1.15;
  text-transform: none;
  text-decoration: none;
}

.Headings {
  font-size: 2em;
  font-family: Red Hat Display;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.BodyFont {
  font-size: 1rem;
  font-family: Nunito Sans;
  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-wrapper {
    width: calc(100% - var(--spacing-xl));
  }

  .navigation-container {
    padding: var(--spacing-sm) var(--spacing-lg);
  }

  .navigation-menu {
    gap: var(--spacing-lg);
  }

  .navigation-menu-link {
    font-size: var(--font-size-sm);
  }

  .hero-content {
    padding: var(--spacing-2xl) var(--spacing-lg);
  }

  .home-hero-title {
    font-size: var(--font-size-3xl);
  }

  .home-hero-subtitle {
    /* font-size: var(--font-size-base); */
  }

  .hero-cta-group {
    flex-direction: column;
  }

  .services-carousel-track {
    gap: var(--spacing-lg);
  }

  .showcase-item {
    flex: 0 0 90%;
    flex-direction: column;
  }

  .showcase-image-wrapper {
    min-height: 300px;
  }

  .timeline-item {
    flex: 0 0 250px;
  }

  .stats-grid {
    flex-direction: column;
  }

  .testimonials-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pricing-grid {
    flex-direction: column;
  }

  .pricing-card-featured {
    transform: scale(1);
  }

  .cta-features {
    gap: var(--spacing-sm);
    flex-direction: column;
  }
}

@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-wrapper {
    top: var(--spacing-md);
    width: calc(100% - var(--spacing-lg));
  }

  .navigation-container {
    padding: var(--spacing-sm) var(--spacing-md);
  }

  .navigation-menu {
    display: none;
  }

  .navigation-toggle {
    display: block;
  }

  .navigation-mobile-overlay {
    display: block;
  }

  .navigation-mobile-header {
    padding: var(--spacing-md) var(--spacing-lg);
  }

  .navigation-mobile-menu {
    padding: var(--spacing-2xl) var(--spacing-lg) var(--spacing-xl);
  }

  .navigation-mobile-menu-link {
    font-size: var(--font-size-2xl);
  }

  .footer-wrapper {
    padding-top: var(--spacing-3xl);
    padding-bottom: var(--spacing-xl);
  }

  .footer-container {
    gap: var(--spacing-xl);
    padding-left: var(--spacing-md);
    padding-right: var(--spacing-md);
  }

  .footer-nav {
    gap: var(--spacing-sm) var(--spacing-md);
  }

  .footer-social {
    gap: var(--spacing-sm);
  }

  .footer-legal {
    padding-top: var(--spacing-lg);
  }

  .footer-tagline {
    font-size: var(--font-size-sm);
  }

  .footer-nav-link {
    font-size: var(--font-size-sm);
  }

  .footer-social-link {
    width: 40px;
    height: 40px;
  }

  .footer-copyright {
    font-size: var(--font-size-xs);
  }

  .footer-brand-name {
    font-size: var(--font-size-lg);
  }

  .footer-legal-link {
    font-size: var(--font-size-xs);
  }

  .footer-legal-separator {
    font-size: var(--font-size-xs);
  }

  .hero-wrapper {
    height: auto;
    min-height: 100vh;
  }

  .hero-content {
    padding: var(--spacing-xl) var(--spacing-md);
  }

  .home-hero-title {
    font-size: var(--font-size-2xl);
  }

  .home-hero-subtitle {
    /* font-size: var(--font-size-sm); */
  }

  .services-outer {
    padding: 0 var(--spacing-md);
  }

  .services-carousel-track {
    flex-direction: column;
  }

  .services-card {
    flex: 0 0 auto;
    width: 100%;
  }

  .showcase-item {
    flex: 0 0 95%;
  }

  .showcase-stats {
    flex-direction: column;
  }

  .timeline-item {
    flex: 0 0 200px;
  }

  .timeline-marker {
    width: 64px;
    height: 64px;
  }

  .testimonials-grid {
    grid-template-columns: 1fr;
  }

  .cta-buttons {
    flex-direction: column;
  }

  .cta-features {
    align-items: flex-start;
  }
}

@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-wrapper {
    top: var(--spacing-sm);
    width: calc(100% - var(--spacing-md));
  }

  .navigation-mobile-decorative {
    width: 200px;
    height: 200px;
  }

  .navigation-mobile-menu-link {
    font-size: var(--font-size-xl);
  }

  .navigation-logo .section-title {
    font-size: var(--font-size-lg);
  }

  .footer-nav {
    gap: var(--spacing-sm);
    flex-direction: column;
  }

  .footer-legal {
    gap: var(--spacing-xs);
  }

  .footer-legal-links {
    gap: var(--spacing-xs);
    flex-direction: column;
  }

  .footer-legal-separator {
    display: none;
  }

  .hero-content {
    padding: var(--spacing-lg) var(--spacing-md);
  }

  .services-header {
    margin-bottom: var(--spacing-xl);
  }

  .services-card {
    padding: var(--spacing-xl);
  }

  .showcase-header {
    margin-bottom: var(--spacing-xl);
  }

  .showcase-controls {
    padding: 0 var(--spacing-sm);
  }

  .showcase-item {
    flex: 0 0 100%;
  }

  .showcase-btn {
    width: 44px;
    height: 44px;
  }

  .timeline-header {
    margin-bottom: var(--spacing-xl);
  }

  .timeline-item {
    flex: 0 0 180px;
  }

  .timeline-content {
    padding: var(--spacing-md);
  }

  .stats-item {
    padding: var(--spacing-xl);
  }

  .testimonials-header {
    margin-bottom: var(--spacing-xl);
  }

  .pricing-header {
    margin-bottom: var(--spacing-xl);
  }

  .pricing-card {
    padding: var(--spacing-xl);
  }
}

/* Navigation Styles */
.navbar-toggler {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.navbar-toggler:focus {
  box-shadow: none !important;
  outline: none !important;
}

.navbar-brand span {
  font-size: var(--font-size-base);
  color: #474749;
}

.navbar-nav .nav-link {
  /* padding-left: 0 !important; */
  padding-left: var(--spacing-xl) !important;
  padding-right: var(--spacing-xl) !important;
  padding-top: var(--spacing-md) !important;
  padding-bottom: var(--spacing-md) !important;
  position: relative;
}

.navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  /* left: 0; */
  width: 0;
  height: 2px;
  background-color: #74C4FE;
  transition: width 0.3s ease;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
  width: 100%;
}

@media (max-width: 991px) {
  .navbar-nav .nav-link {
    padding-left: 0 !important;
    padding-right: var(--spacing-xl) !important;
  }
}

.cloud-creations-blue {
  color: #74C4FE;
}

/* Customer Modal */
.customer-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.customer-modal.active {
  display: block;
}

.customer-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
}

.customer-modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  border-radius: var(--border-radius-card);
  padding: var(--spacing-3xl);
  max-width: 500px;
  width: 90%;
  box-shadow: var(--shadow-level-3);
  animation: modalSlideIn 0.3s ease;
}

@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: translate(-50%, -40%);
  }

  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

.customer-modal-close {
  position: absolute;
  top: var(--spacing-md);
  right: var(--spacing-md);
  background: none;
  border: none;
  font-size: 2rem;
  line-height: 1;
  color: #999;
  cursor: pointer;
  padding: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s ease;
}

.customer-modal-close:hover {
  color: #333;
}

.customer-modal-title {
  font-size: var(--font-size-2xl);
  margin-bottom: var(--spacing-lg);
  color: #74C4FE;
}

.customer-modal-testimonial {
  font-size: var(--font-size-base);
  line-height: 1.6;
  color: var(--color-on-surface-secondary);
  font-style: italic;
}

.customer-card {
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.customer-card:hover {
  transform: translateY(-6px);
}

@media (max-width: 768px) {
  .customer-modal-title {
    font-size: var(--font-size-xl);
  }

  .customer-modal-content {
    padding: var(--spacing-2xl) var(--spacing-xl);
  }
}

/* Hero Font Size Variants */
.hero-section.small .hero-title {
  font-size: var(--font-size-2xl);
}

.hero-section.small .hero-subtitle {
  font-size: var(--font-size-base);
}

.hero-section.large .hero-title {
  font-size: 5rem;
}

.hero-section.large .hero-subtitle {
  font-size: var(--font-size-xl);
}