@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;700;800&family=Space+Grotesk:wght@600;700&display=swap");

:root {
  --bg: #ffffff;
  --bg-soft: #f6f6f6;
  --surface: #f3f3f3;
  --surface-2: #ebebeb;
  --text: #121212;
  --muted: #5f5f5f;
  --accent: #c8a45a;
  --accent-2: #e4c98b;
  --stroke: rgba(20, 20, 20, 0.12);
  --shadow: 0 16px 42px rgba(0, 0, 0, 0.14);
  --font-sans: "Manrope", "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: "Space Grotesk", var(--font-sans);
  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-md: 0.9375rem;
  --text-base: 1rem;
  --text-lg: 1.0625rem;
  --text-xl: 1.25rem;
  --text-2xl: clamp(1.35rem, 2vw, 1.65rem);
  --text-section: clamp(1.65rem, 3vw, 2.35rem);
  --text-hero: clamp(2.25rem, 5vw, 3.75rem);
  --text-hero-compact: clamp(2.15rem, 3vw, 3rem);
  --text-stat: clamp(0.95rem, 1.35vw, 1.16rem);
  --leading-tight: 1.15;
  --leading-body: 1.55;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  scroll-padding-top: 48px;
}

body {
  font-family: var(--font-sans);
  font-size: var(--text-base);
  color: var(--text);
  background: linear-gradient(145deg, #ffffff 0%, #fbfbfb 56%, #f2f2f2 100%);
  line-height: var(--leading-body);
  overflow-x: hidden;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--text);
  color: #fff;
  padding: 0.6rem 0.9rem;
  border-radius: 0 0 8px 0;
  z-index: 100;
  font-weight: 700;
}

.skip-link:focus {
  left: 0;
}

body.why-tailwind-page {
  background: linear-gradient(135deg, #fbf6e8 0%, #fffaf1 36%, #edf4ef 100%);
}

.bg-grid {
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(var(--stroke) 1px, transparent 1px),
    linear-gradient(90deg, var(--stroke) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(circle at 50% 0%, black 0%, transparent 60%);
  opacity: 0.1;
  z-index: -1;
}

body.why-tailwind-page .bg-grid {
  background-image: linear-gradient(rgba(33, 77, 61, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(33, 77, 61, 0.075) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.5) 50%, transparent 100%);
  opacity: 0.22;
}

body.why-tailwind-page .site-header {
  background: rgba(255, 251, 241, 0.74);
  border-bottom: 1px solid rgba(33, 77, 61, 0.11);
}

main,
footer,
.site-header {
  width: min(1120px, calc(100% - 5rem));
  margin: 0 auto;
}

.site-header {
  padding: 1.2rem 0;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
  position: sticky;
  top: 0;
  backdrop-filter: blur(12px);
  z-index: 10;
}

.brand {
  display: inline-flex;
  gap: 0;
  align-items: center;
  text-decoration: none;
  color: var(--text);
}

.brand-logo {
  width: 166px;
  height: auto;
  object-fit: contain;
}

.nav-links {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  justify-content: center;
}

.nav-links a {
  color: var(--muted);
  font-size: var(--text-base);
  text-decoration: none;
  font-weight: 600;
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
  color: var(--text);
}

.nav-toggle {
  display: none;
  background: transparent;
  border: 1px solid var(--stroke);
  border-radius: 10px;
  width: 42px;
  height: 42px;
  padding: 0;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.nav-toggle span {
  position: relative;
  display: block;
  width: 18px;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
}

.nav-toggle span::before,
.nav-toggle span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 18px;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
}

.nav-toggle span::before {
  top: -6px;
}

.nav-toggle span::after {
  top: 6px;
}

.hero {
  padding: calc(3.4rem - 6px) 0 2.5rem;
}

.hero-showcase {
  padding-bottom: 0.8rem;
  position: relative;
  isolation: isolate;
}

.hero-showcase::before {
  content: "";
  position: absolute;
  top: -7.5rem;
  bottom: -8rem;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.88) 0%, rgba(255, 255, 255, 0.62) 46%, rgba(255, 255, 255, 0.32) 100%),
    radial-gradient(ellipse 18rem 14rem at calc(100% - 7rem) 64%, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.9) 42%, rgba(255, 255, 255, 0) 76%),
    url("./resources/hero-background.png") center right / cover no-repeat;
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 9%, #000 66%, transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0%, #000 9%, #000 66%, transparent 100%);
  z-index: -1;
  pointer-events: none;
}

.hero-split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(560px, 1.1fr);
  gap: 2.8rem;
  align-items: center;
}

.hero-showcase h1 {
  max-width: none;
  margin-top: 0;
  font-size: var(--text-hero-compact);
  letter-spacing: 0;
}

.hero-copy-stack {
  position: relative;
  z-index: 2;
}

.hero-visual {
  position: relative;
  border-radius: 18px;
  border: 1px solid var(--stroke);
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.96), rgba(245, 245, 245, 0.96));
  padding: 1.4rem;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.08);
}

.hero-visual img {
  width: 100%;
  height: auto;
  display: block;
}

.hero-product-visual {
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1fr) 210px;
  min-height: 470px;
  position: relative;
}

.platform-card,
.connected-systems {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(20, 20, 20, 0.12);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.08);
}

.platform-card {
  border-radius: 18px;
  grid-column: 1;
  grid-row: 1 / span 2;
  margin-left: 0;
  padding: 1rem;
  position: relative;
  width: 100%;
  z-index: 2;
}

.platform-card h2 {
  font-size: var(--text-xl);
  margin: 0 0 0.75rem;
}

.platform-row {
  align-items: center;
  background: linear-gradient(145deg, #ffffff, #fbfbfb);
  border: 1px solid rgba(20, 20, 20, 0.1);
  border-radius: 12px;
  display: grid;
  gap: 0.75rem;
  grid-template-columns: 48px minmax(0, 1fr);
  margin-top: 0.55rem;
  min-height: 70px;
  padding: 0.7rem 0.8rem;
}

.platform-row strong {
  color: var(--text);
  display: block;
  font-size: var(--text-md);
  line-height: 1.2;
}

.platform-row p {
  color: var(--muted);
  font-size: var(--text-xs);
  line-height: 1.45;
  margin: 0.18rem 0 0;
}

.product-icon,
.metric-icon {
  align-items: center;
  background: #fbf4e7;
  border-radius: 12px;
  display: inline-flex;
  flex: 0 0 auto;
  height: 48px;
  justify-content: center;
  position: relative;
  width: 48px;
}

.product-icon {
  color: #d49a24;
}

.product-icon svg {
  fill: none;
  height: 34px;
  overflow: visible;
  shape-rendering: geometricPrecision;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.05;
  width: 34px;
}

.product-icon svg * {
  vector-effect: non-scaling-stroke;
}

.product-icon .icon-fill {
  fill: currentColor;
  stroke: none;
}

.connected-systems {
  border-radius: 16px;
  grid-column: 2;
  grid-row: 1;
  align-self: end;
  padding: 1rem;
  position: relative;
  width: 100%;
  z-index: 4;
}

.connected-systems h3 {
  font-size: var(--text-sm);
  margin: 0 0 0.75rem;
}

.connected-systems ul {
  display: grid;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.connected-systems li {
  align-items: center;
  border-top: 1px solid rgba(20, 20, 20, 0.08);
  display: flex;
  font-size: var(--text-xs);
  font-weight: 800;
  justify-content: space-between;
  min-height: 40px;
}

.connected-systems strong {
  color: #228447;
  font-size: var(--text-xs);
  font-weight: 700;
  position: relative;
}

.connected-systems strong::before {
  background: #40b45f;
  border-radius: 999px;
  content: "";
  height: 7px;
  left: -13px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
}

.platform-stage {
  align-self: start;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(252, 248, 239, 0.94));
  border: 1px solid rgba(20, 20, 20, 0.1);
  border-radius: 16px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.07);
  display: grid;
  gap: 0.62rem;
  grid-column: 2;
  grid-row: 2;
  overflow: hidden;
  padding: 0.8rem;
  position: relative;
  width: 100%;
  z-index: 4;
}

.stage-track {
  align-items: center;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  min-height: 28px;
  position: relative;
}

.stage-track::before {
  border-top: 1px solid rgba(184, 148, 78, 0.48);
  content: "";
  left: 19px;
  position: absolute;
  right: 19px;
  top: 50%;
}

.stage-node {
  background: #fff;
  border: 2px solid rgba(184, 148, 78, 0.5);
  border-radius: 999px;
  box-shadow: 0 0 0 4px rgba(251, 244, 231, 0.9);
  height: 15px;
  justify-self: center;
  position: relative;
  width: 15px;
  z-index: 1;
}

.stage-node.active {
  background: #d49a24;
  border-color: #d49a24;
}

.stage-cards {
  display: grid;
  gap: 0.45rem;
  grid-template-columns: 1fr;
}

.stage-card {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(20, 20, 20, 0.09);
  border-radius: 10px;
  padding: 0.5rem 0.62rem;
}

.stage-card span {
  color: #6f5a30;
  display: block;
  font-size: var(--text-xs);
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.1;
  text-transform: uppercase;
}

.stage-card strong {
  color: var(--text);
  display: block;
  font-size: var(--text-sm);
  line-height: 1.2;
  margin-top: 0.18rem;
}

.kicker {
  color: var(--accent-2);
  font-family: var(--font-display);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: var(--text-xs);
  margin: 0;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: var(--leading-tight);
}

h1 {
  margin-top: 0.75rem;
  font-size: var(--text-hero);
  max-width: 16ch;
}

h1 span {
  color: var(--accent);
}

.hero-copy {
  margin-top: 1rem;
  color: var(--muted);
  max-width: 60ch;
  font-size: var(--text-lg);
}

.hero-actions {
  margin-top: 1.7rem;
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.hero-showcase .hero-actions {
  margin-top: 2.55rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: var(--text-sm);
  min-height: 42px;
  padding: 0.6rem 1rem;
  border-radius: 12px;
  font-weight: 700;
  border: 1px solid transparent;
  text-decoration: none;
  transition: 180ms ease;
}

.btn-primary {
  background: linear-gradient(135deg, #b8944e, var(--accent-2));
  color: #14110b;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}

.btn-ghost,
.btn-outline {
  border-color: var(--stroke);
  color: var(--text);
  background: rgba(255, 255, 255, 0.8);
}

.btn-ghost:hover,
.btn-outline:hover {
  border-color: var(--accent-2);
  color: var(--accent-2);
}

.hero-stats {
  margin-top: 4.4rem;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.15rem;
}

.hero-stats li {
  align-items: center;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.95), rgba(244, 244, 244, 0.95));
  border: 1px solid var(--stroke);
  border-radius: 14px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
  display: grid;
  gap: 1rem;
  grid-template-columns: 64px minmax(0, 1fr);
  min-height: 132px;
  padding: 1.25rem;
}

.hero-stats strong {
  font-size: var(--text-stat);
  display: block;
  font-family: var(--font-display);
  line-height: 1;
}

.hero-stats li > div span {
  color: var(--muted);
  font-size: var(--text-base);
}

.metric-icon {
  color: #d49a24;
  height: 64px;
  width: 64px;
}

.metric-icon svg {
  fill: none;
  height: 46px;
  overflow: visible;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
  width: 46px;
}

.metric-icon svg * {
  vector-effect: non-scaling-stroke;
}

.stats-note {
  margin-top: 0.7rem;
  font-size: var(--text-sm);
  color: var(--muted);
  font-style: italic;
}

section {
  padding: 2.2rem 0;
}

section[id] {
  scroll-margin-top: 48px;
}

section h2 {
  font-size: var(--text-section);
  margin-bottom: 1rem;
}

section > p {
  color: var(--muted);
  max-width: 65ch;
}

.solutions {
  padding-top: 3.4rem;
  padding-bottom: 3.4rem;
}

.grid-three,
.framework-grid,
.suite-grid {
  display: grid;
  gap: 1rem;
}

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

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

.suite-grid {
  grid-template-columns: 1fr;
  gap: 2.35rem;
}

.grid-three article,
.framework-card,
.suite {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(245, 245, 245, 0.98));
  border: 1px solid var(--stroke);
  border-radius: 16px;
  padding: 1rem;
}

