:root {
  --spacing-lg: 1rem;
  --spacing-md: 0.75rem;
  --spacing-sm: 0.5rem;
  --spacing-xl: 1.5rem;
  --spacing-xs: 0.25rem;
  --color-scrim: var(--color-scrim-light);
  --spacing-2xl: 2rem;
  --spacing-3xl: 3rem;
  --spacing-4xl: 4rem;
  --color-accent: var(--color-accent-light);
  --color-border: var(--color-border-light);
  --font-size-lg: clamp(1.125rem, 1.05rem + 0.3vw, 1.25rem);
  --font-size-sm: clamp(0.875rem, 0.82rem + 0.14vw, 1rem);
  --font-size-xl: clamp(1.25rem, 1.18rem + 0.4vw, 1.5rem);
  --font-size-xs: clamp(0.75rem, 0.68rem + 0.12vw, 0.875rem);
  --color-neutral: var(--color-neutral-light);
  --color-outline: var(--color-outline-light);
  --color-overlay: var(--color-overlay-light);
  --color-primary: var(--color-primary-light);
  --color-surface: var(--color-surface-light);
  --divider-value: 1px solid var(--color-border);
  --font-size-2xl: clamp(1.5rem, 1.38rem + 0.6vw, 1.75rem);
  --font-size-3xl: clamp(2.2rem, 1.9rem + 1.2vw, 2.6rem);
  --font-size-4xl: clamp(3rem, 2.6rem + 1.8vw, 4rem);
  --font-size-base: 1rem;
  --shadow-level-1: 0 1px 2px rgba(0,0,0,0.06);
  --shadow-level-2: 0 4px 12px rgba(0,0,0,0.10);
  --shadow-level-3: 0 12px 32px rgba(0,0,0,0.18);
  --color-backplate: var(--color-backplate-light);
  --color-on-accent: var(--color-on-accent-light);
  --color-secondary: var(--color-secondary-light);
  --border-radius-lg: 12px;
  --border-radius-md: 8px;
  --border-radius-sm: 4px;
  --border-radius-xl: 16px;
  --color-on-primary: var(--color-on-primary-light);
  --color-on-surface: var(--color-on-surface-light);
  --color-scrim-dark: color-mix(in oklab, #ffffff 70%, transparent);
  --font-family-body: "Roboto Condensed", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --font-weight-body: 400;
  --line-height-body: 1.6;
  --color-accent-dark: #34D399;
  --color-border-dark: color-mix(in oklab, var(--color-surface-dark) 85%, white);
  --color-scrim-light: color-mix(in oklab, #000000 70%, transparent);
  --content-max-width: 76rem;
  --border-radius-card: var(--border-radius-sm);
  --border-radius-full: 9999px;
  --border-radius-none: 0px;
  --color-accent-light: #047a4f;
  --color-border-light: color-mix(in oklab, var(--color-surface-light) 85%, black);
  --color-neutral-dark: #4B5563;
  --color-on-secondary: var(--color-on-secondary-light);
  --color-outline-dark: color-mix(in oklab, var(--color-surface-dark) 70%, white);
  --color-overlay-dark: color-mix(in oklab, #ffffff 40%, transparent);
  --color-primary-dark: #5B7EE6;
  --color-surface-dark: #111827;
  --font-style-heading: normal;
  --font-weight-medium: 500;
  --color-neutral-light: #94A3B8;
  --color-outline-light: color-mix(in oklab, var(--color-surface-light) 70%, black);
  --color-overlay-light: color-mix(in oklab, #000000 40%, transparent);
  --color-primary-light: #1E3A8A;
  --color-surface-light: #FAFBFC;
  --font-family-heading: "Roboto", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --font-weight-heading: 600;
  --letter-spacing-body: 0.02em;
  --line-height-heading: 1.25;
  --color-backplate-dark: color-mix(in oklab, #ffffff 60%, transparent);
  --color-on-accent-dark: #0B1220;
  --color-secondary-dark: #5FE2DF;
  --dl-layout-size-large: 144px;
  --dl-layout-size-small: 48px;
  --dl-layout-space-unit: 16px;
  --border-radius-control: var(--border-radius-md);
  --color-backplate-light: color-mix(in oklab, #000000 60%, transparent);
  --color-on-accent-light: #FFFFFF;
  --color-on-primary-dark: #0B1220;
  --color-on-surface-dark: #EAF2FF;
  --color-secondary-light: #0EA5A4;
  --dl-layout-size-medium: 96px;
  --dl-layout-size-xlarge: 192px;
  --dl-layout-size-xsmall: 16px;
  --font-style-subheading: normal;
  --color-on-primary-light: #FFFFFF;
  --color-on-surface-light: #071033;
  --color-surface-elevated: var(--color-surface-elevated-light);
  --dl-color-theme-accent1: #FFFFFF;
  --dl-color-theme-accent2: #F5D1B0;
  --dl-layout-radius-round: 50%;
  --dl-layout-size-xxlarge: 288px;
  --letter-spacing-heading: 0.01em;
  --text-transform-heading: none;
  --color-on-secondary-dark: #0B1220;
  --dl-color-theme-primary1: #BF4408;
  --dl-color-theme-primary2: #E65103;
  --dl-layout-size-maxwidth: 1400px;
  --color-on-secondary-light: #003338;
  --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: var(--color-on-surface-secondary-light);
  --dl-layout-space-threeunits: 48px;
  --color-surface-elevated-dark: color-mix(in oklab, var(--color-surface-dark) 92%, var(--color-secondary-dark));
  --dl-color-theme-neutral-dark: #191818;
  --dl-layout-radius-cardradius: 8px;
  --color-surface-elevated-light: color-mix(in oklab, var(--color-surface-light) 92%, var(--color-secondary-light));
  --dl-color-theme-neutral-light: #FBFAF9;
  --dl-layout-radius-imageradius: 8px;
  --dl-layout-radius-inputradius: 24px;
  --dl-layout-radius-buttonradius: 24px;
  --color-on-surface-secondary-dark: #B9C7D6;
  --dl-layout-space-oneandhalfunits: 24px;
  --color-on-surface-secondary-light: #324155;
}
 
.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);
}
 
.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: 0;
  width: 100%;
  z-index: 1000;
  position: sticky;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  border-bottom: var(--divider-value);
  background-color: var(--color-surface);
}
 
.navigation-container {
  gap: var(--spacing-2xl);
  width: 100%;
  margin: 0 auto;
  display: flex;
  padding: var(--spacing-md) var(--spacing-xl);
  max-width: var(--content-max-width);
  align-items: center;
  justify-content: space-between;
}
 
.navigation-brand {
  color: var(--color-on-surface);
  display: flex;
  transition: color 0.3s ease;
  align-items: center;
  text-decoration: none;
}
 
.navigation-desktop-links {
  gap: var(--spacing-xl);
  display: flex;
  flex-grow: 1;
  align-items: center;
}
 
.navigation-actions {
  gap: var(--spacing-md);
  display: flex;
  align-items: center;
}
 
.navigation-link {
  color: var(--color-on-surface);
  font-size: var(--font-size-sm);
  transition: color 0.3s ease, transform 0.2s ease;
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-medium);
  white-space: nowrap;
  text-decoration: none;
}
 
.navigation-theme-btn {
  color: var(--color-on-surface);
  width: 40px;
  border: 1px solid var(--color-border);
  cursor: pointer;
  height: 40px;
  display: flex;
  background: transparent;
  transition: all 0.3s ease;
  align-items: center;
  border-radius: var(--border-radius-full);
  justify-content: center;
}
 
.navigation-mobile-toggle {
  color: var(--color-on-surface);
  width: 44px;
  border: none;
  cursor: pointer;
  height: 44px;
  display: none;
  background: transparent;
  align-items: center;
  justify-content: center;
}
 

 
.theme-icon-sun {
  display: none;
}
 
.theme-icon-moon {
  display: none;
}
 
.navigation-mobile-overlay {
  inset: 0;
  display: none;
  padding: var(--spacing-md) var(--spacing-xl);
  z-index: 1100;
  position: fixed;
  transform: translateX(100%);
  min-height: 100vh;
  overflow-y: auto;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  flex-direction: column;
  background-color: var(--color-surface);
}
 
.navigation-mobile-header {
  top: 0;
  display: flex;
  z-index: 1110;
  position: sticky;
  align-items: center;
  border-bottom: var(--divider-value);
  margin-bottom: var(--spacing-2xl);
  padding-bottom: var(--spacing-xl);
  justify-content: space-between;
  background-color: var(--color-surface);
}
 
.navigation-mobile-content {
  gap: var(--spacing-3xl);
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}
 
.navigation-mobile-close {
  color: var(--color-on-surface);
  width: 44px;
  border: none;
  cursor: pointer;
  height: 44px;
  display: flex;
  background: transparent;
  align-items: center;
  justify-content: center;
}
 
.navigation-mobile-links {
  gap: var(--spacing-lg);
  display: flex;
  flex-direction: column;
}
 
.navigation-mobile-footer {
  padding: var(--spacing-2xl) 0 var(--spacing-3xl);
  margin-top: auto;
}
 
.navigation-mobile-link {
  color: var(--color-on-surface);
  padding: var(--spacing-md) 0;
  font-size: var(--font-size-2xl);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-heading);
  border-bottom: 1px solid color-mix(in srgb, var(--color-border) 50%, transparent);
  text-decoration: none;
}
 
.navigation-brand  .section-title {
  color: var(--color-primary);
  margin: 0;
  font-size: var(--font-size-xl);
}
 
.navigation-link:hover {
  color: var(--color-primary);
  transform: translateY(-1px);
}
 
.navigation-theme-btn:hover {
  border-color: var(--color-primary);
  background-color: color-mix(in srgb, var(--color-primary) 10%, transparent);
}
 
.navigation-mobile-overlay.is-open {
  display: flex;
  transform: translateX(0);
}
 
.footer-root {
  color: var(--color-on-surface);
  overflow: hidden;
  position: relative;
  border-top: var(--divider-value);
  padding-top: var(--spacing-4xl);
  padding-bottom: var(--spacing-2xl);
  background-color: var(--color-surface);
}
 
.footer-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 var(--spacing-xl);
  max-width: var(--content-max-width);
}
 
