:root {
  --navy: #0A0D31;
  --red: #FF494A;
  --white: #FFFFFF;
  --grey-bg: #F5F5F5;
  --grey-text: #5F6567;
  --text: #242627;
  --border: rgba(0, 0, 0, 0.08);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "Inter Tight", Arial, sans-serif; color: var(--text); }
.container { max-width: 1160px; margin: 0 auto; padding: 0 24px; }
.container-wide { max-width: 1280px; }
.utility-bar {
  background: var(--navy);
  color: rgba(255,255,255,.85);
  font-size: 13px;
  padding: 8px 0;
}
.utility-bar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.utility-bar a { color: rgba(255,255,255,.85); text-decoration: none; }
.utility-bar .util-left, .utility-bar .util-right { display: flex; align-items: center; gap: 16px; }
.site-header { border-bottom: 1px solid var(--border); background: var(--white); }
.site-header .container { display: flex; justify-content: space-between; align-items: center; padding: 14px 24px; gap: 18px; }
.brand img { height: 40px; width: auto; }
.primary-nav { display: flex; align-items: center; gap: 22px; }
.primary-nav a { color: var(--text); text-decoration: none; font-weight: 500; font-size: 15px; }
.hero { background: var(--navy); color: var(--white); padding: 58px 0 64px; }
.hero .container { max-width: 1280px; }
.hero h1 { margin: 0 0 14px; font-size: clamp(34px, 5vw, 52px); }
.hero-subtext { margin: 0 0 16px; max-width: 760px; color: rgba(255,255,255,.92); font-size: clamp(18px, 2.5vw, 22px); line-height: 1.45; }
.hero-body { margin: 0 0 20px; max-width: 720px; color: rgba(255,255,255,.8); font-size: 17px; line-height: 1.55; }
.hero-bullets {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
}
.hero-bullets li {
  position: relative;
  padding-left: 22px;
  font-weight: 600;
  color: rgba(255,255,255,.9);
}
.hero-bullets li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--red);
  font-weight: 700;
}
.section { padding: 56px 0; }
.section.alt { background: var(--grey-bg); }
.section-light { background: var(--white); border-top: 1px solid var(--border); }
.section-assess { background: var(--white); }
.section-levels { border-top: 1px solid var(--border); }
.section-levels .section-head h2 { color: var(--navy); }
.section-levels .section-head p { color: var(--grey-text); }
.section-final-cta { border-top: 1px solid var(--border); }
.section-testimonial { background: var(--white); }
.section-head { text-align: center; margin: 0 auto 28px; max-width: 720px; }
.section-head-wide { max-width: 880px; }
.section-head.tight { margin-bottom: 20px; }
.section-head h2 { margin: 0 0 8px; font-size: 34px; color: var(--navy); }
.section-head p { margin: 0; color: var(--grey-text); }
.kicker {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: .7px;
  color: var(--red);
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 10px;
}
.prose-block { max-width: 720px; margin: 0 auto; line-height: 1.65; color: var(--grey-text); }
.prose-wide { max-width: 920px; }
.prose-block p { margin: 0 0 14px; }
.prose-block p:last-child { margin-bottom: 0; }
.prose-block.centered { text-align: center; }
.btn { appearance: none; border: 1px solid transparent; border-radius: 6px; padding: 12px 18px; font-weight: 600; cursor: pointer; text-decoration: none; display: inline-block; font-family: inherit; font-size: 15px; }
.btn-primary { background: var(--red); color: var(--white); }
.btn-dark { background: var(--navy); color: var(--white); }
.btn-outline { background: transparent; color: var(--navy); border-color: var(--navy); }