.grid-three h3,
.suite h3 {
  margin-bottom: 0.55rem;
  font-size: var(--text-lg);
}

.grid-three p,
.suite p,
.framework-card {
  color: var(--muted);
  margin: 0;
}

.framework-card {
  flex-direction: column;
  align-items: flex-start;
  gap: 0.4rem;
  padding: 1.1rem 1.15rem;
}

.framework-card strong {
  font-family: var(--font-sans);
  font-weight: 800;
  font-size: var(--text-base);
  color: var(--text);
}

.framework-card span {
  color: var(--muted);
  font-size: var(--text-sm);
  line-height: 1.45;
}

.framework-card a.framework-link {
  margin-top: 0.4rem;
  font-size: var(--text-sm);
  font-weight: 700;
  color: #6f5a30;
  text-decoration: none;
}

.framework-card a.framework-link:hover {
  color: var(--text);
}

.suite-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  max-height: 260px;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
  border: 1px solid rgba(20, 20, 20, 0.1);
  margin-top: 0;
  background: #fff;
  display: block;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.suite {
  display: grid;
  grid-template-columns: 1.05fr 1.35fr;
  gap: 1.2rem;
  align-items: center;
  position: relative;
  padding: 1.95rem;
  border-radius: 18px;
  border: 1px solid rgba(20, 20, 20, 0.12);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(243, 243, 243, 0.98));
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.suite:nth-child(even) .suite-body {
  order: 2;
}

.suite:nth-child(even) .suite-image {
  order: 1;
}

.suite::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #b8944e, #e4c98b);
}

.suite-meta {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
  flex-wrap: wrap;
}

.suite-meta span {
  font-family: var(--font-display);
  font-size: var(--text-xs);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #6f5a30;
  background: #f3ead8;
  border: 1px solid #e2cfaa;
  padding: 0.28rem 0.5rem;
  border-radius: 999px;
}

.suite h3 {
  font-size: var(--text-2xl);
  letter-spacing: 0;
  margin-bottom: 0.45rem;
}

.suite p {
  font-size: var(--text-base);
  color: #555;
  max-width: 46ch;
}

.suite-points {
  margin: 0.9rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.45rem;
}

.suite-points li {
  position: relative;
  padding-left: 1rem;
  font-size: var(--text-md);
  color: #616161;
}

.suite-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #b8944e, #e4c98b);
}

.framework-card {
  display: flex;
  min-height: 84px;
}

.framework-chart {
  display: block;
  width: min(100%, 1100px);
  margin: 1rem 0 1.2rem;
}

.step {
  color: var(--accent-2);
  font-family: var(--font-display);
  font-size: var(--text-sm);
  letter-spacing: 0.04em;
  margin-bottom: 0.6rem;
}

.cta {
  border-top: 1px solid var(--stroke);
  border-bottom: 1px solid var(--stroke);
  margin-top: 1.4rem;
  padding: 2.6rem 0;
}

.contact {
  padding-top: 2.8rem;
}

.contact-form {
  margin-top: 1rem;
  display: grid;
  gap: 0.9rem;
  max-width: 700px;
}

.contact-form label {
  display: grid;
  gap: 0.42rem;
  font-weight: 700;
  color: #2f2f2f;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--stroke);
  border-radius: 10px;
  padding: 0.72rem 0.85rem;
  font: inherit;
  color: var(--text);
  background: #fff;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #b8944e;
  box-shadow: 0 0 0 3px rgba(200, 164, 90, 0.2);
}

.contact-form textarea {
  resize: vertical;
  min-height: 120px;
}

.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.form-status {
  min-height: 1.2rem;
  margin: 0;
  color: #4a4a4a;
  font-weight: 600;
}

.form-status.error {
  color: #8f2e2e;
}

.form-status.success {
  color: #2f6f30;
}

.site-footer {
  padding: 1.8rem 0 1.6rem;
  display: grid;
  grid-template-columns: minmax(280px, 1.2fr) minmax(150px, 0.7fr) minmax(300px, 1fr);
  gap: 1.5rem 2rem;
  align-items: start;
  color: var(--muted);
  border-top: 1px solid var(--stroke);
  margin-top: 2.4rem;
}

.site-footer p {
  margin: 0 0 0.4rem;
}

.footer-brand {
  max-width: 420px;
}

.footer-brand p {
  line-height: var(--leading-body);
}

.site-footer a {
  color: var(--text);
  text-decoration: none;
}

.site-footer a:hover {
  color: #6f5a30;
}

.site-footer nav {
  display: grid;
  gap: 0.35rem;
  align-content: start;
}

.site-footer nav a {
  font-size: var(--text-sm);
  font-weight: 700;
  line-height: 1.35;
}

.footer-heading {
  color: #8a7b5f;
  font-family: var(--font-display);
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 0.7rem;
  text-transform: uppercase;
}

.footer-logo {
  width: 132px;
  height: auto;
  margin-bottom: 0.6rem;
}

.footer-meta {
  display: grid;
  gap: 0.45rem;
  justify-items: end;
  text-align: right;
  font-size: var(--text-sm);
  line-height: 1.45;
}

.footer-copyright {
  color: var(--muted);
  font-size: var(--text-xs);
  margin-top: 0.75rem;
}

.compare {
  margin-top: 1.4rem;
  border: 1px solid var(--stroke);
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(245, 245, 245, 0.98));
}

.compare-table {
  width: 100%;
  border-collapse: collapse;
  font-size: var(--text-md);
}

.compare-table th,
.compare-table td {
  text-align: left;
  padding: 0.85rem 1rem;
  border-bottom: 1px solid var(--stroke);
  vertical-align: top;
}

.compare-table thead th {
  background: rgba(243, 234, 216, 0.55);
  font-family: var(--font-display);
  font-size: var(--text-xs);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #4a3d1a;
}

.compare-table tbody th {
  font-weight: 700;
  color: var(--text);
  width: 28%;
}

.compare-table td {
  color: var(--muted);
}

.compare-table td.tailwind-col {
  color: var(--text);
  font-weight: 600;
  background: rgba(228, 201, 139, 0.1);
}

.compare-table tbody tr:last-child th,
.compare-table tbody tr:last-child td {
  border-bottom: 0;
}

.blog-intro {
  padding-bottom: 1rem;
}

.faq-section {
  padding-top: 1.2rem;
}

.faq-kicker {
  color: #8a7b5f;
  font-family: var(--font-display);
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: 0.08em;
  margin: 0 0 0.75rem;
  text-transform: uppercase;
}

.faq-list article {
  padding: 1.25rem;
}

.faq-list h3 {
  font-size: var(--text-lg);
  margin-bottom: 0.7rem;
}

.faq-list p {
  color: var(--muted);
  margin: 0;
}

@media (max-width: 720px) {
  .compare {
    overflow-x: auto;
  }

  .compare-table {
    min-width: 560px;
  }
}

.reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 560ms ease, transform 560ms ease;
}

.reveal.show {
  opacity: 1;
  transform: translateY(0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 980px) {
  .grid-three {
    grid-template-columns: 1fr;
  }

  .framework-grid,
  .suite-grid {
    grid-template-columns: 1fr;
  }

  .suite-image {
    max-height: 240px;
  }

  .suite {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .suite:nth-child(even) .suite-body,
  .suite:nth-child(even) .suite-image {
    order: initial;
  }

  .hero-stats {
    grid-template-columns: 1fr;
    margin-top: 3.6rem;
  }

  .hero-split {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }

  .hero-product-visual {
    min-height: 430px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 1.4rem;
  }

  .footer-meta {
    justify-items: start;
    text-align: left;
  }

}

@media (max-width: 760px) {
  html {
    scroll-padding-top: 64px;
  }

  main,
  footer,
  .site-header {
    width: min(100% - 2.5rem, 1120px);
  }

  section[id] {
    scroll-margin-top: 64px;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .nav-links {
    display: none;
    position: absolute;
    top: calc(100% - 0.4rem);
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid var(--stroke);
    border-top: 0;
    border-radius: 0 0 14px 14px;
    padding: 0.5rem;
    backdrop-filter: blur(12px);
  }

  .nav-links a {
    padding: 0.7rem 0.85rem;
    border-radius: 10px;
  }

  .nav-links a:hover {
    background: rgba(228, 201, 139, 0.15);
  }

  .site-header.nav-open .nav-links {
    display: flex;
  }

  .site-header {
    position: sticky;
    top: 0;
    grid-template-columns: auto auto auto;
  }

  .hero {
    padding-top: calc(1.6rem - 6px);
  }

  .brand-logo {
    width: 132px;
  }

  .site-header > .btn {
    min-height: 38px;
    padding-inline: 0.85rem;
    white-space: nowrap;
  }

  .hero-showcase h1 {
    font-size: clamp(2rem, 9vw, 2.65rem);
  }

  .hero-product-visual {
    display: block;
    min-height: auto;
    padding-bottom: 1.2rem;
  }

  .platform-stage {
    display: none;
  }

  .platform-card {
    margin-left: 0;
    width: 100%;
  }

  .connected-systems {
    margin-top: 0.85rem;
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
  }

  .hero-stats li {
    grid-template-columns: 56px minmax(0, 1fr);
    min-height: 118px;
  }

  .metric-icon {
    height: 56px;
    width: 56px;
  }
}

body.home-page {
  background:
    radial-gradient(circle at top left, rgba(169, 187, 214, 0.18), transparent 30%),
    linear-gradient(180deg, #07111c 0%, #091624 28%, #0e1a28 58%, #f3f5f8 58%, #edf1f5 100%);
  color: #edf3fb;
}

body.home-page .bg-grid {
  background-image:
    linear-gradient(rgba(125, 150, 183, 0.14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(125, 150, 183, 0.14) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.45) 42%, transparent 78%);
  opacity: 0.46;
}

body.home-page main,
body.home-page footer,
body.home-page .site-header {
  width: min(1240px, calc(100% - 3.5rem));
}

body.home-page .site-header {
  margin-top: 1rem;
  padding: 0.95rem 1.3rem;
  background: rgba(7, 17, 28, 0.78);
  border: 1px solid rgba(197, 213, 232, 0.16);
  border-radius: 999px;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.28);
}

body.home-page .brand,
body.home-page .site-header .btn,
body.home-page .site-header .nav-links a {
  color: #f3f7fd;
}

body.home-page .nav-links {
  gap: 1.35rem;
}

body.home-page .nav-links a {
  color: rgba(227, 236, 248, 0.76);
  font-size: 0.94rem;
  font-weight: 700;
}

body.home-page .nav-links a:hover,
body.home-page .nav-links a[aria-current="page"] {
  color: #ffffff;
}

body.home-page .nav-toggle {
  border-color: rgba(227, 236, 248, 0.18);
}

body.home-page .nav-toggle span,
body.home-page .nav-toggle span::before,
body.home-page .nav-toggle span::after {
  background: #f3f7fd;
}

body.home-page .btn {
  min-height: 46px;
  padding: 0.72rem 1.2rem;
  border-radius: 999px;
}

body.home-page .btn-primary {
  background: linear-gradient(135deg, #efb053, #ffc774);
  color: #14110b;
}

body.home-page .btn-ghost,
body.home-page .btn-outline {
  background: rgba(11, 22, 34, 0.7);
  border-color: rgba(231, 239, 250, 0.18);
  color: #edf3fb;
}

body.home-page .btn-ghost:hover,
body.home-page .btn-outline:hover {
  border-color: rgba(255, 199, 116, 0.72);
  color: #ffffff;
  background: rgba(17, 30, 45, 0.94);
}

body.home-page .home-main {
  padding-bottom: 2.5rem;
}

body.home-page .home-hero {
  padding: 2.4rem 0 2rem;
}

body.home-page .home-hero-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(470px, 0.92fr);
  gap: 2rem;
  align-items: stretch;
}

body.home-page .home-hero-copy {
  padding: 3.2rem 0 1.4rem;
}

body.home-page .home-eyebrow {
  margin: 0 0 1rem;
  color: #ffc774;
  font-family: var(--font-display);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.home-page .home-hero h1,
body.home-page .home-section-heading h2,
body.home-page .home-platform-intro h2,
body.home-page .home-contact-copy h2 {
  color: #f3f7fd;
}

body.home-page .home-hero h1 {
  max-width: 12ch;
  font-size: clamp(3.1rem, 5.5vw, 5.2rem);
  line-height: 1.02;
  margin-top: 0;
}

body.home-page .home-lead {
  color: rgba(223, 233, 246, 0.8);
  font-size: 1.14rem;
  line-height: 1.7;
  margin: 1.35rem 0 0;
  max-width: 58ch;
}

body.home-page .home-hero .hero-actions {
  margin-top: 2rem;
}

body.home-page .home-hero-metrics {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  margin: 2rem 0 0;
  padding: 0;
}

body.home-page .home-hero-metrics li {
  background: rgba(10, 23, 36, 0.68);
  border: 1px solid rgba(220, 231, 244, 0.1);
  border-radius: 18px;
  padding: 1.05rem 1.15rem;
  min-height: 124px;
}

body.home-page .home-hero-metrics strong {
  display: block;
  color: #ffffff;
  font-family: var(--font-display);
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

body.home-page .home-hero-metrics span {
  color: rgba(214, 225, 239, 0.78);
  font-size: 0.95rem;
}

body.home-page .home-hero-visual {
  position: relative;
  min-height: 640px;
  border-radius: 30px;
  overflow: hidden;
  padding: 1.35rem;
  border: 1px solid rgba(204, 216, 233, 0.14);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 1rem;
  background:
    linear-gradient(180deg, rgba(5, 13, 21, 0.1) 0%, rgba(5, 13, 21, 0.82) 72%, rgba(5, 13, 21, 0.92) 100%),
    linear-gradient(130deg, rgba(6, 15, 23, 0.32) 0%, rgba(9, 18, 28, 0.08) 40%, rgba(6, 15, 23, 0.54) 100%),
    url("./resources/hero-background.png") center center / cover no-repeat;
  box-shadow: 0 32px 84px rgba(0, 0, 0, 0.34);
}

body.home-page .home-hero-card {
  position: relative;
  background: rgba(7, 16, 26, 0.82);
  border: 1px solid rgba(214, 227, 244, 0.14);
  border-radius: 24px;
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.2);
}

body.home-page .home-card-label,
body.home-page .benefit-kicker,
body.home-page .offering-label,
body.home-page .workflow-tag,
body.home-page .insight-meta {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  color: #ffc774;
  font-family: var(--font-display);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.home-page .home-hero-card-primary {
  grid-column: 1;
  grid-row: 1 / span 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2rem;
}

body.home-page .home-hero-card-primary h2 {
  color: #ffffff;
  font-size: clamp(2rem, 3vw, 2.7rem);
  line-height: 1.05;
  margin: 0.8rem 0 0;
  max-width: 10ch;
}

body.home-page .home-hero-card-primary p,
body.home-page .home-hero-card-proof span,
body.home-page .offering-card p,
body.home-page .workflow-body p,
body.home-page .insight-card p,
body.home-page .home-platform-intro p,
body.home-page .platform-step p,
body.home-page .benefit-body p,
body.home-page .home-section-heading p,
body.home-page .home-contact-copy p,
body.home-page .contact-highlights span,
body.home-page .home-footer .footer-brand p,
body.home-page .home-footer .footer-meta p {
  color: rgba(216, 226, 239, 0.78);
}

body.home-page .home-hero-card-primary p {
  max-width: 36ch;
  margin: 0.95rem 0 0;
}

body.home-page .home-inline-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: #ffffff;
  font-weight: 700;
  margin-top: 1.15rem;
  text-decoration: none;
}

body.home-page .home-inline-link:hover {
  color: #ffc774;
}

body.home-page .home-inline-link::after {
  content: "→";
  transform: translateY(-1px);
}

body.home-page .home-hero-card-proof,
body.home-page .home-hero-card-systems {
  padding: 1.1rem 1rem;
}

body.home-page .home-proof-list {
  list-style: none;
  margin: 0.9rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.75rem;
}

body.home-page .home-proof-list li {
  display: grid;
  gap: 0.18rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(214, 227, 244, 0.12);
}

body.home-page .home-proof-list li:first-child {
  border-top: 0;
  padding-top: 0;
}

body.home-page .home-proof-list strong {
  color: #ffffff;
  font-size: 0.97rem;
}

body.home-page .home-proof-list span {
  font-size: 0.84rem;
  line-height: 1.5;
}

body.home-page .home-system-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.9rem;
}

body.home-page .home-system-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0.45rem 0.72rem;
  border-radius: 999px;
  background: rgba(232, 239, 248, 0.08);
  border: 1px solid rgba(232, 239, 248, 0.12);
  color: #f2f6fb;
  font-size: 0.82rem;
  font-weight: 700;
}

body.home-page .home-section-nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 1.6rem;
  border-top: 1px solid rgba(208, 220, 236, 0.12);
  border-bottom: 1px solid rgba(208, 220, 236, 0.12);
}

body.home-page .home-section-nav a {
  padding: 1rem 0.2rem;
  color: rgba(220, 230, 242, 0.72);
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

body.home-page .home-section-nav a:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.03);
}

