:root {
  --bg: #f7fafc;
  --ink: #11283a;
  --max: 1180px;
  --line: #d8e5ee;
  --brand: #1f7bb7;
  --muted: #657b8d;
  --shadow: 0 18px 50px rgba(17,40,58,.08);
  --brand-2: #0f5f90;
  --brand-3: #0b3d5d;
  --surface: #fff;
  --dl-layout-size-large: 144px;
  --dl-layout-size-small: 48px;
  --dl-layout-space-unit: 16px;
  --dl-layout-size-medium: 96px;
  --dl-layout-size-xlarge: 192px;
  --dl-layout-size-xsmall: 16px;
  --dl-color-theme-accent1: #FFFFFF;
  --dl-color-theme-accent2: #F5D1B0;
  --dl-layout-radius-round: 50%;
  --dl-layout-size-xxlarge: 288px;
  --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;
  --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 {
  color: var(--muted);
  width: 100%;
  margin: 0;
  display: block;
  padding: 0px 0px 0px 1.5rem;
  padding-left: 18px;
  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);
}
 
.container {
  width: min(var(--max),calc(100% - 40px));
  margin: auto;
}
 
.topbar {
  gap: 20px;
  display: flex;
  min-height: 78px;
  align-items: center;
  justify-content: space-between;
}
 
.brand-wrap {
  gap: 14px;
  display: flex;
  align-items: center;
}
 
.brand-text {
  display: flex;
  line-height: 1.1;
  flex-direction: column;
}
 