/* What Influences AI Readiness */
.rc-assess-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}
.rc-assess-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 0;
  min-height: 168px;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.rc-assess-card:hover {
  border-color: rgba(255, 73, 74, .22);
  box-shadow: 0 6px 20px -14px rgba(10, 13, 49, .18);
}
.rc-assess-card-inner {
  padding: 22px 18px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.rc-assess-card h3 {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: 17px;
  line-height: 1.3;
}
.rc-assess-desc {
  margin: 0;
  color: var(--grey-text);
  font-size: 14px;
  line-height: 1.5;
  flex: 1;
}

/* Quiz */
.rc-quiz-card { background: var(--white); border: 1px solid var(--border); border-radius: 14px; padding: 28px; box-shadow: 0 20px 50px -30px rgba(10, 13, 49, .2); }
.rc-progress { margin-bottom: 22px; }
.rc-progress-meta { display: flex; justify-content: space-between; font-size: 13px; font-weight: 600; color: var(--grey-text); margin-bottom: 8px; }
.rc-progress-track { height: 6px; background: var(--grey-bg); border-radius: 8px; overflow: hidden; }
#rc-progress-fill { height: 100%; width: 0; background: linear-gradient(90deg, var(--red), #ff7a7a); transition: width .3s ease; }
.rc-questions-list { display: flex; flex-direction: column; gap: 14px; }
.rc-q-block { background: var(--grey-bg); border: 1px solid var(--border); border-radius: 12px; padding: 18px; transition: .2s ease; }
.rc-q-block.is-locked { display: none; }
.rc-q-head { display: flex; gap: 10px; margin-bottom: 8px; }
.rc-q-num { color: var(--red); font-weight: 700; font-size: 12px; }
.rc-q-badge { color: var(--grey-text); font-size: 11px; text-transform: uppercase; }
.rc-q-text { margin: 0 0 12px; color: var(--navy); font-size: 20px; }
.rc-options { display: grid; gap: 8px; }
.rc-option { border: 1px solid #d6d8dd; border-radius: 8px; background: var(--white); padding: 11px 12px; text-align: left; font-weight: 600; cursor: pointer; font-family: inherit; font-size: 15px; transition: background .15s ease, border-color .15s ease; }
.rc-option:hover { border-color: var(--red); }
.rc-option.is-selected { background: var(--red); color: var(--white); border-color: var(--red); }
.rc-q-answer { margin: 10px 0 0; color: var(--grey-text); font-size: 13px; }

/* Lead form */
.rc-receive-block {
  background: var(--grey-bg);
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 22px;
}
.rc-receive-block h3 { margin: 0 0 12px; color: var(--navy); font-size: 16px; }
.rc-receive-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 16px;
}
.rc-receive-list li {
  position: relative;
  padding-left: 22px;
  color: var(--grey-text);
  font-size: 14px;
}
.rc-receive-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--red);
  font-weight: 700;
}
.rc-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.rc-field.full { grid-column: 1 / -1; }
.rc-field label { display: block; font-size: 13px; color: var(--navy); font-weight: 600; margin-bottom: 6px; }
.rc-field input { width: 100%; border: 1px solid #d6d8dd; border-radius: 8px; padding: 11px 12px; font-family: inherit; }
.field-error { color: var(--red); font-size: 12px; margin: 6px 0 0; }
.rc-form-submit { margin-top: 16px; }
.rc-form-submit .btn { width: 100%; }

/* Results */
.rc-result-header { text-align: center; border-bottom: 1px solid var(--border); padding-bottom: 16px; margin-bottom: 18px; }
.rc-results-complete-head { margin-bottom: 20px; }
.rc-results-complete-head h2 { margin: 0; color: var(--navy); font-size: clamp(24px, 3.5vw, 32px); }
.rc-result-header p { margin: 0 0 8px; color: var(--grey-text); font-size: 16px; line-height: 1.5; }
.rc-result-header p:last-child { margin-bottom: 0; }
#rc-result-band {
  display: inline-block;
  background: rgba(255,73,74,.12);
  color: var(--red);
  font-weight: 700;
  padding: 6px 10px;
  border-radius: 6px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .4px;
  margin-bottom: 16px;
}
#rc-result-body { color: var(--grey-text); line-height: 1.6; margin: 0 0 4px; }
.rc-result-body { font-size: 17px; }
.rc-result-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 20px; }
.rc-result-grid h3 { margin: 0 0 12px; color: var(--navy); font-size: 13px; line-height: 1.45; font-weight: 700; text-transform: none; letter-spacing: 0; }
.rc-result-next-block {
  margin-top: 28px;
  padding: 22px 24px;
  background: var(--grey-bg);
  border: 1px solid var(--border);
  border-radius: 12px;
  text-align: center;
}
.rc-result-next-block h3 {
  margin: 0 0 8px;
  color: var(--navy);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .5px;
}
.rc-result-next-step-name {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: 20px;
  line-height: 1.3;
}
.rc-result-next-step-body {
  margin: 0;
  color: var(--grey-text);
  font-size: 16px;
  line-height: 1.6;
}
.rc-bar-row { margin-bottom: 12px; }
.rc-bar-head { display: flex; justify-content: space-between; font-size: 14px; margin-bottom: 5px; }
.rc-bar-track { height: 8px; border-radius: 8px; background: var(--grey-bg); overflow: hidden; }
.rc-bar-fill { height: 100%; background: var(--navy); transition: width .7s cubic-bezier(.22, 1, .36, 1); }
.rc-focus-list { list-style: none; padding: 0; margin: 0; }
.rc-focus-list li { padding: 8px 0; border-bottom: 1px solid var(--border); display: flex; gap: 8px; }
.rc-result-actions { text-align: center; margin-top: 24px; }
.rc-result-actions .btn { width: 100%; max-width: 360px; }