body.home-page .home-benefits,
body.home-page .home-offerings,
body.home-page .home-platform,
body.home-page .home-workflows,
body.home-page .home-insights,
body.home-page .home-contact {
  padding: 4.2rem 0;
}

body.home-page .home-section-heading {
  display: grid;
  gap: 0.9rem;
  margin-bottom: 1.8rem;
}

body.home-page .home-section-heading h2,
body.home-page .home-platform-intro h2,
body.home-page .home-contact-copy h2 {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  line-height: 1.04;
  margin: 0;
  max-width: 13ch;
}

body.home-page .home-section-heading p,
body.home-page .home-platform-intro p,
body.home-page .home-contact-copy p {
  margin: 0;
  max-width: 66ch;
  font-size: 1rem;
}

body.home-page .benefit-stack {
  display: grid;
  gap: 1.15rem;
}

body.home-page .benefit-panel,
body.home-page .offering-card,
body.home-page .workflow-card,
body.home-page .insight-card,
body.home-page .platform-step,
body.home-page .home-contact-form {
  background: #0d1825;
  border: 1px solid rgba(202, 214, 229, 0.12);
  border-radius: 26px;
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.18);
}

body.home-page .benefit-panel {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  gap: 1.4rem;
  padding: 1.5rem;
}

body.home-page .benefit-visual {
  width: 100%;
  min-height: 158px;
  border-radius: 22px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 30%, rgba(255, 199, 116, 0.2), transparent 50%),
    linear-gradient(180deg, rgba(255, 199, 116, 0.18) 0%, rgba(255, 199, 116, 0.06) 100%);
  color: #ffc774;
  font-family: var(--font-display);
  font-size: 2.4rem;
  font-weight: 700;
}

body.home-page .benefit-body h3,
body.home-page .offering-card h3,
body.home-page .workflow-body h3,
body.home-page .insight-card h3,
body.home-page .platform-step h3 {
  color: #ffffff;
  margin: 0.5rem 0 0;
}

body.home-page .benefit-body p {
  margin: 0.8rem 0 0;
}

body.home-page .benefit-list {
  list-style: none;
  display: grid;
  gap: 0.55rem;
  margin: 1rem 0 0;
  padding: 0;
}

body.home-page .benefit-list li {
  position: relative;
  padding-left: 1rem;
  color: rgba(224, 232, 242, 0.8);
}

body.home-page .benefit-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58rem;
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 999px;
  background: #ffc774;
}

body.home-page .home-offerings,
body.home-page .home-workflows,
body.home-page .home-insights,
body.home-page .home-contact {
  color: #f3f7fd;
}

body.home-page .home-offerings,
body.home-page .home-workflows,
body.home-page .home-insights,
body.home-page .home-contact,
body.home-page .home-footer {
  position: relative;
  z-index: 1;
}

body.home-page .home-offerings::before,
body.home-page .home-workflows::before,
body.home-page .home-insights::before,
body.home-page .home-contact::before {
  content: "";
  position: absolute;
  inset: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  z-index: -1;
}

body.home-page .home-offerings::before,
body.home-page .home-workflows::before,
body.home-page .home-insights::before,
body.home-page .home-contact::before {
  background: linear-gradient(180deg, rgba(247, 249, 252, 0.96), rgba(237, 241, 246, 0.98));
}

body.home-page .home-offerings .home-section-heading h2,
body.home-page .home-workflows .home-section-heading h2,
body.home-page .home-insights .home-section-heading h2,
body.home-page .home-contact .home-contact-copy h2,
body.home-page .home-offerings .offering-card h3,
body.home-page .home-workflows .workflow-body h3,
body.home-page .home-insights .insight-card h3 {
  color: #0d1724;
}

body.home-page .home-offerings .home-section-heading p,
body.home-page .home-workflows .home-section-heading p,
body.home-page .home-insights .home-section-heading p,
body.home-page .home-contact .home-contact-copy p,
body.home-page .home-offerings .offering-card p,
body.home-page .home-workflows .workflow-body p,
body.home-page .home-insights .insight-card p,
body.home-page .home-contact .contact-highlights span {
  color: #526171;
}

body.home-page .home-offerings .home-inline-link,
body.home-page .home-workflows .home-inline-link,
body.home-page .home-insights .home-inline-link {
  color: #0d1724;
}

body.home-page .home-offerings .home-inline-link:hover,
body.home-page .home-workflows .home-inline-link:hover,
body.home-page .home-insights .home-inline-link:hover {
  color: #8a5f16;
}

body.home-page .offering-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

body.home-page .offering-card {
  padding: 1.4rem;
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(18, 29, 42, 0.09);
  box-shadow: 0 18px 44px rgba(6, 16, 26, 0.08);
}

body.home-page .offering-card-featured {
  grid-column: span 2;
}

body.home-page .home-platform {
  padding-bottom: 4.8rem;
}

body.home-page .home-platform-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 1.1rem;
  align-items: start;
}

body.home-page .home-platform-intro {
  position: sticky;
  top: 7rem;
  padding-right: 1rem;
}

body.home-page .home-platform-steps {
  display: grid;
  gap: 1rem;
}

body.home-page .platform-step {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 1rem;
  padding: 1.35rem;
}

body.home-page .platform-step span {
  width: 78px;
  height: 78px;
  border-radius: 22px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, rgba(255, 199, 116, 0.18), rgba(255, 199, 116, 0.06));
  color: #ffc774;
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 700;
}

body.home-page .platform-step h3 {
  font-size: 1.22rem;
}

body.home-page .platform-step p {
  margin: 0.45rem 0 0;
}

body.home-page .workflow-grid,
body.home-page .insight-grid {
  display: grid;
  gap: 1rem;
}

body.home-page .workflow-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.home-page .workflow-card {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.95);
  border-color: rgba(17, 29, 42, 0.09);
  box-shadow: 0 18px 44px rgba(8, 18, 28, 0.08);
}

body.home-page .workflow-image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-bottom: 1px solid rgba(17, 29, 42, 0.09);
}

body.home-page .workflow-body,
body.home-page .insight-card {
  padding: 1.35rem;
}

body.home-page .workflow-tag {
  color: #8a5f16;
}

body.home-page .insight-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.home-page .insight-card {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(16, 28, 40, 0.09);
  box-shadow: 0 18px 44px rgba(8, 18, 28, 0.07);
}

body.home-page .insight-meta,
body.home-page .offering-label {
  color: #8a5f16;
}

body.home-page .home-section-heading-inline {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
}

body.home-page .home-section-heading-inline .btn {
  align-self: start;
}

body.home-page .home-section-heading-inline .btn-ghost {
  background: rgba(15, 26, 37, 0.04);
  border-color: rgba(17, 29, 42, 0.12);
  color: #0d1724;
}

body.home-page .home-section-heading-inline .btn-ghost:hover {
  background: rgba(15, 26, 37, 0.08);
  color: #0d1724;
}

body.home-page .home-contact {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 1rem;
  align-items: start;
}

body.home-page .contact-highlights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 1.6rem;
}

body.home-page .contact-highlights div {
  padding: 1rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(17, 29, 42, 0.08);
}

body.home-page .contact-highlights strong {
  display: block;
  color: #0d1724;
  margin-bottom: 0.28rem;
}

