/* Ana sayfa, alt ürün sayfalarının mevcut stilini etkilememek için ayrı tutulur. */
.home-page {
  --home-navy-950: #041426;
  --home-navy-900: #071f3e;
  --home-navy-800: #0b315f;
  --home-navy-700: #10517f;
  --home-cyan-500: #12afc2;
  --home-cyan-400: #32c5d2;
  --home-cyan-100: #dff7f8;
  --home-ink: #10233b;
  --home-muted: #60738a;
  --home-line: #d8e5eb;
  --home-surface: #f5fafb;
  --home-white: #ffffff;
  --home-radius-lg: 30px;
  --home-radius-md: 20px;
  --home-shadow: 0 28px 70px rgba(5, 34, 64, .12);
  color: var(--home-ink);
  background: var(--home-surface);
  font-family: "Segoe UI Variable", "Segoe UI", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

.home-page .container {
  width: min(var(--site-content-max), calc(100% - (var(--site-gutter) * 2)));
  margin-right: auto;
  margin-left: auto;
}

.home-page main {
  overflow: hidden;
}

.home-page section[id] {
  scroll-margin-top: 86px;
}

.home-page h1,
.home-page h2,
.home-page h3 {
  text-wrap: balance;
}

.home-page p {
  text-wrap: pretty;
}

.home-page a,
.home-page button,
.home-page summary {
  -webkit-tap-highlight-color: transparent;
}

.home-page :focus-visible {
  outline: 3px solid rgba(18, 175, 194, .58);
  outline-offset: 4px;
}

.home-page .site-header {
  min-height: 78px;
  border-bottom: 1px solid rgba(183, 208, 219, .68);
  background: rgba(250, 253, 254, .9);
  box-shadow: 0 1px 0 rgba(255, 255, 255, .7);
  transition: background .25s ease, box-shadow .25s ease;
}

/* Üst bar diğer sayfalarla aynı dengeli içerik alanını kullanmalıdır. */
.home-page .site-header .container {
  width: min(var(--site-content-max), calc(100% - (var(--site-gutter) * 2)));
}

.home-page .site-header.is-scrolled {
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 12px 34px rgba(5, 35, 67, .08);
}

.home-page .nav-wrap {
  min-height: 78px;
}

.home-page .brand {
  width: 158px;
}

.home-page .site-nav {
  gap: 24px;
  color: #334b65;
  font-size: .9rem;
  font-weight: 700;
}

.home-page .site-nav > a,
.home-page .products-nav-menu > summary {
  position: relative;
  padding: 27px 0 25px;
}

.home-page .site-nav > a:not(.nav-contact)::after,
.home-page .products-nav-menu > summary::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 19px;
  left: 0;
  height: 2px;
  border-radius: 2px;
  background: var(--home-cyan-500);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .22s ease;
}

.home-page .site-nav > a:not(.nav-contact):hover::after,
.home-page .products-nav-menu > summary:hover::before,
.home-page .products-nav-menu[open] > summary::before {
  transform: scaleX(1);
  transform-origin: left;
}

.home-page .site-nav .nav-contact {
  min-height: 44px;
  padding: 11px 18px;
  border: 1px solid var(--home-navy-800);
  border-radius: 12px;
  background: var(--home-navy-800);
  box-shadow: 0 10px 24px rgba(11, 49, 95, .16);
}

.home-page .site-nav .nav-contact:hover {
  border-color: #0d93a4;
  background: #0d93a4;
}

.home-page .products-nav-menu__panel {
  top: calc(100% + 2px);
  left: -22px;
  min-width: 300px;
  padding: 12px;
  border-color: #d5e5eb;
  border-radius: 16px;
  box-shadow: 0 24px 60px rgba(5, 34, 64, .16);
}

.home-page .products-nav-menu__panel > a,
.home-page .products-nav-menu__panel .products-nav-menu__sector,
.home-page .products-nav-menu__panel .products-nav-menu__product {
  min-height: 42px;
  padding: 10px 12px;
  border-radius: 9px;
}

.home-page .products-nav-menu__group {
  padding-bottom: 5px;
  border-bottom: 1px solid #edf3f5;
  margin-bottom: 5px;
}

.home-page .products-nav-menu__panel .products-nav-menu__sector {
  min-width: 0;
  padding-bottom: 4px;
  color: var(--home-navy-800);
}

.home-page .products-nav-menu__panel .products-nav-menu__sector::after {
  display: none;
}

.home-page .products-nav-menu__panel .products-nav-menu__product {
  position: static;
  display: block;
  min-width: 0;
  min-height: auto;
  padding-top: 3px;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: #668097;
  font-size: .8rem;
}

.home-page .products-nav-menu__group:hover .products-nav-menu__sector,
.home-page .products-nav-menu__group:focus-within .products-nav-menu__sector {
  background: transparent;
  color: var(--home-cyan-500);
}