.footer-grid {
  gap: var(--spacing-3xl);
  display: grid;
  margin-bottom: var(--spacing-4xl);
  grid-template-rows: repeat(2, auto);
  grid-template-columns: repeat(3, 1fr);
}
 
.footer-bottom {
  margin-top: var(--spacing-4xl);
}
 
.footer-item {
  gap: var(--spacing-lg);
  display: flex;
  flex-direction: column;
}
 
.footer-brand {
  grid-column: span 1;
}
 
.footer-newsletter {
  border: 1px solid var(--color-border);
  padding: var(--spacing-xl);
  border-radius: var(--border-radius-lg);
  background-color: var(--color-surface-elevated);
}
 
.footer-divider {
  width: 100%;
  height: 1px;
  margin-bottom: var(--spacing-xl);
  background-color: var(--color-border);
}
 
.footer-bottom-content {
  gap: var(--spacing-lg);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
 
.footer-logo {
  color: var(--color-primary);
  font-size: var(--font-size-2xl);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-heading);
  letter-spacing: -0.02em;
}
 
.footer-description {
  opacity: 0.8;
  max-width: 320px;
}
 
.footer-social-group {
  gap: var(--spacing-md);
  display: flex;
  margin-top: var(--spacing-sm);
}
 
.footer-heading {
  color: var(--color-on-surface);
  margin: 0;
  font-size: var(--font-size-lg);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-heading);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
 
.footer-nav {
  gap: var(--spacing-md);
  display: flex;
  flex-direction: column;
}
 
.footer-subtext {
  margin: 0;
  opacity: 0.7;
  font-size: var(--font-size-sm);
}
 
.footer-form {
  margin-top: var(--spacing-sm);
}
 
.footer-contact-info {
  gap: var(--spacing-md);
  display: flex;
  flex-direction: column;
}
 
.footer-copyright {
  color: var(--color-on-surface-secondary);
  margin: 0;
  font-size: var(--font-size-xs);
}
 
