:root {
  --os-ink: #0e0e0e;
  --os-muted: #5f5f5b;
  --os-soft: #f6f5f0;
  --os-soft-2: #eeede7;
  --os-line: #deddd5;
  --os-accent: #c6f24e;
  --os-radius: 22px;
  --os-shadow: 0 34px 110px rgba(14, 14, 14, 0.12);
  --os-sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --os-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

html {
  scroll-behavior: smooth;
  background: var(--os-soft);
}

body {
  background:
    radial-gradient(circle at 78% 0%, rgba(198, 242, 78, 0.16), transparent 32rem),
    linear-gradient(180deg, #ffffff 0%, var(--os-soft) 48%, #ffffff 100%) !important;
}

body::selection {
  background: var(--os-ink);
  color: #fff;
}

img {
  max-width: 100%;
}

a,
button {
  -webkit-tap-highlight-color: transparent;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--os-ink);
  outline-offset: 3px;
}

header[style*="position:sticky"] {
  border-bottom-color: rgba(14, 14, 14, 0.08) !important;
  background: rgba(255, 255, 255, 0.96) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  box-shadow: 0 1px 0 rgba(14, 14, 14, 0.04);
}

header[style*="position:sticky"] > div {
  width: min(1280px, calc(100% - 40px)) !important;
  padding: 0 !important;
}

header nav a,
header nav button,
header a {
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease, opacity 180ms ease !important;
}

header a[href*="Request"],
header a[href="/contact"] {
  border-radius: 999px !important;
  padding: 12px 18px !important;
}

header a[href*="Request"]:hover,
header a[href="/contact"]:hover,
section a[href*="Request"]:hover,
section a[href="/contact"]:hover,
button:hover {
  transform: translateY(-1px);
}

section {
  position: relative;
}

section h1,
section h2,
section h3,
article h1,
article h2,
article h3 {
  letter-spacing: -0.055em !important;
}

section p,
article p {
  color: var(--os-muted);
}

section#top {
  width: min(1280px, calc(100% - 40px)) !important;
  max-width: none !important;
  padding: clamp(58px, 8vw, 118px) 0 clamp(58px, 7vw, 92px) !important;
}

section#top > div {
  gap: clamp(44px, 7vw, 92px) !important;
}

section#top h1 {
  max-width: 680px;
  font-size: clamp(58px, 7.4vw, 104px) !important;
  line-height: 0.88 !important;
}

section#top p {
  max-width: 610px !important;
  font-size: clamp(17px, 1.45vw, 20px) !important;
  color: #575753 !important;
}

section#top a[href*="Request"],
section#top a[href="#demo"] {
  border-radius: 999px !important;
  padding: 15px 24px !important;
  box-shadow: none !important;
}

section#top > div > div:nth-child(2) {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(14, 14, 14, 0.14) !important;
  border-radius: 28px !important;
  background:
    radial-gradient(circle at 72% 8%, rgba(198, 242, 78, 0.2), transparent 16rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 246, 241, 0.92)) !important;
  box-shadow: var(--os-shadow) !important;
}

section#top > div > div:nth-child(2)::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(14, 14, 14, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(14, 14, 14, 0.025) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: radial-gradient(circle at 50% 40%, #000 0%, transparent 72%);
  content: "";
}

section#top > div > div:nth-child(2) > * {
  position: relative;
  z-index: 1;
}

section#top [style*="background:#F5F5F1"] {
  background: rgba(255, 255, 255, 0.72) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

section#top svg {
  filter: drop-shadow(0 22px 48px rgba(14, 14, 14, 0.08));
}

section[style*="border-top:1px solid #E8E8E4"][style*="border-bottom:1px solid #E8E8E4"] {
  border-color: var(--os-line) !important;
  background: rgba(246, 245, 240, 0.72) !important;
}

section[style*="background:#0E0E0E"] {
  background:
    radial-gradient(circle at 50% 0%, rgba(198, 242, 78, 0.12), transparent 30rem),
    #0e0e0e !important;
}

section[style*="background:#0E0E0E"] h2 {
  text-wrap: balance;
}

[style*="border:1px solid #0E0E0E"],
[style*="border:1px solid #E8E8E4"],
[style*="border:1px solid #D8D8D2"] {
  border-color: rgba(14, 14, 14, 0.12) !important;
}

[style*="background:#E8E8E4"] {
  background: var(--os-line) !important;
}

[style*="background:#FAFAF8"] {
  background: var(--os-soft) !important;
}

[style*="border-radius:2px"] {
  border-radius: 12px !important;
}

[style*="min-height:316px"],
[style*="min-height:240px"],
[style*="min-height:420px"] {
  border-radius: 0 !important;
}

footer,
section#footer {
  background:
    radial-gradient(circle at 18% 0%, rgba(198, 242, 78, 0.08), transparent 24rem),
    #0e0e0e !important;
}

.os-footer-map {
  width: min(1240px, calc(100% - 80px));
  margin: 0 auto;
  padding: 44px 0 34px;
  display: grid;
  grid-template-columns: 1.25fr repeat(6, minmax(0, 1fr));
  gap: 26px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.os-footer-map__intro strong {
  display: block;
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #fff;
}

.os-footer-map__intro span {
  display: block;
  max-width: 260px;
  font-size: 13.5px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.52);
}

.os-footer-map__group {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 10px;
}

.os-footer-map__label {
  margin-bottom: 5px;
  font-family: var(--os-mono);
  font-size: 10.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.42);
}

.os-footer-map a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  font-size: 13.5px;
  line-height: 1.35;
}

.os-footer-map a:hover {
  color: #fff;
}