.home-page .products-nav-menu__panel a:hover {
  background: #edf9fa;
}

.home-hero {
  position: relative;
  isolation: isolate;
  padding: clamp(94px, 9vw, 138px) 0 clamp(100px, 10vw, 150px);
  overflow: hidden;
  background:
    radial-gradient(circle at 79% 18%, rgba(33, 197, 211, .2), transparent 25%),
    radial-gradient(circle at 12% 86%, rgba(24, 105, 157, .26), transparent 30%),
    linear-gradient(132deg, #041426 0%, #071f3e 52%, #0a3454 100%);
}

/* Hero, diğer bölümlerle aynı sağ-sol boşluğu kullanmalıdır. */
.home-hero .container {
  width: min(var(--site-content-max), calc(100% - (var(--site-gutter) * 2)));
}

.home-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .22;
  background-image:
    linear-gradient(rgba(255, 255, 255, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .08) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, .8), transparent 92%);
}

.home-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -310px;
  right: -220px;
  width: 760px;
  height: 760px;
  border: 1px solid rgba(88, 216, 226, .17);
  border-radius: 50%;
  box-shadow:
    0 0 0 100px rgba(75, 202, 215, .035),
    0 0 0 200px rgba(75, 202, 215, .025);
}

.home-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: clamp(44px, 6vw, 82px);
}

.home-kicker,
.home-eyebrow {
  margin: 0 0 18px;
  color: #477087;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .13em;
  line-height: 1.3;
  text-transform: uppercase;
}

.home-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #9ed8df;
}

.home-kicker span {
  width: 26px;
  height: 2px;
  border-radius: 2px;
  background: var(--home-cyan-400);
  box-shadow: 10px 0 0 rgba(50, 197, 210, .32);
}

.home-hero h1 {
  max-width: 820px;
  margin: 0 0 26px;
  color: #fff;
  font-size: clamp(3.2rem, 5.2vw, 5.25rem);
  font-weight: 760;
  letter-spacing: -.062em;
  line-height: .99;
  text-wrap: balance;
}

.home-hero h1 span {
  color: var(--home-cyan-400);
}

.home-hero__text {
  max-width: 660px;
  margin: 0 0 34px;
  color: rgba(226, 240, 246, .72);
  font-size: clamp(1rem, 1.35vw, 1.12rem);
  line-height: 1.75;
}

.home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.home-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 13px 21px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: .91rem;
  font-weight: 800;
  line-height: 1;
  transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease;
}

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

.home-button--primary {
  border-color: var(--home-cyan-500);
  background: var(--home-cyan-500);
  box-shadow: 0 16px 34px rgba(18, 175, 194, .22);
  color: #031d2d;
}

.home-button--primary:hover {
  border-color: #38cad6;
  background: #38cad6;
}

.home-button--ghost {
  border-color: rgba(255, 255, 255, .22);
  background: rgba(255, 255, 255, .06);
  color: #fff;
}

.home-button--ghost:hover {
  border-color: rgba(255, 255, 255, .42);
  background: rgba(255, 255, 255, .11);
}

.home-button--light {
  border-color: #fff;
  background: #fff;
  color: var(--home-navy-900);
}

.home-button--light:hover {
  border-color: var(--home-cyan-400);
  background: var(--home-cyan-400);
}

.home-hero__principles {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  margin: 32px 0 0;
  padding: 0;
  color: rgba(225, 239, 244, .68);
  font-size: .78rem;
  font-weight: 650;
  list-style: none;
}

.home-hero__principles li {
  display: flex;
  align-items: center;
  gap: 7px;
}

.home-hero__principles span {
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border: 1px solid rgba(50, 197, 210, .44);
  border-radius: 50%;
  color: var(--home-cyan-400);
  font-size: .65rem;
}

.home-hero__visual {
  position: relative;
  padding: 28px 4px 38px 30px;
}

.home-hero__visual::before {
  content: "";
  position: absolute;
  top: 4%;
  right: -4%;
  bottom: 3%;
  left: 7%;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 34px;
  transform: rotate(3deg);
}

.home-product-window {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .52);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 34px 80px rgba(0, 8, 22, .42);
  transform: rotate(-1deg);
}

.home-product-window__bar {
  display: flex;
  height: 42px;
  align-items: center;
  gap: 6px;
  padding: 0 14px;
  border-bottom: 1px solid #e6eef2;
  background: #f8fbfc;
}

.home-product-window__bar > span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d2dee4;
}

.home-product-window__bar > span:first-child {
  background: var(--home-cyan-500);
}

.home-product-window__bar small {
  margin-left: auto;
  color: #72889a;
  font-size: .62rem;
  font-weight: 750;
  letter-spacing: .03em;
}