.footer-bottom-links {
  color: var(--color-primary);
  font-size: var(--font-size-xs);
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
 
.footer-social-link {
  color: var(--color-on-surface);
  width: 40px;
  border: 1px solid var(--color-border);
  height: 40px;
  display: flex;
  transition: all 0.3s ease;
  align-items: center;
  border-radius: var(--border-radius-full);
  justify-content: center;
  background-color: var(--color-surface-elevated);
}
 
.footer-link {
  color: var(--color-on-surface-secondary);
  width: fit-content;
  font-size: var(--font-size-base);
  transition: color 0.3s ease, transform 0.3s ease;
  text-decoration: none;
}
 
.footer-input-wrapper {
  width: 100%;
  display: flex;
  position: relative;
}
 
.footer-contact-row {
  gap: var(--spacing-sm);
  color: var(--color-primary);
  display: flex;
  align-items: center;
}
 
.footer-input {
  color: var(--color-on-surface);
  width: 100%;
  border: 1px solid var(--color-border);
  padding: var(--spacing-md) var(--spacing-4xl) var(--spacing-md) var(--spacing-lg);
  font-size: var(--font-size-sm);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  font-family: var(--font-family-body);
  border-radius: var(--border-radius-control);
  background-color: var(--color-surface);
}
 
.footer-form-btn {
  top: 50%;
  color: var(--color-on-primary);
  right: var(--spacing-sm);
  width: 32px;
  border: none;
  cursor: pointer;
  height: 32px;
  display: flex;
  position: absolute;
  transform: translateY(-50%);
  background: var(--color-primary);
  transition: background 0.3s ease;
  align-items: center;
  border-radius: var(--border-radius-sm);
  justify-content: center;
}
 
.footer-link:hover {
  color: var(--color-primary);
  transform: translateX(4px);
}
 
.footer-social-link:hover {
  color: var(--color-on-primary);
  transform: translateY(-3px);
  box-shadow: 0 4px 12px color-mix(in srgb, var(--color-primary) 30%, transparent);
  border-color: var(--color-primary);
  background-color: var(--color-primary);
}
 
.footer-input:focus {
  outline: none;
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--color-primary) 20%, transparent);
  border-color: var(--color-primary);
}
 
.footer-form-btn:hover {
  background: color-mix(in srgb, var(--color-primary) 80%, black);
}
 
.footer-contact-row  span {
  color: var(--color-on-surface);
  font-weight: var(--font-weight-medium);
}
 
.hero-section {
  display: flex;
  padding: 0;
  background: var(--color-surface);
  min-height: 100vh;
  align-items: center;
}
 
.hero-video-wrapper {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
}
 
.hero-content-container {
  gap: var(--spacing-3xl);
  width: 100%;
  margin: 0 auto;
  display: flex;
  padding: var(--spacing-4xl) var(--spacing-xl);
  z-index: 3;
  position: relative;
  max-width: var(--content-max-width);
  flex-direction: column;
}
 
.hero-bg-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
 
.hero-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  background: var(--color-scrim);
}
 
.hero-main-cell {
  color: var(--color-surface);
  max-width: 800px;
}
 
.hero-bento-grid {
  gap: var(--spacing-lg);
  width: 100%;
  display: flex;
}
 
.hero-cta-group {
  gap: var(--spacing-md);
  display: flex;
  flex-wrap: wrap;
}
 
.hero-bento-cell {
  gap: var(--spacing-md);
  flex: 1;
  border: 1px solid color-mix(in srgb, var(--color-surface) 20%, transparent);
  display: flex;
  padding: var(--spacing-xl);
  background: var(--color-backplate);
  transition: transform 0.3s ease, background 0.3s ease;
  align-items: center;
  border-radius: var(--border-radius-lg);
  flex-direction: column;
  backdrop-filter: blur(10px);
}
 
.bento-icon-wrapper {
  color: var(--color-primary);
  width: 48px;
  height: 48px;
  display: flex;
  background: var(--color-surface);
  align-items: center;
  border-radius: var(--border-radius-md);
  justify-content: center;
}
 
.bento-label {
  color: var(--color-surface);
  font-size: var(--font-size-sm);
  text-align: center;
  font-weight: var(--font-weight-medium);
}
 
.features-section {
  background: var(--color-surface);
}
 
.features-container {
  margin: 0 auto;
  padding: 0 var(--spacing-xl);
  max-width: var(--content-max-width);
}
 
.features-header {
  max-width: 700px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: var(--spacing-4xl);
}
 
.features-grid {
  gap: var(--spacing-2xl);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
 
.feature-card {
  display: flex;
  overflow: hidden;
  background: var(--color-surface-elevated);
  box-shadow: 0 10px 30px color-mix(in srgb, var(--color-on-surface) 5%, transparent);
  transition: transform 0.4s ease;
  border-radius: var(--border-radius-xl);
  flex-direction: column;
}
 
.feature-image-wrapper {
  height: 240px;
  overflow: hidden;
}
 
.feature-content {
  display: flex;
  padding: var(--spacing-2xl);
  flex-grow: 1;
  flex-direction: column;
}
 
.feature-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
 
.feature-title {
  color: var(--color-primary);
  font-size: var(--font-size-xl);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-heading);
  margin-bottom: var(--spacing-md);
}
 
.feature-list {
  gap: var(--spacing-sm);
  margin: var(--spacing-xl) 0;
  display: flex;
  padding: 0;
  list-style: none;
  flex-direction: column;
}
 
.feature-price-tag {
  color: var(--color-on-surface);
  border-top: 1px solid var(--color-border);
  margin-top: auto;
  font-weight: var(--font-weight-medium);
  padding-top: var(--spacing-lg);
}
 
.feature-item {
  gap: var(--spacing-sm);
  color: var(--color-on-surface-secondary);
  display: flex;
  font-size: var(--font-size-sm);
  align-items: center;
}
 
.process-section {
  background: var(--color-surface-elevated);
}
 
.process-container {
  margin: 0 auto;
  padding: 0 var(--spacing-xl);
  max-width: var(--content-max-width);
}
 
.process-header {
  text-align: center;
  margin-bottom: var(--spacing-4xl);
}
 
.process-steps {
  gap: var(--spacing-xl);
  display: flex;
  position: relative;
}
 
.process-step {
  gap: var(--spacing-lg);
  flex: 1;
  display: flex;
  position: relative;
  flex-direction: column;
}
 