.hero {
  overflow: hidden;
  position: relative;
  background: radial-gradient(circle at 85% 12%,rgba(67,167,201,.18),transparent 18%),linear-gradient(135deg,#fcfeff 0%,#eef7fb 58%,#f8fbfd 100%);
}
 
.hero-inner {
  gap: 52px;
  display: grid;
  padding: 90px 0;
  align-items: center;
  grid-template-columns: 1.05fr .95fr;
}
 
.hero-card {
  overflow: hidden;
  position: relative;
  background: #dbeaf2;
  box-shadow: var(--shadow);
  min-height: 400px;
  border-radius: 28px;
}
 
.eyebrow {
  color: var(--brand);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}
 
.lead {
  color: #4e6679;
  margin: 0;
  font-size: 20px;
}
 
.hero-actions {
  gap: 12px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 28px;
}
 
.hero-glass {
  left: 22px;
  color: #fff;
  right: 22px;
  bottom: 22px;
  padding: 18px;
  position: absolute;
  background: rgba(3,26,40,.5);
  border-radius: 16px;
  backdrop-filter: blur(8px);
}
 
.btn {
  border: 1px solid transparent;
  display: inline-flex;
  padding: 13px 20px;
  transition: .2s;
  align-items: center;
  font-weight: 800;
  border-radius: 12px;
  justify-content: center;
}
 

 

 
.mast {
  border: 1px solid var(--line);
  padding: 34px;
  background: #fff;
  box-shadow: var(--shadow);
  border-radius: 26px;
}
 
.badge {
  color: var(--brand-2);
  border: 1px solid #bfdde9;
  padding: 8px 12px;
  font-size: 12px;
  background: #eff8fc;
  font-weight: 900;
  white-space: nowrap;
  border-radius: 999px;
}
 
.case {
  border: 1px solid var(--line);
  overflow: hidden;
  background: #fff;
  box-shadow: var(--shadow);
  border-radius: 28px;
}
 
.compare {
  gap: 1px;
  display: grid;
  background: var(--line);
  grid-template-columns: 1fr 1fr;
}
 
.case-foot {
  gap: 20px;
  display: grid;
  padding: 22px 30px 28px;
  grid-template-columns: 1.15fr .85fr;
}
 
.workflow {
  color: #4b6173;
  font-size: 14px;
}
 
.band {
  background: #fff;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
 
.grid-2 {
  gap: 22px;
  display: grid;
  grid-template-columns: repeat(2,1fr);
}
 
.card {
  border: 1px solid var(--line);
  padding: 28px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(17,40,58,.04);
  border-radius: 22px;
}
 
.tag {
  color: var(--brand);
  display: inline-block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}
 
.footer-row {
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
 
.section-head {
  max-width: 800px;
  margin-bottom: 36px;
}
 
.grid-3 {
  gap: 22px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
}
 
.grid-4 {
  gap: 18px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
 
.project-card {
  border: 1px solid var(--line);
  padding: 28px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(17,40,58,.04);
  border-radius: 22px;
}
 
.stats {
  gap: 1px;
  display: grid;
  overflow: hidden;
  background: var(--line);
  border-radius: 24px;
  grid-template-columns: repeat(4,1fr);
}
 
.stat {
  padding: 28px 18px;
  background: #fff;
  text-align: center;
}
 
.split {
  gap: 50px;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
}
 
.visual {
  border: 1px solid var(--line);
  overflow: hidden;
  background: #fff;
  box-shadow: var(--shadow);
  border-radius: 24px;
}
 
.checklist {
  gap: 10px 24px;
  display: grid;
  margin-top: 22px;
  grid-template-columns: 1fr 1fr;
}
 
.check {
  gap: 10px;
  color: #40596d;
  display: flex;
}
 
.cta {
  gap: 36px;
  color: #fff;
  display: grid;
  padding: 48px;
  background: linear-gradient(135deg,#0b3651,#0f709d);
  align-items: center;
  border-radius: 30px;
  grid-template-columns: 1.2fr .8fr;
}
 
.case-grid {
  gap: 20px;
  display: grid;
}
 
.case-head {
  gap: 18px;
  display: grid;
  padding: 28px 30px 14px;
  grid-template-columns: 1fr auto;
}
 
.jump-grid {
  gap: 16px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
}
 
.jump {
  border: 1px solid var(--line);
  display: block;
  padding: 18px;
  background: #fff;
  border-radius: 18px;
}
 
.experience-map {
  border: 1px solid var(--line);
  overflow: hidden;
  background: #fff;
  box-shadow: var(--shadow);
  border-radius: 26px;
}
 
.experience-copy {
  border: 1px solid var(--line);
  padding: 34px;
  overflow: hidden;
  background: #fff;
  box-shadow: var(--shadow);
  border-radius: 26px;
}
 
.client-grid {
  gap: 18px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
 
.client-card {
  border: 1px solid var(--line);
  display: flex;
  padding: 24px;
  position: relative;
  background: #fff;
  min-height: 160px;
  align-items: center;
  border-radius: 22px;
  justify-content: center;
}
 
.client-name {
  left: 12px;
  color: var(--muted);
  right: 12px;
  bottom: 10px;
  position: absolute;
  font-size: 12px;
  text-align: center;
  font-weight: 700;
}
 
.client-note {
  color: var(--muted);
  border: 1px solid var(--line);
  padding: 18px 20px;
  font-size: 14px;
  background: #f8fbfd;
  margin-top: 22px;
  border-radius: 16px;
}
 
.brand-wrap  img {
  width: auto;
  height: 46px;
}
 
.brand-text  strong {
  font-size: 16px;
}
 
.brand-text  span {
  color: var(--muted);
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
 
.btn.primary {
  color: #fff;
  background: var(--brand);
}
 
.btn.ghost {
  color: var(--brand-2);
  background: #fff;
  border-color: #bfd8e7;
}
 
.hero-card  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
 
.hero-glass  strong {
  display: block;
  font-size: 21px;
}
 
.hero-glass  span {
  color: #d7eef7;
  font-size: 14px;
}
 
.section-head  p {
  color: var(--muted);
  margin: 0;
  font-size: 18px;
}
 
.card  h3 {
  margin: 10px 0;
  font-size: 23px;
}
 
.card  p {
  color: var(--muted);
  margin: 0;
}
 
.project-card  h3 {
  margin: 10px 0;
  font-size: 23px;
}
 
.project-card  p {
  color: var(--muted);
  margin: 0;
}
 
.stat  strong {
  color: var(--brand-2);
  display: block;
  font-size: 30px;
}
 
.stat  span {
  color: var(--muted);
  font-size: 13px;
}
 
.check:before {
  color: var(--brand);
  content: "✓";
  font-weight: 900;
}
 
.list  li {
  margin: 10px 0;
}
 
.cta  p {
  color: #d8edf6;
  margin: 0;
  font-size: 18px;
}
 
.cta  .info {
  border-left: 1px solid rgba(255,255,255,.2);
  padding-left: 26px;
}
 
.case-head  h3 {
  margin: 8px 0;
  font-size: 28px;
}
 
.case-head  p {
  color: var(--muted);
  margin: 0;
}
 
.compare  figure {
  margin: 0;
  background: #fff;
}
 
.compare  img {
  width: 100%;
  background: #e8eff4;
  object-fit: cover;
  aspect-ratio: 16/9;
}
 
.compare  figcaption {
  color: #446074;
  padding: 12px 16px;
  font-size: 13px;
  font-weight: 800;
}
 
.case-foot  p {
  color: var(--muted);
  margin: 0;
}
 
.workflow  strong {
  color: var(--ink);
}
 
.jump  b {
  color: var(--brand-2);
  display: block;
}
 
.jump  span {
  color: var(--muted);
  font-size: 14px;
}
 
.experience-copy  p {
  color: var(--muted);
  margin: 0 0 18px;
  font-size: 18px;
}
 
.client-card  img {
  width: auto;
  height: auto;
  max-width: 85%;
  max-height: 72px;
  object-fit: contain;
}
 

 

 
.Content {
  font-size: 16px;
  font-family: Inter;
  font-weight: 400;
  line-height: 1.15;
  text-transform: none;
  text-decoration: none;
}
 
@media(max-width: 991px) {
  .thq-grid-4 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
 
@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%;
  }
}
 
@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;
  }
}


/* Repaired SeisEdge navigation */
.se-fixed-nav {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-left: auto;
}
.se-fixed-nav a {
  color: inherit;
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
  padding: 8px 0;
  border-bottom: 2px solid transparent;
}
.se-fixed-nav a:hover,
.se-fixed-nav a.se-nav-active {
  color: #0f5f90;
  border-bottom-color: #1f7bb7;
}
@media (max-width: 850px) {
  .se-fixed-nav {
    gap: 12px;
  }
  .se-fixed-nav a {
    font-size: 14px;
  }
}

/* =========================================================
   SeisEdge global section spacing + consistent splitters
   ========================================================= */

/* More breathing room between the main content blocks on every page */
.hero + section,
.home-container10 > section:not(.hero),
.services-container10 > section:not(.hero),
.examples-container10 > section:not(.hero),
.experience-container10 > section:not(.hero),
.technology-container10 > section:not(.hero),
.clients-container10 > section:not(.hero),
.about-container10 > section:not(.hero),
.contact-container10 > section:not(.hero),
.not-found-container10 > section:not(.hero) {
  padding-top: 104px;
  padding-bottom: 104px;
}

/* One identical divider between every main page block */
.home-container10 > section:not(.hero),
.services-container10 > section:not(.hero),
.examples-container10 > section:not(.hero),
.experience-container10 > section:not(.hero),
.technology-container10 > section:not(.hero),
.clients-container10 > section:not(.hero),
.about-container10 > section:not(.hero),
.contact-container10 > section:not(.hero),
.not-found-container10 > section:not(.hero) {
  border-top: 1px solid var(--line);
  border-bottom: 0;
}

/* Band sections keep their white background but use the same single divider */
.band {
  border-top: 1px solid var(--line) !important;
  border-bottom: 0 !important;
}

/* Slightly more space inside repeated content groups */
.section-head {
  margin-bottom: 38px;
}
.grid-2,
.grid-3,
.grid-4 {
  gap: 30px;
}
.case-grid {
  gap: 42px;
}
.jump-grid {
  gap: 20px;
}
.split {
  gap: 64px;
}

/* Keep mobile pages spacious without becoming excessively tall */
@media (max-width: 950px) {
  .hero + section,
  .home-container10 > section:not(.hero),
  .services-container10 > section:not(.hero),
  .examples-container10 > section:not(.hero),
  .experience-container10 > section:not(.hero),
  .technology-container10 > section:not(.hero),
  .clients-container10 > section:not(.hero),
  .about-container10 > section:not(.hero),
  .contact-container10 > section:not(.hero),
  .not-found-container10 > section:not(.hero) {
    padding-top: 82px;
    padding-bottom: 82px;
  }
  .split {
    gap: 42px;
  }
}

@media (max-width: 680px) {
  .hero + section,
  .home-container10 > section:not(.hero),
  .services-container10 > section:not(.hero),
  .examples-container10 > section:not(.hero),
  .experience-container10 > section:not(.hero),
  .technology-container10 > section:not(.hero),
  .clients-container10 > section:not(.hero),
  .about-container10 > section:not(.hero),
  .contact-container10 > section:not(.hero),
  .not-found-container10 > section:not(.hero) {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .section-head {
    margin-bottom: 34px;
  }
  .grid-2,
  .grid-3,
  .grid-4,
  .case-grid,
  .jump-grid {
    gap: 22px;
  }
}


/* =========================================================
   SeisEdge responsive desktop / tablet / mobile system
   ========================================================= */

html, body {
  max-width: 100%;
  overflow-x: hidden;
}

img, svg, video {
  max-width: 100%;
  height: auto;
}

.se-mobile-menu {
  display: none;
  width: 44px;
  height: 44px;
  padding: 9px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  box-shadow: 0 6px 18px rgba(17,40,58,.06);
}

.se-mobile-menu span {
  display: block;
  width: 21px;
  height: 2px;
  border-radius: 2px;
  background: var(--ink);
  transition: transform .2s ease, opacity .2s ease;
}

.se-mobile-menu.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.se-mobile-menu.is-open span:nth-child(2) {
  opacity: 0;
}
.se-mobile-menu.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

@media (max-width: 1024px) {
  .container {
    width: min(var(--max), calc(100% - 48px));
  }

  .hero-inner {
    gap: 38px;
    padding: 62px 0;
    grid-template-columns: 1fr 1fr;
  }

  .grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cta {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .topbar {
    min-height: 70px;
    position: relative;
    gap: 14px;
  }

  .brand-wrap {
    gap: 10px;
    min-width: 0;
  }

  .brand-wrap img {
    width: auto;
    max-width: 54px;
    max-height: 46px;
    object-fit: contain;
  }

  .brand-text {
    min-width: 0;
  }

  .brand-text > span:first-child {
    font-size: 17px;
  }

  .brand-text > span:last-child {
    font-size: 11px;
    line-height: 1.25;
  }

  .se-mobile-menu {
    display: inline-flex;
    margin-left: auto;
  }

  .se-fixed-nav {
    display: none;
    position: absolute;
    z-index: 1000;
    top: calc(100% - 2px);
    left: 0;
    right: 0;
    width: 100%;
    margin: 0;
    padding: 12px;
    gap: 2px;
    flex-direction: column;
    align-items: stretch;
    background: rgba(255,255,255,.98);
    border: 1px solid var(--line);
    border-radius: 0 0 18px 18px;
    box-shadow: 0 16px 40px rgba(17,40,58,.14);
    backdrop-filter: blur(12px);
  }

  .se-fixed-nav.se-nav-open {
    display: flex;
  }

  .se-fixed-nav a {
    width: 100%;
    padding: 12px 14px;
    font-size: 15px;
    border-bottom: 0;
    border-radius: 10px;
  }

  .se-fixed-nav a:hover,
  .se-fixed-nav a.se-nav-active {
    color: var(--brand-2);
    background: #eef7fb;
    border-bottom-color: transparent;
  }

  .hero-inner,
  .split,
  .case-foot,
  .cta {
    grid-template-columns: 1fr;
  }

  .hero-inner {
    gap: 30px;
    padding: 58px 0;
  }

  .hero-card {
    min-height: 310px;
  }

  .grid-3,
  .jump-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .checklist {
    grid-template-columns: 1fr;
  }

  .case-head {
    grid-template-columns: 1fr;
  }

  .mast,
  .card,
  .project-card,
  .experience-copy {
    padding: 24px;
  }

  .compare {
    grid-template-columns: 1fr;
  }

  .visual img,
  .experience-map img,
  .hero-card img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 600px) {
  .container {
    width: calc(100% - 32px);
  }

  .topbar {
    min-height: 64px;
  }

  .brand-wrap img {
    max-width: 46px;
    max-height: 40px;
  }

  .brand-text > span:first-child {
    font-size: 16px;
  }

  .brand-text > span:last-child {
    font-size: 10px;
  }

  .hero-inner {
    padding: 42px 0 48px;
    gap: 20px;
  }

  .hero h1,
  h1 {
    font-size: clamp(34px, 10vw, 46px) !important;
    line-height: 1.08 !important;
    overflow-wrap: anywhere;
  }

  h2 {
    font-size: clamp(27px, 8vw, 34px) !important;
    line-height: 1.15 !important;
  }

  h3 {
    line-height: 1.25;
  }

  p,
  .lead {
    font-size: 16px;
    line-height: 1.6;
  }

  .hero-card {
    min-height: 245px;
    border-radius: 20px;
  }

  .hero-glass {
    left: 14px;
    right: 14px;
    bottom: 14px;
    padding: 14px;
    border-radius: 13px;
  }

  .hero-actions,
  .hero-actions > a {
    width: 100%;
  }

  .btn {
    width: 100%;
    min-height: 48px;
  }

  .grid-2,
  .grid-3,
  .grid-4,
  .jump-grid,
  .stats {
    grid-template-columns: 1fr;
  }

  .card,
  .project-card,
  .mast,
  .experience-copy {
    padding: 20px;
    border-radius: 18px;
  }

  .cta {
    gap: 20px;
    padding: 28px 22px;
    border-radius: 22px;
  }

  .section-head {
    margin-bottom: 28px;
  }

  .footer-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .case-head {
    padding: 22px 20px 12px;
  }

  .case-foot {
    padding: 18px 20px 22px;
  }

  .technology-logo-row {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px;
  }

  .technology-logo-tile {
    min-height: 66px !important;
    padding: 10px !important;
  }

  .technology-logo-tile img {
    max-width: 130px !important;
    height: 42px !important;
    object-fit: contain;
  }

  /* Make wide embedded content scroll safely instead of breaking the page. */
  table, pre {
    max-width: 100%;
    overflow-x: auto;
  }
}

@media (max-width: 380px) {
  .container {
    width: calc(100% - 24px);
  }

  .brand-text > span:last-child {
    display: none;
  }

  .technology-logo-row {
    grid-template-columns: 1fr !important;
  }
}


/* Home hero headline: exactly one statement per line */
.home-hero-title span {
  display: block;
  white-space: nowrap;
}

@media (max-width: 600px) {
  .hero .home-hero-title {
    font-size: clamp(25px, 7.2vw, 34px) !important;
    line-height: 1.16 !important;
    letter-spacing: -0.02em;
  }
}

@media (max-width: 380px) {
  .hero .home-hero-title {
    font-size: clamp(23px, 6.8vw, 29px) !important;
  }
}


/* Slightly tighter vertical rhythm across all pages */
.section,
section.section {
  padding-top: 64px;
  padding-bottom: 64px;
}

.section-head {
  margin-bottom: 26px;
}

.grid-2,
.grid-3,
.grid-4,
.jump-grid,
.stats,
.split,
.case-foot,
.cta {
  gap: 20px;
}

.card,
.project-card,
.mast,
.experience-copy {
  padding-top: 22px;
  padding-bottom: 22px;
}

@media (max-width: 820px) {
  .section,
  section.section {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .section-head {
    margin-bottom: 22px;
  }
}

@media (max-width: 600px) {
  .section,
  section.section {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .section-head {
    margin-bottom: 20px;
  }

  .card,
  .project-card,
  .mast,
  .experience-copy {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}


/* Mobile image scaling: keep all images inside the viewport */
@media (max-width: 600px) {
  img,
  picture,
  svg,
  video,
  canvas {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
  }

  .hero-card,
  .visual,
  .experience-map,
  .card,
  .project-card,
  .case-card,
  .technology-logo-tile {
    overflow: hidden;
  }

  .hero-card img,
  .visual img,
  .experience-map img,
  .case-card img,
  .project-card img,
  .card img {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
  }

  figure,
  .image-wrap,
  .image-container,
  .media-wrap {
    max-width: 100% !important;
    width: 100% !important;
    overflow: hidden;
  }

  .technology-logo-tile img {
    width: auto !important;
    max-width: 100% !important;
    height: 42px !important;
    object-fit: contain !important;
    margin: 0 auto;
  }
}


/* Example 3 mobile fit fix */
@media (max-width: 600px) {
  .example-3-mobile-fix,
  .example-3-mobile-fix * {
    max-width: 100%;
    box-sizing: border-box;
  }

  .example-3-mobile-fix {
    width: 100%;
    overflow: hidden;
  }

  .example-3-mobile-fix img,
  .example-3-mobile-fix picture,
  .example-3-mobile-fix svg,
  .example-3-mobile-fix canvas {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    margin-left: auto;
    margin-right: auto;
  }

  .example-3-mobile-fix .case-head,
  .example-3-mobile-fix .case-foot,
  .example-3-mobile-fix .visual,
  .example-3-mobile-fix .compare,
  .example-3-mobile-fix .grid-2,
  .example-3-mobile-fix .grid-3 {
    width: 100%;
    min-width: 0;
    grid-template-columns: 1fr !important;
  }

  .example-3-mobile-fix pre,
  .example-3-mobile-fix table {
    max-width: 100%;
    overflow-x: auto;
    display: block;
  }
}

.clients-intro-actions { margin-top: 24px; }


/* Dedicated example-page links */
.jump-link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.jump-link .jump {
  height: 100%;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.jump-link:hover .jump {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(17,40,58,.10);
}
.example-open-link {
  display: inline-block;
  color: var(--brand-2);
  font-weight: 700;
  text-decoration: none;
}
.example-open-link:hover {
  text-decoration: underline;
}


.example-source {
  margin-top: 10px;
  font-size: 10px;
  line-height: 1.35;
  color: #6d7b86;
}
.example-source a {
  color: inherit;
  text-decoration: underline;
}