.home-product-window__screen {
  position: relative;
  height: clamp(235px, 25vw, 330px);
  margin: 0;
  overflow: hidden;
  background: #eaf2f6;
}

.home-product-window__screen::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 35%;
  background: linear-gradient(to bottom, transparent, rgba(4, 20, 38, .13));
  pointer-events: none;
}

.home-product-window__screen img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left top;
  transform: scale(1.22);
  transform-origin: left top;
}

.home-product-window__caption {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 2px 9px;
  min-height: 72px;
  padding: 13px 18px;
  color: #6c8193;
  font-size: .67rem;
  font-weight: 700;
}

.home-product-window__caption strong {
  grid-column: 2;
  color: var(--home-navy-800);
  font-size: .88rem;
}

.home-live-dot {
  grid-row: 1 / 3;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #18b586;
  box-shadow: 0 0 0 5px rgba(24, 181, 134, .13);
}

.home-float-card {
  position: absolute;
  display: flex;
  min-width: 195px;
  align-items: center;
  gap: 11px;
  padding: 13px 15px;
  border: 1px solid rgba(255, 255, 255, .46);
  border-radius: 14px;
  background: rgba(249, 253, 254, .93);
  box-shadow: 0 18px 44px rgba(1, 18, 38, .28);
  backdrop-filter: blur(10px);
}

.home-float-card > span {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 10px;
  background: var(--home-navy-800);
  color: #fff;
  font-size: .7rem;
  font-weight: 850;
}

.home-float-card strong,
.home-float-card small {
  display: block;
  line-height: 1.25;
}

.home-float-card strong {
  color: var(--home-navy-900);
  font-size: .76rem;
}

.home-float-card small {
  margin-top: 3px;
  color: #75899a;
  font-size: .62rem;
}

.home-float-card--top {
  top: -3px;
  right: -20px;
}

.home-float-card--bottom {
  bottom: 2px;
  left: -2px;
}

.home-float-card--bottom > span {
  background: var(--home-cyan-500);
  color: #042334;
}

.home-section {
  padding: clamp(88px, 9vw, 132px) 0;
}

.home-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, .65fr);
  align-items: end;
  gap: 70px;
  margin-bottom: 48px;
}

.home-section-heading h2,
.home-custom h2,
.home-process h2,
.home-about h2,
.home-contact h2 {
  max-width: 760px;
  margin: 0;
  color: var(--home-navy-900);
  font-size: clamp(2.35rem, 4vw, 4rem);
  font-weight: 730;
  letter-spacing: -.052em;
  line-height: 1.06;
}

.home-section-heading h2 span,
.home-process h2 span,
.home-about h2 span,
.home-contact h2 span {
  color: #0d95a5;
}

.home-section-heading > p {
  max-width: 470px;
  margin: 0 0 4px;
  color: var(--home-muted);
  font-size: .97rem;
  line-height: 1.75;
}

.home-solutions {
  position: relative;
  background:
    radial-gradient(circle at 92% 0%, rgba(18, 175, 194, .09), transparent 25%),
    #f7fbfc;
}

.home-solution-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 20px;
}

.home-solution-card {
  position: relative;
  display: flex;
  min-height: 330px;
  overflow: hidden;
  padding: 34px;
  flex-direction: column;
  grid-column: span 6;
  border: 1px solid var(--home-line);
  border-radius: var(--home-radius-md);
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 18px 44px rgba(7, 43, 72, .06);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.home-solution-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: var(--card-accent, var(--home-cyan-500));
}

.home-solution-card::after {
  content: "";
  position: absolute;
  top: -130px;
  right: -110px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--card-accent, var(--home-cyan-500)) 9%, transparent);
  pointer-events: none;
}

.home-solution-card:hover {
  border-color: color-mix(in srgb, var(--card-accent, var(--home-cyan-500)) 38%, var(--home-line));
  box-shadow: 0 28px 62px rgba(7, 43, 72, .11);
  transform: translateY(-5px);
}

.home-solution-card--lims {
  --card-accent: #0ea5b6;
  grid-column: span 7;
  min-height: 540px;
  padding: 0;
  background: linear-gradient(155deg, #ffffff 0%, #f0fafb 100%);
}

.home-solution-card--location {
  --card-accent: #1678a5;
  grid-column: span 5;
  min-height: 540px;
}

.home-solution-card--education,
.home-solution-card--service,
.home-solution-card--personal {
  grid-column: span 4;
}

.home-solution-card--education {
  --card-accent: #7055a6;
}

.home-solution-card--service {
  --card-accent: #c46d49;
}

.home-solution-card--personal {
  --card-accent: #1b8f72;
  background:
    linear-gradient(120deg, rgba(27, 143, 114, .06), transparent 46%),
    rgba(255, 255, 255, .94);
}

.home-solution-card__content {
  padding: 38px 38px 24px;
}

.home-solution-card__topline {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 25px;
}

.home-solution-icon {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--card-accent) 26%, transparent);
  border-radius: 13px;
  background: color-mix(in srgb, var(--card-accent) 10%, #fff);
  color: var(--card-accent);
}