.step-number {
  color: var(--color-on-primary);
  width: 60px;
  height: 60px;
  display: flex;
  z-index: 2;
  position: relative;
  font-size: var(--font-size-xl);
  background: var(--color-primary);
  align-items: center;
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-heading);
  border-radius: var(--border-radius-full);
  justify-content: center;
}
 

 
.step-number-line {
  top: 30px;
  left: 60px;
  width: calc(100% - 60px + var(--spacing-xl));
  height: 2px;
  z-index: 1;
  position: absolute;
  background: color-mix(in srgb, var(--color-primary) 20%, transparent);
}
 
.step-title {
  font-size: var(--font-size-lg);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-heading);
  margin-bottom: var(--spacing-sm);
}
 
.cta-section {
  background: var(--color-surface);
}
 
.cta-container {
  margin: 0 auto;
  padding: 0 var(--spacing-xl);
  max-width: var(--content-max-width);
}
 
.cta-card {
  display: flex;
  overflow: hidden;
  position: relative;
  background: var(--color-primary);
  min-height: 400px;
  border-radius: var(--border-radius-xl);
}
 
.cta-visual-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  background: linear-gradient(135deg, var(--color-primary) 0%, color-mix(in srgb, var(--color-primary) 80%, black) 100%);
}
 
.cta-content {
  gap: var(--spacing-xl);
  flex: 1.2;
  color: var(--color-on-primary);
  display: flex;
  padding: var(--spacing-4xl);
  z-index: 2;
  position: relative;
  flex-direction: column;
  justify-content: center;
}
 
.cta-image {
  flex: 1;
  z-index: 2;
  position: relative;
}
 
.cta-actions {
  gap: var(--spacing-md);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.cta-img-element {
  width: 100%;
  height: 100%;
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
  object-fit: cover;
}
 
.cta-shortcut {
  gap: var(--spacing-xs);
  display: flex;
  opacity: 0.8;
  font-size: var(--font-size-xs);
  align-items: center;
}
 

 
.hero-main-cell  .hero-title {
  color: var(--color-surface);
  margin-bottom: var(--spacing-lg);
}
 
.hero-main-cell  .hero-subtitle {
  color: var(--color-surface);
  opacity: 0.9;
  max-width: 600px;
  margin-bottom: var(--spacing-2xl);
}
 
.hero-bento-cell:hover {
  transform: translateY(-5px);
  background: color-mix(in srgb, var(--color-primary) 20%, var(--color-backplate));
}
 

 
.features-header  .section-title {
  margin-bottom: var(--spacing-md);
}
 
.feature-card:hover {
  transform: translateY(-10px);
}
 
.feature-card:hover .feature-img {
  transform: scale(1.05);
}
 
.feature-item::before {
  color: var(--color-accent);
  content: "✓";
  font-weight: bold;
}
 
.process-step:last-child .step-number-line {
  display: none;
}
 
.cta-content  .section-title {
  color: var(--color-on-primary);
}
 
.cta-content  .section-content {
  color: var(--color-on-primary);
}
 

 
.home-hero-section {
  display: flex;
  padding: var(--spacing-4xl) 0;
  overflow: hidden;
  position: relative;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
}
 
.hero-media-container {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
}
 
.hero-content-wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0 var(--spacing-xl);
  z-index: 3;
  position: relative;
  max-width: var(--content-max-width);
  text-align: center;
}
 
.hero-bg-image {
  width: 100%;
  filter: brightness(0.4) saturate(1.2);
  height: 100%;
  object-fit: cover;
}
 
.home-hero-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  background: linear-gradient(to bottom, var(--color-scrim) 0%, transparent 100%);
}
 
.hero-top-feature {
  margin: 0 auto var(--spacing-4xl);
  max-width: 800px;
}
 
.hero-stats-grid {
  gap: var(--spacing-xl);
  display: grid;
  border-top: 1px solid color-mix(in srgb, var(--color-surface) 20%, transparent);
  margin-top: var(--spacing-4xl);
  padding-top: var(--spacing-3xl);
  grid-template-columns: repeat(3, 1fr);
}
 
.hero-badge {
  gap: var(--spacing-sm);
  color: var(--color-surface);
  border: 1px solid var(--color-primary);
  display: inline-flex;
  padding: var(--spacing-xs) var(--spacing-lg);
  font-size: var(--font-size-sm);
  background: color-mix(in srgb, var(--color-primary) 20%, transparent);
  align-items: center;
  border-radius: var(--border-radius-full);
  margin-bottom: var(--spacing-xl);
  backdrop-filter: blur(4px);
}
 
.home-hero-title {
  color: var(--color-surface);
  margin-bottom: var(--spacing-lg);
}
 
.home-hero-subtitle {
  color: var(--color-surface);
  margin: 0 auto var(--spacing-2xl);
  max-width: 600px;
}
 