body.home-page .home-contact-form {
  padding: 1.4rem;
  background: rgba(255, 255, 255, 0.94);
  border-color: rgba(16, 28, 40, 0.1);
  box-shadow: 0 20px 52px rgba(8, 18, 28, 0.08);
}

body.home-page .home-contact-form label {
  color: #11202e;
}

body.home-page .home-contact-form input,
body.home-page .home-contact-form textarea {
  background: #f7f9fc;
  border-color: rgba(17, 29, 42, 0.12);
}

body.home-page .home-contact-form .btn-primary {
  width: fit-content;
}

body.home-page .home-contact-form .form-status {
  color: #405364;
}

body.home-page .home-footer {
  width: min(1240px, calc(100% - 3.5rem));
  padding: 0 0 2.5rem;
  border-top: 0;
  margin-top: 0;
}

body.home-page .home-footer-grid {
  display: grid;
  grid-template-columns: minmax(280px, 1.3fr) minmax(160px, 0.7fr) minmax(160px, 0.7fr) minmax(240px, 1fr);
  gap: 1.5rem;
  padding: 2rem;
  border-radius: 30px;
  background: linear-gradient(180deg, #07111c 0%, #091624 100%);
  border: 1px solid rgba(201, 214, 231, 0.12);
  box-shadow: 0 22px 56px rgba(0, 0, 0, 0.24);
}

body.home-page .home-footer .footer-heading {
  color: #ffc774;
}

body.home-page .home-footer a {
  color: rgba(233, 240, 248, 0.84);
}

body.home-page .home-footer a:hover {
  color: #ffffff;
}

body.home-page .home-footer .footer-meta {
  justify-items: start;
  text-align: left;
}

body.home-page .home-footer .footer-copyright {
  color: rgba(204, 216, 230, 0.56);
}

@media (max-width: 1080px) {
  body.home-page .home-hero-shell,
  body.home-page .home-platform-shell,
  body.home-page .home-contact {
    grid-template-columns: 1fr;
  }

  body.home-page .home-hero-copy {
    padding-top: 2rem;
  }

  body.home-page .home-platform-intro {
    position: static;
    padding-right: 0;
  }

  body.home-page .workflow-grid,
  body.home-page .insight-grid,
  body.home-page .offering-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.home-page .offering-card-featured {
    grid-column: span 2;
  }

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

@media (max-width: 760px) {
  body.home-page main,
  body.home-page footer,
  body.home-page .site-header {
    width: min(100% - 2rem, 1240px);
  }

  body.home-page .site-header {
    top: 0.65rem;
    margin-top: 0.65rem;
    border-radius: 24px;
    grid-template-columns: auto auto auto;
  }

  body.home-page .nav-links {
    background: rgba(7, 17, 28, 0.98);
    border-color: rgba(206, 219, 236, 0.14);
  }

  body.home-page .nav-links a:hover {
    background: rgba(255, 255, 255, 0.05);
  }

  body.home-page .home-hero {
    padding-top: 1.6rem;
  }

  body.home-page .home-hero h1 {
    font-size: clamp(2.5rem, 10vw, 3.5rem);
  }

  body.home-page .home-hero-metrics,
  body.home-page .home-section-nav,
  body.home-page .workflow-grid,
  body.home-page .insight-grid,
  body.home-page .offering-grid,
  body.home-page .contact-highlights,
  body.home-page .home-footer-grid,
  body.home-page .home-section-heading-inline {
    grid-template-columns: 1fr;
  }

  body.home-page .home-hero-visual {
    min-height: 560px;
    grid-template-columns: 1fr;
    grid-template-rows: minmax(0, 1fr) auto auto;
  }

  body.home-page .home-hero-card-primary {
    grid-column: 1;
    grid-row: 1;
  }

  body.home-page .home-hero-card-proof,
  body.home-page .home-hero-card-systems {
    grid-column: 1;
  }

  body.home-page .benefit-panel,
  body.home-page .platform-step {
    grid-template-columns: 1fr;
  }

  body.home-page .benefit-visual {
    min-height: 112px;
  }

  body.home-page .offering-card-featured {
    grid-column: span 1;
  }

  body.home-page .workflow-image {
    max-height: 230px;
  }
}

body.product-layout {
  --product-bg: #ffffff;
  --product-text: #1c252c;
  --product-muted: #5b6770;
  --product-line: #d8dee3;
  --product-soft: #f4f6f7;
  --product-dark: #111820;
  --product-accent: #111111;
  --product-accent-dark: #111111;
  background: var(--product-bg);
  color: var(--product-text);
}

body.product-layout .bg-grid {
  display: none;
}

body.product-layout main,
body.product-layout footer,
body.product-layout .site-header {
  width: 100%;
  max-width: none;
}

body.product-layout .product-header {
  display: block;
  position: sticky;
  top: 0;
  z-index: 30;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: #ffffff;
  box-shadow: 0 1px 0 rgba(17, 24, 32, 0.12);
  backdrop-filter: none;
}

body.home-page.product-layout .site-header.product-header {
  display: block;
}

body.product-layout .product-header-inner {
  position: relative;
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr) auto;
  align-items: center;
  min-height: 84px;
  width: calc(100% - 48px);
  margin: 0 auto;
  gap: 28px;
  padding-left: 16px;
  padding-right: 190px;
}

body.product-layout .product-brand {
  display: inline-flex;
  align-items: center;
}

body.product-layout .product-brand img {
  width: 168px;
  display: block;
}

body.product-layout .product-primary-nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 18px;
  min-width: 0;
  white-space: nowrap;
}

body.product-layout .product-nav-item {
  position: relative;
}

body.product-layout .product-primary-nav a,
body.product-layout .product-utility-nav a {
  color: #1e2a32;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
}

body.home-page.product-layout .site-header .product-primary-nav a,
body.home-page.product-layout .site-header .product-utility-nav a {
  color: #1e2a32;
}

body.product-layout .product-primary-nav a {
  padding: 32px 18px;
}

body.product-layout .product-nav-trigger {
  display: inline-flex;
  align-items: center;
}

body.product-layout .product-nav-trigger::after {
  content: none;
}

body.product-layout .product-primary-nav a:hover,
body.product-layout .product-utility-nav a:hover {
  color: #111111;
}

body.home-page.product-layout .site-header .product-primary-nav a:hover,
body.home-page.product-layout .site-header .product-utility-nav a:hover {
  color: #111111;
}

body.product-layout .product-mega-menu {
  position: absolute;
  left: 0;
  right: auto;
  top: 100%;
  z-index: 25;
  width: max-content;
  max-width: calc(100vw - 32px);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateX(var(--product-mega-shift, 0px)) translateY(-6px);
  background: #ffffff;
  border-top: 6px solid #111820;
  border-bottom: 1px solid rgba(17, 24, 32, 0.18);
  box-shadow: 0 18px 28px rgba(17, 24, 32, 0.16);
  transition: opacity 140ms ease, transform 140ms ease, visibility 140ms ease;
}

body.product-layout .product-nav-item:hover .product-mega-menu,
body.product-layout .product-nav-item:focus-within .product-mega-menu {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateX(var(--product-mega-shift, 0px)) translateY(0);
}

body.product-layout .product-mega-inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 56px;
  row-gap: 24px;
  width: max-content;
  max-width: calc(100vw - 32px);
  min-height: 0;
  margin: 0 auto;
  padding: 30px 44px 34px;
}

body.product-layout .product-mega-inner.compact,
body.product-layout .product-mega-inner.simple {
  grid-auto-flow: column;
  grid-auto-columns: max-content;
  grid-template-columns: none;
  min-height: 0;
}

body.product-layout .product-mega-inner.product-solutions-menu {
  grid-auto-flow: initial;
  grid-auto-columns: initial;
  grid-template-columns: 170px minmax(500px, 760px);
  column-gap: 24px;
  width: max-content;
  max-width: calc(100vw - 32px);
}

body.product-layout .product-mega-inner.product-platform-menu {
  grid-auto-flow: initial;
  grid-auto-columns: initial;
  grid-template-columns: 240px minmax(440px, 620px);
  column-gap: 28px;
  width: max-content;
  max-width: calc(100vw - 32px);
}

body.product-layout .product-primary-nav .product-mega-column {
  display: grid;
  align-content: start;
  gap: 12px;
}

body.product-layout .product-primary-nav .product-mega-column h3 {
  margin: 0 0 8px;
  color: #4e5860;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

body.product-layout .product-primary-nav .product-mega-menu a,
body.product-layout .product-primary-nav .product-mega-menu button {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 0;
  border: 0;
  background: transparent;
  color: #050708;
  font: inherit;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  cursor: pointer;
}

body.product-layout .product-primary-nav .product-industry-list button,
body.product-layout .product-primary-nav .product-industry-list a,
body.product-layout .product-primary-nav .product-platform-list button,
body.product-layout .product-primary-nav .product-platform-list a {
  position: relative;
  width: 100%;
  padding: 5px 0 5px 14px;
  color: #5a6268;
  font-size: 15px;
  text-align: left;
}

body.product-layout .product-primary-nav .product-industry-list button.active,
body.product-layout .product-primary-nav .product-industry-list a.active,
body.product-layout .product-primary-nav .product-platform-list button.active,
body.product-layout .product-primary-nav .product-platform-list a.active {
  color: #050708;
}

body.product-layout .product-primary-nav .product-industry-list button.active::before,
body.product-layout .product-primary-nav .product-industry-list a.active::before,
body.product-layout .product-primary-nav .product-platform-list button.active::before,
body.product-layout .product-primary-nav .product-platform-list a.active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 24px;
  background: #111820;
  transform: translateY(-50%);
}

body.product-layout .product-primary-nav .product-solution-detail {
  gap: 0;
}

body.product-layout .product-primary-nav .product-platform-detail {
  gap: 0;
}

body.product-layout .product-primary-nav .product-solution-panel,
body.product-layout .product-primary-nav .product-platform-panel {
  display: none !important;
}

body.product-layout .product-primary-nav .product-solution-panel.active,
body.product-layout .product-primary-nav .product-platform-panel.active {
  display: grid !important;
  gap: 0;
}

body.product-layout .product-primary-nav .product-solution-panel[hidden],
body.product-layout .product-primary-nav .product-platform-panel[hidden] {
  display: none !important;
}

body.product-layout .product-primary-nav .product-solution-detail a {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  width: 100%;
  padding: 14px 0;
  border-top: 1px solid #d5d9dc;
  column-gap: 14px;
  row-gap: 5px;
}

body.product-layout .product-primary-nav .product-solution-detail a:first-of-type {
  border-top: 0;
  padding-top: 2px;
}

body.product-layout .product-primary-nav .product-platform-detail a {
  display: grid;
  width: 100%;
  padding: 10px 0;
  border-top: 1px solid #d5d9dc;
  row-gap: 5px;
}

body.product-layout .product-primary-nav .product-platform-detail a:first-of-type {
  border-top: 0;
  padding-top: 2px;
}

body.product-layout .product-primary-nav .product-solution-detail strong {
  grid-column: 2;
  color: #050708;
  font-size: 17px;
  line-height: 1.25;
}

body.product-layout .product-primary-nav .product-solution-detail a > span:not(.product-solution-icon) {
  grid-column: 2;
  color: #5b646b;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
}

body.product-layout .product-primary-nav .product-platform-detail strong {
  color: #050708;
  font-size: 17px;
  line-height: 1.25;
}

body.product-layout .product-primary-nav .product-platform-detail span {
  color: #5b646b;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
}

body.product-layout .product-primary-nav .product-solution-icon {
  grid-column: 1;
  grid-row: 1 / span 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid #d8dee3;
  border-radius: 14px;
  background: #f1f2f3;
  color: #111820;
}