.home-solution-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.home-solution-label {
  color: #536b80;
  font-size: .73rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.home-solution-card h3 {
  position: relative;
  z-index: 1;
  max-width: 540px;
  margin: 0 0 14px;
  color: var(--home-navy-900);
  font-size: clamp(1.65rem, 2.5vw, 2.35rem);
  font-weight: 720;
  letter-spacing: -.04em;
  line-height: 1.12;
}

.home-solution-card > p,
.home-solution-card__content > p {
  position: relative;
  z-index: 1;
  max-width: 580px;
  margin: 0;
  color: var(--home-muted);
  font-size: .94rem;
  line-height: 1.68;
}

.home-solution-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.home-solution-points li {
  padding: 7px 10px;
  border: 1px solid #cce9ec;
  border-radius: 999px;
  background: rgba(234, 249, 250, .8);
  color: #42687a;
  font-size: .7rem;
  font-weight: 750;
}

.home-card-result {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  padding: 18px 0;
  border-top: 1px solid #e6eef2;
  border-bottom: 1px solid #e6eef2;
  color: #466175;
  font-size: .8rem;
  font-weight: 750;
}

.home-card-result span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--card-accent);
  box-shadow: 0 0 0 5px color-mix(in srgb, var(--card-accent) 12%, transparent);
}

.home-location-preview {
  position: relative;
  height: 178px;
  margin: 25px 0 22px;
  overflow: hidden;
  border: 1px solid #d8e8ee;
  border-radius: 16px;
  background:
    radial-gradient(circle at 23% 34%, rgba(22, 120, 165, .14), transparent 19%),
    linear-gradient(145deg, #f4fafc 0%, #e9f4f7 100%);
}

.home-location-preview::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .38;
  background-image:
    linear-gradient(rgba(22, 120, 165, .09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(22, 120, 165, .09) 1px, transparent 1px);
  background-size: 24px 24px;
}

.home-location-preview > svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.home-location-preview__contour {
  fill: none;
  stroke: rgba(22, 120, 165, .16);
  stroke-width: 1.4;
}

.home-location-preview__route {
  fill: none;
  stroke: #1678a5;
  stroke-dasharray: 5 5;
  stroke-linecap: round;
  stroke-width: 2.2;
}

.home-location-pin {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 7px;
  color: #46677b;
  font-size: .61rem;
  font-weight: 800;
}

.home-location-pin i {
  position: relative;
  display: block;
  width: 12px;
  height: 12px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #1678a5;
  box-shadow: 0 0 0 4px rgba(22, 120, 165, .15);
}

.home-location-pin--one {
  bottom: 16%;
  left: 8%;
}

.home-location-pin--two {
  top: 39%;
  left: 37%;
}

.home-location-pin--three {
  top: 15%;
  right: 7%;
}

.home-card-link {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 9px;
  margin-top: 24px;
  color: var(--home-navy-800);
  font-size: .86rem;
  font-weight: 820;
}

.home-card-link span {
  transition: transform .2s ease;
}

.home-card-link:hover {
  color: var(--card-accent, var(--home-cyan-500));
}

.home-card-link:hover span {
  transform: translateX(4px);
}

.home-solution-card__shot {
  position: relative;
  min-height: 220px;
  margin: auto 0 0 38px;
  overflow: hidden;
  border: 1px solid #cfe4e8;
  border-right: 0;
  border-bottom: 0;
  border-radius: 18px 0 0;
  background: #e8f1f5;
  box-shadow: -12px -10px 34px rgba(7, 43, 72, .09);
}

.home-solution-card__shot img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left top;
}

.home-custom {
  position: relative;
  padding: 0 0 clamp(88px, 9vw, 132px);
  background: #f7fbfc;
}

.home-custom__panel {
  position: relative;
  isolation: isolate;
  display: grid;
  overflow: hidden;
  grid-template-columns: minmax(0, 1.05fr) minmax(370px, .75fr);
  gap: clamp(50px, 7vw, 96px);
  padding: clamp(48px, 6vw, 76px);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--home-radius-lg);
  background:
    radial-gradient(circle at 88% 12%, rgba(50, 197, 210, .2), transparent 29%),
    linear-gradient(132deg, #061a31 0%, #0a2d50 100%);
  box-shadow: 0 32px 70px rgba(4, 25, 48, .18);
}