/* Readiness Levels — stepped infographic */
.rc-levels-visual {
  max-width: 1180px;
  margin: 0 auto;
}

.rc-levels-stepped {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 4px;
  padding: 44px 8px 28px;
  margin-bottom: 28px;
}

.rc-level-col {
  flex: 1 1 0;
  min-width: 0;
  max-width: 250px;
  display: flex;
  align-items: flex-end;
}

.rc-level-col-1 { padding-bottom: 0; }
.rc-level-col-2 { padding-bottom: 28px; }
.rc-level-col-3 { padding-bottom: 56px; }
.rc-level-col-4 { padding-bottom: 84px; }

.rc-level-arrow {
  flex: 0 0 36px;
  align-self: flex-start;
  padding-top: 18px;
  opacity: .85;
}

.rc-level-arrow-svg {
  width: 36px;
  height: 44px;
  display: block;
}

.rc-level-card {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: center;
  background: var(--white);
  border: 1px solid #e8eaee;
  border-radius: 12px;
  border-top-width: 4px;
  padding: 38px 16px 16px;
  min-height: 292px;
  cursor: pointer;
  font-family: inherit;
  box-shadow: 0 10px 28px -18px rgba(10, 13, 49, .18);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.rc-level-card.rc-level-accent-dark { border-top-color: var(--navy); }
.rc-level-card.rc-level-accent-red { border-top-color: var(--red); }

.rc-level-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px -16px rgba(10, 13, 49, .24);
}

.rc-level-card.is-active {
  border-color: rgba(255, 73, 74, .35);
  box-shadow: 0 14px 34px -14px rgba(255, 73, 74, .28);
}

.rc-level-card.is-user-band {
  transform: scale(1.05);
  z-index: 2;
  border-color: var(--red);
  box-shadow: 0 0 0 3px var(--red), 0 22px 44px -14px rgba(255, 73, 74, .38);
}

.rc-level-card.is-user-band::after {
  content: "Your level";
  position: absolute;
  top: 8px;
  right: 8px;
  background: var(--red);
  color: var(--white);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
  padding: 7px 12px;
  border-radius: 6px;
  box-shadow: 0 4px 12px -4px rgba(255, 73, 74, .55);
}

.rc-level-card-icon {
  position: absolute;
  top: -26px;
  left: 50%;
  transform: translateX(-50%);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  box-shadow: 0 6px 16px -8px rgba(0, 0, 0, .35);
}