.hero-actions {
  gap: var(--spacing-md);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
 
.hero-stat-item {
  gap: var(--spacing-xs);
  display: flex;
  flex-direction: column;
}
 
.hero-accent-text {
  color: var(--color-primary);
}
 
.hero-stat-value {
  color: var(--color-primary);
  font-size: var(--font-size-3xl);
  font-weight: var(--font-weight-heading);
}
 
.hero-stat-label {
  color: var(--color-surface);
  font-size: var(--font-size-sm);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
 
.home-features-section {
  padding: var(--spacing-4xl) 0;
  background-color: var(--color-surface);
}
 
.home-features-header {
  text-align: center;
  margin-bottom: var(--spacing-4xl);
}
 
.home-features-grid {
  gap: var(--spacing-2xl);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
 
.home-feature-card {
  gap: var(--spacing-md);
  border: 1px solid var(--color-border);
  display: flex;
  padding: var(--spacing-2xl);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: var(--border-radius-card);
  flex-direction: column;
  background-color: var(--color-surface-elevated);
}
 
.feature-icon-box {
  color: var(--color-primary);
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  border-radius: var(--border-radius-md);
  margin-bottom: var(--spacing-sm);
  justify-content: center;
  background-color: color-mix(in srgb, var(--color-primary) 10%, transparent);
}
 
.home-feature-title {
  color: var(--color-on-surface);
  font-size: var(--font-size-xl);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-heading);
}
 
.home-process-section {
  padding: var(--spacing-4xl) 0;
  background-color: var(--color-surface-elevated);
}
 
.process-steps-wrapper {
  gap: var(--spacing-2xl);
  display: flex;
  justify-content: space-between;
}
 
.process-step-number {
  color: var(--color-on-primary);
  width: 60px;
  height: 60px;
  display: flex;
  font-size: var(--font-size-xl);
  box-shadow: 0 8px 16px color-mix(in srgb, var(--color-primary) 30%, transparent);
  align-items: center;
  font-weight: var(--font-weight-heading);
  border-radius: var(--border-radius-full);
  justify-content: center;
  background-color: var(--color-primary);
}
 

 
.process-step-connector {
  top: 30px;
  left: 60px;
  right: -var(--spacing-2xl);
  height: 2px;
  z-index: 0;
  position: absolute;
  background: repeating-linear-gradient(to right, var(--color-primary) 0, var(--color-primary) 10px, transparent 10px, transparent 20px);
}
 
.process-step-title {
  color: var(--color-on-surface);
  font-size: var(--font-size-xl);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-heading);
}
 
.pricing-section {
  padding: var(--spacing-4xl) 0;
  background-color: var(--color-surface);
}
 
.pricing-container {
  margin: 0 auto;
  padding: 0 var(--spacing-xl);
  max-width: var(--content-max-width);
}
 
.pricing-header {
  text-align: center;
  margin-bottom: var(--spacing-4xl);
}
 
.pricing-bento {
  gap: var(--spacing-lg);
  display: grid;
  grid-template-rows: repeat(2, auto);
  grid-template-columns: repeat(4, 1fr);
}
 
.bento-item {
  gap: var(--spacing-md);
  border: 1px solid var(--color-border);
  display: flex;
  padding: var(--spacing-2xl);
  transition: all 0.3s ease;
  border-radius: var(--border-radius-xl);
  flex-direction: column;
  background-color: var(--color-surface-elevated);
}
 
.bento-hero {
  color: var(--color-on-primary);
  border: none;
  grid-row: span 2;
  grid-column: span 2;
  justify-content: center;
  background-color: var(--color-primary);
}
 
.bento-personal {
  grid-column: span 2;
}
 
.bento-custom {
  background: linear-gradient(135deg, color-mix(in srgb, var(--color-secondary) 10%, transparent), transparent);
  grid-column: span 1;
}
 
.bento-info {
  grid-column: span 1;
  border-style: dashed;
}
 

 
.bento-title {
  font-size: var(--font-size-lg);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-heading);
}
 
.bento-price {
  font-size: var(--font-size-2xl);
  font-weight: var(--font-weight-heading);
}
 

 
.bento-icon {
  color: var(--color-primary);
  margin-top: auto;
}
 
.home-feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px color-mix(in srgb, var(--color-primary) 10%, transparent);
  border-color: var(--color-primary);
}
 
.bento-hero  .bento-tag {
  color: var(--color-primary);
  width: fit-content;
  padding: var(--spacing-xs) var(--spacing-md);
  font-size: var(--font-size-xs);
  background: var(--color-surface);
  font-weight: var(--font-weight-medium);
  border-radius: var(--border-radius-full);
}
 
.bento-hero  .bento-title {
  color: var(--color-on-primary);
  font-size: var(--font-size-3xl);
}
 
.bento-hero  .bento-price {
  font-size: var(--font-size-4xl);
  font-weight: var(--font-weight-heading);
}
 
.bento-hero  .bento-price span {
  font-size: var(--font-size-xl);
}
 
.bento-hero  .bento-list {
  gap: var(--spacing-sm);
  margin: var(--spacing-lg) 0;
  display: flex;
  padding: 0;
  list-style: none;
  flex-direction: column;
}
 
.bento-hero  .bento-list li {
  gap: var(--spacing-sm);
  display: flex;
  align-items: center;
}
 
.bento-hero  .bento-list li::before {
  content: "✓";
  font-weight: bold;
}
 
.contact-page {
  color: var(--color-on-surface);
  overflow-x: hidden;
  background-color: var(--color-surface);
}
 
.contact-hero-section {
  display: flex;
  padding: var(--spacing-4xl) 0;
  position: relative;
  min-height: 100vh;
  align-items: center;
}
 
.contact-features-section {
  padding: var(--spacing-4xl) 0;
  background-color: var(--color-surface);
}
 
.contact-process-section {
  padding: var(--spacing-4xl) 0;
  background-color: var(--color-neutral);
}
 
.showcase-section {
  display: flex;
  min-height: 600px;
}
 
.contact-cta-section {
  padding: var(--spacing-4xl) 0;
}
 
.quote-dialog {
  width: 90%;
  border: none;
  padding: 0;
  max-width: 600px;
  background: var(--color-surface);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  border-radius: var(--border-radius-xl);
}
 
.hero-bg-media {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
}
 
.contact-hero-content-wrapper {
  gap: var(--spacing-4xl);
  width: 100%;
  margin: 0 auto;
  display: flex;
  padding: 0 var(--spacing-xl);
  z-index: 3;
  position: relative;
  max-width: var(--content-max-width);
  align-items: center;
}
 
.showcase-visual-col {
  flex: 1;
  position: relative;
  background: var(--color-neutral);
}
 
.showcase-content-col {
  flex: 1;
  display: flex;
  padding: var(--spacing-4xl);
  align-items: center;
}
 
.modal-header {
  display: flex;
  padding: var(--spacing-xl) var(--spacing-2xl);
  align-items: center;
  border-bottom: 1px solid var(--color-border);
  justify-content: space-between;
}
 
.quote-form {
  gap: var(--spacing-xl);
  display: flex;
  padding: var(--spacing-2xl);
  flex-direction: column;
}
 
.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
 
.hero-text-col {
  flex: 6;
  color: var(--color-surface);
}
 
.hero-info-col {
  flex: 4;
}
 
