  .outsmart-body {
    background: linear-gradient(180deg, #FFFCF5 0%, #EFF7FB 100%);
    color: #081C2D;
    font-family: "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: geometricPrecision;
  }

  .outsmart-shell {
    width: 100%;
    max-width: none;
    padding: 0;
  }

  .outsmart-body *,
  .outsmart-body *::before,
  .outsmart-body *::after {
    box-sizing: border-box;
  }

  .outsmart-layout-topbar {
    display: none;
  }

  .outsmart-body .outsmart-page {
    min-height: 100vh;
    background:
      linear-gradient(180deg, #FFFCF5 0%, #EFF7FB 100%);
    overflow: hidden;
  }

  .outsmart-page a {
    text-decoration: none;
  }

  .outsmart-header {
    background: #ffffff;
    border-bottom: 1px solid rgba(9, 18, 26, 0.06);
    position: sticky;
    top: 0;
    z-index: 20;
  }

  .outsmart-header-inner {
    width: min(1180px, calc(100% - 40px));
    min-height: 72px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 180px 1fr minmax(240px, 300px);
    align-items: center;
    gap: 20px;
  }

  .outsmart-brand {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    color: #1268D6;
    font-weight: 850;
  }

  .outsmart-brand-logo {
    display: block;
    width: auto;
    height: 48px;
    max-width: 128px;
  }

  .outsmart-brand-logo-main {
    width: 188px;
    height: auto;
    max-width: min(188px, 42vw);
  }

  .outsmart-brand-text {
    gap: 4px;
    font-size: 2rem;
    line-height: 1;
  }

  .outsmart-brand-cap {
    width: 28px;
    height: 18px;
    border-top: 8px solid #0f76d8;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    transform: rotate(20deg) translateY(-5px);
  }

  .outsmart-header-links,
  .outsmart-header-actions,
  .outsmart-cta-row,
  .outsmart-microcopy {
    display: flex;
    align-items: center;
  }

  .outsmart-header-links {
    justify-content: center;
    gap: 32px;
  }

  .outsmart-header-links a,
  .outsmart-login-link {
    color: #354556;
    font-size: 0.86rem;
    font-weight: 850;
  }

  .outsmart-header-actions {
    justify-content: flex-end;
    gap: 18px;
  }

  .outsmart-small-cta,
  .outsmart-button {
    border-radius: 8px;
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 0;
    cursor: pointer;
    line-height: 1.1;
    box-shadow: 0 10px 22px rgba(3, 184, 0, 0.18);
  }

  .outsmart-small-cta {
    min-height: 38px;
    padding: 0 16px;
    color: #ffffff;
    background: #1BA6A6;
    font-size: 0.82rem;
  }

  .outsmart-hero,
  .outsmart-demo-section,
  .outsmart-exact-section,
  .outsmart-steps-section,
  .outsmart-problem-section,
  .outsmart-safety-section,
  .outsmart-upload-section,
  .outsmart-final-cta,
  .outsmart-footer {
    width: min(1440px, calc(100% - 64px));
    margin: 0 auto;
  }

  .outsmart-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(500px, 0.92fr);
    gap: clamp(44px, 6vw, 88px);
    align-items: center;
    min-height: 760px;
    padding: 74px 0 72px;
  }

  .outsmart-hero-copy {
    max-width: 720px;
  }

  .outsmart-scan-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 8px;
    color: #0b7d19;
    background: #bff5ba;
    border: 1px solid rgba(11, 125, 25, 0.18);
    font-size: 0.88rem;
    font-weight: 900;
  }

  .outsmart-scan-badge span {
    width: 9px;
    height: 9px;
    border-radius: 8px;
    background: #1BA6A6;
  }

  .outsmart-hero h1,
  .outsmart-exact-section h2,
  .outsmart-steps-section h2,
  .outsmart-section-head h2,
  .outsmart-final-cta h2 {
    margin: 0;
    color: #07121c;
    font-weight: 830;
    letter-spacing: -0.055em;
    line-height: 0.98;
  }

  .outsmart-hero h1 {
    margin-top: 24px;
    font-size: clamp(2.75rem, 5.25vw, 4.64rem);
    max-width: 760px;
  }

  .outsmart-hero h1 span {
    display: block;
    color: #0577d9;
  }

  .outsmart-hero-copy > p,
  .outsmart-exact-section > p,
  .outsmart-steps-section > p,
  .outsmart-section-head p,
  .outsmart-final-cta > p {
    color: #344150;
    font-weight: 650;
    line-height: 1.45;
  }

  .outsmart-hero-copy > p {
    margin: 24px 0 24px;
    max-width: 640px;
    font-size: clamp(1.05rem, 1.5vw, 1.24rem);
    line-height: 1.45;
  }

  .outsmart-hero-copy > .outsmart-trust-line {
    margin: 20px 0 0;
    max-width: 650px;
    color: #22354a;
    font-size: 1.04rem;
    line-height: 1.38;
    font-weight: 760;
  }

  .outsmart-hero-copy > .outsmart-trust-line::before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-right: 10px;
    border-radius: 2px;
    background:
      linear-gradient(135deg, transparent 43%, #ffffff 43% 57%, transparent 57%),
      #159f2e;
    vertical-align: middle;
    box-shadow: inset 0 -6px 0 rgba(0, 0, 0, 0.08);
  }

  .outsmart-hero-copy > .outsmart-trust-line strong {
    color: #07121c;
  }

  .outsmart-cta-row {
    flex-wrap: wrap;
    gap: 18px;
  }

  .outsmart-button {
    min-height: 62px;
    padding: 0 34px;
    border-radius: 4px;
    font-size: 1.08rem;
  }

  .outsmart-button-primary {
    background: linear-gradient(180deg, #1BA6A6 0%, #138E8E 100%);
    color: #ffffff;
    box-shadow: 0 18px 34px rgba(3, 184, 0, 0.28);
  }

  .outsmart-button-secondary {
    background: #ffffff;
    color: #07121c;
    border: 1px solid #d7e6f4;
    box-shadow: 0 10px 24px rgba(7, 18, 28, 0.08);
  }

  .outsmart-button-inverse {
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
    box-shadow: none;
  }

  .outsmart-microcopy {
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 28px;
    color: #0c5f17;
    font-size: 0.92rem;
    font-weight: 850;
  }

  .outsmart-microcopy span::before {
    content: none;
  }

  .outsmart-microcopy span {
    min-height: 58px;
    padding: 10px 16px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(3, 169, 12, 0.16);
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 12px 24px rgba(9, 18, 26, 0.08);
  }

  .outsmart-micro-icon {
    width: 24px;
    height: 24px;
    flex: 0 0 auto;
    position: relative;
    display: inline-block;
    color: #108421;
  }

  .outsmart-micro-icon-notes {
    border: 2px solid currentColor;
    border-radius: 1px;
  }

  .outsmart-micro-icon-notes::before,
  .outsmart-micro-icon-notes::after {
    content: "";
    position: absolute;
    left: 5px;
    right: 5px;
    height: 2px;
    border-radius: 8px;
    background: currentColor;
  }

  .outsmart-micro-icon-notes::before {
    top: 7px;
  }

  .outsmart-micro-icon-notes::after {
    bottom: 7px;
  }

  .outsmart-micro-icon-shield {
    border: 2px solid currentColor;
    border-radius: 3px 3px 4px 4px;
  }

  .outsmart-micro-icon-shield::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 6px;
    width: 10px;
    height: 6px;
    border-left: 3px solid currentColor;
    border-bottom: 3px solid currentColor;
    transform: rotate(-45deg);
  }

  .outsmart-micro-icon-lock {
    border: 2px solid currentColor;
    border-radius: 1px;
    transform: translateY(6px);
  }

  .outsmart-micro-icon-lock::before {
    content: "";
    position: absolute;
    left: 4px;
    top: -13px;
    width: 12px;
    height: 12px;
    border: 2px solid currentColor;
    border-bottom: 0;
    border-radius: 2px 2px 0 0;
  }

  .outsmart-micro-icon-check {
    border: 2px solid currentColor;
    border-radius: 8px;
  }

  .outsmart-micro-icon-check::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 6px;
    width: 11px;
    height: 7px;
    border-left: 3px solid currentColor;
    border-bottom: 3px solid currentColor;
    transform: rotate(-45deg);
  }

  .outsmart-micro-icon-target {
    border: 2px solid currentColor;
    border-radius: 8px;
  }

  .outsmart-micro-icon-target::before,
  .outsmart-micro-icon-target::after {
    content: "";
    position: absolute;
    background: currentColor;
  }

  .outsmart-micro-icon-target::before {
    left: 10px;
    top: -5px;
    width: 2px;
    height: 30px;
  }

  .outsmart-micro-icon-target::after {
    left: -5px;
    top: 10px;
    width: 30px;
    height: 2px;
  }

  .outsmart-note-sticker {
    margin-top: 34px;
    width: min(430px, 100%);
    padding: 20px 24px;
    background: #ffffff;
    border: 1px solid rgba(7, 18, 28, 0.08);
    border-radius: 2px;
    box-shadow: 0 18px 34px rgba(9, 18, 26, 0.08);
  }

  .outsmart-note-sticker strong {
    display: block;
    color: #0577d9;
    font-size: clamp(2rem, 4vw, 3.05rem);
    line-height: 0.9;
    font-weight: 850;
  }

  .outsmart-note-sticker strong span {
    display: block;
    color: #1BA6A6;
    text-decoration: underline;
    text-decoration-thickness: 4px;
    text-underline-offset: 5px;
  }

  .outsmart-note-sticker p {
    margin: 10px 0 0;
    color: #4b5968;
    font-weight: 850;
  }

  .outsmart-readiness-preview {
    padding: clamp(28px, 3vw, 42px);
    position: relative;
    overflow: hidden;
    background:
      radial-gradient(circle at 100% 0%, rgba(12, 116, 214, 0.08) 0 118px, transparent 119px),
      radial-gradient(circle at 18% 16%, rgba(27, 166, 166, 0.1), transparent 30%),
      linear-gradient(145deg, #ffffff 0%, #f6fbff 100%);
    border: 1px solid rgba(12, 116, 214, 0.18);
    border-radius: 4px;
    box-shadow: 0 28px 58px rgba(9, 18, 26, 0.12);
  }

  .outsmart-readiness-preview::after {
    content: none;
  }

  .outsmart-readiness-preview-head,
  .outsmart-demo-card-title {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 10px;
  }

  .outsmart-readiness-preview-head span,
  .outsmart-demo-card-title span,
  .outsmart-priority-card span,
  .outsmart-priority-list > span {
    color: #52677f;
    font-size: 0.92rem;
    font-weight: 850;
    text-transform: uppercase;
  }

  .outsmart-readiness-preview-head strong {
    color: #07121c;
    font-size: clamp(3.2rem, 4.4vw, 4.8rem);
    line-height: 0.98;
    font-weight: 850;
  }

  .outsmart-demo-card-title strong {
    color: #07121c;
    font-size: clamp(2.25rem, 4vw, 3.45rem);
    line-height: 0.98;
    font-weight: 850;
  }

  .outsmart-readiness-meter {
    margin: 28px 0;
    height: 16px;
    border-radius: 8px;
    background: #e4edf6;
    overflow: hidden;
  }

  .outsmart-readiness-meter span {
    display: block;
    width: 61%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #1BA6A6, #1268D6);
  }

  .outsmart-readiness-stats,
  .outsmart-demo-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }

  .outsmart-readiness-stats div,
  .outsmart-demo-metrics div {
    min-height: 108px;
    padding: 18px;
    display: grid;
    align-content: center;
    gap: 7px;
    border: 1px solid #d7e6f4;
    border-radius: 3px;
    background: #ffffff;
  }

  .outsmart-readiness-stats span,
  .outsmart-demo-metrics span {
    color: #526170;
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
  }

  .outsmart-readiness-stats strong,
  .outsmart-demo-metrics strong {
    color: #1268D6;
    font-size: 2.5rem;
    line-height: 1;
    font-weight: 850;
  }

  .outsmart-readiness-stats small,
  .outsmart-demo-metrics small {
    color: #344150;
    font-size: 0.86rem;
    font-weight: 750;
  }

  .outsmart-readiness-stats div:last-child strong,
  .outsmart-demo-metrics div:last-child strong {
    color: #ee3131;
  }

  .outsmart-priority-card {
    margin: 22px 0 16px;
    padding: 22px;
    border-radius: 3px;
    background:
      radial-gradient(circle at 15% 10%, rgba(27, 166, 166, 0.1), transparent 38%),
      #eff8ef;
    border: 1px solid rgba(3, 169, 12, 0.18);
  }

  .outsmart-priority-card strong {
    display: block;
    margin-top: 8px;
    color: #07121c;
    font-size: 1.6rem;
    font-weight: 850;
  }

  .outsmart-priority-card p {
    margin: 8px 0 0;
    color: #344150;
    font-weight: 820;
    line-height: 1.25;
  }

  .outsmart-priority-element {
    margin-top: 16px;
    padding: 14px 14px;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    border: 1px solid rgba(3, 169, 12, 0.16);
    border-radius: 3px;
    background: #ffffff;
  }

  .outsmart-priority-element-icon {
    width: 30px;
    height: 34px;
    position: relative;
    border: 2px solid #0b8e1d;
    border-radius: 1px;
  }

  .outsmart-priority-element-icon::before {
    content: "";
    position: absolute;
    right: -2px;
    top: -2px;
    border-top: 10px solid #0b8e1d;
    border-left: 10px solid transparent;
  }

  .outsmart-priority-element-icon::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 11px;
    width: 12px;
    height: 10px;
    border-top: 2px solid #0b8e1d;
    border-bottom: 2px solid #0b8e1d;
  }

  .outsmart-priority-element div strong {
    margin: 0;
    font-size: 1rem;
    line-height: 1.15;
  }

  .outsmart-priority-element div small {
    display: block;
    margin-top: 4px;
    color: #344150;
    font-size: 0.88rem;
    font-weight: 750;
  }

  .outsmart-priority-element em {
    padding: 8px 12px;
    color: #0b6f18;
    background: #dff4da;
    border-radius: 8px;
    font-size: 0.76rem;
    font-style: normal;
    font-weight: 900;
    white-space: nowrap;
  }

  .outsmart-element-button {
    width: 100%;
  }

  .outsmart-element-button-icon {
    width: 22px;
    height: 18px;
    position: relative;
    border: 2px solid currentColor;
    border-top: 0;
    border-radius: 0 0 1px 1px;
  }

  .outsmart-element-button-icon::before,
  .outsmart-element-button-icon::after {
    content: "";
    position: absolute;
    top: -7px;
    width: 12px;
    height: 16px;
    border: 2px solid currentColor;
    border-bottom: 0;
    border-radius: 2px 2px 0 0;
  }

  .outsmart-element-button-icon::before {
    left: -2px;
  }

  .outsmart-element-button-icon::after {
    right: -2px;
  }

  .outsmart-private-note {
    margin: 14px 0 0;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #526170;
    font-size: 0.86rem;
    font-weight: 750;
  }

  .outsmart-private-note span {
    width: 12px;
    height: 10px;
    position: relative;
    border: 2px solid currentColor;
    border-radius: 1px;
  }

  .outsmart-private-note span::before {
    content: "";
    position: absolute;
    left: 1px;
    top: -8px;
    width: 6px;
    height: 7px;
    border: 2px solid currentColor;
    border-bottom: 0;
    border-radius: 2px 2px 0 0;
  }

  .outsmart-phone-stage {
    min-height: 480px;
    position: relative;
    display: grid;
    place-items: center;
  }

  .outsmart-phone-stage::before {
    content: "";
    position: absolute;
    inset: 40px 28px 54px 18px;
    border-radius: 2px 18px 2px 18px;
    background: linear-gradient(135deg, #e0f9ff 0%, #d3f4e2 100%);
    border: 1px solid rgba(9, 18, 26, 0.04);
  }

  .outsmart-phone {
    width: 245px;
    min-height: 410px;
    padding: 24px 16px 20px;
    position: relative;
    z-index: 2;
    transform: rotate(11deg);
    border: 10px solid #2d3338;
    border-radius: 2px;
    background: #ffffff;
    box-shadow: 0 32px 50px rgba(9, 18, 26, 0.22);
  }

  .outsmart-phone-speaker {
    width: 56px;
    height: 6px;
    margin: 0 auto 12px;
    border-radius: 8px;
    background: #dce4ea;
  }

  .outsmart-phone-status,
  .outsmart-phone-title {
    color: #17202a;
    font-weight: 900;
  }

  .outsmart-phone-status {
    font-size: 0.74rem;
    text-align: center;
    margin-bottom: 10px;
  }

  .outsmart-phone-title {
    margin-bottom: 10px;
    font-size: 1.15rem;
  }

  .outsmart-readiness-bar {
    min-height: 48px;
    padding: 0 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #ffffff;
    background: #1BA6A6;
    border-radius: 1px;
    font-size: 1.1rem;
    font-weight: 900;
  }

  .outsmart-readiness-bar strong {
    width: 32px;
    height: 32px;
    display: inline-grid;
    place-items: center;
    border-radius: 8px;
    border: 3px solid rgba(255, 255, 255, 0.82);
  }

  .outsmart-phone-card {
    margin-top: 12px;
    min-height: 128px;
    padding: 14px;
    display: flex;
    align-items: center;
    border: 1px solid #dfe7ee;
    border-radius: 2px;
  }

  .outsmart-phone-card p {
    margin: 0;
    color: #17202a;
    font-size: 1.13rem;
    line-height: 1.13;
    font-weight: 850;
  }

  .outsmart-phone-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 12px;
  }

  .outsmart-phone-buttons span {
    min-height: 40px;
    border-radius: 1px;
    display: grid;
    place-items: center;
    color: #ffffff;
    font-size: 0.82rem;
    font-weight: 900;
  }

  .outsmart-phone-buttons span:first-child {
    background: #1268D6;
  }

  .outsmart-phone-buttons span:last-child {
    background: #1BA6A6;
  }

  .outsmart-phone small {
    display: block;
    margin-top: 12px;
    color: #1671c9;
    text-align: center;
    font-weight: 850;
  }

  .outsmart-score-pop,
  .outsmart-days-pop {
    position: absolute;
    z-index: 4;
    padding: 14px 18px;
    background: #ffffff;
    border-radius: 2px;
    box-shadow: 0 18px 32px rgba(9, 18, 26, 0.12);
  }

  .outsmart-score-pop {
    left: 28px;
    top: 96px;
  }

  .outsmart-score-pop strong,
  .outsmart-days-pop strong {
    display: block;
    color: #17202a;
    font-size: 1.55rem;
    font-weight: 850;
    line-height: 1;
  }

  .outsmart-score-pop span,
  .outsmart-days-pop span {
    display: block;
    color: #4b5968;
    font-size: 0.78rem;
    font-weight: 850;
  }

  .outsmart-days-pop {
    right: 0;
    bottom: 70px;
    min-width: 160px;
  }

  .outsmart-days-pop i {
    display: block;
    height: 8px;
    margin-top: 10px;
    border-radius: 8px;
    background: linear-gradient(90deg, #1BA6A6 0 42%, #1BA6A6 42% 64%, #ffc02e 64% 82%, #e8edf3 82% 100%);
  }

  .outsmart-demo-section,
  .outsmart-exact-section,
  .outsmart-steps-section,
  .outsmart-problem-section,
  .outsmart-safety-section,
  .outsmart-upload-section {
    padding: 72px 0;
  }

  .outsmart-problem-section {
    position: relative;
    padding: 88px 0 84px;
    isolation: isolate;
  }

  .outsmart-problem-section::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0 50%;
    width: 100vw;
    margin-left: -50vw;
    background:
      radial-gradient(circle at 88% 10%, rgba(27, 166, 166, 0.12), transparent 30%),
      radial-gradient(circle at 92% 58%, rgba(27, 166, 166, 0.1), transparent 36%),
      linear-gradient(180deg, #f7fff1 0%, #f7fcfb 52%, #ffffff 100%);
  }

  .outsmart-problem-section::after {
    content: "";
    position: absolute;
    z-index: -1;
    right: -64px;
    top: 18px;
    width: min(44vw, 620px);
    aspect-ratio: 1;
    border-radius: 8px;
    background:
      radial-gradient(circle, rgba(255, 255, 255, 0.62) 0 30%, transparent 31%),
      radial-gradient(circle, rgba(27, 166, 166, 0.09), rgba(27, 166, 166, 0.02) 68%, transparent 69%);
  }

  .outsmart-safety-section {
    position: relative;
    isolation: isolate;
  }

  .outsmart-safety-section::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0 50%;
    width: 100vw;
    margin-left: -50vw;
    background:
      radial-gradient(circle at 86% 10%, rgba(27, 166, 166, 0.09), transparent 31%),
      radial-gradient(circle at 12% 92%, rgba(12, 116, 214, 0.08), transparent 28%),
      linear-gradient(180deg, #fbfffb 0%, #f6fcff 100%);
  }

  .outsmart-safety-head {
    max-width: 960px;
  }

  .outsmart-safety-head h2 {
    max-width: 1180px;
    font-size: clamp(2.75rem, 5.25vw, 4.64rem);
  }

  .outsmart-safety-head p {
    max-width: 820px;
    font-size: clamp(1.05rem, 1.45vw, 1.28rem);
    line-height: 1.42;
    font-weight: 650;
  }

  .outsmart-safety-pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin: 12px 0 28px;
  }

  .outsmart-safety-pill-row span {
    min-height: 46px;
    padding: 0 18px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(9, 18, 26, 0.1);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.88);
    color: #07121c;
    font-size: 0.95rem;
    font-weight: 780;
    box-shadow: 0 14px 28px rgba(9, 18, 26, 0.06);
  }

  .outsmart-safety-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }

  .outsmart-safety-card,
  .outsmart-safety-banner {
    background: #ffffff;
    border: 1px solid rgba(9, 18, 26, 0.08);
    border-radius: 3px;
    box-shadow: 0 20px 44px rgba(9, 18, 26, 0.08);
  }

  .outsmart-safety-card {
    min-height: 300px;
    padding: 28px;
    display: grid;
    grid-template-columns: 102px minmax(0, 1fr);
    gap: 18px 24px;
    align-items: center;
  }

  .outsmart-safety-card p,
  .outsmart-safety-banner p {
    margin: 0;
    color: #263548;
    line-height: 1.2;
    font-weight: 720;
  }

  .outsmart-safety-card p {
    grid-column: 1 / -1;
    padding-top: 18px;
    border-top: 1px solid #dde7ef;
    font-size: 1.03rem;
  }

  .outsmart-safety-card small {
    display: block;
    color: #1268D6;
    font-size: 0.84rem;
    font-weight: 850;
    letter-spacing: 0.02em;
    text-transform: uppercase;
  }

  .outsmart-safety-card h3,
  .outsmart-safety-banner h3 {
    margin: 8px 0 0;
    color: #07121c;
    font-size: clamp(1.45rem, 2vw, 2rem);
    line-height: 0.98;
    font-weight: 830;
    letter-spacing: -0.04em;
  }

  .outsmart-safety-card strong {
    grid-column: 1 / -1;
    min-height: 48px;
    padding: 0 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-radius: 3px;
    color: #0d6f1b;
    background: linear-gradient(90deg, #e9fbea, #f7fff6);
    font-size: 0.98rem;
    font-weight: 850;
  }

  .outsmart-safety-card strong .outsmart-compare-icon {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
    font-size: 0.8rem;
  }

  .outsmart-safety-card strong .outsmart-compare-icon::before {
    width: 12px;
    height: 7px;
    border-width: 3px;
  }

  .outsmart-safety-card strong.outsmart-safety-blue {
    color: #075aa7;
    background: linear-gradient(90deg, #eaf5ff, #f8fbff);
  }

  .outsmart-safety-icon {
    width: 92px;
    height: 92px;
    display: inline-grid;
    place-items: center;
    position: relative;
    border-radius: 8px;
    background: #e9fbe7;
    color: #15973a;
    box-shadow: inset 0 0 0 1px rgba(3, 169, 12, 0.08);
  }

  .outsmart-safety-icon-file {
    background: #eaf5ff;
    color: #1268D6;
  }

  .outsmart-safety-icon-shield::before {
    content: "";
    width: 48px;
    height: 56px;
    border-radius: 6px 6px 7px 7px;
    background: linear-gradient(180deg, #1BA6A6, #0c8b2b);
    clip-path: polygon(50% 0%, 88% 14%, 88% 48%, 50% 100%, 12% 48%, 12% 14%);
  }

  .outsmart-safety-icon-shield::after {
    content: "";
    position: absolute;
    width: 24px;
    height: 14px;
    border-left: 5px solid #ffffff;
    border-bottom: 5px solid #ffffff;
    transform: translateY(-2px) rotate(-45deg);
  }

  .outsmart-safety-icon-file::before {
    content: "";
    width: 42px;
    height: 52px;
    border-radius: 1px;
    background:
      linear-gradient(135deg, transparent 0 17%, #9ecbff 17% 29%, transparent 29%),
      linear-gradient(#1268D6 0 0) 50% 42% / 20px 4px no-repeat,
      linear-gradient(#1268D6 0 0) 50% 59% / 20px 4px no-repeat,
      #1b82dc;
  }

  .outsmart-safety-icon-file::after {
    content: "";
    position: absolute;
    right: 19px;
    bottom: 19px;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background:
      linear-gradient(135deg, transparent 43%, #ffffff 43% 57%, transparent 57%),
      #1268D6;
    box-shadow: 0 0 0 4px #eaf5ff;
  }

  .outsmart-safety-icon-lock::before {
    content: "";
    width: 42px;
    height: 36px;
    border-radius: 2px;
    background: linear-gradient(180deg, #1BA6A6, #138E8E);
    transform: translateY(9px);
  }

  .outsmart-safety-icon-lock::after {
    content: "";
    position: absolute;
    top: 24px;
    width: 32px;
    height: 32px;
    border: 7px solid #15973a;
    border-bottom: 0;
    border-radius: 5px 5px 0 0;
  }

  .outsmart-safety-section .outsmart-safety-icon {
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    box-shadow: none;
  }

  .outsmart-safety-section .outsmart-safety-icon::before,
  .outsmart-safety-section .outsmart-safety-icon::after {
    content: none;
  }

  .outsmart-safety-section .outsmart-safety-icon-shield {
    background-image: url("/assets/outsmart-safety-shield.png");
  }

  .outsmart-safety-section .outsmart-safety-icon-file {
    background-image: url("/assets/outsmart-safety-file-check.png");
  }

  .outsmart-safety-section .outsmart-safety-icon-lock {
    background-image: url("/assets/outsmart-safety-lock.png");
  }

  .outsmart-safety-section .outsmart-micro-icon {
    border: 0;
    border-radius: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    color: inherit;
    transform: none;
  }

  .outsmart-safety-section .outsmart-micro-icon::before,
  .outsmart-safety-section .outsmart-micro-icon::after {
    content: none;
  }

  .outsmart-safety-section .outsmart-micro-icon-notes {
    background-image: url("/assets/outsmart-safety-notes.png");
  }

  .outsmart-safety-section .outsmart-micro-icon-shield {
    background-image: url("/assets/outsmart-safety-shield-line.png");
  }

  .outsmart-safety-section .outsmart-micro-icon-check {
    background-image: url("/assets/outsmart-safety-check-circle.png");
  }

  .outsmart-safety-section .outsmart-micro-icon-lock {
    background-image: url("/assets/outsmart-safety-lock.png");
  }

  .outsmart-safety-section .outsmart-micro-icon-target {
    background-image: url("/assets/outsmart-safety-target.png");
  }

  .outsmart-safety-section .outsmart-compare-icon-check {
    border: 0;
    border-radius: 0;
    background: url("/assets/outsmart-safety-check-circle.png") center / contain no-repeat;
  }

  .outsmart-safety-section .outsmart-compare-icon-check::after {
    content: none;
  }

  .outsmart-safety-banner {
    margin-top: 18px;
    min-height: 126px;
    padding: 24px 34px;
    display: grid;
    grid-template-columns: 96px minmax(260px, 1fr) minmax(420px, auto);
    align-items: center;
    gap: 24px;
    background:
      radial-gradient(circle at 96% 78%, rgba(27, 166, 166, 0.16), transparent 24%),
      #ffffff;
  }

  .outsmart-safety-banner .outsmart-safety-icon {
    width: 78px;
    height: 78px;
  }

  .outsmart-safety-banner h3 {
    margin-top: 0;
  }

  .outsmart-safety-banner p {
    margin-top: 6px;
    max-width: 560px;
  }

  .outsmart-safety-banner ul {
    display: grid;
    grid-template-columns: repeat(3, max-content);
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .outsmart-safety-banner li {
    min-height: 50px;
    padding: 0 24px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #17202a;
    border-left: 1px solid #dbe6f0;
    font-weight: 780;
  }

  .outsmart-safety-banner li .outsmart-micro-icon {
    width: 38px;
    height: 38px;
  }

  .outsmart-demo-grid {
    display: grid;
    grid-template-columns: minmax(280px, 0.85fr) minmax(420px, 1.15fr);
    gap: 30px;
    align-items: stretch;
  }

  .outsmart-quick-card,
  .outsmart-element-card,
  .outsmart-flow-panel,
  .outsmart-compare-card,
  .outsmart-demo-card,
  .outsmart-upload-grid article,
  .outsmart-step-card {
    background: #ffffff;
    border: 1px solid rgba(9, 18, 26, 0.08);
    border-radius: 2px;
    box-shadow: 0 18px 34px rgba(9, 18, 26, 0.07);
  }

  .outsmart-quick-card,
  .outsmart-element-card {
    padding: 28px;
  }

  .outsmart-quick-card > span,
  .outsmart-section-kicker,
  .outsmart-step-card > span,
  .outsmart-final-cta > span,
  .outsmart-footer span {
    display: inline-block;
    color: #1268D6;
    font-size: 0.76rem;
    font-weight: 850;
    text-transform: uppercase;
  }

  .outsmart-quick-card h2 {
    margin: 12px 0 14px;
    color: #07121c;
    font-size: clamp(1.84rem, 3.2vw, 3.12rem);
    line-height: 0.95;
    font-weight: 830;
    letter-spacing: -0.04em;
  }

  .outsmart-quick-card p,
  .outsmart-element-card,
  .outsmart-flow-panel,
  .outsmart-step-card p {
    color: #344150;
    font-weight: 750;
  }

  .outsmart-quick-card dl {
    display: grid;
    gap: 10px;
    margin: 24px 0 0;
  }

  .outsmart-quick-card dl div {
    min-height: 38px;
    padding: 0 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border: 1px solid #dbe5ee;
    border-radius: 2px;
    background: #f7fafc;
  }

  .outsmart-quick-card dt,
  .outsmart-quick-card dd {
    margin: 0;
    font-size: 0.82rem;
    font-weight: 900;
  }

  .outsmart-quick-card dd {
    color: #6b7682;
  }

  .outsmart-element-card {
    display: grid;
    gap: 18px;
  }

  .outsmart-element-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
  }

  .outsmart-element-head strong {
    color: #07121c;
    font-size: 0.95rem;
    font-weight: 850;
  }

  .outsmart-element-head span {
    padding: 7px 10px;
    border-radius: 8px;
    color: #1268D6;
    background: #eaf6ff;
    font-size: 0.72rem;
    font-weight: 850;
  }

  .outsmart-question-card {
    min-height: 180px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid #d7e3ee;
    border-radius: 2px;
    background: #ffffff;
  }

  .outsmart-question-card small {
    color: #596a7c;
    font-size: 0.85rem;
    font-weight: 850;
  }

  .outsmart-question-card h3 {
    margin: 8px 0 0;
    color: #07121c;
    font-size: clamp(1.8rem, 3.2vw, 2.85rem);
    line-height: 0.98;
    font-weight: 830;
    letter-spacing: -0.04em;
  }

  .outsmart-answer-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .outsmart-answer-row button {
    min-height: 78px;
    padding: 12px;
    border: 0;
    border-radius: 2px;
    color: #ffffff;
    font: inherit;
    font-size: 0.95rem;
    font-weight: 850;
    cursor: pointer;
  }

  .outsmart-answer-row button:first-child {
    background: #0b78bd;
  }

  .outsmart-answer-row button:last-child {
    background: #1BA6A6;
  }

  .outsmart-progress-row {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 14px;
    align-items: center;
  }

  .outsmart-progress-row > span {
    color: #526170;
    font-size: 0.9rem;
    font-weight: 900;
  }

  .outsmart-progress-track {
    height: 9px;
    border-radius: 8px;
    background: #e5edf4;
    overflow: hidden;
  }

  .outsmart-progress-track span {
    display: block;
    width: 33%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #1268D6, #1BA6A6);
    transition: width 160ms ease;
  }

  .outsmart-exact-section h2,
  .outsmart-steps-section h2,
  .outsmart-section-head h2,
  .outsmart-final-cta h2 {
    margin-top: 12px;
    font-size: clamp(2.35rem, 4.45vw, 3.46rem);
    max-width: 980px;
  }

  .outsmart-exact-section > p,
  .outsmart-steps-section > p,
  .outsmart-section-head p {
    max-width: 710px;
    margin: 18px 0 32px;
    font-size: 1.15rem;
  }

  .outsmart-problem-section .outsmart-section-head h2 {
    max-width: 1080px;
    font-size: clamp(2.75rem, 5.25vw, 4.64rem);
    line-height: 0.98;
  }

  .outsmart-problem-section .outsmart-section-head p {
    max-width: 910px;
    margin-bottom: 34px;
    color: #344150;
    font-size: clamp(1.08rem, 1.45vw, 1.28rem);
    font-weight: 650;
    line-height: 1.5;
  }

  .outsmart-compare-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
  }

  .outsmart-compare-card {
    padding: clamp(28px, 3vw, 44px);
    border-color: rgba(196, 216, 231, 0.85);
    box-shadow: 0 22px 44px rgba(9, 18, 26, 0.08);
  }

  .outsmart-compare-card h3,
  .outsmart-demo-card h3,
  .outsmart-upload-grid strong {
    margin: 0 0 18px;
    color: #07121c;
    font-size: clamp(1.55rem, 2.3vw, 2.25rem);
    font-weight: 830;
    letter-spacing: -0.04em;
  }

  .outsmart-compare-card ul,
  .outsmart-priority-list ol {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .outsmart-compare-card li,
  .outsmart-priority-list li {
    min-height: 54px;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    gap: 14px;
    border: 1px solid #dae5ee;
    border-radius: 2px;
    color: #17202a;
    background: #f7fafc;
    font-weight: 750;
  }

  .outsmart-priority-list li::before {
    content: "";
    width: 8px;
    height: 8px;
    margin-right: 10px;
    flex: 0 0 auto;
    border-radius: 8px;
    background: #1268D6;
  }

  .outsmart-compare-card-positive {
    border-color: rgba(185, 226, 184, 0.9);
  }

  .outsmart-compare-card-positive li {
    border-color: #cceec9;
    background: linear-gradient(90deg, #f4fff2, #ffffff);
  }

  .outsmart-compare-icon {
    position: relative;
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #1268D6;
    background: #edf6ff;
    font-size: 1.05rem;
    font-weight: 850;
    box-shadow: inset 0 0 0 1px rgba(12, 116, 214, 0.08);
  }

  .outsmart-compare-card-positive .outsmart-compare-icon {
    color: #15973a;
    background: #e9fbe7;
    box-shadow: inset 0 0 0 1px rgba(3, 169, 12, 0.12);
  }

  .outsmart-compare-icon-clock::before {
    content: "";
    width: 18px;
    height: 18px;
    border: 3px solid currentColor;
    border-radius: 8px;
  }

  .outsmart-compare-icon-clock::after {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    border-left: 3px solid currentColor;
    border-bottom: 3px solid currentColor;
    transform: translate(2px, -2px);
  }

  .outsmart-compare-icon-book::before {
    content: "";
    width: 20px;
    height: 18px;
    border-radius: 1px;
    background:
      linear-gradient(90deg, currentColor 0 45%, transparent 45% 55%, currentColor 55% 100%);
  }

  .outsmart-compare-icon-head::before {
    content: "";
    width: 18px;
    height: 20px;
    border: 3px solid currentColor;
    border-radius: 8px 8px 2px 2px;
    border-bottom-color: transparent;
  }

  .outsmart-compare-icon-tangle::before {
    content: "";
    width: 21px;
    height: 17px;
    border: 3px solid currentColor;
    border-radius: 8px;
    transform: rotate(-18deg);
    opacity: 0.62;
  }

  .outsmart-compare-icon-tangle::after {
    content: "";
    position: absolute;
    width: 22px;
    height: 2px;
    border-radius: 8px;
    background: currentColor;
    transform: rotate(-35deg);
    opacity: 0.7;
  }

  .outsmart-compare-icon-target::before {
    content: "";
    width: 20px;
    height: 20px;
    border: 4px solid currentColor;
    border-radius: 8px;
    box-shadow: inset 0 0 0 4px #e9fbe7;
  }

  .outsmart-compare-icon-eye::before {
    content: "";
    width: 21px;
    height: 14px;
    border-radius: 8px 8px 8px 8px / 20% 20% 20% 20%;
    background: currentColor;
    clip-path: ellipse(50% 42% at 50% 50%);
  }

  .outsmart-compare-icon-eye::after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 8px;
    background: #e9fbe7;
  }

  .outsmart-compare-icon-search::before {
    content: "";
    width: 15px;
    height: 15px;
    border: 4px solid currentColor;
    border-radius: 8px;
    transform: translate(-2px, -2px);
  }

  .outsmart-compare-icon-search::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 4px;
    border-radius: 8px;
    background: currentColor;
    transform: translate(8px, 9px) rotate(45deg);
  }

  .outsmart-compare-icon-file::before {
    content: "";
    width: 18px;
    height: 22px;
    border: 3px solid currentColor;
    border-radius: 1px;
    background: linear-gradient(currentColor 0 0) 50% 45% / 10px 3px no-repeat,
      linear-gradient(currentColor 0 0) 50% 65% / 10px 3px no-repeat;
  }

  .outsmart-compare-icon-check {
    color: #ffffff;
    background: #1BA6A6;
  }

  .outsmart-compare-icon-check::before {
    content: "";
    width: 16px;
    height: 9px;
    border-left: 4px solid currentColor;
    border-bottom: 4px solid currentColor;
    transform: translateY(-2px) rotate(-45deg);
  }

  .outsmart-compare-icon-spark::before,
  .outsmart-compare-icon-spark::after {
    content: "";
    position: absolute;
    border-radius: 8px;
    background: currentColor;
  }

  .outsmart-compare-icon-spark::before {
    width: 4px;
    height: 26px;
  }

  .outsmart-compare-icon-spark::after {
    width: 26px;
    height: 4px;
  }

  .outsmart-compare-summary {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 18px 0 0;
    padding-top: 18px;
    border-top: 1px solid #dbe6f0;
    color: #6a7580;
    font-size: 1.02rem;
    font-weight: 750;
  }

  .outsmart-compare-summary-positive {
    min-height: 58px;
    padding: 14px 16px;
    border: 1px solid #b9edb5;
    border-radius: 2px;
    color: #24912d;
    background: linear-gradient(90deg, #f2fff1, #ffffff);
    font-size: 1.08rem;
    font-weight: 850;
  }

  .outsmart-demo-grid-readiness {
    grid-template-columns: minmax(280px, 0.84fr) minmax(420px, 1.16fr);
    align-items: center;
  }

  .outsmart-demo-card {
    padding: 30px;
  }

  .outsmart-demo-metrics {
    margin: 24px 0;
  }

  .outsmart-priority-list {
    padding: 20px;
    border-radius: 2px;
    background: #f8fbff;
    border: 1px solid #d7e6f4;
  }

  .outsmart-priority-list ol {
    margin-top: 14px;
  }

  .outsmart-demo-card > p {
    margin: 18px 0;
    color: #344150;
    font-weight: 850;
  }

  .outsmart-upload-head h2 {
    max-width: 1180px;
    font-size: clamp(2.75rem, 5.2vw, 5rem);
    line-height: 0.98;
  }

  .outsmart-upload-benefits {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(22px, 5vw, 96px);
    margin: 26px 0 34px;
    max-width: 1040px;
  }

  .outsmart-upload-benefits article {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
  }

  .outsmart-benefit-icon {
    width: 52px;
    height: 52px;
    display: inline-grid;
    place-items: center;
    color: #1268D6;
    border-radius: 8px;
    background:
      radial-gradient(circle at 34% 24%, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.6) 56%, rgba(231, 241, 251, 0.84) 100%);
    box-shadow:
      inset 0 0 0 3px currentColor,
      0 12px 22px rgba(12, 116, 214, 0.13);
  }

  .outsmart-benefit-icon svg {
    width: 34px;
    height: 34px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 4.8;
  }

  .outsmart-benefit-icon circle {
    stroke: transparent;
    stroke-width: 0;
  }

  .outsmart-upload-benefits strong {
    display: block;
    color: #07121c;
    font-size: 1.06rem;
    line-height: 1.12;
    font-weight: 900;
  }

  .outsmart-upload-benefits p {
    margin: 8px 0 0;
    color: #27384b;
    font-size: 0.98rem;
    line-height: 1.38;
    font-weight: 650;
  }

  .outsmart-materials-panel {
    padding: clamp(28px, 3vw, 38px);
    border: 1px solid rgba(9, 18, 26, 0.1);
    border-radius: 4px;
    background: #ffffff;
    box-shadow: 0 20px 44px rgba(9, 18, 26, 0.08);
  }

  .outsmart-materials-panel-head {
    margin-bottom: 22px;
  }

  .outsmart-materials-panel-head h3 {
    margin: 0;
    color: #07121c;
    font-size: clamp(1.55rem, 2.2vw, 2rem);
    line-height: 1;
    font-weight: 850;
    letter-spacing: -0.035em;
  }

  .outsmart-materials-panel-head p {
    margin: 8px 0 0;
    color: #1268D6;
    font-size: 1.06rem;
    font-weight: 900;
  }

  .outsmart-upload-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: clamp(14px, 1.6vw, 24px);
  }

  .outsmart-upload-grid article {
    min-height: 178px;
    padding: 24px 18px;
    display: grid;
    justify-items: center;
    align-content: center;
    text-align: center;
    gap: 10px;
    box-shadow: none;
  }

  .outsmart-upload-grid strong {
    margin: 0;
    color: #07121c;
    font-size: 1.02rem;
    line-height: 1.12;
    font-weight: 900;
  }

  .outsmart-upload-grid span {
    color: #344150;
    line-height: 1.28;
    font-weight: 750;
  }

  .outsmart-material-icon {
    width: 88px;
    height: 88px;
    display: inline-grid;
    place-items: center;
    color: #1268D6;
    border: 1px solid rgba(12, 116, 214, 0.12);
    border-radius: 5px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(234, 245, 255, 0.92));
    box-shadow:
      inset 0 0 0 1px rgba(255, 255, 255, 0.84),
      0 12px 24px rgba(12, 116, 214, 0.11);
  }

  .outsmart-material-icon svg {
    width: 56px;
    height: 56px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 4.6;
  }

  .outsmart-material-icon svg path,
  .outsmart-material-icon svg rect,
  .outsmart-material-icon svg circle {
    stroke: #1268D6;
  }

  .outsmart-material-icon .outsmart-material-fill {
    fill: #1268D6;
    opacity: 0.18;
    stroke: none;
  }

  .outsmart-flow {
    display: grid;
    grid-template-columns: minmax(260px, 410px) 70px minmax(420px, 1fr);
    gap: 26px;
    align-items: center;
    margin-top: 38px;
  }

  .outsmart-flow-panel {
    padding: 24px;
  }

  .outsmart-flow-panel h3,
  .outsmart-step-card h3 {
    margin: 0 0 18px;
    color: #07121c;
    font-size: 1.45rem;
    font-weight: 830;
    letter-spacing: -0.04em;
  }

  .outsmart-flow-panel ul,
  .outsmart-step-card ul {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .outsmart-flow-panel li {
    min-height: 38px;
    padding: 0 14px;
    display: flex;
    align-items: center;
    border: 1px solid #dae5ee;
    border-radius: 2px;
    color: #17202a;
    background: #f7fafc;
    font-weight: 900;
  }

  .outsmart-flow-panel li::before,
  .outsmart-mini-element span::before {
    content: "";
    width: 7px;
    height: 7px;
    margin-right: 8px;
    border-radius: 8px;
    background: #1268D6;
  }

  .outsmart-flow-arrow {
    color: #1BA6A6;
    font-size: 4.5rem;
    font-weight: 850;
    text-align: center;
  }

  .outsmart-mini-element {
    padding: 15px;
    border: 1px solid #d7e3ee;
    border-radius: 2px;
    background: #f9fbfd;
  }

  .outsmart-mini-element + .outsmart-mini-element {
    margin-top: 12px;
  }

  .outsmart-mini-element strong {
    display: block;
    color: #07121c;
    margin-bottom: 10px;
    font-weight: 850;
  }

  .outsmart-mini-element span {
    min-height: 22px;
    padding: 0 8px;
    display: inline-flex;
    align-items: center;
    border-radius: 8px;
    color: #ffffff;
    font-size: 0.68rem;
    font-weight: 900;
  }

  .outsmart-mini-element span:nth-of-type(1) {
    background: #0b78bd;
  }

  .outsmart-mini-element span:nth-of-type(2) {
    background: #1BA6A6;
  }

  .outsmart-step-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-top: 36px;
  }

  .outsmart-step-card {
    min-height: 265px;
    padding: 28px;
    position: relative;
    overflow: hidden;
  }

  .outsmart-step-card::after {
    content: "";
    position: absolute;
    right: -34px;
    bottom: -34px;
    width: 104px;
    height: 104px;
    border-radius: 2px 0 0 0;
    background: #d3ffd4;
  }

  .outsmart-step-card h3 {
    margin-top: 18px;
  }

  .outsmart-step-card p,
  .outsmart-step-card ul,
  .outsmart-upload-chip,
  .outsmart-yes-no {
    position: relative;
    z-index: 2;
  }

  .outsmart-upload-chip {
    margin-top: 22px;
    padding: 14px 16px;
    border: 2px dashed #7bd9ee;
    border-radius: 2px;
    color: #1268D6;
    background: rgba(241, 252, 255, 0.86);
    font-weight: 850;
  }

  .outsmart-yes-no {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 24px;
  }

  .outsmart-yes-no strong {
    min-height: 28px;
    padding: 0 10px;
    display: inline-flex;
    align-items: center;
    border-radius: 8px;
    color: #ffffff;
    font-size: 0.72rem;
  }

  .outsmart-yes-no strong:first-child {
    background: #1BA6A6;
  }

  .outsmart-yes-no strong:last-child {
    background: #0b78bd;
  }

  .outsmart-step-card li {
    min-height: 34px;
    padding: 0 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 2px;
    background: #f4f8fb;
    color: #17202a;
    font-weight: 900;
  }

  .outsmart-final-cta {
    margin-top: 74px;
    margin-bottom: 74px;
    min-height: 560px;
    padding: clamp(54px, 6vw, 84px);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid rgba(83, 216, 255, 0.22);
    border-radius: 5px;
    background:
      radial-gradient(circle at 95% 18%, rgba(27, 166, 166, 0.26), transparent 22%),
      radial-gradient(circle at 34% 38%, rgba(26, 151, 255, 0.56), transparent 36%),
      linear-gradient(126deg, #083785 0%, #0872c4 44%, #067c74 74%, #03a86d 100%);
    color: #ffffff;
    box-shadow: 0 34px 74px rgba(4, 20, 45, 0.2);
  }

  .outsmart-final-cta > span {
    color: #baffbc;
    font-size: 1rem;
    letter-spacing: 0.02em;
  }

  .outsmart-final-cta h2 {
    color: #ffffff;
    max-width: 820px;
    margin-top: 26px;
    font-size: clamp(3.3rem, 7.6vw, 6.2rem);
    line-height: 0.98;
  }

  .outsmart-final-cta .outsmart-cta-row {
    margin-top: 48px;
  }

  .outsmart-final-cta .outsmart-button {
    min-width: min(100%, 360px);
    min-height: 72px;
    border-radius: 3px;
    font-size: 1.2rem;
  }

  .outsmart-final-cta .outsmart-button-inverse {
    border: 1px solid rgba(255, 255, 255, 0.86);
    background: rgba(255, 255, 255, 0.05);
  }

  .outsmart-final-trust {
    max-width: 780px;
    margin: 42px 0 0;
    display: flex;
    align-items: center;
    gap: 14px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 1.13rem;
    line-height: 1.35;
    font-weight: 650;
  }

  .outsmart-microcopy-inverse {
    color: rgba(255, 255, 255, 0.84);
  }

  .outsmart-final-cta .outsmart-microcopy {
    margin-top: 28px;
  }

  .outsmart-final-cta .outsmart-microcopy span {
    min-height: 62px;
    padding: 10px 24px;
    border-color: rgba(255, 255, 255, 0.34);
    background: rgba(4, 45, 105, 0.18);
    color: #ffffff;
    box-shadow: none;
  }

  .outsmart-final-cta .outsmart-micro-icon {
    color: #ffffff;
  }

  .outsmart-micro-icon-class::before,
  .outsmart-micro-icon-class::after {
    content: "";
    position: absolute;
    display: block;
  }

  .outsmart-micro-icon-class::before {
    left: 2px;
    top: 8px;
    width: 20px;
    height: 12px;
    border: 2px solid currentColor;
    border-radius: 1px 1px 2px 2px;
    transform: skewY(-8deg);
  }

  .outsmart-micro-icon-class::after {
    left: 7px;
    top: 3px;
    width: 16px;
    height: 16px;
    border-left: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(-45deg);
  }

  .outsmart-final-note {
    margin: 44px 0 0;
    max-width: 720px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.08rem;
    line-height: 1.35;
    font-weight: 650;
  }

  .outsmart-footer {
    padding: 28px 0 36px;
  }

  .outsmart-footer p {
    margin: 0;
    color: #5d6a78;
    font-weight: 750;
    font-size: 0.92rem;
  }

  @media (max-width: 980px) {
    .outsmart-header-inner {
      grid-template-columns: auto 1fr;
    }

    .outsmart-header-links {
      display: none;
    }

    .outsmart-hero {
      grid-template-columns: 1fr;
      gap: 40px;
      min-height: auto;
      padding-top: 46px;
    }

    .outsmart-hero-copy {
      max-width: none;
    }

    .outsmart-readiness-preview {
      max-width: 680px;
      margin: 0 auto;
    }

    .outsmart-phone-stage {
      min-height: 520px;
    }

    .outsmart-demo-grid,
    .outsmart-flow,
    .outsmart-step-grid,
    .outsmart-compare-grid,
    .outsmart-safety-card-grid,
    .outsmart-upload-benefits,
    .outsmart-upload-grid,
    .outsmart-footer {
      grid-template-columns: 1fr;
    }

    .outsmart-safety-banner {
      grid-template-columns: 82px minmax(0, 1fr);
    }

    .outsmart-safety-banner ul {
      grid-column: 1 / -1;
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .outsmart-safety-banner li {
      justify-content: center;
    }

    .outsmart-flow-arrow {
      transform: rotate(90deg);
    }

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

  @media (max-width: 640px) {
    .outsmart-body .outsmart-page {
      background:
        linear-gradient(180deg, #FFFCF5 0%, #EFF7FB 100%);
    }

    .outsmart-header-inner,
    .outsmart-hero,
    .outsmart-demo-section,
    .outsmart-exact-section,
    .outsmart-steps-section,
    .outsmart-problem-section,
    .outsmart-safety-section,
    .outsmart-upload-section,
    .outsmart-final-cta,
    .outsmart-footer {
      width: min(100% - 24px, 420px);
    }

    .outsmart-header-inner {
      grid-template-columns: auto minmax(0, 1fr);
      min-height: 56px;
      gap: 12px;
    }

    .outsmart-header-actions {
      display: none;
    }

    .outsmart-brand-logo {
      height: 34px;
      max-width: 92px;
    }

    .outsmart-brand-logo-main {
      width: 142px;
      height: auto;
      max-width: 42vw;
    }

    .outsmart-brand-text {
      font-size: 1.45rem;
    }

    .outsmart-hero {
      padding: 28px 0 42px;
    }

    .outsmart-hero-copy,
    .outsmart-readiness-preview {
      width: calc(100vw - 64px);
      max-width: 326px;
      min-width: 0;
      justify-self: start;
    }

    .outsmart-hero h1 {
      margin-top: 18px;
      max-width: 100%;
      font-size: clamp(2rem, 9vw, 2.25rem);
      line-height: 0.94;
    }

    .outsmart-hero h1 span {
      max-width: 100%;
    }

    .outsmart-hero-copy > p {
      max-width: 100%;
      font-size: 0.92rem;
      line-height: 1.28;
    }

    .outsmart-hero-copy > .outsmart-trust-line {
      max-width: 100%;
      font-size: 0.86rem;
      line-height: 1.3;
    }

    .outsmart-scan-badge {
      max-width: 100%;
      font-size: 0.72rem;
    }

    .outsmart-cta-row {
      display: grid;
      grid-template-columns: 1fr;
      width: 100%;
    }

    .outsmart-button {
      width: 100%;
      min-height: 50px;
      padding: 0 18px;
      font-size: 0.9rem;
    }

    .outsmart-microcopy {
      gap: 10px;
      font-size: 0.78rem;
    }

    .outsmart-microcopy span {
      width: 100%;
      min-height: 48px;
    }

    .outsmart-note-sticker {
      margin-top: 26px;
      padding: 16px;
    }

    .outsmart-phone-stage {
      min-height: 470px;
      margin-top: 6px;
    }

    .outsmart-readiness-preview {
      padding: 22px;
    }

    .outsmart-readiness-preview-head strong {
      font-size: clamp(2.2rem, 12vw, 2.9rem);
    }

    .outsmart-demo-card-title strong {
      font-size: clamp(1.8rem, 11vw, 2.5rem);
    }

    .outsmart-readiness-stats,
    .outsmart-demo-metrics {
      grid-template-columns: 1fr;
    }

    .outsmart-readiness-stats div,
    .outsmart-demo-metrics div {
      min-height: 82px;
    }

    .outsmart-priority-card {
      padding: 18px;
    }

    .outsmart-priority-card strong {
      font-size: 1.28rem;
    }

    .outsmart-priority-element {
      grid-template-columns: 34px minmax(0, 1fr);
      align-items: start;
    }

    .outsmart-priority-element em {
      grid-column: 1 / -1;
      width: fit-content;
    }

    .outsmart-phone-stage::before {
      inset: 32px 6px 44px;
      border-radius: 2px 11px 2px 11px;
    }

    .outsmart-phone {
      width: 214px;
      min-height: 360px;
      transform: rotate(9deg);
    }

    .outsmart-score-pop {
      left: 2px;
      top: 74px;
    }

    .outsmart-days-pop {
      right: 0;
      bottom: 56px;
      min-width: 140px;
    }

    .outsmart-demo-section,
    .outsmart-exact-section,
    .outsmart-steps-section,
    .outsmart-problem-section,
    .outsmart-safety-section,
    .outsmart-upload-section {
      padding: 48px 0;
    }

    .outsmart-quick-card,
    .outsmart-element-card,
    .outsmart-flow-panel,
    .outsmart-compare-card,
    .outsmart-demo-card,
    .outsmart-safety-card,
    .outsmart-safety-banner,
    .outsmart-materials-panel,
    .outsmart-upload-grid article,
    .outsmart-step-card {
      padding: 18px;
    }

    .outsmart-upload-benefits {
      gap: 18px;
    }

    .outsmart-materials-panel-head {
      margin-bottom: 16px;
    }

    .outsmart-quick-card h2,
    .outsmart-exact-section h2,
    .outsmart-steps-section h2,
    .outsmart-section-head h2,
    .outsmart-final-cta h2 {
      font-size: clamp(1.72rem, 8.8vw, 2.56rem);
    }

    .outsmart-problem-section .outsmart-section-head h2 {
      max-width: 100%;
      font-size: clamp(2.42rem, 13vw, 3.1rem);
      line-height: 0.92;
    }

    .outsmart-safety-head h2 {
      max-width: 100%;
      font-size: clamp(1.96rem, 9.8vw, 2.42rem);
      line-height: 0.94;
      overflow-wrap: normal;
    }

    .outsmart-problem-section .outsmart-section-head p {
      max-width: 100%;
      font-size: 0.94rem;
      line-height: 1.28;
    }

    .outsmart-safety-head p {
      max-width: 100%;
      font-size: 0.94rem;
      line-height: 1.36;
    }

    .outsmart-safety-pill-row {
      gap: 10px;
    }

    .outsmart-safety-section {
      width: min(calc(100vw - 70px), 330px);
      margin-left: clamp(24px, 10vw, 40px);
      margin-right: auto;
    }

    .outsmart-safety-pill-row span {
      width: 100%;
      min-height: 46px;
      justify-content: flex-start;
      font-size: 0.86rem;
    }

    .outsmart-safety-card {
      grid-template-columns: 1fr;
      min-height: 0;
      gap: 14px;
    }

    .outsmart-safety-card > div {
      min-width: 0;
    }

    .outsmart-safety-icon {
      width: 68px;
      height: 68px;
    }

    .outsmart-safety-icon-shield::before {
      width: 36px;
      height: 42px;
    }

    .outsmart-safety-icon-shield::after {
      width: 18px;
      height: 10px;
      border-width: 4px;
    }

    .outsmart-safety-icon-file::before {
      width: 32px;
      height: 40px;
    }

    .outsmart-safety-icon-file::after {
      right: 12px;
      bottom: 12px;
      width: 24px;
      height: 24px;
    }

    .outsmart-safety-icon-lock::before {
      width: 32px;
      height: 28px;
    }

    .outsmart-safety-icon-lock::after {
      top: 18px;
      width: 25px;
      height: 25px;
      border-width: 5px;
    }

    .outsmart-safety-card h3,
    .outsmart-safety-banner h3 {
      font-size: 1.28rem;
      overflow-wrap: anywhere;
    }

    .outsmart-safety-card p {
      padding-top: 14px;
      font-size: 0.94rem;
      line-height: 1.28;
      overflow-wrap: anywhere;
    }

    .outsmart-safety-card strong {
      min-height: 44px;
      padding: 10px 12px;
      align-items: center;
      font-size: 0.86rem;
    }

    .outsmart-safety-banner {
      grid-template-columns: 1fr;
      text-align: left;
      min-width: 0;
    }

    .outsmart-safety-banner .outsmart-safety-icon {
      width: 68px;
      height: 68px;
    }

    .outsmart-safety-banner ul {
      grid-template-columns: 1fr;
      gap: 8px;
    }

    .outsmart-safety-banner li {
      min-height: 42px;
      justify-content: flex-start;
      padding: 0;
      border-left: 0;
    }

    .outsmart-question-card {
      min-height: 150px;
      padding: 20px;
    }

    .outsmart-answer-row {
      grid-template-columns: 1fr;
    }

    .outsmart-answer-row button {
      min-height: 54px;
    }

    .outsmart-final-cta {
      margin: 46px auto;
      min-height: 0;
      padding: 28px 20px;
      border-radius: 4px;
      background:
        radial-gradient(circle at 92% 12%, rgba(27, 166, 166, 0.22), transparent 26%),
        linear-gradient(135deg, #083785, #0b7ac5 55%, #067c74);
    }

    .outsmart-final-cta .outsmart-cta-row {
      margin-top: 28px;
    }

    .outsmart-final-cta .outsmart-button {
      min-width: 0;
      min-height: 54px;
    }

    .outsmart-final-trust {
      margin-top: 26px;
      align-items: flex-start;
      font-size: 0.94rem;
    }

    .outsmart-final-cta .outsmart-microcopy span {
      min-height: 48px;
      padding: 10px 14px;
    }

    .outsmart-final-note {
      margin-top: 28px;
      font-size: 0.94rem;
    }
  }

  .outsmart-hero {
    margin-top: 28px;
    margin-bottom: 58px;
    padding: clamp(36px, 5vw, 64px);
    min-height: 0;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    grid-template-columns: minmax(0, 1.15fr) minmax(420px, 0.72fr);
    gap: clamp(34px, 4vw, 54px);
    border: 1px solid rgba(92, 213, 255, 0.28);
    border-radius: 6px;
    background:
      radial-gradient(circle at 91% 13%, rgba(27, 166, 166, 0.2), transparent 20%),
      radial-gradient(circle at 55% 34%, rgba(0, 122, 255, 0.42), transparent 36%),
      linear-gradient(124deg, #07164f 0%, #072b84 42%, #0873df 71%, #071221 100%);
    box-shadow: 0 36px 76px rgba(4, 20, 45, 0.24);
    color: #ffffff;
  }

  .outsmart-hero::before,
  .outsmart-hero::after {
    content: "";
    position: absolute;
    pointer-events: none;
  }

  .outsmart-hero::before {
    z-index: 0;
    inset: 0 0 0 auto;
    width: 42%;
    background: linear-gradient(145deg, rgba(6, 213, 84, 0.86), rgba(0, 77, 55, 0.66));
    clip-path: polygon(36% 0, 100% 0, 100% 100%, 0 100%);
    opacity: 0.86;
  }

  .outsmart-hero::after {
    z-index: 0;
    right: -110px;
    top: 78px;
    width: min(520px, 34vw);
    aspect-ratio: 1;
    border-radius: 8px;
    border: 2px dashed rgba(88, 255, 135, 0.28);
    box-shadow:
      0 0 0 52px rgba(88, 255, 135, 0.04),
      0 0 0 98px rgba(88, 255, 135, 0.025),
      inset 0 0 70px rgba(88, 255, 135, 0.08);
  }

  .outsmart-hero-copy,
  .outsmart-readiness-preview {
    position: relative;
    z-index: 2;
    min-width: 0;
  }

  .outsmart-hero .outsmart-scan-badge {
    padding: 0;
    gap: 10px;
    color: #64ff88;
    background: transparent;
    border: 0;
    box-shadow: none;
    font-size: 0.95rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
  }

  .outsmart-hero .outsmart-scan-badge span {
    width: 18px;
    height: 18px;
    position: relative;
    border-radius: 0;
    background: none;
  }

  .outsmart-hero .outsmart-scan-badge span::before,
  .outsmart-hero .outsmart-scan-badge span::after {
    content: "";
    position: absolute;
    inset: 7px 0 auto;
    height: 3px;
    border-radius: 8px;
    background: currentColor;
  }

  .outsmart-hero .outsmart-scan-badge span::before {
    transform: rotate(45deg);
  }

  .outsmart-hero .outsmart-scan-badge span::after {
    transform: rotate(-45deg);
  }

  .outsmart-hero h1 {
    margin-top: 24px;
    max-width: 760px;
    color: #ffffff;
    font-size: clamp(3rem, 4.95vw, 4.95rem);
    letter-spacing: -0.045em;
    line-height: 0.96;
    text-wrap: balance;
  }

  .outsmart-hero h1 span {
    display: block;
    color: inherit;
  }

  .outsmart-hero-mobile-break {
    display: none;
  }

  .outsmart-hero-copy > p {
    max-width: 750px;
    color: rgba(255, 255, 255, 0.82);
    font-size: clamp(1.05rem, 1.6vw, 1.35rem);
    line-height: 1.36;
  }

  .outsmart-hero .outsmart-button {
    min-height: 70px;
    padding: 0 34px;
    border-radius: 4px;
    font-size: 1.17rem;
  }

  .outsmart-hero .outsmart-button-primary {
    background: linear-gradient(180deg, #1BA6A6 0%, #138E8E 100%);
    box-shadow:
      0 18px 38px rgba(2, 197, 31, 0.33),
      0 0 0 2px rgba(87, 255, 135, 0.38),
      0 0 34px rgba(87, 255, 135, 0.44);
  }

  .outsmart-hero .outsmart-button-secondary {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(204, 235, 255, 0.66);
    box-shadow: none;
  }

  .outsmart-hero .outsmart-cta-row {
    flex-wrap: nowrap;
  }

  .outsmart-play-icon {
    width: 32px;
    height: 32px;
    display: inline-grid;
    place-items: center;
    border: 2px solid rgba(255, 255, 255, 0.82);
    border-radius: 8px;
  }

  .outsmart-play-icon::before {
    content: "";
    margin-left: 3px;
    border-left: 9px solid currentColor;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
  }

  .outsmart-hero-copy > .outsmart-trust-line {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 24px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.02rem;
    font-weight: 760;
  }

  .outsmart-hero-copy > .outsmart-trust-line::before {
    width: 28px;
    height: 28px;
    margin: 0;
    flex: 0 0 auto;
    border: 2px solid #57ff85;
    border-radius: 3px 3px 3px 3px;
    background: transparent;
    box-shadow: none;
  }

  .outsmart-hero-copy > .outsmart-trust-line strong {
    color: #64ff88;
  }

  .outsmart-hero-step-row,
  .outsmart-hero-proof-grid {
    display: grid;
    gap: 10px;
  }

  .outsmart-hero-step-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 30px;
  }

  .outsmart-hero-step-row span,
  .outsmart-hero-proof-grid span {
    min-height: 72px;
    padding: 12px 14px;
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    border: 1px solid rgba(91, 200, 255, 0.42);
    border-radius: 3px;
    background: rgba(4, 35, 99, 0.52);
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 880;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  }

  .outsmart-hero-step-row strong {
    width: 34px;
    height: 34px;
    flex: 0 0 auto;
    display: inline-grid;
    place-items: center;
    border-radius: 8px;
    color: #04266e;
    background: #A7E7E7;
    font-size: 1.02rem;
  }

  .outsmart-hero-proof-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 18px;
  }

  .outsmart-hero-proof-grid span {
    min-height: 70px;
    justify-content: center;
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.88rem;
  }

  .outsmart-hero .outsmart-micro-icon {
    color: #64ff88;
  }

  .outsmart-micro-icon-upload {
    border: 2px solid currentColor;
    border-top: 0;
    border-radius: 0 0 1px 1px;
  }

  .outsmart-micro-icon-upload::before,
  .outsmart-micro-icon-upload::after {
    content: "";
    position: absolute;
    left: 10px;
    background: currentColor;
  }

  .outsmart-micro-icon-upload::before {
    top: -7px;
    width: 3px;
    height: 24px;
  }

  .outsmart-micro-icon-upload::after {
    top: -8px;
    width: 12px;
    height: 12px;
    border-radius: 1px;
    transform: translateX(-4px) rotate(45deg);
  }

  .outsmart-micro-icon-bars {
    border-left: 3px solid currentColor;
    border-bottom: 3px solid currentColor;
  }

  .outsmart-micro-icon-bars::before,
  .outsmart-micro-icon-bars::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 4px;
    border-radius: 8px 8px 0 0;
    background: currentColor;
  }

  .outsmart-micro-icon-bars::before {
    left: 7px;
    height: 11px;
  }

  .outsmart-micro-icon-bars::after {
    left: 15px;
    height: 18px;
  }

  .outsmart-micro-icon-lightbulb {
    border: 2px solid currentColor;
    border-radius: 8px;
  }

  .outsmart-micro-icon-lightbulb::before {
    content: "";
    position: absolute;
    left: 8px;
    bottom: -5px;
    width: 8px;
    height: 6px;
    border-radius: 0 0 1px 1px;
    background: currentColor;
  }

  .outsmart-hero-copy > .outsmart-trust-line::before {
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 0;
    background: url("/assets/outsmart-icon-class.png") center / contain no-repeat;
  }

  .outsmart-hero-step-row .outsmart-micro-icon,
  .outsmart-hero-proof-grid .outsmart-micro-icon {
    width: 54px;
    height: 54px;
    border: 0;
    border-radius: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: none;
  }

  .outsmart-hero-step-row .outsmart-micro-icon::before,
  .outsmart-hero-step-row .outsmart-micro-icon::after,
  .outsmart-hero-proof-grid .outsmart-micro-icon::before,
  .outsmart-hero-proof-grid .outsmart-micro-icon::after {
    content: none;
  }

  .outsmart-hero-step-row .outsmart-micro-icon-upload {
    background-image: url("/assets/outsmart-icon-upload.png");
  }

  .outsmart-hero-step-row .outsmart-micro-icon-notes,
  .outsmart-hero-proof-grid .outsmart-micro-icon-notes {
    background-image: url("/assets/outsmart-icon-notes.png");
  }

  .outsmart-hero-step-row .outsmart-micro-icon-bars {
    background-image: url("/assets/outsmart-icon-readiness.png");
  }

  .outsmart-hero-proof-grid .outsmart-micro-icon-lock {
    background-image: url("/assets/outsmart-icon-lock.png");
  }

  .outsmart-hero-proof-grid .outsmart-micro-icon-shield {
    background-image: url("/assets/outsmart-icon-shield.png");
  }

  .outsmart-hero-proof-grid .outsmart-micro-icon-check {
    background-image: url("/assets/outsmart-icon-check.png");
  }

  .outsmart-hero-footnote {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 26px 0 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 1rem;
    font-weight: 760;
  }

  .outsmart-hero-footnote span,
  .outsmart-hero-footnote strong {
    color: #64ff88;
  }

  .outsmart-readiness-preview {
    align-self: center;
    padding: clamp(24px, 2.8vw, 34px);
    overflow: hidden;
    border: 1px solid rgba(207, 227, 242, 0.92);
    border-radius: 5px;
    background:
      radial-gradient(circle at 100% 0%, rgba(12, 116, 214, 0.1) 0 126px, transparent 127px),
      linear-gradient(180deg, #ffffff 0%, #f6fbff 100%);
    box-shadow: 0 28px 58px rgba(2, 15, 36, 0.2);
  }

  .outsmart-readiness-preview-head {
    grid-template-columns: 1fr auto;
    gap: 18px 14px;
    align-items: center;
  }

  .outsmart-readiness-preview-head span {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #1268D6;
    font-size: 1rem;
  }

  .outsmart-readiness-preview-head span i {
    width: 58px;
    height: 58px;
    border-radius: 0;
    background: url("/assets/outsmart-readiness-map.png") center / contain no-repeat;
    transform: none;
    position: relative;
  }

  .outsmart-readiness-preview-head span i::after {
    content: none;
  }

  .outsmart-readiness-preview-head small {
    min-height: 34px;
    padding: 0 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    color: #344150;
    background: #eef3f7;
    font-size: 0.8rem;
    font-weight: 780;
  }

  .outsmart-readiness-preview-head small i {
    width: 7px;
    height: 7px;
    border-radius: 8px;
    background: #16b139;
  }

  .outsmart-readiness-preview-head strong {
    grid-column: 1 / -1;
    font-size: clamp(2.1rem, 3.2vw, 3.25rem);
  }

  .outsmart-readiness-preview-head strong em {
    color: #12a83a;
    font-style: normal;
  }

  .outsmart-readiness-meter {
    height: 14px;
    margin: 18px 0 24px;
  }

  .outsmart-readiness-preview .outsmart-readiness-stats div {
    min-height: 138px;
    padding: 14px;
    background: linear-gradient(180deg, #ffffff, #f7faff);
  }

  .outsmart-readiness-preview .outsmart-readiness-stats div:nth-child(2) strong {
    color: #f08a00;
  }

  .outsmart-stat-bars {
    width: 76px;
    height: 72px;
    display: inline-block;
    background: url("/assets/outsmart-readiness-bars.png") center / contain no-repeat;
  }

  .outsmart-stat-bars-orange {
    background-image: url("/assets/outsmart-readiness-urgent.png");
  }

  .outsmart-alert-icon {
    width: 76px;
    height: 66px;
    display: inline-block;
    position: relative;
    border: 0;
    background: url("/assets/outsmart-readiness-risk.png") center / contain no-repeat;
  }

  .outsmart-alert-icon::before {
    content: none;
  }

  .outsmart-priority-card {
    margin: 24px 0 14px;
    padding: 0;
    background: transparent;
    border: 0;
    border-top: 1px solid #dce7f1;
    border-radius: 0;
  }

  .outsmart-priority-card > span {
    display: block;
    margin-top: 18px;
    color: #1268D6;
  }

  .outsmart-priority-element {
    margin-top: 12px;
    padding: 14px;
    grid-template-columns: 48px minmax(0, 1fr) auto;
    border-color: rgba(9, 18, 26, 0.08);
    box-shadow: 0 10px 20px rgba(9, 18, 26, 0.08);
  }

  .outsmart-priority-rank {
    width: 44px;
    height: 44px;
    display: inline-grid;
    place-items: center;
    border-radius: 2px;
    color: #ffffff;
    background: linear-gradient(180deg, #0bdc28, #06a817);
    font-size: 1.2rem;
    font-weight: 900;
  }

  .outsmart-priority-element em {
    padding: 0;
    color: #7f8d9a;
    background: transparent;
    font-size: 2rem;
  }

  .outsmart-element-button {
    min-height: 54px;
    border-radius: 2px;
  }

  .outsmart-readiness-preview .outsmart-element-button .outsmart-micro-icon-target {
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 0;
    background: url("/assets/outsmart-readiness-target.png") center / contain no-repeat;
  }

  .outsmart-readiness-preview .outsmart-element-button .outsmart-micro-icon-target::before,
  .outsmart-readiness-preview .outsmart-element-button .outsmart-micro-icon-target::after {
    content: none;
  }

  .outsmart-private-note {
    margin: 18px -34px -34px;
    padding: 18px 34px;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    color: #526170;
    background: #eaf4ff;
    font-size: 0.9rem;
    line-height: 1.3;
  }

  .outsmart-private-note span {
    width: 48px;
    height: 48px;
    display: inline-grid;
    place-items: center;
    border: 0;
    border-radius: 0;
    color: #1268D6;
    background: url("/assets/outsmart-readiness-lightbulb.png") center / contain no-repeat;
  }

  .outsmart-private-note span::before {
    content: none;
  }

  .outsmart-private-note span::after {
    content: none;
  }

  @media (max-width: 980px) {
    .outsmart-hero {
      grid-template-columns: 1fr;
      padding: 34px;
      gap: 34px;
    }

    .outsmart-hero::before {
      width: 62%;
      opacity: 0.44;
    }

    .outsmart-hero::after {
      right: -180px;
      top: 220px;
      width: 460px;
    }

    .outsmart-hero h1 {
      max-width: 760px;
      font-size: clamp(2.8rem, 10vw, 4.25rem);
    }

    .outsmart-readiness-preview {
      width: min(100%, 640px);
      max-width: none;
      justify-self: start;
      margin: 0;
    }
  }

  @media (max-width: 640px) {
    .outsmart-body .outsmart-page {
      overflow-x: hidden;
    }

    .outsmart-hero {
      box-sizing: border-box;
      width: calc(100vw - 24px);
      max-width: calc(100vw - 24px);
      margin-left: auto;
      margin-right: auto;
      padding: 24px 16px;
      border-radius: 5px;
    }

    .outsmart-hero-copy,
    .outsmart-readiness-preview {
      width: 100%;
      max-width: 300px;
      justify-self: start;
    }

    .outsmart-hero-copy *,
    .outsmart-readiness-preview * {
      min-width: 0;
    }

    .outsmart-hero h1 {
      width: min(100%, 300px);
      font-size: clamp(2.02rem, 8.2vw, 2.28rem);
      line-height: 0.98;
      overflow-wrap: normal;
      text-wrap: unset;
      white-space: normal;
    }

    .outsmart-hero h1,
    .outsmart-hero-copy > p,
    .outsmart-hero-copy > .outsmart-trust-line,
    .outsmart-hero-footnote {
      max-width: 300px;
      overflow-wrap: break-word;
    }

    .outsmart-hero-mobile-break {
      display: block;
    }

    .outsmart-hero-copy > p,
    .outsmart-hero-copy > .outsmart-trust-line,
    .outsmart-hero-footnote {
      font-size: 0.88rem;
      line-height: 1.32;
    }

    .outsmart-hero-footnote {
      display: block;
    }

    .outsmart-hero-copy > p {
      font-size: 0.98rem;
      line-height: 1.36;
    }

    .outsmart-hero .outsmart-button {
      width: 100%;
      max-width: 100%;
      min-width: 0;
      min-height: 56px;
      padding: 0 18px;
      font-size: 0.94rem;
      white-space: normal;
    }

    .outsmart-hero-copy > .outsmart-trust-line {
      display: block;
      font-size: 0.88rem;
    }

    .outsmart-hero-copy > .outsmart-trust-line::before {
      vertical-align: middle;
      margin-right: 8px;
    }

    .outsmart-hero-copy > .outsmart-trust-line strong {
      display: inline;
    }

    .outsmart-hero .outsmart-cta-row {
      display: grid;
      grid-template-columns: minmax(0, 1fr);
      width: 100%;
      max-width: 300px;
      gap: 12px;
    }

    .outsmart-hero-step-row,
    .outsmart-hero-proof-grid {
      grid-template-columns: 1fr;
      max-width: 300px;
    }

    .outsmart-hero-step-row span,
    .outsmart-hero-proof-grid span {
      min-height: 58px;
      justify-content: flex-start;
    }

    .outsmart-hero-step-row .outsmart-micro-icon,
    .outsmart-hero-proof-grid .outsmart-micro-icon {
      width: 44px;
      height: 44px;
    }

    .outsmart-readiness-preview {
      padding: 18px;
    }

    .outsmart-readiness-preview-head {
      grid-template-columns: 1fr;
    }

    .outsmart-readiness-preview-head strong {
      font-size: clamp(1.72rem, 9.5vw, 2.3rem);
    }

    .outsmart-readiness-preview .outsmart-readiness-stats {
      grid-template-columns: 1fr;
    }

    .outsmart-priority-element {
      grid-template-columns: 44px minmax(0, 1fr);
    }

    .outsmart-priority-element em {
      display: none;
    }

    .outsmart-private-note {
      margin: 16px -18px -18px;
      padding: 16px 18px;
      grid-template-columns: 40px minmax(0, 1fr);
    }

    .outsmart-private-note span {
      width: 38px;
      height: 38px;
    }

    .outsmart-private-note i {
      display: none;
    }
  }