body.product-layout .product-primary-nav .product-solution-icon svg {
  width: 25px;
  height: 25px;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

body.product-layout .product-primary-nav .product-solution-currency {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 1;
}

body.home-page.product-layout .site-header .product-primary-nav .product-mega-menu a,
body.home-page.product-layout .site-header .product-primary-nav .product-mega-menu button {
  color: #050708;
}

body.product-layout .product-primary-nav .product-mega-menu a:hover,
body.product-layout .product-primary-nav .product-mega-menu button:hover,
body.home-page.product-layout .site-header .product-primary-nav .product-mega-menu a:hover,
body.home-page.product-layout .site-header .product-primary-nav .product-mega-menu button:hover {
  color: #111111;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}

body.product-layout .product-primary-nav .product-solution-detail a:hover,
body.product-layout .product-primary-nav .product-platform-detail a:hover,
body.home-page.product-layout .site-header .product-primary-nav .product-solution-detail a:hover,
body.home-page.product-layout .site-header .product-primary-nav .product-platform-detail a:hover {
  text-decoration: none;
}

body.product-layout .product-primary-nav .product-solution-detail a:hover strong,
body.product-layout .product-primary-nav .product-platform-detail a:hover strong,
body.home-page.product-layout .site-header .product-primary-nav .product-solution-detail a:hover strong,
body.home-page.product-layout .site-header .product-primary-nav .product-platform-detail a:hover strong {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}

body.product-layout .product-mega-actions {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(32px, 6vw, 104px);
  align-items: end;
  padding-top: 24px;
  margin-top: 8px;
  border-top: 1px solid #d5d9dc;
}

body.product-layout .product-primary-nav .product-mega-actions a {
  min-height: 38px;
  padding-left: 14px;
  border-left: 4px solid #8c9196;
  font-size: 16px;
  font-weight: 800;
}

body.product-layout .product-primary-nav .product-mega-actions a::after {
  content: ">";
  margin-left: 10px;
}

body.product-layout .product-utility-nav {
  position: absolute;
  top: 50%;
  right: 0;
  display: flex;
  align-items: center;
  gap: 18px;
  justify-self: end;
  transform: translateY(-50%);
}

body.product-layout .product-utility-nav .product-demo-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 17px;
  border: 2px solid #111820;
  background: #111820;
  color: #ffffff;
  font-weight: 800;
  text-transform: none;
  white-space: nowrap;
}

body.home-page.product-layout .site-header .product-utility-nav .product-demo-button {
  color: #ffffff;
}

body.product-layout .product-utility-nav .product-demo-button:hover {
  background: #000000;
  border-color: #000000;
  color: #ffffff;
}

body.home-page.product-layout .site-header .product-utility-nav .product-demo-button:hover {
  color: #ffffff;
}

body.home-page.product-layout .site-header .product-utility-nav .product-demo-button,
body.home-page.product-layout .site-header .product-utility-nav .product-demo-button:hover {
  background: #111820;
  border-color: #111820;
  color: #ffffff;
}

body.product-layout .product-menu-button {
  display: none;
  width: auto;
  min-height: 42px;
  border: 1px solid var(--product-line);
  border-radius: 0;
  color: var(--product-text);
  gap: 10px;
  padding: 0 12px;
  font-weight: 800;
}

body.product-layout .product-menu-button span,
body.product-layout .product-menu-button span::before,
body.product-layout .product-menu-button span::after {
  background: var(--product-text);
}

body.product-layout .product-hero {
  position: relative;
  box-sizing: border-box;
  display: block;
  height: 538px !important;
  min-height: 0 !important;
  max-height: 538px !important;
  padding: 0;
  overflow: hidden;
  background: #0e141a;
  contain: layout paint;
}

body.product-layout .product-hero-slide {
  position: absolute;
  inset: 0;
  box-sizing: border-box;
  height: 100% !important;
  min-height: 0 !important;
  max-height: 538px;
  display: grid;
  align-items: center;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: opacity 700ms ease, visibility 700ms ease;
}

body.product-layout .product-hero-slide.active {
  opacity: 1;
  visibility: visible;
}

@keyframes productHeroContentIn {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

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

body.product-layout .product-hero-slide > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.product-layout .product-hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 14, 20, 0.88) 0%, rgba(8, 14, 20, 0.62) 42%, rgba(8, 14, 20, 0.16) 78%),
    linear-gradient(0deg, rgba(8, 14, 20, 0.68), rgba(8, 14, 20, 0.08) 55%);
}

body.product-layout .product-hero-content {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: min(1440px, calc(100% - 48px));
  max-height: 100%;
  margin: 0 auto;
  padding: 44px 0 120px;
  color: #ffffff;
}

body.product-layout .product-hero-content > * {
  opacity: 0;
  transform: translateY(18px);
}

body.product-layout .product-hero-slide.active .product-text-link,
body.product-layout .product-hero-slide.active h1,
body.product-layout .product-hero-slide.active p,
body.product-layout .product-hero-slide.active .product-hero-cta {
  animation: productHeroContentIn 620ms cubic-bezier(0.2, 0.7, 0.2, 1) both;
}

body.product-layout .product-hero-slide.active .product-text-link {
  animation-delay: 120ms;
}

body.product-layout .product-hero-slide.active h1 {
  animation-delay: 120ms;
}

body.product-layout .product-hero-slide.active p {
  animation-delay: 420ms;
}

body.product-layout .product-hero-slide.active .product-hero-cta {
  animation-delay: 820ms;
}

body.product-layout .product-text-link {
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
  text-decoration-color: rgba(255, 255, 255, 0.72);
  text-underline-offset: 5px;
}

body.product-layout .product-hero h1 {
  max-width: 650px;
  margin: 18px 0 18px;
  color: #ffffff;
  font-size: 56px;
  line-height: 1;
  letter-spacing: 0;
}

body.product-layout .product-hero p {
  max-width: 650px;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 20px;
  line-height: 1.55;
}

body.product-layout .product-hero-cta,
body.product-layout .product-outline-link,
body.product-layout .product-cta a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 20px;
  border: 2px solid currentColor;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  margin-top: 28px;
}

body.product-layout .product-hero-cta::after,
body.product-layout .product-outline-link::after,
body.product-layout .product-solution-grid a::after,
body.product-layout .product-cta a::after {
  content: ">";
  margin-left: 12px;
}

body.product-layout .product-slide-dots {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 28px;
  display: flex;
  align-items: center;
  gap: 7px;
  transform: translateX(-50%);
}

body.product-layout .product-slide-dots button {
  position: relative;
  width: 17px;
  height: 17px;
  padding: 0;
  border: 2px solid #ffffff;
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
}

body.product-layout .product-slide-dots button[data-slide-target].active {
  background: #ffffff;
}

body.product-layout .product-slide-dots .product-slide-toggle {
  border: 0;
  background: rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(2px);
}

body.product-layout .product-slide-toggle span,
body.product-layout .product-slide-toggle::after {
  content: "";
  position: absolute;
  top: 5px;
  width: 2px;
  height: 7px;
  border-radius: 1px;
  background: #ffffff;
}

body.product-layout .product-slide-toggle span {
  left: 6px;
}

body.product-layout .product-slide-toggle::after {
  right: 6px;
}

body.product-layout .product-slide-toggle.is-paused span {
  left: 6px;
  top: 4px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #ffffff;
  border-radius: 0;
  background: transparent;
}

body.product-layout .product-slide-toggle.is-paused::after {
  display: none;
}

body.product-layout .product-section-nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 38px;
  align-items: center;
  width: 100%;
  min-height: 56px;
  margin: 0;
  border-bottom: 1px solid #aeb5bb;
  background: #ffffff;
}

body.product-layout .product-section-nav a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 16px;
  border-left: 0;
  color: var(--product-text);
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
}

body.product-layout .product-section-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 0;
  background: #111111;
}

body.product-layout .product-section-nav a:first-child {
  border-left: 0;
}

body.product-layout .product-section-nav a:hover {
  color: #111111;
}

body.product-layout .product-section-nav a:hover::after {
  height: 5px;
}

body.product-layout .product-section {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 78px 0;
}

body.product-layout .product-section.product-why {
  width: min(1720px, calc(100% - 96px));
  padding-top: 40px;
}

body.product-layout .product-section-copy {
  max-width: 820px;
  margin-bottom: 48px;
}

body.product-layout .product-eyebrow {
  margin: 0 0 16px;
  color: #5f6468;
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body.product-layout .product-section h2 {
  margin: 0;
  color: var(--product-text);
  font-size: 2rem;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: 0;
  max-width: 900px;
}

body.product-layout .product-cta h2 {
  margin: 0;
  color: var(--product-text);
  font-size: 42px;
  line-height: 1.08;
  letter-spacing: 0;
  max-width: 770px;
}

body.product-layout .product-section-copy > p:not(.product-eyebrow),
body.product-layout .product-platform-panel > p:not(.product-eyebrow) {
  max-width: 860px;
  color: #2b2f33;
  font-size: 20px;
  line-height: 1.55;
  margin: 22px 0 0;
}

body.product-layout .product-benefit-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 36px;
  align-items: start;
}

body.product-layout .product-feature-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 1px solid var(--product-line);
}

body.product-layout .product-benefit-list {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--product-line);
}

body.product-layout .product-benefit-list article {
  padding: 26px 0;
  border-bottom: 1px solid var(--product-line);
}

body.product-layout .product-benefit-list span,
body.product-layout .product-story-card span,
body.product-layout .product-quote-card span,
body.product-layout .product-news-feature span,
body.product-layout .product-news-list span {
  color: var(--product-accent-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

body.product-layout .product-benefit-list h3 {
  margin: 8px 0 16px;
  color: var(--product-text);
  font-size: 25px;
  line-height: 1.15;
}

body.product-layout .product-benefit-list ul {
  list-style: none;
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
}

body.product-layout .product-benefit-list li {
  color: var(--product-muted);
  line-height: 1.48;
}

body.product-layout .product-benefit-list strong {
  color: var(--product-text);
}

body.product-layout .product-why .product-section-copy {
  max-width: 820px;
  margin-bottom: 48px;
}

body.product-layout .product-why .product-eyebrow {
  margin-bottom: 16px;
  color: #5f6468;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

body.product-layout .product-why h2 {
  max-width: 900px;
  font-size: 2rem;
  line-height: 1.08;
  font-weight: 800;
}

body.product-layout .product-why .product-section-copy > p:not(.product-eyebrow) {
  max-width: 860px;
  margin-top: 22px;
  color: #2b2f33;
  font-size: 20px;
  line-height: 1.55;
}

body.product-layout .product-benefit-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  align-items: start;
}

body.product-layout .product-benefit-card {
  position: relative;
  display: flex;
  min-height: 560px;
  flex-direction: column;
  background: #f1f1f1;
  overflow: hidden;
}

body.product-layout .product-benefit-card img {
  display: block;
  width: 100%;
  height: 310px;
  object-fit: cover;
}

body.product-layout .product-benefit-card-body {
  position: relative;
  display: flex;
  min-height: 250px;
  flex: 1;
  flex-direction: column;
  padding: 34px 34px 86px;
}

body.product-layout .product-benefit-card h3 {
  margin: 0;
  color: #050708;
  font-size: 24px;
  line-height: 1.12;
}

body.product-layout .product-benefit-card-body > p,
body.product-layout .product-benefit-card-detail p {
  margin: 18px 0 0;
  color: #2f3539;
  font-size: 17px;
  line-height: 1.5;
}

body.product-layout .product-benefit-card-detail {
  display: none;
  margin-top: 28px;
  padding-top: 0;
  border-top: 0;
}

body.product-layout .product-benefit-detail-item {
  padding: 28px 0;
  border-bottom: 1px solid #d3d6d8;
}

body.product-layout .product-benefit-detail-item:first-child {
  padding-top: 0;
}

body.product-layout .product-benefit-detail-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

body.product-layout .product-benefit-card-detail h4 {
  margin: 0;
  color: #20272d;
  font-size: 20px;
  line-height: 1.22;
}

body.product-layout .product-benefit-card-toggle {
  position: absolute;
  right: 30px;
  bottom: 28px;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 3px solid #050708;
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
}

body.product-layout .product-benefit-card-toggle span[aria-hidden="true"]::before,
body.product-layout .product-benefit-card-toggle span[aria-hidden="true"]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 3px;
  border-radius: 999px;
  background: #050708;
  transform: translate(-50%, -50%);
}

body.product-layout .product-benefit-card-toggle span[aria-hidden="true"]::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

body.product-layout .product-benefit-card.is-expanded img {
  display: none;
}

body.product-layout .product-benefit-card.is-expanded {
  min-height: 560px;
}

body.product-layout .product-benefit-card.is-expanded .product-benefit-card-body {
  position: absolute;
  inset: 0;
  min-height: 0;
  padding: 34px 34px 86px;
  background: #f1f1f1;
  overflow-y: auto;
}

body.product-layout .product-benefit-card.is-expanded h3 {
  max-width: none;
  font-size: 24px;
  line-height: 1.12;
}

body.product-layout .product-benefit-card.is-expanded .product-benefit-card-body > p {
  display: none;
}

body.product-layout .product-benefit-card.is-expanded .product-benefit-card-detail {
  display: block;
  max-width: none;
  margin-top: 24px;
}

body.product-layout .product-benefit-card.is-expanded .product-benefit-detail-item {
  padding: 16px 0;
}

body.product-layout .product-benefit-card.is-expanded .product-benefit-card-detail h4 {
  font-size: 18px;
}

body.product-layout .product-benefit-card.is-expanded .product-benefit-card-detail p {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.4;
}

body.product-layout .product-benefit-card.is-expanded .product-benefit-card-toggle {
  border-color: #050708;
  background: #050708;
}

body.product-layout .product-benefit-card.is-expanded .product-benefit-card-toggle span[aria-hidden="true"]::before,
body.product-layout .product-benefit-card.is-expanded .product-benefit-card-toggle span[aria-hidden="true"]::after {
  background: #ffffff;
}

body.product-layout .product-benefit-card.is-expanded .product-benefit-card-toggle span[aria-hidden="true"]::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

body.product-layout .product-benefit-card.is-expanded .product-benefit-card-toggle span[aria-hidden="true"]::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

body.product-layout .product-offer,
body.product-layout .product-news {
  width: 100%;
  max-width: none;
  background: #f7f8f9;
  padding: 78px max(24px, calc((100% - 1180px) / 2));
}

body.product-layout .product-offer {
  padding-inline: max(48px, calc((100% - 1720px) / 2));
}

body.product-layout .product-stories {
  width: min(1720px, calc(100% - 96px));
}

body.product-layout .product-news {
  padding-inline: max(48px, calc((100% - 1720px) / 2));
}

body.product-layout .product-outline-link {
  color: var(--product-accent-dark);
  margin-top: 22px;
}

body.product-layout .product-outline-link.centered {
  margin: 38px auto 0;
  width: fit-content;
}

body.product-layout .product-solution-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(22px, 2.5vw, 34px);
}