.contact-features-grid {
  gap: var(--spacing-2xl);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
 
.contact-process-header {
  margin-bottom: var(--spacing-4xl);
}
 
.process-stepper {
  gap: var(--spacing-2xl);
  display: flex;
  position: relative;
}
 
.map-placeholder {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
 
.showcase-inner {
  max-width: 500px;
}
 
.contact-cta-card {
  gap: var(--spacing-3xl);
  color: var(--color-on-primary);
  display: flex;
  padding: var(--spacing-4xl);
  background: linear-gradient(135deg, var(--color-primary), color-mix(in srgb, var(--color-primary) 80%, black));
  align-items: center;
  border-radius: var(--border-radius-xl);
  justify-content: space-between;
}
 
.modal-close-btn {
  color: var(--color-on-surface-secondary);
  border: none;
  cursor: pointer;
  padding: var(--spacing-xs);
  background: transparent;
  transition: color 0.2s;
}
 
.form-group {
  gap: var(--spacing-xs);
  display: flex;
  flex-direction: column;
}
 
.contact-hero-cta-group {
  gap: var(--spacing-md);
  display: flex;
}
 
.hero-info-card {
  gap: var(--spacing-xl);
  border: 1px solid var(--color-border);
  display: flex;
  padding: var(--spacing-2xl);
  background: var(--color-surface-elevated);
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
  border-radius: var(--border-radius-xl);
  flex-direction: column;
}
 
.contact-feature-card {
  gap: var(--spacing-md);
  border: 1px solid var(--color-border);
  display: flex;
  padding: var(--spacing-2xl);
  background: var(--color-surface-elevated);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: var(--border-radius-lg);
  flex-direction: column;
}
 
.showcase-img {
  width: 100%;
  filter: grayscale(100%) brightness(0.7);
  height: 100%;
  object-fit: cover;
}
 
.map-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: color-mix(in srgb, var(--color-primary) 20%, transparent);
}
 
.coverage-list {
  gap: var(--spacing-xl);
  margin: var(--spacing-2xl) 0;
  display: flex;
  flex-direction: column;
}
 
.office-card {
  padding: var(--spacing-xl);
  background: var(--color-surface-elevated);
  border-left: 4px solid var(--color-primary);
  border-radius: var(--border-radius-md);
}
 
.contact-cta-content {
  flex: 1;
}
 
.contact-cta-actions {
  gap: var(--spacing-md);
  display: flex;
}
 
.hero-info-item {
  gap: var(--spacing-lg);
  display: flex;
  align-items: center;
}
 
.feature-icon {
  color: var(--color-primary);
  margin-bottom: var(--spacing-sm);
}
 
.contact-feature-title {
  font-size: var(--font-size-xl);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-heading);
}
 
.feature-desc {
  color: var(--color-on-surface-secondary);
  font-size: var(--font-size-sm);
}
 
.feature-meta {
  color: var(--color-primary);
  font-size: var(--font-size-xs);
  margin-top: auto;
  font-weight: var(--font-weight-medium);
  text-transform: uppercase;
}
 
.contact-step-number {
  color: var(--color-on-primary);
  width: 48px;
  height: 48px;
  display: flex;
  z-index: 2;
  position: relative;
  font-size: var(--font-size-lg);
  background: var(--color-primary);
  align-items: center;
  font-weight: var(--font-weight-heading);
  border-radius: var(--border-radius-full);
  justify-content: center;
}
 

 
.map-marker {
  width: 12px;
  height: 12px;
  position: absolute;
  animation: pulse 2s infinite;
  background: var(--color-accent);
  box-shadow: 0 0 0 10px color-mix(in srgb, var(--color-accent) 20%, transparent);
  border-radius: var(--border-radius-full);
}
 
.coverage-item {
  gap: var(--spacing-lg);
  display: flex;
}
 
.office-title {
  color: var(--color-on-surface-secondary);
  font-size: var(--font-size-sm);
  margin-bottom: var(--spacing-xs);
  text-transform: uppercase;
}
 

 
.hero-icon-box {
  color: var(--color-primary);
  width: 48px;
  height: 48px;
  display: flex;
  background: color-mix(in srgb, var(--color-primary) 10%, transparent);
  align-items: center;
  border-radius: var(--border-radius-md);
  justify-content: center;
}
 
.hero-info-text {
  display: flex;
  flex-direction: column;
}
 
.contact-step-title {
  font-size: var(--font-size-lg);
  font-weight: var(--font-weight-heading);
  margin-bottom: var(--spacing-xs);
}
 
.step-desc {
  color: var(--color-on-surface-secondary);
  font-size: var(--font-size-sm);
}
 
.coverage-icon {
  color: var(--color-primary);
  flex-shrink: 0;
}
 

 
.info-label {
  color: var(--color-on-surface-secondary);
  font-size: var(--font-size-xs);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
 
.info-value {
  color: var(--color-on-surface);
  font-size: var(--font-size-lg);
  font-weight: var(--font-weight-medium);
}
 
.coverage-title {
  font-weight: var(--font-weight-heading);
  margin-bottom: var(--spacing-xs);
}
 
.coverage-desc {
  color: var(--color-on-surface-secondary);
  font-size: var(--font-size-sm);
}
 
.hero-text-col  .hero-title {
  max-width: 20ch;
  margin-bottom: var(--spacing-xl);
}
 
.hero-text-col  .hero-subtitle {
  color: var(--color-surface);
  opacity: 0.9;
  max-width: 50ch;
  margin-bottom: var(--spacing-2xl);
}
 
.contact-feature-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-level-2);
  border-color: var(--color-primary);
}
 
.process-step::after {
  top: 24px;
  left: 60px;
  width: calc(100% - 40px);
  height: 2px;
  content: "";
  z-index: 1;
  position: absolute;
  background: var(--color-border);
}
 
.process-step:last-child::after {
  display: none;
}
 
.showcase-inner  .section-title {
  margin-bottom: var(--spacing-lg);
}
 
.contact-cta-content  .section-title {
  color: var(--color-on-primary);
  margin-bottom: var(--spacing-md);
}
 
.contact-cta-content  .section-content {
  color: var(--color-on-primary);
  opacity: 0.9;
}
 
.contact-cta-actions  .btn-outline {
  color: var(--color-on-primary);
  background: transparent;
  border-color: var(--color-on-primary);
}
 
.contact-cta-actions  .btn-outline:hover {
  color: var(--color-primary);
  background: var(--color-on-primary);
}
 

 
.quote-dialog::backdrop {
  background: var(--color-scrim);
  backdrop-filter: blur(4px);
}
 
.modal-close-btn:hover {
  color: var(--color-primary);
}
 
.form-group  label {
  font-size: var(--font-size-sm);
  font-weight: var(--font-weight-medium);
}
 