.rc-level-accent-dark .rc-level-card-icon { background: var(--navy); }
.rc-level-accent-red .rc-level-card-icon { background: var(--red); }

.rc-level-card-icon svg {
  width: 24px;
  height: 24px;
}

.rc-level-card-name {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .6px;
  color: var(--navy);
}

.rc-level-card-points {
  margin: 0 0 12px;
  font-size: 15px;
  font-weight: 700;
  color: var(--red);
}

.rc-level-card-desc {
  margin: 0 0 auto;
  padding-bottom: 14px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--grey-text);
  min-height: 42px;
}

.rc-level-card-focus {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 10px;
  align-items: start;
  text-align: left;
  background: var(--grey-bg);
  border-radius: 8px;
  padding: 12px;
  margin-top: auto;
}

.rc-level-card-focus-icon {
  color: var(--red);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 2px;
}

.rc-level-card-focus-icon svg {
  width: 20px;
  height: 20px;
}

.rc-level-card-focus p {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: var(--text);
}

.rc-level-card-focus strong {
  color: var(--navy);
}

/* Bottom dimensions strip */
.rc-levels-dimensions {
  display: grid;
  grid-template-columns: minmax(220px, 1.1fr) minmax(0, 2fr);
  gap: 20px 28px;
  align-items: center;
  border: 1px solid #e8eaee;
  border-radius: 12px;
  background: var(--white);
  padding: 20px 24px;
  box-shadow: 0 8px 24px -20px rgba(10, 13, 49, .12);
}

.rc-levels-dim-lead {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  align-items: center;
}

.rc-levels-dim-lead-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--red);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.rc-levels-dim-lead-icon svg {
  width: 22px;
  height: 22px;
}

.rc-levels-dim-lead p {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  color: var(--navy);
}

.rc-levels-dim-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.rc-levels-dim-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: var(--navy);
  padding: 0 6px;
  border-right: 1px solid #e8eaee;
}

.rc-levels-dim-list li:last-child {
  border-right: none;
}

.rc-dim-icon {
  color: var(--red);
  display: flex;
  align-items: center;
  justify-content: center;
}

.rc-dim-icon svg {
  width: 22px;
  height: 22px;
}

.rc-levels-score-note {
  margin: 16px 0 0;
  text-align: center;
  font-size: 13px;
  font-style: italic;
  color: var(--grey-text);
}

.rc-levels-your-intro-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 0 28px;
  padding: 0 24px;
}

.rc-levels-your-intro {
  margin: 0;
  width: 100%;
  max-width: 640px;
  padding: 16px 24px;
  text-align: center;
  background: linear-gradient(135deg, rgba(255, 73, 74, .08), rgba(10, 13, 49, .04));
  border: 1px solid rgba(255, 73, 74, .22);
  border-radius: 10px;
  font-size: 17px;
  color: var(--navy);
}

.rc-levels-your-intro strong {
  color: var(--red);
  font-weight: 700;
  letter-spacing: .3px;
}