.home-custom__panel::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .18;
  background-image:
    linear-gradient(rgba(255, 255, 255, .1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .1) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(90deg, transparent, #000);
}

.home-custom .home-eyebrow,
.home-about .home-eyebrow {
  color: #89d4dc;
}

.home-custom h2 {
  color: #fff;
}

.home-custom h2 span {
  color: var(--home-cyan-400);
}

.home-custom__content > p:not(.home-eyebrow) {
  max-width: 620px;
  margin: 22px 0 30px;
  color: rgba(225, 239, 245, .72);
  line-height: 1.76;
}

.home-custom__blueprint {
  position: relative;
  min-height: 310px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 24px;
  background:
    radial-gradient(circle at center, rgba(50, 197, 210, .12), transparent 36%),
    rgba(3, 21, 40, .27);
}

.home-custom__blueprint::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .18;
  background-image:
    linear-gradient(rgba(255, 255, 255, .1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .1) 1px, transparent 1px);
  background-size: 24px 24px;
}

.home-custom__blueprint > svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.home-custom__blueprint path {
  fill: none;
  stroke: rgba(50, 197, 210, .52);
  stroke-dasharray: 5 6;
  stroke-linecap: round;
  stroke-width: 1.5;
}

.home-blueprint-core {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 112px;
  aspect-ratio: 1;
  place-content: center;
  border: 1px solid rgba(50, 197, 210, .5);
  border-radius: 50%;
  background: rgba(6, 33, 58, .92);
  box-shadow:
    0 0 0 12px rgba(50, 197, 210, .06),
    0 20px 40px rgba(0, 10, 24, .3);
  text-align: center;
  transform: translate(-50%, -50%);
}

.home-blueprint-core small,
.home-blueprint-core strong {
  display: block;
}

.home-blueprint-core small {
  color: #87cbd3;
  font-size: .58rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.home-blueprint-core strong {
  margin-top: 4px;
  color: #fff;
  font-size: .85rem;
}

.home-blueprint-node {
  position: absolute;
  min-width: 82px;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, .17);
  border-radius: 9px;
  background: rgba(255, 255, 255, .07);
  color: rgba(232, 244, 247, .76);
  font-size: .65rem;
  font-weight: 750;
  text-align: center;
}

.home-blueprint-node--user {
  top: 17%;
  left: 4%;
}

.home-blueprint-node--data {
  bottom: 17%;
  left: 4%;
}

.home-blueprint-node--report {
  top: 19%;
  right: 4%;
}

.home-blueprint-node--integration {
  right: 4%;
  bottom: 18%;
}

.home-process {
  background: #fff;
}

.home-process__grid {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
  gap: clamp(65px, 9vw, 124px);
}

.home-process__intro {
  position: sticky;
  top: 118px;
  align-self: start;
}

.home-process__intro > p:last-child {
  max-width: 480px;
  margin: 24px 0 0;
  color: var(--home-muted);
  line-height: 1.75;
}

.home-process__list {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--home-line);
  list-style: none;
}

.home-process__list li {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 16px;
  padding: 28px 0;
  border-bottom: 1px solid var(--home-line);
}

.home-process__list li > span {
  padding-top: 3px;
  color: var(--home-cyan-500);
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .1em;
}

.home-process__list h3 {
  margin: 0 0 7px;
  color: var(--home-navy-800);
  font-size: 1.14rem;
  letter-spacing: -.02em;
}

.home-process__list p {
  max-width: 620px;
  margin: 0;
  color: var(--home-muted);
  font-size: .91rem;
  line-height: 1.7;
}

.home-reasons {
  background:
    radial-gradient(circle at 12% 100%, rgba(18, 175, 194, .1), transparent 30%),
    #edf6f8;
}

.home-section-heading--center {
  align-items: start;
}

.home-reason-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #cddfe5;
  border-left: 1px solid #cddfe5;
}

.home-reason-grid article {
  min-height: 290px;
  padding: 31px 27px;
  border-right: 1px solid #cddfe5;
  border-bottom: 1px solid #cddfe5;
  background: rgba(255, 255, 255, .45);
  transition: background .22s ease, transform .22s ease;
}

.home-reason-grid article:hover {
  position: relative;
  z-index: 1;
  background: #fff;
  box-shadow: 0 20px 45px rgba(8, 52, 83, .08);
  transform: translateY(-4px);
}

.home-reason-number {
  display: block;
  margin-bottom: 64px;
  color: var(--home-cyan-500);
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .1em;
}

.home-reason-grid h3 {
  margin: 0 0 12px;
  color: var(--home-navy-800);
  font-size: 1.16rem;
  letter-spacing: -.02em;
}

.home-reason-grid p {
  margin: 0;
  color: var(--home-muted);
  font-size: .88rem;
  line-height: 1.68;
}

.home-about {
  position: relative;
  isolation: isolate;
  padding: clamp(96px, 10vw, 148px) 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 48%, rgba(18, 175, 194, .15), transparent 23%),
    var(--home-navy-950);
}