body.product-layout .product-solution-grid article {
  min-height: 0;
  padding: 0;
  background: transparent;
  border: 0;
}

body.product-layout .product-solution-grid img {
  width: 100%;
  height: clamp(220px, 18vw, 330px);
  object-fit: cover;
  border-bottom: 0;
}

body.product-layout .product-solution-grid h3 {
  margin: 28px 0 14px;
  color: var(--product-text);
  font-size: 26px;
  line-height: 1.08;
}

body.product-layout .product-solution-grid p {
  margin: 0;
  color: var(--product-muted);
  font-size: 18px;
  line-height: 1.5;
}

body.product-layout .product-solution-grid a {
  display: none;
  align-items: center;
  color: var(--product-accent-dark);
  font-weight: 800;
  margin: 18px 22px 0;
  text-decoration: none;
}

body.product-layout .product-platform {
  width: 100%;
  max-width: none;
  padding: 92px max(24px, calc((100% - 1180px) / 2));
  background:
    linear-gradient(90deg, rgba(10, 17, 23, 0.88), rgba(10, 17, 23, 0.64)),
    url("./resources/tailwind-integrations-chart-transparent.png") center right / contain no-repeat,
    #111820;
}

body.product-layout .product-platform-panel {
  max-width: 780px;
  color: #ffffff;
}

body.product-layout .product-platform-panel h2,
body.product-layout .product-platform-panel .product-eyebrow {
  color: #ffffff;
}

body.product-layout .product-platform-panel > p:not(.product-eyebrow) {
  color: rgba(255, 255, 255, 0.84);
}

body.product-layout .product-platform-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 34px;
  border: 1px solid rgba(255, 255, 255, 0.22);
}

body.product-layout .product-platform-steps span {
  min-height: 92px;
  padding: 18px;
  border-left: 1px solid rgba(255, 255, 255, 0.22);
  color: #ffffff;
  font-weight: 800;
}

body.product-layout .product-platform-steps span:first-child {
  border-left: 0;
}

body.product-layout .product-story-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

body.product-layout .product-story-card,
body.product-layout .product-quote-card,
body.product-layout .product-news-feature,
body.product-layout .product-news-list a {
  color: var(--product-text);
  text-decoration: none;
  background: #ffffff;
  border: 1px solid var(--product-line);
}

body.product-layout .product-story-card {
  min-height: 260px;
}

body.product-layout .product-story-card.large {
  grid-column: span 2;
  grid-row: span 2;
}

body.product-layout .product-story-card.wide {
  grid-column: span 2;
}

body.product-layout .product-story-card img {
  display: block;
  width: 100%;
  height: 148px;
  object-fit: cover;
  border-bottom: 1px solid var(--product-line);
}

body.product-layout .product-story-card.large img {
  height: 276px;
}

body.product-layout .product-story-card span,
body.product-layout .product-story-card h3,
body.product-layout .product-story-card p {
  display: block;
  margin-left: 22px;
  margin-right: 22px;
}

body.product-layout .product-story-card span {
  margin-top: 20px;
}

body.product-layout .product-story-card h3 {
  color: var(--product-text);
  font-size: 24px;
  line-height: 1.14;
  margin-top: 8px;
  margin-bottom: 0;
}

body.product-layout .product-story-card p {
  color: var(--product-muted);
  line-height: 1.45;
  margin-top: 10px;
  margin-bottom: 24px;
}

body.product-layout .product-quote-card {
  grid-column: span 2;
  padding: 34px;
  background: var(--product-dark);
  color: #ffffff;
}

body.product-layout .product-quote-card span {
  color: #72c6bb;
}

body.product-layout .product-quote-card blockquote {
  margin: 18px 0;
  font-size: 27px;
  line-height: 1.22;
}

body.product-layout .product-quote-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

body.product-layout .product-news-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.45fr);
  gap: 24px;
}

body.product-layout .product-news-feature {
  padding: 34px;
  min-height: 340px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    linear-gradient(180deg, rgba(9, 18, 28, 0.14) 0%, rgba(9, 18, 28, 0.78) 100%),
    url("./resources/blog/what-buyers-now-demand-in-ai-rfps.png") center / cover no-repeat;
  border-color: rgba(13, 19, 25, 0.18);
}

body.product-layout .product-news-feature h3 {
  color: #ffffff;
  font-size: 34px;
  line-height: 1.12;
  margin: 14px 0;
  max-width: 11ch;
}

body.product-layout .product-news-feature p {
  color: rgba(255, 255, 255, 0.82);
  margin: 0;
}

body.product-layout .product-news-feature span {
  color: rgba(255, 255, 255, 0.84);
}

body.product-layout .product-news-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

body.product-layout .product-news-list a {
  min-height: 158px;
  padding: 22px;
}

body.product-layout .product-news-list strong {
  display: block;
  color: var(--product-text);
  font-size: 18px;
  line-height: 1.26;
  margin: 10px 0 14px;
}

body.product-layout .product-news-list time {
  color: var(--product-muted);
  font-size: 13px;
}

body.product-layout .product-cta {
  width: 100%;
  padding: 74px 24px;
  background: var(--product-dark);
  color: #ffffff;
  text-align: center;
}

body.product-layout .product-cta h2 {
  color: #ffffff;
  margin: 0 auto;
}

body.product-layout .product-cta a {
  margin-top: 28px;
}

body.product-layout .product-footer {
  width: 100%;
  padding: 0;
  margin: 0;
  color: #dfe6ea;
  background: #0d1217;
  border-top: 0;
}

body.product-layout .product-footer-top,
body.product-layout .product-footer-grid,
body.product-layout .product-footer-bottom {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

body.product-layout .product-footer-top {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 24px;
  padding: 42px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

body.product-layout .product-footer-top img {
  width: 150px;
  filter: brightness(0) invert(1);
}

body.product-layout .product-footer-top p {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.72);
  white-space: nowrap;
}

body.product-layout .product-footer a {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
}

body.product-layout .product-footer a:hover {
  color: #ffffff;
}

body.product-layout .product-footer-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 26px;
  padding: 40px 0;
}

body.product-layout .product-footer-grid nav {
  display: grid;
  align-content: start;
  gap: 10px;
}

body.product-layout .product-footer-grid h3 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 15px;
}

body.product-layout .product-footer-grid a {
  font-size: 14px;
  line-height: 1.35;
}