/* Final CTA + testimonial */
.section-testimonial { padding-top: 48px; padding-bottom: 48px; }
.final-cta-card {
  background: var(--grey-bg);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 40px 48px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
.final-cta-card h2 { margin: 0 0 12px; color: var(--navy); font-size: 28px; }
.final-cta-card p { margin: 0 0 22px; color: var(--grey-text); line-height: 1.6; }
.testimonial-block { max-width: 820px; margin: 0 auto; text-align: center; }
.testimonial-heading {
  margin: 0 0 20px;
  color: var(--navy);
  font-size: clamp(26px, 4vw, 34px);
}
.testimonial-quote {
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
  border: none;
  text-align: center;
}
.testimonial-quote p {
  margin: 0 0 18px;
  font-size: 18px;
  line-height: 1.55;
  color: var(--navy);
  font-style: italic;
}
.testimonial-quote footer {
  color: var(--grey-text);
  font-size: 15px;
  font-style: normal;
  line-height: 1.5;
}
.testimonial-name {
  display: block;
  color: var(--navy);
  font-size: 16px;
  margin-bottom: 4px;
}
.testimonial-role {
  display: block;
  color: var(--grey-text);
  font-size: 14px;
}

#rc-lead-form,
#rc-plan-form {
  max-width: 760px;
  margin: 0 auto;
  min-height: 200px;
}
#rc-lead-form .hs-form-frame,
#rc-plan-form .hs-form-frame,
.rc-hubspot-form-wrap .hs-form-frame {
  min-height: 200px;
}
.rc-form-step-label {
  margin: 0 0 14px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: var(--red);
}
.rc-form-setup-note {
  margin: 0;
  padding: 16px;
  background: #fff8f8;
  border: 1px solid rgba(255, 73, 74, .25);
  border-radius: 8px;
  color: var(--grey-text);
  font-size: 14px;
  line-height: 1.5;
}

.site-footer {
  background: var(--navy);
  color: rgba(255,255,255,.75);
  padding: 48px 0 24px;
  font-size: 14px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.7fr 1fr 1fr;
  gap: 34px;
  margin-bottom: 34px;
}
.footer-brand img { height: 40px; margin-bottom: 14px; filter: brightness(0) invert(1); }
.footer-brand p { margin: 0 0 10px; line-height: 1.55; }
.footer-col h4 { color: var(--white); font-size: 14px; text-transform: uppercase; margin: 0 0 12px; }
.footer-col ul { list-style: none; margin: 0; padding: 0; }
.footer-col li { margin-bottom: 8px; }
.site-footer a { color: rgba(255,255,255,.75); text-decoration: none; }
.site-footer a:hover { color: var(--white); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.12);
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  font-size: 13px;
}
.footer-bottom a { margin-left: 14px; }

@media (prefers-reduced-motion: reduce) {
  .rc-bar-fill, #rc-progress-fill, .rc-level-card { transition: none; }
  .rc-level-card:hover { transform: none; }
}

@media (max-width: 960px) {
  .rc-assess-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .rc-levels-stepped {
    flex-wrap: wrap;
    align-items: stretch;
    padding-top: 20px;
  }
  .rc-level-col,
  .rc-level-col-1,
  .rc-level-col-2,
  .rc-level-col-3,
  .rc-level-col-4 {
    flex: 1 1 calc(50% - 12px);
    max-width: none;
    padding-bottom: 0;
  }
  .rc-level-arrow { display: none; }
  .rc-level-card { min-height: 280px; }
  .rc-levels-dimensions {
    grid-template-columns: 1fr;
  }
  .rc-levels-dim-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .rc-levels-dim-list li:nth-child(3) { border-right: none; }
}

@media (max-width: 820px) {
  .rc-form-grid, .rc-result-grid { grid-template-columns: 1fr; }
  .rc-receive-list { grid-template-columns: 1fr; }
  .section-head h2 { font-size: 28px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .primary-nav { display: none; }
  .rc-assess-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .rc-levels-dim-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .final-cta-card { padding: 32px 28px; }
  .rc-levels-dim-list li { border-right: none; border-bottom: 1px solid #e8eaee; padding-bottom: 10px; }
  .rc-levels-dim-list li:last-child { border-bottom: none; }
}

@media (max-width: 640px) {
  .utility-bar { display: none; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom a { margin-left: 0; margin-right: 14px; }
  .rc-assess-grid { grid-template-columns: 1fr; }
  .rc-assess-card { min-height: 0; }
  .final-cta-card { padding: 24px 20px; }
  .final-cta-card h2 { font-size: 24px; }
  .rc-level-col { flex: 1 1 100%; }
  .rc-level-card.is-user-band::after { display: none; }
  .rc-levels-dim-list { grid-template-columns: 1fr 1fr; }
}