.os-trust-badges {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.os-trust-badges__inner {
  width: min(1240px, calc(100% - 80px));
  margin: 0 auto;
  padding: 22px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.os-trust-badges__label {
  font-family: var(--os-mono);
  font-size: 10.5px;
  line-height: 1.4;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.48);
}

.os-trust-badges__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}

.os-trust-badge {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}

.os-trust-badge img {
  display: block;
  width: auto;
  height: auto;
  max-width: 46px;
  max-height: 46px;
  object-fit: contain;
}

.os-trust-badge--square img[src*="intel-approved"],
.os-trust-badge--square img[src*="intel-partner-gold"] {
  max-width: 58px;
  max-height: 58px;
}

.os-trust-badge--square img[src*="intel-solution-integrator"] {
  max-width: 50px;
  max-height: 50px;
}

.os-reveal {
  opacity: 1;
  transform: none;
  transition: none;
}

.os-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

[style*="animation-timeline:view()"] {
  animation: none !important;
  animation-name: none !important;
  animation-duration: 0.001ms !important;
  animation-timeline: auto !important;
  animation-range: normal !important;
  opacity: 1 !important;
  transform: none !important;
}

.os-site-loaded header[style*="position:sticky"] {
  animation: os-nav-in 520ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes os-nav-in {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1080px) {
  header nav {
    gap: 18px !important;
  }

  section#top > div {
    grid-template-columns: 1fr !important;
  }

  section#top > div > div:first-child {
    max-width: 760px;
  }

  [style*="grid-template-columns:1.05fr 0.95fr"],
  [style*="grid-template-columns:0.9fr 1.1fr"],
  [style*="grid-template-columns:1fr 1fr"],
  [style*="grid-template-columns:1.25fr repeat(6,minmax(0,1fr))"],
  [style*="grid-template-columns:repeat(4,1fr)"],
  [style*="grid-template-columns:repeat(3,1fr)"],
  [style*="grid-template-columns:230px 1fr"] {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 760px) {
  header[style*="position:sticky"] {
    position: sticky !important;
  }

  header[style*="position:sticky"] > div {
    width: calc(100% - 28px) !important;
    max-width: calc(100% - 28px) !important;
    height: 62px !important;
    gap: 12px !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }

  header nav,
  header a[href*="studio.osuite.ai"],
  header button {
    display: none !important;
  }

  header img {
    height: 22px !important;
  }

  header a[aria-label],
  header a[href*="Landing"] {
    gap: 8px !important;
  }

  header a span {
    font-size: 16px !important;
  }

  header a[href*="Request"],
  header a[href="/contact"] {
    display: none !important;
  }

  section,
  section#top,
  article {
    width: 100% !important;
    max-width: none !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  section#top {
    padding-top: 46px !important;
  }

  section#top h1,
  section h1,
  section h2,
  article h1 {
    font-size: clamp(34px, 10.2vw, 46px) !important;
    line-height: 0.96 !important;
    letter-spacing: -0.06em !important;
    max-width: 100% !important;
  }

  section#top p,
  section p,
  article p {
    font-size: 16px !important;
    line-height: 1.55 !important;
  }

  section#top > div {
    gap: 34px !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: hidden;
  }

  section#top > div > div {
    min-width: 0 !important;
    max-width: 100% !important;
  }

  section#top > div > div:nth-child(2) {
    margin-inline: -2px;
    border-radius: 20px !important;
  }

  section#top > div > div:first-child > div[style*="display:flex"][style*="gap:14px"] {
    align-items: stretch !important;
    flex-direction: column !important;
  }

  section#top > div > div:first-child > div:nth-of-type(2) {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  section#top a[href*="Request"],
  section#top a[href="#demo"] {
    width: calc(100vw - 40px) !important;
    max-width: 100% !important;
    justify-content: center !important;
    text-align: center !important;
  }

  [style*="padding:112px 40px"],
  [style*="padding:110px"],
  [style*="padding:96px"],
  [style*="padding:80px 40px"],
  [style*="padding:72px 40px"] {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  [style*="grid-template-columns"] {
    grid-template-columns: 1fr !important;
  }

  [style*="display:flex"] {
    max-width: 100%;
  }

  [style*="min-width"],
  [style*="width:100%"] {
    max-width: 100% !important;
  }

  [style*="gap:72px"],
  [style*="gap:64px"],
  [style*="gap:48px"] {
    gap: 28px !important;
  }

  [style*="padding:48px 44px"],
  [style*="padding:40px 38px"],
  [style*="padding:34px 30px"],
  [style*="padding:32px"] {
    padding: 26px 22px !important;
  }

  .os-trust-badges__inner {
    width: min(100% - 40px, 1240px);
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .os-footer-map {
    width: min(100% - 40px, 1240px);
    grid-template-columns: 1fr 1fr !important;
    gap: 28px 22px;
  }

  .os-footer-map__intro {
    grid-column: 1 / -1;
  }

  .os-trust-badges__list {
    justify-content: flex-start;
  }

  .os-trust-badge {
    width: 52px;
    height: 52px;
    border-radius: 12px;
  }

  .os-trust-badge img {
    max-width: 42px;
    max-height: 42px;
  }

  .os-trust-badge--square img[src*="intel-approved"],
  .os-trust-badge--square img[src*="intel-partner-gold"] {
    max-width: 52px;
    max-height: 52px;
  }
}

@media (max-width: 430px) {
  .os-footer-map {
    grid-template-columns: 1fr !important;
  }

  section#top h1 {
    font-size: 40px !important;
  }

  section#top {
    overflow: hidden;
  }

  section#top > div > div:nth-child(2) {
    width: calc(100vw - 40px) !important;
    max-width: 100% !important;
  }

  section#top svg {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0;
  }

  section#top [style*="word-break:break-all"] {
    font-size: 11px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }

  .os-reveal {
    opacity: 1;
    transform: none;
  }
}