.form-group  input {
  color: var(--color-on-surface);
  border: 1px solid var(--color-border);
  padding: var(--spacing-md);
  background: var(--color-surface-elevated);
  font-family: var(--font-family-body);
  border-radius: var(--border-radius-control);
}
 
.form-group  select {
  color: var(--color-on-surface);
  border: 1px solid var(--color-border);
  padding: var(--spacing-md);
  background: var(--color-surface-elevated);
  font-family: var(--font-family-body);
  border-radius: var(--border-radius-control);
}
 
.form-group  textarea {
  color: var(--color-on-surface);
  border: 1px solid var(--color-border);
  padding: var(--spacing-md);
  background: var(--color-surface-elevated);
  font-family: var(--font-family-body);
  border-radius: var(--border-radius-control);
}
 
.form-group  input:focus {
  outline: 2px solid var(--color-primary);
  outline-offset: -1px;
}
 
.form-group  select:focus {
  outline: 2px solid var(--color-primary);
  outline-offset: -1px;
}
 
.form-group  textarea:focus {
  outline: 2px solid var(--color-primary);
  outline-offset: -1px;
}
 
.hero-custom {
  display: flex;
  overflow: hidden;
  position: relative;
  background: var(--color-surface);
  min-height: 100vh;
  align-items: center;
}
 
.hero-custom-video-wrapper {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
}
 
.hero-custom-layout {
  width: 100%;
  height: 100vh;
  display: flex;
  z-index: 3;
  position: relative;
}
 
.hero-custom-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
 
.hero-custom-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  background: var(--color-scrim);
}
 
.hero-custom-content {
  flex: 6;
  color: var(--color-surface);
  display: flex;
  padding: var(--spacing-4xl) 5%;
  flex-direction: column;
  justify-content: center;
}
 
.hero-custom-diagonal-graphic {
  flex: 4;
  display: flex;
  position: relative;
  clip-path: polygon(25% 0, 100% 0, 100% 100%, 0% 100%);
  background: var(--color-primary);
  align-items: center;
  justify-content: center;
}
 
.hero-custom-actions {
  gap: var(--spacing-lg);
  display: flex;
  margin-top: var(--spacing-2xl);
}
 
.hero-custom-shape {
  width: 80%;
  border: 1px solid color-mix(in srgb, var(--color-surface) 30%, transparent);
  height: 80%;
  transform: rotate(10deg);
  background: linear-gradient(135deg, color-mix(in srgb, var(--color-surface) 20%, transparent), transparent);
  border-radius: var(--border-radius-xl);
}
 
.customized-solutions-process-steps {
  padding: var(--spacing-4xl) 0;
  background: var(--color-surface);
}
 
.customized-solutions-process-header {
  max-width: 700px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: var(--spacing-4xl);
}
 
.process-grid {
  gap: var(--spacing-2xl);
  display: flex;
}
 
.process-item {
  flex: 1;
  position: relative;
  text-align: center;
}
 
.process-icon-box {
  color: var(--color-on-primary);
  width: 80px;
  height: 80px;
  margin: 0 auto var(--spacing-xl);
  display: flex;
  background: var(--color-primary);
  box-shadow: var(--shadow-level-2);
  transition: transform 0.3s ease;
  align-items: center;
  border-radius: var(--border-radius-full);
  justify-content: center;
}
 
.customized-solutions-process-step-title {
  color: var(--color-on-surface);
  font-size: var(--font-size-xl);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-heading);
  margin-bottom: var(--spacing-md);
}
 
.customized-solutions-features-grid {
  padding: var(--spacing-4xl) 0;
  background: var(--color-surface-elevated);
}
 
.customized-solutions-features-header {
  text-align: center;
  margin-bottom: var(--spacing-4xl);
}
 
.features-layout {
  gap: var(--spacing-2xl);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
 
.customized-solutions-feature-card {
  border: var(--divider-value);
  padding: var(--spacing-2xl);
  background: var(--color-surface);
  transition: all 0.3s ease;
  border-radius: var(--border-radius-card);
}
 
.customized-solutions-feature-icon {
  color: var(--color-primary);
  margin-bottom: var(--spacing-lg);
}
 
.timeline-section {
  color: var(--color-on-primary);
  padding: var(--spacing-4xl) 0;
  overflow: hidden;
  background: var(--color-primary);
}
 
.timeline-outer {
  width: 100%;
}
 
.timeline-header {
  padding: 0 var(--spacing-xl);
  text-align: center;
  margin-bottom: var(--spacing-4xl);
}
 
.timeline-track-wrapper {
  padding: var(--spacing-2xl) 0;
  overflow-x: auto;
  scrollbar-width: none;
}
 
.timeline-track {
  display: flex;
  padding: 0 10%;
  position: relative;
  min-width: 1200px;
}
 
.timeline-event {
  flex: 1;
  padding: 0 var(--spacing-xl);
  z-index: 2;
  position: relative;
}
 
.timeline-marker {
  width: 32px;
  border: 4px solid var(--color-primary);
  height: 32px;
  background: var(--color-on-primary);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--color-on-primary) 20%, transparent);
  border-radius: var(--border-radius-full);
  margin-bottom: var(--spacing-xl);
}
 

 
.timeline-date {
  display: block;
  opacity: 0.8;
  font-size: var(--font-size-sm);
  font-weight: var(--font-weight-medium);
  margin-bottom: var(--spacing-xs);
}
 
.timeline-title {
  font-size: var(--font-size-lg);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-heading);
  margin-bottom: var(--spacing-sm);
}
 
.cta-split {
  display: flex;
  background: var(--color-surface);
}
 
.cta-split-column {
  flex: 1;
  display: flex;
  padding: var(--spacing-4xl) 10%;
  flex-direction: column;
  justify-content: center;
}
 
.cta-info {
  background: var(--color-surface-elevated);
}
 

 

 
.cta-contact-form {
  border: var(--divider-value);
  padding: var(--spacing-2xl);
  background: var(--color-surface);
  box-shadow: var(--shadow-level-2);
  border-radius: var(--border-radius-xl);
}
 
.cta-benefit-list {
  gap: var(--spacing-md);
  display: flex;
  padding: 0;
  list-style: none;
  margin-top: var(--spacing-2xl);
  flex-direction: column;
}
 
.customized-solutions-form-group {
  margin-bottom: var(--spacing-lg);
}
 