.home-about::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -220px;
  bottom: -420px;
  width: 760px;
  height: 760px;
  border: 1px solid rgba(50, 197, 210, .12);
  border-radius: 50%;
  box-shadow: 0 0 0 100px rgba(50, 197, 210, .025);
}

.home-about__grid {
  display: grid;
  grid-template-columns: minmax(260px, .55fr) minmax(0, 1.45fr);
  align-items: center;
  gap: clamp(60px, 9vw, 130px);
}

.home-about__mark {
  position: relative;
  display: grid;
  width: min(100%, 300px);
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .17);
  border-radius: 50%;
  box-shadow:
    inset 0 0 0 24px rgba(255, 255, 255, .018),
    0 0 0 36px rgba(255, 255, 255, .018);
}

.home-about__mark::before,
.home-about__mark::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: var(--home-cyan-400);
}

.home-about__mark::before {
  top: 14%;
  right: 17%;
  width: 10px;
  height: 10px;
  box-shadow: 0 0 0 8px rgba(50, 197, 210, .12);
}

.home-about__mark::after {
  bottom: 19%;
  left: 12%;
  width: 6px;
  height: 6px;
  opacity: .65;
}

.home-about__mark > img {
  display: block;
  width: 62%;
  height: auto;
  filter: brightness(0) invert(1);
  opacity: .94;
}

