:root {
  font-family:
    -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", "Yu Gothic", sans-serif;
  color: #162d2a;
  background: #fff;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  --ink: #102d2b;
  --green: #165c50;
  --muted: #526761;
  --line: #d8e1db;
  --mint: #dceee4;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 112px;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
textarea,
select {
  font: inherit;
}
button,
a,
input,
textarea,
select,
summary {
  -webkit-tap-highlight-color: transparent;
}
a,
button {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid #21866d;
  outline-offset: 5px;
}
a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
h1,
h2,
h3,
h4,
p {
  margin: 0;
}
h2 {
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.55;
  letter-spacing: -0.045em;
  font-weight: 650;
}
h3 {
  letter-spacing: -0.025em;
}
p {
  line-height: 1.9;
}
button {
  border: 0;
}
img {
  max-width: 100%;
}
[hidden] {
  display: none !important;
}
.container {
  width: min(1200px, calc(100% - 80px));
  margin-inline: auto;
}
.utility {
  background: var(--ink);
  color: #d2dfd9;
  font-size: 11px;
  letter-spacing: 0.025em;
}
.utility .container {
  height: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.utility a {
  font-size: 11px;
}
.header {
  background: rgba(255, 255, 255, 0.97);
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--line);
}
.header-inner {
  height: 88px;
  display: flex;
  align-items: center;
  gap: 26px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.brand:hover {
  text-decoration: none;
}
.brand img {
  border-radius: 9px;
}
.brand > span {
  font-family: ui-rounded, "Arial Rounded MT Bold", sans-serif;
  font-size: 21px;
  font-weight: 900;
  letter-spacing: 2px;
  line-height: 1;
}
.brand small {
  display: block;
  margin-top: 7px;
  font-family: inherit;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.8px;
}
.header nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  flex: 1;
}
.header nav a {
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  border: 1px solid transparent;
  background: var(--green);
  color: #fff;
  min-height: 56px;
  padding: 14px 25px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  transition:
    background 0.18s,
    box-shadow 0.18s;
}
.button:hover {
  background: #0c4238;
  text-decoration: none;
  box-shadow: 0 5px 15px #102d2b14;
}
.button span {
  font-size: 19px;
  font-weight: 400;
}
.button-small {
  min-height: 43px;
  font-size: 12px;
  padding: 10px 16px;
  gap: 16px;
}
.menu-toggle {
  display: none;
}
.skip-link {
  position: fixed;
  left: 20px;
  top: -80px;
  z-index: 100;
  padding: 14px;
  background: white;
  border: 2px solid var(--green);
}
.skip-link:focus {
  top: 12px;
}
.facts {
  border-bottom: 1px solid var(--line);
  background: white;
}
.facts-inner {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr 1fr;
  align-items: center;
  padding-block: 31px;
}
.facts-inner > p {
  font-size: 13px;
  line-height: 1.9;
}
.facts-inner > p strong {
  font-weight: 600;
}
.facts-inner > div {
  border-left: 1px solid var(--line);
  padding-left: 40px;
}
.facts-inner > div > strong {
  font-size: 43px;
  line-height: 1.25;
  font-weight: 450;
  letter-spacing: -1px;
}
.facts-inner > div > strong span {
  font-size: 16px;
  margin-left: 5px;
  letter-spacing: 0;
}
.facts-inner > div > p {
  font-size: 11px;
  color: var(--muted);
  margin-top: 6px;
}
.section {
  padding-block: 100px;
}
.section-heading {
  margin-bottom: 44px;
}
.section-heading > .eyebrow {
  margin-bottom: 16px;
}
.section-heading > p:last-child:not(.eyebrow) {
  font-size: 14px;
  color: var(--muted);
  margin-top: 18px;
}
.solution-tabs {
  display: flex;
  border-bottom: 1px solid #becdc1;
  gap: 32px;
}
.solution-tabs button {
  background: transparent;
  color: var(--muted);
  padding: 17px 0;
  display: flex;
  gap: 70px;
  align-items: center;
  font-size: 15px;
  border-bottom: 3px solid transparent;
}
.solution-tabs button > span {
  font-size: 10px;
}
.solution-tabs button[aria-selected="true"] {
  color: var(--ink);
  border-bottom-color: var(--green);
  font-weight: 650;
}
.solution-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  border-radius: 0 0 12px 12px;
  background: #f3f6f0;
  padding: 48px;
  margin-top: 22px;
  min-height: 369px;
}
.tag {
  font-size: 9px;
  font-weight: 650;
  letter-spacing: 1.1px;
  color: var(--green);
}
.solution-panel h3 {
  font-size: 32px;
  font-weight: 550;
  line-height: 1.5;
  margin-top: 18px;
}
.solution-panel p {
  font-size: 13px;
  color: var(--muted);
  margin-top: 18px;
}
.solution-panel .text-link {
  margin-top: 22px;
}
.industries {
  margin-top: 37px;
  display: flex;
  align-items: flex-start;
  gap: 35px;
}
.industries > p {
  font-size: 11px;
  color: var(--muted);
  white-space: nowrap;
  padding-top: 6px;
}
.industries > div {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.industries span {
  border: 1px solid #d8e1d7;
  padding: 7px 13px;
  font-size: 11px;
  border-radius: 4px;
  line-height: 1.5;
}
.trust-section {
  background: #eef2ef;
  border-block: 1px solid var(--line);
  padding-block: 86px;
}
.trust-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
}
.section-description {
  font-size: 13px;
  color: var(--muted);
  margin: 20px 0 26px;
}
.trust-items article {
  display: flex;
  gap: 24px;
  padding-block: 26px;
  border-bottom: 1px solid #cad6ce;
}
.trust-items article:first-child {
  padding-top: 0;
}
.trust-items article:last-child {
  border: 0;
  padding-bottom: 0;
}
.trust-items article > span {
  font-size: 11px;
  color: var(--green);
  padding-top: 5px;
}
.trust-items h3 {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.8;
}
.trust-items p {
  font-size: 12px;
  color: var(--muted);
  margin-top: 9px;
}
.trust-items a {
  font-size: 10px;
  font-weight: 600;
  display: inline-block;
  margin-top: 10px;
}
.faq-section {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 60px;
}
.faq-section h2 {
  font-size: 30px;
}
.faq-list {
  border-top: 1px solid var(--line);
}
details {
  border-bottom: 1px solid var(--line);
}
summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 23px 0;
  font-size: 13px;
  font-weight: 550;
  line-height: 1.9;
  cursor: pointer;
  list-style: none;
}
summary::-webkit-details-marker {
  display: none;
}
summary:after {
  content: "+";
  font-size: 21px;
  font-weight: 300;
}
details[open] summary:after {
  content: "−";
}
details > p {
  font-size: 12px;
  color: var(--muted);
  padding: 0 30px 23px 0;
}
.contact-section {
  background: #e3ede3;
  border-top: 1px solid #c9d9ca;
  padding-block: 90px;
}
.contact-grid {
  display: grid;
  grid-template-columns: 0.92fr 1fr;
  gap: 80px;
  align-items: start;
}
.contact-copy {
  padding-top: 25px;
}
.contact-copy h2 {
  font-size: 36px;
  line-height: 1.6;
}
.contact-copy h2 > span {
  font-size: 27px;
  color: var(--green);
}
.contact-copy > p:not(.eyebrow) {
  font-size: 13px;
  color: var(--muted);
  margin-top: 23px;
}
.contact-copy ol {
  list-style: none;
  margin: 32px 0 45px;
  padding: 0;
}
.contact-copy li {
  display: flex;
  gap: 16px;
  align-items: center;
  border-bottom: 1px solid #c4d4c6;
  padding: 18px 0;
  font-size: 12px;
}
.contact-copy li > span {
  font-size: 10px;
  color: var(--green);
}
.contact-company {
  font-size: 11px;
  line-height: 2;
}
.contact-company a {
  display: block;
  font-size: 12px;
}
.form-card {
  background: white;
  padding: 34px;
  border-radius: 12px;
  box-shadow: 0 7px 30px #27482d09;
}
.form-card h3 {
  font-size: 19px;
  font-weight: 600;
  line-height: 1.8;
}
.form-intro {
  font-size: 11px;
  color: var(--muted);
  margin: 7px 0 26px;
}
.field {
  margin-bottom: 18px;
  min-width: 0;
}
.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.field label {
  display: block;
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.8;
}
.field label > span {
  font-weight: 500;
  font-size: 9px;
  color: #6c4e39;
  background: #f5eee7;
  padding: 3px 4px;
  margin-left: 5px;
  border-radius: 2px;
}
.field label > em {
  font-size: 9px;
  font-style: normal;
  color: #728078;
  font-weight: 400;
  margin-left: 5px;
}
input:not([type="checkbox"]),
select,
textarea {
  width: 100%;
  min-height: 43px;
  border: 1px solid #c5d1c8;
  border-radius: 4px;
  background: #fff;
  padding: 10px 11px;
  font-size: 12px;
  color: var(--ink);
  line-height: 1.6;
}
input::placeholder,
textarea::placeholder {
  color: #78857e;
}
textarea {
  resize: vertical;
  min-height: 85px;
}
select {
  padding-right: 23px;
}
.consent {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-size: 10px;
  line-height: 2;
  margin-top: 6px;
  cursor: pointer;
}
.consent input {
  width: 16px;
  height: 16px;
  margin: 2px 0 0;
  accent-color: var(--green);
  flex-shrink: 0;
}
.consent a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.submit-button {
  width: 100%;
  margin-top: 21px;
  justify-content: space-between;
  font-size: 13px;
}
.submit-button:disabled {
  opacity: 0.6;
  cursor: wait;
}
.form-note {
  font-size: 10px;
  color: var(--muted);
  text-align: center;
  margin-top: 13px;
}
.form-error {
  font-size: 12px;
  color: #a2372d;
  line-height: 1.8;
  margin-top: 15px;
}
.honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
#form-success {
  padding-block: 55px;
  min-height: 360px;
}
#form-success p {
  font-size: 13px;
  color: var(--muted);
  margin: 18px 0 28px;
}
.success-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  background: #e1f1e3;
  color: #236342;
  border-radius: 50%;
  margin-bottom: 25px;
  font-size: 23px;
}
footer {
  background: var(--ink);
  color: #dae5dd;
  padding: 55px 0 32px;
}
.footer-top {
  display: flex;
  align-items: center;
  gap: 45px;
  padding-bottom: 38px;
  border-bottom: 1px solid #3b5649;
}
.footer-top p {
  font-size: 13px;
}
.footer-top > a:last-child {
  margin-left: auto;
  font-size: 11px;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  padding-top: 28px;
}
.footer-bottom strong {
  font-size: 11px;
  font-weight: 500;
}
.footer-bottom p {
  font-size: 10px;
  color: #b1c2b6;
  margin-top: 7px;
}
.footer-bottom small {
  font-size: 9px;
  color: #a2b7a7;
  display: block;
  margin-top: 17px;
}
.footer-links {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-content: flex-start;
  font-size: 9px;
  color: #c6d4ca;
}
/* Photography and original app imagery form the visual hierarchy. */
:root {
  --ink: #121d24;
  --green: #234f4d;
  --muted: #56636b;
  --line: #dce0e2;
  color: var(--ink);
  background: #fff;
}
.container {
  width: min(1240px, calc(100% - 80px));
}
h2 {
  font-size: clamp(32px, 3.5vw, 48px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.045em;
}
.eyebrow {
  font-size: 12px;
  line-height: 1.8;
  font-weight: 550;
  letter-spacing: 0.1em;
  color: #4d6468;
  margin-bottom: 20px;
}
.header-inner {
  height: 80px;
}
.header nav a {
  font-size: 13px;
}
.utility {
  background: #0d1a22;
}
.brand > span {
  letter-spacing: 2px;
}
.button {
  border-radius: 9px;
  background: #234f4d;
  min-height: 54px;
  font-size: 14px;
}
.button-small {
  min-height: 44px;
  font-size: 12px;
}
.text-link {
  display: inline-flex;
  gap: 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
}
.hero {
  padding: 48px 0 23px;
  background:
    radial-gradient(ellipse at 50% 110%, #46716f 0, transparent 62%),
    linear-gradient(180deg, #0b1725, #183839);
  color: #fff;
  overflow: hidden;
}
.hero-copy {
  text-align: center;
}
.hero .eyebrow {
  color: #c3d6d8;
  font-size: 12px;
  letter-spacing: 0.1em;
  margin-bottom: 18px;
}
.hero h1 {
  font-size: clamp(48px, 5vw, 68px);
  font-weight: 450;
  line-height: 1.3;
  letter-spacing: -0.045em;
}
.hero h1 span {
  color: #d2eeeb;
}
.hero-description {
  margin: 20px auto 0;
  font-size: 16px;
  line-height: 1.9;
  max-width: 800px;
  color: #dce9e9;
}
.hero-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin: 25px 0 37px;
}
.hero-actions .button {
  background: #e9f5f2;
  color: #142b30;
  min-width: 228px;
}
.hero-actions .button:hover {
  background: white;
}
.hero-actions .button-outline {
  background: transparent;
  border: 1px solid #91aaa9;
  color: #fff;
  min-width: 158px;
}
.hero-actions .button-outline:hover {
  background: #ffffff13;
}
.hero-gallery {
  display: grid;
  grid-template-columns: 1.65fr 1fr 1fr;
  gap: 18px;
  width: min(1400px, calc(100% - 64px));
  margin: auto;
}
.media-card {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 16px;
  height: 366px;
  isolation: isolate;
  text-decoration: none;
  background: #c8dbd5;
  color: #fff;
}
.media-card:hover {
  text-decoration: none;
}
.media-card .lifestyle-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.media-card:hover .lifestyle-image {
  transform: scale(1.035);
}
.media-practice .lifestyle-image {
  object-position: 70% center;
}
.media-team .lifestyle-image {
  object-position: 58% center;
}
.media-practice:after,
.media-team:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #061a2844, transparent 35%, #071a258c);
  z-index: 1;
  pointer-events: none;
}
.media-title {
  position: absolute;
  top: 22px;
  left: 24px;
  font-size: 17px;
  font-weight: 550;
  z-index: 3;
  letter-spacing: -0.02em;
}
.media-bottom {
  position: absolute;
  inset: auto 24px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 13px;
  font-weight: 550;
  z-index: 3;
}
.media-bottom > span {
  display: grid;
  place-items: center;
  background: #fff;
  color: #16332f;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 19px;
}
.actual-screen {
  position: relative;
  overflow: hidden;
  aspect-ratio: 0.56;
  background: #efefe9;
  border-radius: 26px;
  box-shadow: 0 17px 38px #0003;
  isolation: isolate;
}
.actual-screen > img {
  display: block;
  width: 116%;
  max-width: none;
  height: auto;
  margin-left: -8%;
  margin-top: -70%;
}
.hero-call {
  position: absolute;
  left: 23px;
  top: 76px;
  width: 154px;
  z-index: 2;
  border-radius: 19px;
  transform: rotate(-4deg);
  box-shadow: 0 15px 28px #0004;
}
.media-scoring {
  background: #e5e6df;
  color: #202724;
}
.hero-score {
  width: 214px;
  position: absolute;
  top: 65px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 20px;
}
.media-scoring .media-bottom {
  background: #e5e6dff5;
  inset: auto 0 0;
  padding: 16px 24px;
}
.image-note {
  text-align: center;
  font-size: 9px;
  color: #d3dfdc;
  line-height: 1.8;
  margin: 17px 20px 0;
}
.facts-inner {
  grid-template-columns: 1.45fr 1fr 1fr 1fr;
  padding-block: 34px;
}
.facts-inner > div > strong {
  font-weight: 400;
}
.facts-inner > div > p {
  font-size: 12px;
}
.section {
  padding-block: 105px;
}
.editorial-grid {
  display: grid;
  grid-template-columns: 1.12fr 1fr;
  gap: 75px;
  align-items: center;
}
.editorial-image {
  height: 530px;
  overflow: hidden;
  border-radius: 16px;
}
.editorial-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 45% center;
}
.editorial-copy h2 {
  font-size: 43px;
  line-height: 1.5;
}
.editorial-copy > p:not(.eyebrow) {
  font-size: 15px;
  color: var(--muted);
  line-height: 2;
  margin-top: 23px;
}
.editorial-copy .text-link {
  margin-top: 25px;
}
.product-section {
  padding: 95px 0 65px;
  background: #f3f4f5;
  color: var(--ink);
}
.centered {
  text-align: center;
}
.section-heading {
  margin-bottom: 45px;
}
.section-heading > .eyebrow {
  margin-bottom: 14px;
}
.section-heading > p:last-child:not(.eyebrow) {
  font-size: 15px;
  margin-top: 20px;
}
.screen-feature {
  min-width: 0;
}
.screen-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.screen-stage {
  height: 492px;
  overflow: hidden;
  position: relative;
  border-radius: 14px;
  padding: 35px 35px 0;
  display: flex;
  justify-content: center;
  background: #cadbd6;
}
.stage-score {
  background: #d8dfe8;
}
.stage-review {
  background: #e4dfd5;
}
.screen-stage .actual-screen {
  width: 260px;
  max-width: 100%;
  align-self: flex-start;
  border-radius: 28px;
  box-shadow: 0 18px 45px #2b342b26;
}
.screen-stage .actual-screen > img {
  margin-top: -70%;
}
.screen-copy {
  padding: 25px 4px 0;
}
.screen-copy > span {
  font-size: 10px;
  letter-spacing: 1px;
  color: #586b70;
}
.screen-copy h3 {
  font-size: 22px;
  font-weight: 550;
  line-height: 1.6;
  margin: 12px 0;
}
.screen-copy p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.9;
}
.product-footnote {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  font-size: 10px;
  color: var(--muted);
  line-height: 1.9;
  margin-top: 35px;
  padding-top: 25px;
  border-top: 1px solid #d6ddde;
}
.product-footnote a {
  white-space: nowrap;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.solution-tabs {
  gap: 40px;
  border-color: #ccd5d8;
}
.solution-tabs button {
  font-size: 16px;
  gap: 80px;
}
.solution-panel {
  background: #fff;
  padding: 45px 0 0;
  gap: 65px;
  grid-template-columns: 1fr 1.15fr;
  min-height: 400px;
}
.solution-panel h3 {
  font-size: 39px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 17px;
}
.solution-panel p {
  font-size: 15px;
  line-height: 2;
  margin-top: 22px;
}
.solution-panel .text-link {
  margin-top: 25px;
}
.tag {
  font-size: 10px;
  font-weight: 550;
  color: #546d71;
  letter-spacing: 0.1em;
}
.solution-photo {
  margin: 0;
  position: relative;
  height: 365px;
  border-radius: 14px;
  overflow: hidden;
  background: #e5e8e9;
}
.solution-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.solution-photo figcaption {
  position: absolute;
  inset: auto 0 0;
  background: linear-gradient(transparent, #071c2ac9);
  padding: 50px 28px 24px;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
}
.solution-photo small {
  display: block;
  font-size: 9px;
  font-weight: 400;
  margin-top: 7px;
  color: #dbe3e5;
}
#panel-service .solution-photo img {
  object-position: center 23%;
}
.industries {
  margin-top: 38px;
  border-top: 1px solid #dce2e3;
  padding-top: 27px;
  gap: 30px;
}
.industries > p {
  font-size: 12px;
}
.industries > div {
  gap: 9px;
}
.industries span {
  font-size: 12px;
  border-color: #dce2e3;
  background: #f8f9f9;
}
.trust-section {
  background: #edf1f3;
  padding-block: 95px;
}
.trust-items h3 {
  font-size: 19px;
}
.trust-items p {
  font-size: 14px;
}
.trust-items a {
  font-size: 12px;
}
.section-description {
  font-size: 15px;
  line-height: 2;
}
.faq-section {
  grid-template-columns: 0.8fr 1.6fr;
  gap: 60px;
}
.faq-section h2 {
  font-size: 33px;
}
summary {
  font-size: 15px;
}
details > p {
  font-size: 14px;
}
.contact-section {
  background: #102a36;
  color: white;
  padding-block: 90px;
}
.contact-copy .eyebrow {
  color: #b4cdd0;
}
.contact-copy h2 {
  font-size: 39px;
  font-weight: 500;
}
.contact-copy h2 > span {
  font-size: 27px;
  color: #b9d8d5;
}
.contact-copy > p:not(.eyebrow) {
  font-size: 14px;
  color: #cbd7db;
}
.contact-copy li {
  border-color: #49616b;
  font-size: 13px;
}
.contact-copy li > span {
  color: #bdd8d7;
}
.contact-company {
  color: #d0dfe1;
  font-size: 12px;
}
.form-card {
  color: var(--ink);
  border-radius: 14px;
}
.form-card h3 {
  font-size: 21px;
}
.field label {
  font-size: 12px;
}
.field-row {
  gap: 16px;
}
input:not([type="checkbox"]),
textarea,
select {
  font-size: 14px;
  min-height: 46px;
}
.form-intro {
  font-size: 12px;
}
.form-note {
  font-size: 11px;
}
.consent {
  font-size: 11px;
}
.submit-button {
  font-size: 14px;
}
footer {
  background: #0b1c26;
}
.footer-top {
  border-color: #394b55;
}
.footer-bottom p {
  color: #c0ced5;
}
.footer-links {
  color: #c0ced5;
}
@media (min-width: 1500px) {
  .hero-gallery {
    gap: 22px;
  }
  .media-card {
    height: 410px;
  }
  .hero-call {
    width: 180px;
    top: 70px;
    left: 33px;
  }
  .hero-score {
    width: 245px;
  }
  .hero h1 {
    font-size: 72px;
  }
}
@media (max-width: 1100px) {
  .container {
    width: calc(100% - 48px);
  }
  .header-inner {
    gap: 18px;
  }
  .header nav {
    gap: 17px;
  }
  .header nav a {
    font-size: 11px;
  }
  .brand > span {
    font-size: 18px;
  }
  .hero-gallery {
    width: calc(100% - 40px);
    gap: 13px;
    grid-template-columns: 1.4fr 1fr 1fr;
  }
  .media-card {
    height: 325px;
  }
  .hero-call {
    width: 140px;
    left: 15px;
    top: 65px;
  }
  .hero-score {
    width: 195px;
  }
  .media-title {
    font-size: 15px;
    left: 18px;
  }
  .media-bottom {
    font-size: 11px;
    left: 18px;
    right: 18px;
  }
  .editorial-grid {
    gap: 42px;
  }
  .editorial-copy h2 {
    font-size: 35px;
  }
  .editorial-copy > p:not(.eyebrow) {
    font-size: 13px;
  }
  .editorial-image {
    height: 465px;
  }
  .screen-stage {
    padding: 28px 25px 0;
    height: 430px;
  }
  .screen-copy h3 {
    font-size: 19px;
  }
  .screen-copy p {
    font-size: 13px;
  }
  .solution-panel {
    gap: 35px;
  }
  .solution-panel h3 {
    font-size: 32px;
  }
  .solution-panel p {
    font-size: 13px;
  }
  .contact-grid {
    gap: 40px;
  }
  .contact-copy h2 {
    font-size: 32px;
  }
  .contact-copy h2 > span {
    font-size: 23px;
  }
}
@media (max-width: 900px) {
  .header-inner {
    height: 74px;
  }
  .header nav {
    display: none;
    position: absolute;
    top: 74px;
    left: 0;
    right: 0;
    background: white;
    border-bottom: 1px solid var(--line);
    padding: 16px 24px;
    box-shadow: 0 10px 20px #0001;
  }
  .header nav.is-open {
    display: grid;
    gap: 0;
  }
  .header nav a {
    font-size: 14px;
    padding: 13px 0;
  }
  .header .button {
    margin-left: auto;
  }
  .menu-toggle {
    display: flex;
    flex-direction: column;
    gap: 6px;
    justify-content: center;
    width: 30px;
    height: 40px;
    background: transparent;
    padding: 4px;
  }
  .menu-toggle span {
    display: block;
    width: 22px;
    height: 1px;
    background: #1a3037;
  }
  .hero {
    padding-top: 40px;
  }
  .hero h1 {
    font-size: 58px;
  }
  .hero-description {
    font-size: 14px;
  }
  .hero-gallery {
    grid-template-columns: 1.4fr 1fr;
  }
  .media-team {
    display: none;
  }
  .media-card {
    height: 355px;
  }
  .hero-call {
    width: 154px;
    left: 20px;
  }
  .hero-score {
    width: 210px;
  }
  .section {
    padding-block: 75px;
  }
  .facts-inner > div {
    padding-left: 25px;
  }
  .facts-inner > div > p {
    font-size: 10px;
  }
  .facts-inner > p {
    font-size: 12px;
  }
  .editorial-grid {
    gap: 35px;
  }
  .editorial-copy h2 {
    font-size: 30px;
  }
  .editorial-image {
    height: 470px;
  }
  .screen-gallery {
    gap: 16px;
  }
  .screen-stage {
    height: 355px;
    padding: 25px 16px 0;
  }
  .screen-stage .actual-screen {
    border-radius: 19px;
  }
  .screen-copy h3 {
    font-size: 17px;
  }
  .screen-copy p {
    font-size: 12px;
  }
  .product-section {
    padding-top: 70px;
  }
  .solution-tabs button {
    gap: 55px;
    font-size: 14px;
  }
  .solution-panel {
    gap: 30px;
  }
  .solution-panel h3 {
    font-size: 29px;
  }
  .solution-photo {
    height: 330px;
  }
  .solution-photo figcaption {
    font-size: 15px;
    padding: 40px 22px 20px;
  }
  .industries {
    display: block;
  }
  .industries > p {
    margin-bottom: 14px;
  }
  .trust-grid {
    gap: 35px;
  }
  .trust-items h3 {
    font-size: 16px;
  }
  .trust-items p,
  .section-description {
    font-size: 13px;
  }
  .faq-section {
    grid-template-columns: 1fr 1.6fr;
    gap: 35px;
  }
  .faq-section h2 {
    font-size: 26px;
  }
  summary {
    font-size: 13px;
  }
  .contact-grid {
    gap: 30px;
  }
  .contact-copy h2 {
    font-size: 29px;
  }
  .contact-copy h2 > span {
    font-size: 21px;
  }
  .form-card {
    padding: 27px;
  }
  .footer-bottom {
    flex-direction: column;
  }
}
@media (max-width: 650px) {
  html {
    scroll-padding-top: 90px;
  }
  .container {
    width: calc(100% - 40px);
  }
  .utility .container {
    height: 27px;
    font-size: 9px;
  }
  .utility a {
    font-size: 9px;
  }
  .header-inner {
    height: 70px;
    gap: 10px;
  }
  .header nav {
    top: 70px;
  }
  .brand {
    gap: 7px;
  }
  .brand img {
    width: 28px;
    height: 28px;
  }
  .brand > span {
    font-size: 16px;
    letter-spacing: 1.2px;
  }
  .brand small {
    font-size: 8px;
    margin-top: 5px;
  }
  .header .button {
    font-size: 10px;
    min-height: 38px;
    padding: 9px 11px;
    gap: 6px;
  }
  .header .button span {
    font-size: 15px;
  }
  .menu-toggle {
    width: 26px;
    padding: 2px;
  }
  .menu-toggle span {
    width: 20px;
  }
  .hero {
    padding: 35px 0 18px;
  }
  .hero .eyebrow {
    font-size: 10px;
    margin-bottom: 18px;
  }
  .hero h1 {
    font-size: 46px;
    line-height: 1.35;
    font-weight: 500;
  }
  .hero-description {
    font-size: 12px;
    margin-top: 20px;
    line-height: 2;
    text-wrap: balance;
  }
  .hero-actions {
    margin: 24px 0 28px;
    gap: 9px;
  }
  .hero-actions .button {
    font-size: 11px;
    min-height: 46px;
    min-width: 0;
    padding: 11px 14px;
    gap: 11px;
  }
  .hero-actions .button-outline {
    min-width: 0;
  }
  .hero-gallery {
    width: calc(100% - 32px);
    gap: 12px;
    grid-template-columns: 1.2fr 1fr;
  }
  .media-card {
    height: 285px;
    border-radius: 12px;
  }
  .media-practice {
    grid-column: 1/-1;
    height: 290px;
  }
  .media-practice .lifestyle-image {
    object-position: 72% center;
  }
  .hero-call {
    width: 132px;
    top: 52px;
    left: 19px;
    border-radius: 16px;
  }
  .media-title {
    top: 16px;
    left: 19px;
    font-size: 14px;
  }
  .media-bottom {
    bottom: 14px;
    left: 19px;
    right: 19px;
    font-size: 12px;
  }
  .media-bottom > span {
    width: 26px;
    height: 26px;
    font-size: 17px;
  }
  .media-team {
    display: block;
  }
  .hero-score {
    width: 165px;
    top: 52px;
    border-radius: 16px;
  }
  .media-scoring .media-title,
  .media-team .media-title {
    font-size: 12px;
    left: 14px;
  }
  .media-scoring .media-bottom {
    padding: 12px;
    font-size: 10px;
  }
  .media-team .media-bottom {
    font-size: 10px;
    left: 13px;
    right: 13px;
    gap: 5px;
  }
  .media-team .lifestyle-image {
    object-position: 56% center;
  }
  .image-note {
    font-size: 8px;
    margin: 13px 22px 0;
    line-height: 1.8;
  }
  .facts-inner {
    grid-template-columns: repeat(3, 1fr);
    padding-block: 27px;
  }
  .facts-inner > p {
    grid-column: 1/-1;
    text-align: center;
    font-size: 12px;
    margin-bottom: 22px;
  }
  .facts-inner > p br {
    display: none;
  }
  .facts-inner > div {
    padding-left: 0;
    text-align: center;
  }
  .facts-inner > div:nth-child(2) {
    border: 0;
  }
  .facts-inner > div > strong {
    font-size: 36px;
  }
  .facts-inner > div > strong span {
    font-size: 14px;
  }
  .facts-inner > div > p {
    font-size: 9px;
    max-width: 98px;
    margin-inline: auto;
  }
  .section {
    padding-block: 62px;
  }
  h2 {
    font-size: 30px;
  }
  .eyebrow {
    font-size: 10px;
    margin-bottom: 16px;
  }
  .editorial-grid {
    display: flex;
    flex-direction: column-reverse;
    gap: 29px;
    align-items: stretch;
  }
  .editorial-copy h2 {
    font-size: 34px;
  }
  .editorial-copy > p:not(.eyebrow) {
    font-size: 13px;
    margin-top: 18px;
  }
  .editorial-copy .text-link {
    font-size: 13px;
    margin-top: 19px;
  }
  .editorial-image {
    height: 300px;
    border-radius: 12px;
  }
  .product-section {
    padding: 60px 0 40px;
  }
  .section-heading {
    margin-bottom: 30px;
  }
  .section-heading > p:last-child:not(.eyebrow) {
    font-size: 13px;
  }
  .screen-gallery {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .screen-stage {
    height: 455px;
    padding: 30px 25px 0;
    border-radius: 12px;
  }
  .screen-stage .actual-screen {
    width: 255px;
    max-width: 100%;
    border-radius: 25px;
  }
  .screen-copy {
    padding: 20px 2px 0;
  }
  .screen-copy h3 {
    font-size: 22px;
    margin-block: 10px;
  }
  .screen-copy p {
    font-size: 13px;
  }
  .product-footnote {
    flex-direction: column;
    font-size: 10px;
    gap: 12px;
    margin-top: 28px;
    padding-top: 22px;
  }
  .solution-tabs {
    gap: 0;
    justify-content: space-between;
  }
  .solution-tabs button {
    font-size: 12px;
    gap: 12px;
    padding: 15px 0;
  }
  .solution-panel {
    grid-template-columns: 1fr;
    gap: 27px;
    padding: 27px 0 0;
    min-height: 0;
  }
  .solution-panel h3 {
    font-size: 32px;
    margin-top: 15px;
  }
  .solution-panel p {
    font-size: 13px;
    margin-top: 17px;
  }
  .solution-panel .text-link {
    margin-top: 20px;
    font-size: 13px;
  }
  .solution-photo {
    height: 300px;
  }
  .industries {
    margin-top: 28px;
    padding-top: 22px;
  }
  .industries > div {
    gap: 7px;
  }
  .industries span {
    font-size: 10px;
    padding: 7px 10px;
  }
  .trust-section {
    padding-block: 60px;
  }
  .trust-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .section-description {
    font-size: 13px;
  }
  .trust-items h3 {
    font-size: 16px;
  }
  .trust-items p {
    font-size: 13px;
  }
  .trust-items a {
    font-size: 11px;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .faq-section h2 {
    font-size: 30px;
  }
  summary {
    font-size: 13px;
    padding-block: 20px;
  }
  details > p {
    font-size: 12px;
  }
  .contact-section {
    padding-block: 50px;
  }
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .contact-copy {
    padding-top: 0;
  }
  .contact-copy h2 {
    font-size: 33px;
  }
  .contact-copy h2 > span {
    font-size: 23px;
  }
  .contact-copy > p:not(.eyebrow) {
    font-size: 13px;
  }
  .contact-copy ol {
    margin: 25px 0;
  }
  .contact-copy li {
    padding: 14px 0;
  }
  .form-card {
    padding: 26px 22px;
  }
  .form-card h3 {
    font-size: 19px;
  }
  .field label {
    font-size: 11px;
  }
  .field-row {
    gap: 12px;
  }
  input:not([type="checkbox"]),
  textarea,
  select {
    font-size: 16px;
    min-height: 46px;
    padding: 10px;
  }
  input::placeholder,
  textarea::placeholder {
    font-size: 12px;
  }
  select {
    font-size: 13px;
  }
  .form-intro {
    font-size: 11px;
  }
  .consent {
    font-size: 10px;
  }
  .form-note {
    font-size: 9px;
  }
  .submit-button {
    font-size: 13px;
  }
  .footer-top {
    flex-wrap: wrap;
    gap: 23px;
    padding-bottom: 27px;
  }
  .footer-top p {
    font-size: 11px;
  }
  .footer-top > a:last-child {
    width: 100%;
    margin: 0;
    font-size: 11px;
  }
  .footer-bottom {
    gap: 25px;
  }
  .footer-bottom p {
    font-size: 10px;
  }
  .footer-links {
    font-size: 9px;
    gap: 15px;
  }
  footer {
    padding-top: 40px;
  }
}
@media (max-width: 360px) {
  .container {
    width: calc(100% - 32px);
  }
  .brand img {
    display: none;
  }
  .hero h1 {
    font-size: 42px;
  }
  .hero-actions .button {
    padding: 11px 10px;
    gap: 7px;
    font-size: 10px;
  }
  .hero-gallery {
    width: calc(100% - 24px);
    gap: 10px;
  }
  .hero-score {
    width: 148px;
  }
  .media-card:not(.media-practice) {
    height: 267px;
  }
  .media-bottom > span {
    width: 23px;
    height: 23px;
  }
  .field-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .screen-stage {
    height: 420px;
  }
  .editorial-copy h2 {
    font-size: 31px;
  }
  .solution-tabs button {
    font-size: 11px;
    gap: 7px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
  }
}

/* Product vocabulary and scenario-based training examples. */
.hero h1 {
  font-size: clamp(40px, 4.5vw, 64px);
  letter-spacing: -0.04em;
}
.media-practice .lifestyle-image {
  object-position: 60% 12%;
}
.media-practice:after {
  background:
    linear-gradient(90deg, #071720c9, #07172014 75%),
    linear-gradient(0deg, #07172099, transparent 45%);
}
.practice-caption {
  position: absolute;
  left: 24px;
  top: 100px;
  font-size: 30px;
  line-height: 1.7;
  z-index: 3;
  font-weight: 500;
  letter-spacing: -0.03em;
}
.feature-details {
  display: grid;
  grid-template-columns: 0.8fr 1.5fr;
  gap: 60px;
  padding: 60px 0 35px;
  margin-top: 45px;
  border-top: 1px solid #cad3d6;
}
.feature-details + .feature-details {
  margin-top: 0;
  padding-top: 45px;
}
.feature-details h3 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.65;
  margin: 15px 0;
}
.feature-details dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 40px;
  margin: 0;
}
.feature-details dt {
  font-size: 18px;
  font-weight: 650;
  margin-bottom: 10px;
}
.feature-details dd {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.9;
}
.solution-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: none;
  gap: 12px;
}
.solution-tabs button {
  padding: 18px 8px;
  text-align: center;
  justify-content: center;
  white-space: normal;
}
.usecase-panel[hidden] {
  display: none;
}
.usecase-panel {
  padding-top: 36px;
}
.usecase-intro {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 48px;
  align-items: center;
  margin-bottom: 36px;
}
.usecase-intro h3 {
  font-size: 30px;
  font-weight: 550;
  line-height: 1.65;
  letter-spacing: -0.025em;
  margin: 12px 0;
  max-width: 800px;
}
.usecase-intro p:not(.eyebrow) {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.9;
}
.usecase-intro img {
  width: 100%;
  height: 174px;
  object-fit: cover;
  object-position: center 34%;
  border-radius: 12px;
}
.case-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
}
.case-grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.usecase {
  padding: 26px 0;
  border-top: 2px solid #355759;
  min-width: 0;
}
.case-label {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin: 0 0 14px;
  font-size: 12px;
  color: #355759;
  font-weight: 650;
}
.case-label span {
  font-weight: 400;
  color: #6c787e;
}
.usecase h3 {
  font-size: 23px;
  line-height: 1.55;
  font-weight: 600;
  margin: 0 0 14px;
  letter-spacing: -0.03em;
}
.case-roles {
  font-size: 12px;
  line-height: 1.7;
  color: #355759;
  margin: 0 0 14px;
}
.case-roles span {
  display: inline-block;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.04em;
  line-height: 1.5;
  color: #fff;
  background: #355759;
  border-radius: 3px;
  padding: 1px 6px;
  margin-right: 6px;
  vertical-align: 1px;
}
.case-roles span:not(:first-child) {
  margin-left: 10px;
}
.case-context {
  font-size: 14px;
  line-height: 1.95;
  color: var(--muted);
  margin: 0;
}
.usecase h4 {
  font-size: 12px;
  font-weight: 650;
  margin: 22px 0 10px;
}
.usecase ul {
  padding-left: 18px;
  margin: 0;
  font-size: 14px;
  line-height: 1.9;
}
.usecase li + li {
  margin-top: 8px;
}
.training-usage {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 35px;
  align-items: center;
  padding: 25px 28px;
  background: #eff3f3;
  border-radius: 10px;
  margin: 8px 0 36px;
}
.training-usage h3 {
  font-size: 14px;
  margin: 0 0 8px;
}
.training-usage p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.9;
  margin: 0;
  max-width: 740px;
}
.training-usage a {
  font-size: 13px;
  max-width: 230px;
  line-height: 1.8;
}
.industries .curriculum-note {
  font-size: 11px;
  font-weight: 400;
  color: var(--muted);
  line-height: 1.9;
  margin-top: 18px;
}
@media (max-width: 900px) {
  .feature-details {
    gap: 30px;
    grid-template-columns: 1fr;
  }
  .usecase-intro {
    grid-template-columns: 1fr 200px;
    gap: 28px;
  }
  .case-grid.three {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .case-grid.three .usecase {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 25px;
  }
  .case-grid.three .case-label,
  .case-grid.three h3,
  .case-grid.three .case-roles {
    grid-column: 1;
  }
  .case-grid.three .case-context {
    grid-column: 2;
    grid-row: 1 / 4;
  }
  .case-grid.three h4,
  .case-grid.three ul {
    grid-column: 2;
  }
  .training-usage {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
@media (max-width: 650px) {
  .hero h1 {
    font-size: clamp(30px, 7.8vw, 44px);
  }
  .hero-description {
    font-size: 12px;
  }
  .hero-description span {
    display: inline-block;
    text-wrap: balance;
  }
  .practice-caption {
    font-size: 25px;
    top: 90px;
    left: 20px;
  }
  .media-practice .lifestyle-image {
    object-position: 60% 18%;
  }
  .feature-details {
    margin-top: 32px;
    padding: 30px 0;
  }
  .feature-details h3 {
    font-size: 26px;
  }
  .feature-details dl {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .feature-details dt {
    font-size: 17px;
  }
  .solution-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 12px;
  }
  .solution-tabs button {
    font-size: 12px;
    padding: 16px 2px;
  }
  .usecase-intro {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 28px;
  }
  .usecase-intro h3 {
    font-size: 25px;
  }
  .usecase-intro p:not(.eyebrow) {
    font-size: 13px;
  }
  .usecase-intro img {
    height: 180px;
  }
  .case-grid,
  .case-grid.three {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .case-grid.three .usecase {
    display: block;
  }
  .usecase h3 {
    font-size: 23px;
  }
  .training-usage {
    padding: 22px 20px;
    margin-top: 4px;
  }
}
.usecase-intro h3 {
  text-wrap: balance;
}
.industries .curriculum-note {
  white-space: normal;
}

/* Light, material depth and deliberate motion. */
.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #09131b;
  padding-top: 66px;
  padding-bottom: 46px;
}
.hero-depth {
  position: absolute;
  inset: -8% 0;
  z-index: -2;
  background: url("/sparring-business/images/depth-v1.webp") center 58% / cover
    no-repeat;
  will-change: transform;
}
.hero:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, #06111a44, #06111a55 50%, #07151bd9);
}
.hero-light {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(
    ellipse at var(--light-x, 72%) var(--light-y, 25%),
    #d7f5f51c,
    transparent 46%
  );
}
.hero-copy {
  position: relative;
}
.hero h1 {
  text-shadow: 0 3px 35px #0005;
}
.hero-actions {
  margin-bottom: 48px;
}
.media-card {
  border: 1px solid #ffffff30;
  box-shadow: 0 22px 65px #0004;
  transition:
    transform 0.55s cubic-bezier(0.2, 0.7, 0.2, 1),
    box-shadow 0.55s;
}
.media-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 32px 70px #0006;
}
.media-practice .lifestyle-image {
  object-position: 66% center;
}
.media-team .lifestyle-image {
  object-position: 50% center;
}
.media-practice:after {
  background: linear-gradient(180deg, #07172055, transparent 40%, #07172099);
}
.facts {
  background: linear-gradient(105deg, #f7f8f5, #e9f0ed 65%, #fff);
}
.product-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 12% 22%, #fff 0, transparent 40%),
    radial-gradient(ellipse at 92% 70%, #d4e4e3, transparent 52%), #eef0ed;
}
.product-section:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 1100px;
  height: 1100px;
  left: -800px;
  top: 0;
  border: 1px solid #b9c8c855;
  border-radius: 50%;
  box-shadow:
    0 0 0 90px #bccacb0b,
    0 0 0 180px #bccacb09;
}
.screen-stage {
  background:
    radial-gradient(ellipse at 38% 18%, #fff9, transparent 60%),
    linear-gradient(145deg, #d8e4df, #bccdcc);
  box-shadow:
    inset 0 1px 0 #fff,
    0 20px 50px #173d3d0c;
}
.stage-score {
  background:
    radial-gradient(ellipse at 60% 20%, #fff, transparent 65%),
    linear-gradient(145deg, #dfe5ea, #bccbd8);
}
.stage-review {
  background:
    radial-gradient(ellipse at 40% 18%, #fff, transparent 65%),
    linear-gradient(145deg, #ebe5d9, #d2cabb);
}
.screen-stage .actual-screen {
  transition: transform 0.65s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.screen-feature:hover .actual-screen {
  transform: translateY(-9px);
}
.screen-copy > span {
  color: #416660;
  font-size: 12px;
}
.feature-details {
  grid-template-columns: 1fr;
  gap: 20px;
  padding: 35px 0 12px;
}
.feature-details h3 {
  font-size: 25px;
  margin: 0;
}
.feature-details dl {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}
#solutions {
  padding-top: 95px;
}
.solution-tabs {
  position: relative;
}
.solution-tabs.has-indicator button {
  border-bottom-color: transparent;
}
.tab-indicator {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 3px;
  pointer-events: none;
  background: #315653;
  border-radius: 3px;
  transition:
    transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1),
    width 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.usecase-panel {
  padding-top: 24px;
}
.usecase {
  border-top: 0;
}
.case-grid {
  gap: 45px;
}
.training-usage {
  background: linear-gradient(110deg, #eef3f0, #e0eaea);
}
.contact-section {
  position: relative;
  isolation: isolate;
  background: #101e26;
  overflow: hidden;
}
.contact-section:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, #07162099, #071620dd),
    url("/sparring-business/images/depth-v1.webp") center/cover;
}
.contact-copy h2 {
  font-size: clamp(28px, 3.1vw, 45px);
  line-height: 1.6;
}
.contact-copy .contact-company {
  margin-top: 35px;
}
.form-card {
  box-shadow: 0 28px 90px #0004;
  border: 1px solid #ffffff77;
}
.button {
  transition:
    background 0.25s,
    box-shadow 0.3s,
    transform 0.3s;
}
.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px #0002;
}
.button > span,
.text-link > span {
  transition: transform 0.3s;
}
.button:hover > span,
.text-link:hover > span {
  transform: translate(3px, -2px);
}
.asset-note {
  font-size: 10px;
  color: #bbc9cd;
  line-height: 1.7;
  margin: 0 0 24px;
}
@media (max-width: 650px) {
  .hero {
    padding-top: 40px;
    padding-bottom: 26px;
  }
  .hero-depth {
    background-position: 60% center;
  }
  .hero-actions {
    margin-bottom: 28px;
  }
  .feature-details dl {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .feature-details h3 {
    font-size: 23px;
  }
  .feature-details dd {
    font-size: 13px;
  }
  #solutions {
    padding-top: 60px;
  }
  .case-grid {
    gap: 0;
  }
  .usecase + .usecase {
    border-top: 1px solid #d8e0df;
  }
  .media-practice .lifestyle-image {
    object-position: 65% center;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero-depth {
    will-change: auto;
    transform: none !important;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
  .media-card:hover,
  .screen-feature:hover .actual-screen,
  .button:hover {
    transform: none;
  }
}

.solutions-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 60px;
  margin-bottom: 44px;
}
.solutions-intro .section-heading {
  margin: 0;
}
.solutions-team {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  border-radius: 18px;
  box-shadow: 0 18px 45px #14372b12;
}
@media (max-width: 767px) {
  .solutions-intro {
    grid-template-columns: 1fr;
    gap: 26px;
    margin-bottom: 28px;
  }
  .solutions-team {
    border-radius: 12px;
  }
}