.btn-full {
  width: 100%;
}
 
.cta-benefit-item {
  gap: var(--spacing-md);
  color: var(--color-primary);
  display: flex;
  align-items: center;
}
 
.form-input {
  color: var(--color-on-surface);
  width: 100%;
  border: 1px solid var(--color-border);
  padding: var(--spacing-md);
  background: var(--color-surface);
  transition: border-color 0.2s ease;
  font-family: var(--font-family-body);
  border-radius: var(--border-radius-control);
}
 

 
.process-item:hover .process-icon-box {
  transform: translateY(-10px);
}
 
.customized-solutions-feature-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-level-3);
  border-color: var(--color-primary);
}
 
.customized-solutions-feature-icon  svg {
  width: 40px;
  height: 40px;
}
 
.timeline-track-wrapper::-webkit-scrollbar {
  display: none;
}
 
.timeline-track::before {
  top: 15px;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  z-index: 1;
  position: absolute;
  background: color-mix(in srgb, var(--color-on-primary) 30%, transparent);
}
 
.customized-solutions-form-group  label {
  display: block;
  font-weight: var(--font-weight-medium);
  margin-bottom: var(--spacing-xs);
}
 
.form-input:focus {
  outline: none;
  border-color: var(--color-primary);
}
 
.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: Roboto Condensed;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
 
.Headings {
  font-size: 2em;
  font-family: Roboto;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
 
@media(max-width: 991px) {
  .thq-grid-4 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .navigation-desktop-links {
    gap: var(--spacing-lg);
  }
  .footer-grid {
    gap: var(--spacing-2xl);
    grid-template-rows: auto;
    grid-template-columns: repeat(2, 1fr);
  }
  .hero-bento-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .process-steps {
    gap: var(--spacing-3xl);
    flex-direction: column;
  }
  .step-number-line {
    top: 60px;
    left: 30px;
    width: 2px;
    height: var(--spacing-3xl);
  }
  .cta-card {
    flex-direction: column;
  }
  .cta-img-element {
    height: 300px;
    clip-path: none;
  }
  .home-features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .pricing-bento {
    grid-template-columns: repeat(2, 1fr);
  }
  .bento-hero {
    grid-row: span 1;
  }
  .showcase-section {
    flex-direction: column;
  }
  .contact-hero-content-wrapper {
    text-align: center;
    flex-direction: column;
  }
  .showcase-visual-col {
    height: 400px;
  }
  .hero-text-col {
    order: 1;
  }
  .hero-info-col {
    order: 2;
    width: 100%;
    max-width: 500px;
  }
  .contact-features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .process-stepper {
    gap: var(--spacing-xl);
    flex-direction: column;
  }
  .contact-cta-card {
    text-align: center;
    flex-direction: column;
  }
  .contact-hero-cta-group {
    justify-content: center;
  }
  .hero-custom-layout {
    flex-direction: column;
  }
  .hero-custom-content {
    flex: 1;
    padding: var(--spacing-4xl) var(--spacing-xl);
    text-align: center;
    align-items: center;
  }
  .hero-custom-diagonal-graphic {
    display: none;
  }
  .process-grid {
    flex-wrap: wrap;
  }
  .process-item {
    flex: 0 0 calc(50% - var(--spacing-xl));
  }
  .features-layout {
    grid-template-columns: repeat(2, 1fr);
  }
  .cta-split {
    flex-direction: column;
  }
  .cta-split-column {
    padding: var(--spacing-4xl) var(--spacing-xl);
  }
}
 
@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-container {
    padding: var(--spacing-sm) var(--spacing-lg);
  }
  .navigation-desktop-links {
    display: none;
  }
  .navigation-mobile-toggle {
    display: flex;
  }
  .navigation-cta {
    display: none;
  }
  .footer-root {
    padding-top: var(--spacing-3xl);
  }
  .footer-grid {
    gap: var(--spacing-xl);
  }
  .footer-bottom-content {
    text-align: center;
    flex-direction: column;
  }
  .features-grid {
    grid-template-columns: 1fr;
  }
  .hero-stats-grid {
    gap: var(--spacing-lg);
    grid-template-columns: 1fr;
  }
  .process-steps-wrapper {
    gap: var(--spacing-3xl);
    flex-direction: column;
  }
  .process-step-connector {
    display: none;
  }
  .contact-hero-section {
    padding: var(--spacing-2xl) 0;
  }
  .contact-features-grid {
    grid-template-columns: 1fr;
  }
  .contact-hero-cta-group {
    flex-direction: column;
  }
  .contact-cta-actions {
    width: 100%;
    flex-direction: column;
  }
  .contact-cta-actions  .btn {
    width: 100%;
  }
  .hero-custom-actions {
    width: 100%;
    flex-direction: column;
  }
  .hero-custom-actions  .btn {
    width: 100%;
  }
  .features-layout {
    grid-template-columns: 1fr;
  }
  .timeline-track {
    min-width: 1000px;
  }
}
 
@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;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .footer-brand {
    grid-column: span 1;
  }
  .footer-newsletter {
    padding: var(--spacing-lg);
    grid-column: span 1;
  }
  .hero-content-container {
    padding-top: var(--spacing-4xl);
  }
  .hero-bento-grid {
    grid-template-columns: 1fr;
  }
  .cta-content {
    padding: var(--spacing-2xl);
  }
  .cta-actions {
    width: 100%;
  }
  .cta-actions  .btn {
    width: 100%;
  }
  .hero-cta-group  .btn {
    width: 100%;
  }
  .hero-actions {
    flex-direction: column;
  }
  .home-features-grid {
    grid-template-columns: 1fr;
  }
  .pricing-bento {
    grid-template-columns: 1fr;
  }
  .bento-hero {
    grid-column: span 1;
  }
  .bento-personal {
    grid-column: span 1;
  }
  .bento-custom {
    grid-column: span 1;
  }
  .bento-info {
    grid-column: span 1;
  }
  .hero-info-card {
    padding: var(--spacing-lg);
  }
  .hero-info-item {
    text-align: center;
    flex-direction: column;
  }
  .contact-step-number {
    margin: 0 auto;
  }
  .contact-step-content {
    text-align: center;
  }
  .process-item {
    flex: 0 0 100%;
  }
}