.home-about__mark > small {
  position: absolute;
  bottom: 17%;
  color: rgba(226, 240, 245, .52);
  font-size: .62rem;
  font-style: normal;
  font-weight: 750;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.home-about h2 {
  color: #fff;
}

.home-about__content > p:not(.home-eyebrow) {
  max-width: 750px;
  margin: 24px 0 0;
  color: rgba(222, 237, 243, .68);
  line-height: 1.8;
}

.home-about__content > p:last-child {
  color: rgba(222, 237, 243, .52);
}

.home-contact {
  padding: clamp(78px, 8vw, 118px) 0;
  background: #eaf4f6;
}

.home-contact__panel {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(440px, 1.2fr);
  align-items: start;
  gap: clamp(42px, 6vw, 82px);
  padding: clamp(42px, 6vw, 72px);
  border: 1px solid #d2e4e8;
  border-radius: var(--home-radius-lg);
  background:
    radial-gradient(circle at 94% 10%, rgba(18, 175, 194, .1), transparent 27%),
    #fff;
  box-shadow: 0 24px 60px rgba(7, 43, 72, .08);
}

.home-contact h2 {
  font-size: clamp(2.25rem, 3.6vw, 3.55rem);
}

.home-contact__content > p:last-child {
  max-width: 680px;
  margin: 22px 0 0;
  color: var(--home-muted);
  line-height: 1.75;
}

.home-contact__direct {
  display: inline-flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 5px;
  margin-top: 30px;
  padding: 18px 20px;
  border: 1px solid #d5e7eb;
  border-radius: 14px;
  background: #f3fafb;
}

.home-contact__direct span {
  color: #526b7e;
  font-size: .72rem;
  font-weight: 750;
}

.home-contact__direct a {
  color: var(--home-navy-800);
  font-size: clamp(1rem, 1.6vw, 1.18rem);
  font-weight: 800;
}

.home-contact__direct a:hover {
  color: #0d95a5;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.home-contact-form {
  display: grid;
  gap: 18px;
  padding: clamp(24px, 3.2vw, 34px);
  border: 1px solid #d5e7eb;
  border-radius: 20px;
  background: #f3fafb;
}

.home-contact-form__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.home-contact-form label {
  display: grid;
  gap: 8px;
  color: var(--home-navy-800);
  font-size: .8rem;
  font-weight: 750;
}

.home-contact-form label small {
  color: #6d8494;
  font-size: .7rem;
  font-weight: 600;
}

.home-contact-form input,
.home-contact-form select,
.home-contact-form textarea {
  width: 100%;
  border: 1px solid #c8dde2;
  border-radius: 11px;
  background: #fff;
  color: var(--home-navy-900);
  font: inherit;
  font-size: .92rem;
  font-weight: 500;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.home-contact-form input,
.home-contact-form select {
  min-height: 48px;
  padding: 0 14px;
}

.home-contact-form textarea {
  min-height: 138px;
  padding: 13px 14px;
  line-height: 1.55;
  resize: vertical;
}

.home-contact-form input:focus,
.home-contact-form select:focus,
.home-contact-form textarea:focus {
  border-color: #0d95a5;
  box-shadow: 0 0 0 3px rgba(13, 149, 165, .13);
}

.home-contact-form__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.home-contact-form__footer p {
  max-width: 310px;
  margin: 0;
  color: #627a8b;
  font-size: .72rem;
  line-height: 1.55;
}

.home-contact-form__footer .home-button {
  flex: 0 0 auto;
  border: 0;
  cursor: pointer;
}

.home-contact-form__status {
  min-height: 1.35em;
  margin: -6px 0 0;
  color: #0b7788;
  font-size: .75rem;
  font-weight: 700;
}

.home-footer {
  padding: 0;
  background: var(--home-navy-950);
}

.home-footer__top {
  display: grid;
  grid-template-columns: minmax(270px, 1.25fr) repeat(2, minmax(150px, .65fr)) minmax(210px, .8fr);
  gap: 48px;
  padding: 68px 0 54px;
}

.home-footer__brand .brand--footer {
  width: 146px;
}

.home-footer__brand p,
.home-footer__contact p {
  max-width: 300px;
  margin: 22px 0 0;
  color: #9bafbc;
  font-size: .82rem;
  line-height: 1.68;
}

.home-footer__links,
.home-footer__contact {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
}

.home-footer__links strong,
.home-footer__contact strong {
  margin-bottom: 6px;
  color: #fff;
  font-size: .78rem;
}

.home-footer__links a,
.home-footer__contact a {
  color: #a5b7c2;
  font-size: .78rem;
  transition: color .2s ease;
}

.home-footer__links a:hover,
.home-footer__contact a:hover {
  color: var(--home-cyan-400);
}

.home-footer__bottom {
  display: flex;
  min-height: 70px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.home-footer__bottom p,
.home-footer__bottom a {
  margin: 0;
  color: #8fa5b4;
  font-size: .72rem;
}

.home-footer__bottom a:hover {
  color: var(--home-cyan-400);
}

@media (max-width: 1100px) {
  .home-page .site-nav {
    gap: 18px;
    font-size: .84rem;
  }

  .home-hero__grid {
    gap: 38px;
  }

  .home-hero h1 {
    font-size: clamp(3rem, 5.3vw, 4.4rem);
  }

  .home-float-card--top {
    right: -8px;
  }

  .home-solution-card--lims,
  .home-solution-card--location {
    min-height: 510px;
  }

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

  .home-footer__top {
    grid-template-columns: minmax(240px, 1.2fr) repeat(3, minmax(140px, .7fr));
    gap: 30px;
  }
}

@media (max-width: 960px) {
  .home-page .nav-wrap {
    min-height: 70px;
  }

  .home-page .menu-toggle {
    display: grid;
    width: 42px;
    height: 42px;
    gap: 4px;
    place-content: center;
    border: 0;
    border-radius: 10px;
    background: #eef6f8;
    color: var(--home-navy-800);
  }

  .home-page .menu-toggle__line {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 2px;
    background: currentColor;
    transition: transform .2s ease, opacity .2s ease;
  }

  .home-page .menu-toggle[aria-expanded="true"] .menu-toggle__line:first-child {
    transform: translateY(6px) rotate(45deg);
  }

  .home-page .menu-toggle[aria-expanded="true"] .menu-toggle__line:nth-child(2) {
    opacity: 0;
  }

  .home-page .menu-toggle[aria-expanded="true"] .menu-toggle__line:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .home-page .site-nav {
    position: absolute;
    top: 70px;
    right: 24px;
    left: 24px;
    display: none;
    max-height: calc(100vh - 94px);
    overflow-y: auto;
    padding: 14px;
    border: 1px solid #d4e4ea;
    border-radius: 16px;
    flex-direction: column;
    align-items: stretch;
    gap: 3px;
    background: #fff;
    box-shadow: 0 24px 58px rgba(5, 34, 64, .18);
  }

  .home-page .site-nav.is-open {
    display: flex;
  }

  .home-page .site-nav > a,
  .home-page .products-nav-menu > summary {
    min-height: 46px;
    padding: 13px;
    border-radius: 9px;
  }

  .home-page .site-nav > a:not(.nav-contact)::after,
  .home-page .products-nav-menu > summary::before {
    display: none;
  }

  .home-page .site-nav > a:hover,
  .home-page .products-nav-menu > summary:hover {
    background: #edf8fa;
  }

  .home-page .site-nav .nav-contact {
    margin-top: 4px;
    text-align: center;
  }

  .home-page .products-nav-menu__panel {
    position: static;
    min-width: 0;
    margin: 2px 0 8px;
    border-radius: 12px;
    box-shadow: none;
  }

  .home-hero {
    padding-top: 86px;
  }

  .home-hero__grid,
  .home-custom__panel,
  .home-process__grid,
  .home-about__grid,
  .home-contact__panel {
    grid-template-columns: minmax(0, 1fr);
  }

  .home-hero__grid {
    gap: 72px;
  }

  .home-hero__content {
    min-width: 0;
    max-width: 760px;
  }

  .home-hero__visual {
    min-width: 0;
    width: min(100%, 760px);
    margin: 0 auto;
  }

  .home-product-window__screen {
    height: clamp(250px, 47vw, 355px);
  }

  .home-section-heading {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .home-section-heading > p {
    max-width: 680px;
  }

  .home-solution-card--lims {
    grid-column: span 12;
    min-height: 560px;
  }

  .home-solution-card--location,
  .home-solution-card--education,
  .home-solution-card--service,
  .home-solution-card--personal {
    grid-column: span 6;
    min-height: 360px;
  }

  .home-custom__panel {
    gap: 48px;
  }

  .home-custom__blueprint {
    min-height: 280px;
  }

  .home-process__intro {
    position: static;
  }

  .home-about__mark {
    width: 230px;
  }

  .home-contact-form {
    max-width: 720px;
  }

  .home-footer__top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 42px 54px;
  }
}

@media (max-width: 640px) {
  .home-page .container {
    width: min(100% - 32px, var(--site-content-max));
    margin-right: auto;
    margin-left: auto;
  }

  .home-page .site-header .container {
    width: min(100% - 32px, var(--site-content-max));
  }

  .home-hero .container {
    width: min(100% - 32px, var(--site-content-max));
  }

  .home-page .site-nav {
    right: 16px;
    left: 16px;
  }

  .home-hero {
    padding: 72px 0 94px;
  }

  .home-hero::before {
    background-size: 44px 44px;
  }

  .home-hero h1 {
    font-size: clamp(2.65rem, 13vw, 3.55rem);
    line-height: 1.01;
  }

  .home-hero__text {
    line-height: 1.65;
  }

  .home-hero__principles {
    display: grid;
    grid-template-columns: 1fr;
  }

  .home-hero__visual {
    padding: 20px 0 38px;
  }

  .home-hero__visual::before {
    right: 1%;
    left: 1%;
  }

  .home-product-window {
    border-radius: 15px;
    transform: none;
  }

  .home-product-window__bar small {
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .home-product-window__screen {
    height: clamp(190px, 54vw, 270px);
  }

  .home-product-window__caption {
    min-height: 64px;
  }

  .home-float-card {
    min-width: 168px;
    padding: 10px 12px;
  }

  .home-float-card--top {
    top: -4px;
    right: -5px;
  }

  .home-float-card--bottom {
    bottom: -5px;
    left: 8px;
  }

  .home-section {
    padding: 72px 0;
  }

  .home-section-heading {
    margin-bottom: 34px;
  }

  .home-section-heading h2,
  .home-custom h2,
  .home-process h2,
  .home-about h2,
  .home-contact h2 {
    font-size: clamp(2.2rem, 10vw, 3rem);
  }

  .home-solution-grid {
    grid-template-columns: 1fr;
  }

  .home-solution-card,
  .home-solution-card--lims,
  .home-solution-card--location,
  .home-solution-card--education,
  .home-solution-card--service,
  .home-solution-card--personal {
    min-height: auto;
    padding: 27px;
    grid-column: auto;
  }

  .home-solution-card--lims {
    padding: 0;
  }

  .home-solution-card__content {
    padding: 30px 27px 22px;
  }

  .home-solution-card__shot {
    min-height: 190px;
    margin-left: 27px;
  }

  .home-card-result {
    margin-top: 32px;
  }

  .home-custom {
    padding-bottom: 72px;
  }

  .home-custom__panel {
    gap: 38px;
    padding: 36px 24px;
    border-radius: 22px;
  }

  .home-custom__blueprint {
    display: none;
  }

  .home-process__list li {
    grid-template-columns: 44px 1fr;
  }

  .home-reason-grid {
    grid-template-columns: 1fr;
  }

  .home-reason-grid article {
    min-height: auto;
    padding: 27px 24px;
  }

  .home-reason-number {
    margin-bottom: 22px;
  }

  .home-about {
    padding: 88px 0;
  }

  .home-about__grid {
    gap: 58px;
  }

  .home-about__mark {
    width: 190px;
  }

  .home-contact {
    padding: 70px 0;
  }

  .home-contact__panel {
    gap: 34px;
    padding: 34px 24px;
    border-radius: 22px;
  }

  .home-contact-form {
    padding: 22px;
  }

  .home-contact-form__row {
    grid-template-columns: 1fr;
  }

  .home-contact-form__footer {
    align-items: stretch;
    flex-direction: column;
  }

  .home-contact-form__footer p {
    max-width: none;
  }

  .home-contact-form__footer .home-button {
    width: 100%;
  }

  .home-footer__top {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 52px 0 42px;
  }

  .home-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 19px 0;
  }

}

@media (max-width: 460px) {
  .home-hero__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .home-button {
    width: 100%;
  }

  .home-float-card--top {
    display: none;
  }

  .home-product-window__bar small {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto !important;
  }

  .home-page {
    scroll-behavior: auto;
  }

  .home-page *,
  .home-page *::before,
  .home-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