body.product-layout .product-footer-bottom {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  padding: 24px 0 38px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

body.product-layout.inner-page {
  background: #ffffff;
}

body.product-layout.inner-page .product-primary-nav a[aria-current="page"] {
  color: var(--product-text);
}

body.product-layout.inner-page .product-inner-main {
  background: #ffffff;
}

body.product-layout.inner-page .product-page-hero {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: clamp(64px, 8vw, 104px) 0 clamp(52px, 6vw, 78px);
  background:
    linear-gradient(135deg, rgba(247, 248, 249, 0.98), rgba(255, 255, 255, 0.94)),
    radial-gradient(circle at 84% 18%, rgba(17, 24, 32, 0.08), transparent 34%);
  border-bottom: 1px solid var(--product-line);
}

body.product-layout.inner-page .product-page-hero-inner {
  width: min(980px, calc(100% - 48px));
  margin-left: auto;
  margin-right: auto;
}

body.product-layout.inner-page .product-page-hero .kicker {
  color: #4e5860;
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

body.product-layout.inner-page .product-page-hero h1 {
  margin-top: 18px;
  max-width: 920px;
  color: var(--product-text);
  font-family: var(--font-sans);
  font-size: clamp(42px, 6vw, 72px);
  line-height: 1.06;
  letter-spacing: -0.055em;
}

body.product-layout.inner-page .product-page-hero .hero-copy {
  max-width: 760px;
  color: var(--product-muted);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.45;
}

body.product-layout.inner-page main > section:not(.product-page-hero) {
  width: min(1180px, calc(100% - 48px));
  margin-left: auto;
  margin-right: auto;
  padding: clamp(58px, 7vw, 92px) 0;
}

body.product-layout.inner-page main > section:not(.product-page-hero) h2 {
  color: var(--product-text);
  font-family: var(--font-sans);
  font-size: clamp(32px, 4vw, 54px);
  letter-spacing: -0.04em;
}

body.product-layout.inner-page main > section:not(.product-page-hero) > p {
  color: var(--product-muted);
  font-size: 18px;
}

body.product-layout.inner-page .btn-primary {
  background: var(--product-dark);
  color: #ffffff;
}

body.product-layout.inner-page .btn-ghost,
body.product-layout.inner-page .btn-outline {
  border-color: var(--product-line);
  background: #ffffff;
  color: var(--product-text);
}

body.product-layout.inner-page .compare,
body.product-layout.inner-page .grid-three article,
body.product-layout.inner-page .framework-card {
  background: #ffffff;
  border: 1px solid var(--product-line);
  border-radius: 0;
  box-shadow: none;
}

body.product-layout.inner-page .compare {
  margin-top: 28px;
}

body.product-layout.inner-page .compare-table thead th {
  background: #f7f8f9;
  color: var(--product-text);
  font-family: var(--font-sans);
}

body.product-layout.inner-page .compare-table th,
body.product-layout.inner-page .compare-table td {
  border-color: var(--product-line);
  padding: 18px 20px;
}

body.product-layout.inner-page .compare-table td.tailwind-col {
  background: #f7f8f9;
}

body.product-layout.inner-page .framework-grid,
body.product-layout.inner-page .grid-three {
  gap: 18px;
}

body.product-layout.inner-page .framework-card,
body.product-layout.inner-page .grid-three article {
  padding: 24px;
}

body.product-layout.why-tailwind-page .site-header {
  background: #ffffff;
  border-bottom: 1px solid var(--product-line);
}

body.product-layout.why-tailwind-page .product-page-hero {
  padding: clamp(72px, 8vw, 112px) 0 clamp(58px, 6vw, 86px);
  background: #f7f8f9;
}

body.product-layout.why-tailwind-page .product-page-hero-inner {
  width: min(1040px, calc(100% - 48px));
}

body.product-layout.why-tailwind-page .product-page-hero h1 {
  max-width: 960px;
}

body.product-layout.why-tailwind-page .product-page-hero .hero-copy {
  max-width: 820px;
  color: #2d343a;
}

body.product-layout.why-tailwind-page .why-hero-signals {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 920px;
  margin-top: 28px;
}

body.product-layout.why-tailwind-page .why-hero-signals span {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 11px 14px;
  color: var(--product-text);
  background: #ffffff;
  border: 1px solid var(--product-line);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
}

body.product-layout.why-tailwind-page main > section:not(.product-page-hero) {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding: clamp(58px, 6vw, 84px) 0;
  padding-left: max(24px, calc((100% - 1180px) / 2));
  padding-right: max(24px, calc((100% - 1180px) / 2));
}

body.product-layout.why-tailwind-page .why-positioning,
body.product-layout.why-tailwind-page .framework,
body.product-layout.why-tailwind-page .faq-section {
  background: #ffffff;
}

body.product-layout.why-tailwind-page .why-compare-section,
body.product-layout.why-tailwind-page .solutions {
  background: #f7f8f9;
}

body.product-layout.why-tailwind-page .why-section-heading {
  max-width: 880px;
  margin-bottom: 34px;
}

body.product-layout.why-tailwind-page .why-kicker,
body.product-layout.why-tailwind-page .faq-kicker {
  margin: 0 0 12px;
  color: #5f6468;
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.product-layout.why-tailwind-page main > section:not(.product-page-hero) h2 {
  max-width: 920px;
  margin: 0;
  color: var(--product-text);
  font-size: 2rem;
  line-height: 1.12;
  letter-spacing: -0.02em;
}

body.product-layout.why-tailwind-page .why-section-heading > p:not(.why-kicker),
body.product-layout.why-tailwind-page .faq-section > h2 + .grid-three,
body.product-layout.why-tailwind-page .contact > p {
  margin-top: 18px;
}

body.product-layout.why-tailwind-page .why-section-heading > p:not(.why-kicker),
body.product-layout.why-tailwind-page .contact > p {
  max-width: 820px;
  color: #2d343a;
  font-size: 20px;
  line-height: 1.55;
}

body.product-layout.why-tailwind-page .why-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--product-line);
  border-left: 1px solid var(--product-line);
}

body.product-layout.why-tailwind-page .why-proof-grid article {
  min-height: 250px;
  padding: 28px;
  background: #ffffff;
  border-right: 1px solid var(--product-line);
  border-bottom: 1px solid var(--product-line);
}

body.product-layout.why-tailwind-page .why-proof-grid span {
  display: block;
  margin-bottom: 30px;
  color: #6b737a;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

body.product-layout.why-tailwind-page .why-proof-grid h3 {
  margin: 0 0 14px;
  color: var(--product-text);
  font-size: 24px;
  line-height: 1.16;
  letter-spacing: -0.02em;
}

body.product-layout.why-tailwind-page .why-proof-grid p {
  margin: 0;
  color: #485057;
  font-size: 16px;
  line-height: 1.55;
}

body.product-layout.why-tailwind-page .framework-card strong,
body.product-layout.why-tailwind-page .grid-three h3,
body.product-layout.why-tailwind-page .faq-list h3 {
  font-size: 20px;
  line-height: 1.22;
}

body.product-layout.why-tailwind-page .framework-card span,
body.product-layout.why-tailwind-page .grid-three p,
body.product-layout.why-tailwind-page .faq-list p {
  color: #485057;
  font-size: 16px;
  line-height: 1.55;
}

body.product-layout.why-tailwind-page .contact {
  padding: 74px 24px;
  color: #ffffff;
  background: var(--product-dark);
  text-align: center;
}

body.product-layout.why-tailwind-page main > section.contact {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

body.product-layout.why-tailwind-page .contact h2,
body.product-layout.why-tailwind-page .contact p {
  color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

body.product-layout.why-tailwind-page main > section.contact h2 {
  max-width: 820px;
  color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

body.product-layout.why-tailwind-page main > section.contact > p {
  max-width: 820px;
  color: rgba(255, 255, 255, 0.72);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

body.product-layout.why-tailwind-page .contact .hero-actions {
  margin-top: 28px;
  justify-content: center;
  gap: 14px;
}

body.product-layout.why-tailwind-page .contact .btn {
  min-height: 44px;
  padding: 0.7rem 1rem;
  border-radius: 12px;
  font-size: 14px;
}

body.product-layout.why-tailwind-page .contact .btn-primary {
  background: #ffffff;
  color: var(--product-text);
}

body.product-layout.why-tailwind-page .contact .btn-ghost {
  color: #ffffff;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.32);
}

body.product-layout.why-tailwind-page .contact .btn-ghost:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.48);
  color: #ffffff;
}

body.product-layout.contact-page {
  background: #ffffff;
}

body.product-layout.contact-page .contact-page-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 0.78fr);
  gap: 56px;
  width: min(1180px, calc(100% - 64px));
  margin: 0 auto;
  padding: 72px 0 96px;
}

body.product-layout.contact-page .contact-page-copy {
  padding: 12px 0 0;
}

body.product-layout.contact-page .contact-page-copy h1 {
  max-width: 760px;
  margin: 10px 0 22px;
  color: var(--product-text, #1c252c);
  font-family: var(--font-sans);
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.08;
  letter-spacing: -0.045em;
}

body.product-layout.contact-page .contact-page-copy > p:not(.product-eyebrow) {
  max-width: 700px;
  margin: 0;
  color: var(--product-muted, #5b6770);
  font-size: 20px;
  line-height: 1.6;
}

body.product-layout.contact-page .contact-page-proof {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 42px;
  border-top: 1px solid var(--product-line, #d8dee3);
}

body.product-layout.contact-page .contact-page-proof div {
  display: grid;
  grid-template-columns: minmax(150px, 0.32fr) minmax(0, 1fr);
  gap: 24px;
  padding: 20px 0;
  border-bottom: 1px solid var(--product-line, #d8dee3);
}

body.product-layout.contact-page .contact-page-proof strong {
  color: var(--product-text, #1c252c);
  font-size: 17px;
  font-weight: 800;
}

body.product-layout.contact-page .contact-page-proof span {
  color: #4d5760;
  font-size: 16px;
  line-height: 1.5;
}

body.product-layout.contact-page .contact-page-form {
  max-width: none;
  margin: 0;
  padding: 32px;
  background: #f7f8f9;
  border: 1px solid var(--product-line, #d8dee3);
}

body.product-layout.contact-page .contact-page-form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

body.product-layout.contact-page .contact-page-form label {
  color: var(--product-text, #1c252c);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body.product-layout.contact-page .contact-page-form input,
body.product-layout.contact-page .contact-page-form select,
body.product-layout.contact-page .contact-page-form textarea {
  width: 100%;
  border: 1px solid #cfd6dc;
  border-radius: 0;
  padding: 13px 14px;
  background: #ffffff;
  color: var(--product-text, #1c252c);
  font: inherit;
  letter-spacing: 0;
  outline: none;
  text-transform: none;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

body.product-layout.contact-page .contact-page-form input:focus,
body.product-layout.contact-page .contact-page-form select:focus,
body.product-layout.contact-page .contact-page-form textarea:focus {
  border-color: #111820;
  box-shadow: 0 0 0 3px rgba(17, 24, 32, 0.1);
}

body.product-layout.contact-page .contact-page-form textarea {
  min-height: 150px;
}

body.product-layout.contact-page .contact-page-form .btn-primary {
  width: fit-content;
  margin-top: 4px;
  border-radius: 0;
  background: #111820;
  color: #ffffff;
}

body.product-layout.contact-page .contact-page-form .btn-primary:hover {
  background: #ffffff;
  color: #111820;
}

body.product-layout.trust-page .product-page-hero {
  background: #ffffff;
}

body.product-layout.industry-page .product-page-hero {
  background: #f7f8f9;
}

body.product-layout.platform-component-page .product-page-hero {
  background: #f7f8f9;
}

body.product-layout.services-page .product-page-hero {
  background: #f7f8f9;
}

body.product-layout.trust-page .product-page-hero-inner {
  padding-bottom: 18px;
}

body.product-layout.trust-page .product-page-hero h1 {
  max-width: 980px;
}

body.product-layout.trust-page .product-page-hero .hero-copy {
  max-width: 850px;
}

body.product-layout.trust-page .trust-hero-signals {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 34px;
  border: 1px solid var(--product-line, #d8dee3);
}

body.product-layout.trust-page .trust-hero-signals span {
  min-height: 54px;
  padding: 17px 24px;
  border-right: 1px solid var(--product-line, #d8dee3);
  color: var(--product-text, #1c252c);
  font-size: 14px;
  font-weight: 800;
}

body.product-layout.trust-page .trust-hero-signals span:last-child {
  border-right: 0;
}

body.product-layout.trust-page main > section:not(.product-page-hero) {
  width: min(1180px, calc(100% - 64px));
  margin: 0 auto;
  padding: 72px 0;
}

body.product-layout.trust-page .trust-review-section,
body.product-layout.trust-page .trust-faq-section {
  background: #f7f8f9;
  box-shadow: 0 0 0 100vmax #f7f8f9;
  clip-path: inset(0 -100vmax);
}

body.product-layout.trust-page .trust-section-heading {
  display: grid;
  grid-template-columns: minmax(170px, 0.26fr) minmax(0, 1fr);
  column-gap: 48px;
  align-items: start;
  margin-bottom: 34px;
}

body.product-layout.trust-page .trust-kicker {
  margin: 0;
  color: #5f6468;
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.product-layout.trust-page .trust-section-heading h2,
body.product-layout.trust-page .trust-evidence-panel h2,
body.product-layout.trust-page .trust-cta-section h2 {
  margin: 0;
  color: var(--product-text, #1c252c);
  font-family: var(--font-sans);
  font-size: clamp(32px, 3.5vw, 46px);
  line-height: 1.06;
  letter-spacing: -0.044em;
}

body.product-layout.trust-page .trust-section-heading p:not(.trust-kicker),
body.product-layout.trust-page .trust-cta-section > p:not(.trust-kicker) {
  grid-column: 2;
  max-width: 800px;
  margin: 18px 0 0;
  color: var(--product-muted, #5b6770);
  font-size: 19px;
  line-height: 1.58;
}

body.product-layout.trust-page .trust-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--product-line, #d8dee3);
  border-top: 4px solid #111820;
}

body.product-layout.trust-page .trust-flow article {
  min-height: 260px;
  padding: 28px;
  background: #ffffff;
  border-right: 1px solid var(--product-line, #d8dee3);
}

body.product-layout.trust-page .trust-flow article:last-child {
  border-right: 0;
}

body.product-layout.trust-page .trust-flow span,
body.product-layout.trust-page .trust-card-grid span {
  display: block;
  margin-bottom: 54px;
  color: #89939b;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body.product-layout.trust-page .trust-flow h3,
body.product-layout.trust-page .trust-card-grid h3,
body.product-layout.trust-page .trust-faq-list h3 {
  margin: 0 0 12px;
  color: var(--product-text, #1c252c);
  font-size: 20px;
  font-weight: 850;
  line-height: 1.22;
}

body.product-layout.trust-page .trust-flow p,
body.product-layout.trust-page .trust-card-grid p,
body.product-layout.trust-page .trust-faq-list p,
body.product-layout.trust-page .trust-evidence-list p {
  margin: 0;
  color: #4d5760;
  font-size: 15px;
  line-height: 1.55;
}

body.product-layout.trust-page .trust-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--product-line, #d8dee3);
  border-left: 1px solid var(--product-line, #d8dee3);
}

body.product-layout.trust-page .trust-card-grid article {
  min-height: 250px;
  padding: 28px;
  background: #ffffff;
  border-right: 1px solid var(--product-line, #d8dee3);
  border-bottom: 1px solid var(--product-line, #d8dee3);
}

body.product-layout.trust-page .trust-card-grid span {
  margin-bottom: 46px;
}

body.product-layout.trust-page .trust-evidence-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 48px;
  padding: 38px;
  background: #111820;
  color: #ffffff;
}

body.product-layout.trust-page .trust-evidence-panel .trust-kicker,
body.product-layout.trust-page .trust-evidence-panel h2 {
  color: #ffffff;
}

body.product-layout.trust-page main > .trust-evidence-section .trust-evidence-panel h2 {
  color: #ffffff;
}

body.product-layout.trust-page .trust-evidence-list {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

body.product-layout.trust-page .trust-evidence-list article {
  padding: 22px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

body.product-layout.trust-page .trust-evidence-list strong {
  display: block;
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 17px;
  font-weight: 850;
}

body.product-layout.trust-page .trust-evidence-list p {
  color: rgba(255, 255, 255, 0.74);
}

body.product-layout.trust-page .trust-faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--product-line, #d8dee3);
  border-left: 1px solid var(--product-line, #d8dee3);
}

body.product-layout.trust-page .trust-faq-list article {
  min-height: 210px;
  padding: 28px;
  background: #ffffff;
  border-right: 1px solid var(--product-line, #d8dee3);
  border-bottom: 1px solid var(--product-line, #d8dee3);
}

body.product-layout.trust-page .trust-cta-section {
  display: grid;
  justify-items: start;
  background: #ffffff;
  border-top: 1px solid var(--product-line, #d8dee3);
}

body.product-layout.industry-page .trust-cta-section,
body.product-layout.services-page .trust-cta-section {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.48fr);
  column-gap: 72px;
  align-items: center;
}

body.product-layout.industry-page .trust-cta-section .trust-kicker,
body.product-layout.industry-page .trust-cta-section > p:not(.trust-kicker),
body.product-layout.industry-page .trust-cta-section .hero-actions,
body.product-layout.services-page .trust-cta-section .trust-kicker,
body.product-layout.services-page .trust-cta-section > p:not(.trust-kicker),
body.product-layout.services-page .trust-cta-section .hero-actions {
  grid-column: 2;
}

body.product-layout.industry-page .trust-cta-section .trust-kicker,
body.product-layout.services-page .trust-cta-section .trust-kicker {
  margin-bottom: 18px;
  color: #5f6468;
  font-size: 13px;
  line-height: 1.2;
}

body.product-layout.industry-page .trust-cta-section h2,
body.product-layout.services-page .trust-cta-section h2 {
  grid-column: 1;
  grid-row: 1 / 4;
  max-width: 760px;
}

body.product-layout.industry-page .trust-cta-section > p:not(.trust-kicker),
body.product-layout.services-page .trust-cta-section > p:not(.trust-kicker) {
  max-width: 520px;
  margin-top: 0;
  font-size: 18px;
}

body.product-layout.trust-page .trust-cta-section .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

body.product-layout.trust-page .trust-cta-section .btn {
  border-radius: 0;
}

body.product-layout.trust-page .trust-cta-section .btn-primary {
  background: #111820;
  color: #ffffff;
}

body.product-layout.trust-page .trust-cta-section .btn-ghost {
  background: #ffffff;
  border-color: #111820;
  color: #111820;
}

@media (max-width: 840px) {
  body.product-layout.contact-page .contact-page-hero {
    grid-template-columns: 1fr;
    gap: 32px;
    width: calc(100% - 32px);
    padding: 48px 0 72px;
  }

  body.product-layout.contact-page .contact-page-copy h1 {
    font-size: 40px;
  }

  body.product-layout.contact-page .contact-page-form {
    padding: 24px;
  }

  body.product-layout.contact-page .contact-page-form-row,
  body.product-layout.contact-page .contact-page-proof div {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  body.product-layout.trust-page main > section:not(.product-page-hero) {
    width: calc(100% - 32px);
    padding: 52px 0;
  }

  body.product-layout.trust-page .trust-hero-signals span {
    padding: 14px 12px;
    border-bottom: 1px solid var(--product-line, #d8dee3);
    font-size: 13px;
  }

  body.product-layout.trust-page .trust-hero-signals span:nth-child(even) {
    border-right: 0;
  }

  body.product-layout.trust-page .trust-hero-signals span:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  body.product-layout.trust-page .trust-hero-signals {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.product-layout.trust-page .trust-section-heading,
  body.product-layout.trust-page .trust-evidence-panel {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  body.product-layout.industry-page .trust-cta-section,
  body.product-layout.services-page .trust-cta-section {
    grid-template-columns: 1fr;
    row-gap: 18px;
  }

  body.product-layout.industry-page .trust-cta-section h2,
  body.product-layout.industry-page .trust-cta-section .trust-kicker,
  body.product-layout.industry-page .trust-cta-section > p:not(.trust-kicker),
  body.product-layout.industry-page .trust-cta-section .hero-actions,
  body.product-layout.services-page .trust-cta-section h2,
  body.product-layout.services-page .trust-cta-section .trust-kicker,
  body.product-layout.services-page .trust-cta-section > p:not(.trust-kicker),
  body.product-layout.services-page .trust-cta-section .hero-actions {
    grid-column: 1;
    grid-row: auto;
  }

  body.product-layout.trust-page .trust-section-heading p:not(.trust-kicker),
  body.product-layout.trust-page .trust-cta-section > p:not(.trust-kicker) {
    grid-column: 1;
    font-size: 17px;
  }

  body.product-layout.trust-page .trust-flow,
  body.product-layout.trust-page .trust-card-grid,
  body.product-layout.trust-page .trust-faq-list {
    grid-template-columns: 1fr;
  }

  body.product-layout.trust-page .trust-flow article,
  body.product-layout.trust-page .trust-card-grid article,
  body.product-layout.trust-page .trust-faq-list article {
    min-height: auto;
    border-right: 0;
  }

  body.product-layout.trust-page .trust-flow article {
    border-bottom: 1px solid var(--product-line, #d8dee3);
  }

  body.product-layout.trust-page .trust-flow article:last-child {
    border-bottom: 0;
  }

  body.product-layout.trust-page .trust-flow span,
  body.product-layout.trust-page .trust-card-grid span {
    margin-bottom: 26px;
  }

  body.product-layout.trust-page .trust-evidence-panel {
    padding: 26px;
  }

  body.product-layout.why-tailwind-page .why-proof-grid,
  body.product-layout.why-tailwind-page .framework-grid,
  body.product-layout.why-tailwind-page .grid-three {
    grid-template-columns: 1fr;
  }

  body.product-layout.why-tailwind-page main > section:not(.product-page-hero) h2 {
    font-size: 1.8rem;
  }

  body.product-layout.why-tailwind-page .why-section-heading > p:not(.why-kicker),
  body.product-layout.why-tailwind-page .contact > p {
    font-size: 17px;
  }

  body.product-layout.why-tailwind-page .why-proof-grid article {
    min-height: auto;
  }
}

@media (max-width: 1180px) {
  body.product-layout .product-header-inner {
    grid-template-columns: auto auto minmax(0, 1fr) auto;
  }

  body.product-layout .product-menu-button {
    display: inline-flex;
  }

  body.product-layout .product-primary-nav {
    display: none;
    position: absolute;
    top: 74px;
    left: 0;
    right: 0;
    background: #ffffff;
    border-top: 1px solid var(--product-line);
    box-shadow: 0 16px 30px rgba(17, 24, 32, 0.12);
  }

  body.product-layout .site-header.nav-open .product-primary-nav {
    display: grid;
  }

  body.product-layout .product-primary-nav a {
    padding: 16px 24px;
    border-bottom: 1px solid var(--product-line);
  }

  body.product-layout .product-nav-item {
    display: grid;
  }

  body.product-layout .product-nav-trigger::after,
  body.product-layout .product-mega-menu {
    display: none;
  }

  body.product-layout .product-utility-nav {
    justify-self: end;
  }

  body.product-layout .product-solution-grid,
  body.product-layout .product-footer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.product-layout .product-benefit-layout,
  body.product-layout .product-news-layout {
    grid-template-columns: 1fr;
  }

  body.product-layout .product-benefit-cards {
    grid-template-columns: 1fr;
  }

  body.product-layout .product-benefit-card {
    min-height: auto;
  }

  body.product-layout .product-benefit-card.is-expanded .product-benefit-card-body {
    min-height: 250px;
  }

  body.product-layout .product-story-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  body.product-layout .product-header-inner,
  body.product-layout .product-hero-content,
  body.product-layout .product-section-nav,
  body.product-layout .product-section,
  body.product-layout .product-footer-top,
  body.product-layout .product-footer-grid,
  body.product-layout .product-footer-bottom {
    width: calc(100% - 32px);
  }

  body.product-layout .product-header-inner {
    gap: 12px;
    min-height: 66px;
    padding-right: 0;
  }

  body.product-layout .product-brand img {
    width: 140px;
  }

  body.product-layout .product-utility-nav {
    display: none;
  }

  body.product-layout .product-primary-nav {
    top: 66px;
  }

  body.product-layout .product-hero,
  body.product-layout .product-hero-slide {
    height: 538px !important;
    min-height: 0 !important;
    max-height: 538px !important;
  }

  body.product-layout .product-hero-content {
    padding: 32px 0 80px;
  }

  body.product-layout .product-hero h1 {
    font-size: 34px;
    max-width: 420px;
  }

  body.product-layout .product-hero p {
    font-size: 17px;
  }

  body.product-layout .product-slide-dots {
    bottom: 24px;
    gap: 7px;
  }

  body.product-layout .product-section-nav {
    margin-top: 0;
  }

  body.product-layout .product-section-nav,
  body.product-layout .product-solution-grid,
  body.product-layout .product-platform-steps,
  body.product-layout .product-benefit-cards,
  body.product-layout .product-story-grid,
  body.product-layout .product-news-list,
  body.product-layout .product-footer-grid {
    grid-template-columns: 1fr;
  }

  body.product-layout .product-benefit-card img {
    height: 240px;
  }

  body.product-layout .product-benefit-card-body {
    min-height: 220px;
    padding: 26px 26px 78px;
  }

  body.product-layout .product-benefit-card h3 {
    font-size: 24px;
  }

  body.product-layout .product-benefit-card.is-expanded .product-benefit-card-body {
    min-height: 220px;
    padding: 26px 26px 78px;
  }

  body.product-layout .product-benefit-card.is-expanded h3 {
    font-size: 24px;
  }

  body.product-layout .product-benefit-card-body > p,
  body.product-layout .product-benefit-card-detail p {
    font-size: 16px;
  }

  body.product-layout .product-section-nav {
    display: flex;
    gap: 0;
    width: 100%;
    overflow-x: auto;
    padding: 0 16px;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  body.product-layout .product-section-nav::-webkit-scrollbar {
    display: none;
  }

  body.product-layout .product-section-nav a {
    flex: 0 0 auto;
    min-width: 0;
    min-height: 54px;
    padding: 0 18px;
    font-size: 15px;
    white-space: nowrap;
  }

  body.product-layout .product-platform-steps span {
    border-left: 0;
    border-top: 1px solid var(--product-line);
  }

  body.product-layout .product-section-nav a {
    border-left: 0;
    border-top: 0;
  }

  body.product-layout .product-section {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  body.product-layout .product-section.product-why {
    width: calc(100% - 32px);
    padding-top: 32px;
  }

  body.product-layout .product-offer,
  body.product-layout .product-news {
    padding-inline: 16px;
  }

  body.product-layout .product-stories {
    width: calc(100% - 32px);
  }

  body.product-layout .product-section h2,
  body.product-layout .product-cta h2 {
    font-size: 32px;
  }

  body.product-layout .product-why h2 {
    font-size: 2rem;
  }

  body.product-layout .product-why .product-eyebrow {
    font-size: 13px;
  }

  body.product-layout .product-why .product-section-copy > p:not(.product-eyebrow) {
    font-size: 17px;
  }

  body.product-layout .product-story-card.large,
  body.product-layout .product-story-card.wide,
  body.product-layout .product-quote-card {
    grid-column: span 1;
  }

  body.product-layout .product-footer-top {
    display: grid;
  }

  body.product-layout .product-footer-top p {
    white-space: normal;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.product-layout .product-hero-content > * {
    opacity: 1;
    transform: none;
  }

  body.product-layout .product-hero-slide.active .product-text-link,
  body.product-layout .product-hero-slide.active h1,
  body.product-layout .product-hero-slide.active p,
  body.product-layout .product-hero-slide.active .product-hero-cta {
    animation: none;
  }
}
