:root {
  --page: rgb(254 254 254);
  --ink: rgb(0 27 127);
  --copy: rgb(79 91 112);
  --blue: rgb(0 83 231);
  --blue-deep: rgb(0 52 156);
  --blue-soft: rgb(237 244 255);
  --section: rgb(237 244 254);
  --orange: rgb(254 124 1);
  --green: rgb(25 169 106);
  --line: rgb(215 226 242);
  --muted-line: rgb(231 237 246);
  --demo-bg: rgb(254 254 254);
  --demo-text: rgb(42 52 70);
  --demo-muted: rgb(117 127 144);
  --demo-line: rgb(217 225 237);
  --demo-soft: rgb(238 243 250);
  --shadow: 0 9px 18px color-mix(in oklch, var(--ink) 5%, transparent);
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--page);
  color: var(--ink);
  font-family: "Figtree", sans-serif;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

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

button:focus-visible,
a:focus-visible,
input:focus-visible + label,
input:focus-visible + .answer-radio {
  outline: 3px solid color-mix(in oklch, var(--blue) 35%, transparent);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 2000;
  padding: 0.55rem 0.8rem;
  border-radius: 0.4rem;
  background: var(--ink);
  color: var(--page);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  height: 92px;
  background: var(--page);
}

.navbar {
  height: 100%;
  padding: 0;
}

.nav-shell {
  position: relative;
  display: flex;
  width: min(calc(100% - 58px), 1478px);
  height: 100%;
  margin: 0 auto;
  align-items: center;
}

.brand-lockup {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  line-height: 1;
}

.brand-logo {
  display: block;
  width: 10.625rem;
  height: auto;
}

.main-nav {
  position: absolute;
  left: 468px;
  display: flex;
  margin: 0;
  gap: 3.5rem;
  align-items: center;
  transform: translateY(2px);
}

.main-nav .nav-link {
  display: inline-flex;
  gap: 0.55rem;
  align-items: center;
  padding: 0.5rem 0 !important;
  color: var(--ink);
  font-size: 1.05rem;
  font-weight: 600;
}

.main-nav .nav-link i {
  font-size: 0.7rem;
}

.main-nav .nav-link:hover,
.sign-in-link:hover {
  color: var(--blue);
}

.sign-in-link {
  margin-left: auto;
  margin-right: 10px;
  color: var(--ink);
  font-size: 1.06rem;
  font-weight: 600;
  transform: translateY(2px);
}

.navbar-toggler {
  margin-left: auto;
  border-color: var(--line);
}

.hero-section {
  height: 556px;
  background: var(--page);
}

.hero-shell {
  display: grid;
  grid-template-columns: 566px minmax(0, 1fr);
  gap: 67px;
  width: min(calc(100% - 86px), 1450px);
  height: 100%;
  margin: 0 auto;
  padding: 0 24px;
}

.hero-copy {
  padding-top: 37px;
}

.hero-copy h1 {
  margin: 0;
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  font-size: 4.95rem;
  font-weight: 800;
  letter-spacing: -0.068em;
  line-height: 0.94;
}

.hero-copy h1 > span {
  display: block;
  white-space: nowrap;
  transform: scaleX(1.07);
  transform-origin: left center;
}

.hero-copy h1 > span:nth-child(2) {
  transform: translateY(1px) scaleX(1.06);
}

.hero-copy h1 em {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  color: var(--blue);
  font-style: normal;
  transform: scaleX(0.965);
  transform-origin: left center;
}

.hero-copy h1 em::after {
  content: "";
  position: absolute;
  right: -0.17em;
  bottom: 0.08em;
  width: 0.17em;
  height: 0.16em;
  border-radius: 50%;
  background: var(--orange);
  transform: translate(4px, -1px);
}

.hero-copy h1 i {
  display: none;
}

.benefit-list {
  display: grid;
  gap: 1.625rem;
  margin: 1.82rem 0 0;
  padding: 0;
  list-style: none;
}

.benefit-item {
  display: grid;
  grid-template-columns: 41px 1fr;
  gap: 1rem;
  align-items: center;
}

.benefit-item > div {
  transform: translateX(2px);
}

.benefit-icon {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid color-mix(in oklch, var(--blue) 30%, var(--line));
  border-radius: 10px;
  background: var(--page);
  color: var(--blue);
  font-size: 1.05rem;
}

.benefit-item h2 {
  margin: 0 0 0.08rem;
  color: oklch(0.27 0.07 263);
  font-family: "Manrope", sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.025em;
}

.benefit-item p {
  margin: 0;
  color: var(--copy);
  font-size: 0.96rem;
  line-height: 1.35;
  transform: translateY(6px);
}

.download-actions {
  display: flex;
  gap: 0.75rem;
  margin-top: 34px;
  margin-left: 4px;
}

.download-button {
  display: inline-flex;
  height: 56px;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  border: 2px solid var(--blue);
  border-radius: 10px;
  font-size: 0.94rem;
  font-weight: 700;
  transition: transform 180ms ease, background-color 180ms ease;
}

.download-button:hover {
  transform: translateY(-2px);
}

.download-button i {
  font-size: 1.85rem;
}

.download-primary {
  width: 264px;
  background: var(--blue);
  color: var(--page);
}

.download-primary:hover {
  background: var(--blue-deep);
  color: var(--page);
}

.download-secondary {
  width: 239px;
  background: var(--page);
  color: var(--blue-deep);
}

.download-secondary:hover {
  background: var(--blue-soft);
}

.candidate-proof {
  display: flex;
  gap: 0.55rem;
  align-items: center;
  margin: 1.3375rem 0 0;
  color: var(--copy);
  font-size: 0.83rem;
}

.candidate-proof i {
  color: var(--green);
  font-size: 1.2rem;
}

.demo-column {
  width: 792px;
  min-width: 0;
  padding-top: 4px;
}

.demo-theme-toggle {
  display: flex;
  width: 204px;
  height: 40px;
  margin: 0 0 6px auto;
  padding: 5px;
  border-radius: 999px;
  background: oklch(0.95 0.027 257);
}

.theme-choice {
  display: inline-flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--copy);
  font-size: 0.81rem;
  font-weight: 600;
}

.theme-choice.active {
  background: var(--page);
  color: var(--blue);
  box-shadow: 0 3px 10px color-mix(in oklch, var(--ink) 7%, transparent);
}

.theme-choice:first-child i {
  color: var(--orange);
}

.exam-demo {
  display: grid;
  grid-template-columns: 510px 270px;
  gap: 12px;
  width: 792px;
  height: 498px;
  color: var(--demo-text);
}

.exam-demo.demo-dark {
  --demo-bg: oklch(0.205 0.03 264);
  --demo-text: oklch(0.93 0.012 255);
  --demo-muted: oklch(0.72 0.022 255);
  --demo-line: oklch(0.38 0.035 264);
  --demo-soft: oklch(0.28 0.035 264);
}

.exam-main-card,
.exam-widget {
  border: 1px solid var(--demo-line);
  background: var(--demo-bg);
  box-shadow: var(--shadow);
}

.exam-main-card {
  display: grid;
  grid-template-rows: 49px 1fr 57px;
  min-width: 0;
  overflow: hidden;
  border-radius: 9px;
}

.exam-toolbar {
  display: grid;
  grid-template-columns: 26px 1fr auto;
  gap: 0.5rem;
  align-items: center;
  padding: 0 24px;
  border-bottom: 1px solid var(--demo-line);
  color: var(--demo-muted);
  font-size: 0.77rem;
}

.exam-toolbar button {
  border: 0;
  background: transparent;
  color: inherit;
}

.exam-toolbar > button:first-child {
  padding: 0;
  text-align: left;
}

.flag-button {
  display: inline-flex;
  gap: 0.4rem;
  align-items: center;
  padding: 0;
}

.flag-button.is-flagged {
  color: var(--orange);
}

.question-body {
  padding: 17px 24px 14px;
}

.question-text {
  max-width: 430px;
  margin: 0 0 12px;
  color: var(--demo-text);
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.45;
}

.answer-list {
  display: grid;
  min-width: 0;
  gap: 6px;
  margin: 0;
  padding: 0;
  border: 0;
}

.answer-option {
  display: grid;
  grid-template-columns: 18px 21px 1fr;
  gap: 0.48rem;
  min-height: 46px;
  align-items: center;
  padding: 0 12px;
  border: 1px solid var(--demo-line);
  border-radius: 7px;
  background: var(--demo-bg);
  color: var(--demo-text);
  cursor: pointer;
  font-size: 0.77rem;
}

.answer-option.selected {
  border-color: var(--blue);
  background: color-mix(in oklch, var(--blue-soft) 88%, var(--demo-bg));
}

.answer-option.incorrect {
  border-color: oklch(0.68 0.18 25);
  background: oklch(0.96 0.025 25);
}

.answer-option.correct-answer {
  border-color: var(--green);
  background: color-mix(in oklch, var(--green) 10%, var(--demo-bg));
}

.exam-demo.demo-dark .answer-option.selected {
  background: color-mix(in oklch, var(--blue) 27%, var(--demo-bg));
}

.answer-radio {
  width: 17px;
  height: 17px;
  border: 1.5px solid color-mix(in oklch, var(--demo-muted) 72%, transparent);
  border-radius: 50%;
}

.answer-option.selected .answer-radio {
  border: 5px solid var(--blue);
}

.answer-letter {
  color: var(--demo-muted);
  font-weight: 600;
}

.answer-feedback {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 0.65rem;
  min-height: 84px;
  align-items: start;
  margin-top: 12px;
  padding: 14px;
  border: 1px solid color-mix(in oklch, var(--green) 42%, var(--demo-line));
  border-radius: 7px;
  background: color-mix(in oklch, var(--green) 9%, var(--demo-bg));
  font-size: 0.75rem;
}

.answer-feedback > i {
  margin-top: 2px;
  color: var(--green);
}

.answer-feedback strong {
  display: block;
  margin-bottom: 1px;
  color: var(--demo-text);
  font-size: 0.8rem;
}

.answer-feedback p {
  margin: 0;
  color: var(--demo-muted);
  line-height: 1.45;
}

.answer-feedback.is-wrong {
  border-color: oklch(0.76 0.12 25);
  background: oklch(0.97 0.02 25);
}

.answer-feedback.is-wrong > i {
  color: oklch(0.62 0.18 25);
}

.exam-actions {
  display: grid;
  grid-template-columns: auto auto 1fr;
  gap: 0.7rem;
  align-items: center;
  padding: 0 24px;
  border-top: 1px solid var(--demo-line);
}

.exam-button {
  min-height: 37px;
  padding: 0 16px;
  border-radius: 6px;
  font-size: 0.72rem;
  font-weight: 600;
}

.exam-button-muted {
  border: 1px solid var(--demo-line);
  background: var(--demo-bg);
  color: var(--blue);
}

.exam-button-primary {
  justify-self: end;
  min-width: 84px;
  border: 1px solid var(--blue);
  background: var(--blue);
  color: var(--page);
}

.exam-sidebar {
  display: grid;
  height: 494px;
  grid-template-rows: 104px 137px 1fr;
  gap: 12px;
  margin-top: 4px;
}

.exam-widget {
  min-width: 0;
  padding: 15px 18px;
  border-radius: 9px;
}

.exam-widget p {
  margin: 0;
  color: var(--demo-text);
  font-size: 0.74rem;
  font-weight: 600;
}

.timer-widget {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.timer-widget strong {
  display: block;
  margin-top: 7px;
  color: var(--demo-text);
  font-family: "Manrope", sans-serif;
  font-size: 1.68rem;
  letter-spacing: 0.025em;
  line-height: 1;
}

.timer-ring {
  display: grid;
  width: 67px;
  height: 67px;
  place-items: center;
  border-radius: 50%;
  background: conic-gradient(var(--orange) 0 43%, var(--demo-line) 43% 100%);
}

.timer-ring span {
  display: grid;
  width: 57px;
  height: 57px;
  place-items: center;
  border-radius: 50%;
  background: var(--demo-bg);
  color: var(--blue);
}

.widget-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.widget-title > i {
  color: var(--demo-muted);
  font-size: 0.8rem;
}

.confidence-widget > strong {
  display: block;
  margin: 5px 0 12px;
  color: var(--green);
  font-size: 0.75rem;
}

.confidence-scale {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  min-width: 0;
  margin: 0;
  padding: 4px 0;
  border: 0;
  align-items: center;
}

.confidence-scale::before {
  content: "";
  position: absolute;
  right: 8px;
  left: 8px;
  height: 2px;
  background: var(--demo-line);
}

.confidence-scale label {
  position: relative;
  z-index: 1;
  width: 9px;
  height: 9px;
  margin: auto;
  border-radius: 50%;
  background: var(--demo-line);
  cursor: pointer;
}

.confidence-input:checked + label {
  width: 18px;
  height: 18px;
  border: 4px solid var(--demo-bg);
  background: var(--green);
  box-shadow: 0 0 0 1px color-mix(in oklch, var(--green) 48%, var(--demo-line));
}

.confidence-captions,
.progress-counts {
  display: flex;
  justify-content: space-between;
  margin-top: 7px;
  color: var(--demo-muted);
  font-size: 0.62rem;
}

.progress-widget {
  padding-top: 17px;
}

.progress-widget .widget-title strong {
  color: var(--blue-deep);
  font-size: 0.88rem;
}

.exam-progress {
  display: block;
  width: 100%;
  height: 9px;
  margin-top: 12px;
  overflow: hidden;
  border: 0;
  border-radius: 999px;
  background: var(--demo-soft);
  appearance: none;
}

.exam-progress::-webkit-progress-bar {
  border-radius: 999px;
  background: var(--demo-soft);
}

.exam-progress::-webkit-progress-value {
  border-radius: 999px;
  background: var(--blue);
}

.exam-progress::-moz-progress-bar {
  border-radius: 999px;
  background: var(--blue);
}

.question-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 7px;
  margin-top: 14px;
}

.question-grid button {
  height: 29px;
  padding: 0;
  border: 1px solid var(--demo-line);
  border-radius: 4px;
  background: var(--demo-bg);
  color: var(--demo-text);
  font-size: 0.65rem;
}

.question-grid button.answered {
  border-color: color-mix(in oklch, var(--green) 70%, var(--demo-line));
  color: oklch(0.56 0.14 158);
}

.question-grid button.current {
  border-color: color-mix(in oklch, var(--blue) 62%, var(--demo-line));
  color: var(--blue-deep);
}

.question-grid button.active {
  background: var(--blue-soft);
  font-weight: 800;
}

.trust-section {
  height: 116px;
  padding-top: 12px;
  background: var(--page);
}

.trust-shell {
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 1.6rem;
  width: min(calc(100% - 86px), 1450px);
  height: 82px;
  margin: 0 auto;
  padding: 0 36px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--page);
  align-items: center;
}

.trust-shell > p {
  margin: 0;
  color: var(--copy);
  font-size: 0.82rem;
  line-height: 1.35;
}

.company-logos {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.2rem;
  align-items: center;
  color: oklch(0.5 0.016 255);
  font-family: "Manrope", sans-serif;
  font-size: 1.75rem;
  font-weight: 800;
  text-align: center;
}

.infosys {
  font-weight: 500;
}

.verizon,
.deloitte,
.pwc {
  color: oklch(0.27 0.014 255);
}

.verizon i,
.deloitte i {
  color: var(--orange);
  font-style: normal;
}

.hp {
  display: grid;
  width: 49px;
  height: 49px;
  margin: auto;
  place-items: center;
  border-radius: 50%;
  background: oklch(0.65 0.15 235);
  color: var(--page);
  font-style: italic;
}

.pwc {
  position: relative;
  width: max-content;
  justify-self: center;
  font-family: Georgia, serif;
}

.pwc::after {
  content: "";
  position: absolute;
  top: -6px;
  right: -16px;
  width: 15px;
  height: 5px;
  background: rgb(247 171 0);
  box-shadow: 4px 4px 0 rgb(232 105 18), 8px 8px 0 rgb(198 40 40);
}

.company-logos > :nth-child(1) { transform: translateX(-4px) scaleX(1.075); }
.company-logos > :nth-child(2) { transform: translateX(7px); }
.company-logos > :nth-child(3) { transform: translateX(9px); }
.company-logos > :nth-child(4) { transform: translateX(39px) scaleX(1.11); }
.company-logos > :nth-child(5) { transform: translateX(48px); }
.company-logos > :nth-child(6) { transform: translateX(12px); }

.feature-section {
  height: 260px;
  padding-top: 21px;
  border: 1px solid rgb(148 184 249);
  border-bottom: 0;
  border-radius: 32px 32px 0 0;
  background: var(--section);
}

.feature-shell {
  width: min(calc(100% - 108px), 1428px);
  margin: 0 auto;
}

.feature-section h2 {
  width: max-content;
  max-width: 100%;
  margin: 0 auto 19px;
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  font-size: 2.05rem;
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.2;
  text-align: center;
  transform: translate(18px, -1px) scaleX(1.1215) scaleY(1.06);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.feature-card {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 10px;
  min-height: 150px;
  padding: 17px 14px 15px;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: var(--page);
  box-shadow: 0 4px 11px color-mix(in oklch, var(--ink) 4%, transparent);
}

.feature-symbol {
  position: relative;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 10px;
  background: var(--blue-soft);
  color: var(--blue);
  font-size: 1.35rem;
}

.feature-symbol span {
  position: absolute;
  top: 64px;
  left: 9px;
  width: 24px;
  height: 3px;
  border-radius: 999px;
  background: var(--orange);
}

.feature-card h3 {
  margin: 4px 0 7px;
  color: oklch(0.28 0.07 263);
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -0.025em;
}

.feature-card p {
  margin: 0;
  color: var(--copy);
  font-size: 0.84rem;
  line-height: 1.6;
}

@media (min-width: 1200px) {
  body {
    min-height: 1024px;
  }

  main {
    height: 932px;
  }
}

@media (max-width: 1199.98px) {
  .site-header {
    height: auto;
    min-height: 78px;
  }

  .nav-shell {
    min-height: 78px;
    flex-wrap: wrap;
  }

  .main-nav {
    position: static;
    margin: 0;
    gap: 0.75rem;
    transform: none;
  }

  .sign-in-link {
    margin-left: 0;
    margin-right: 0;
    padding: 0.5rem 0;
    transform: none;
  }

  .hero-section {
    height: auto;
    padding: 2.5rem 0 2rem;
  }

  .hero-shell {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    width: min(calc(100% - 2rem), 960px);
    padding: 0;
  }

  .hero-copy {
    padding-top: 0;
  }

  .hero-copy h1 {
    font-size: clamp(3.4rem, 9vw, 5rem);
  }

  .hero-copy h1 em {
    margin-left: 0;
  }

  .demo-column {
    width: auto;
    padding-top: 0;
  }

  .exam-demo {
    grid-template-columns: minmax(0, 1fr) 270px;
    width: auto;
  }

  .trust-section {
    height: auto;
    padding: 1rem 0;
  }

  .trust-shell {
    width: min(calc(100% - 2rem), 960px);
  }

  .feature-section {
    height: auto;
    min-height: 260px;
    padding: 2rem 0;
  }

  .feature-shell {
    width: min(calc(100% - 2rem), 960px);
  }

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

  .company-logos > * {
    transform: none;
  }

  .feature-section h2 {
    transform: none;
  }
}

@media (max-width: 767.98px) {
  .nav-shell {
    width: min(calc(100% - 2rem), 720px);
  }

  .brand-logo {
    width: 8.75rem;
  }

  .main-nav {
    width: 100%;
    align-items: flex-start;
  }

  .main-nav .nav-link {
    width: 100%;
  }

  .hero-copy h1 > span {
    white-space: normal;
    transform: none;
  }

  .hero-copy h1 > span:nth-child(2) {
    transform: none;
  }

  .hero-copy h1 {
    font-size: clamp(3rem, 14vw, 4.4rem);
  }

  .download-actions {
    flex-direction: column;
    margin-left: 0;
  }

  .download-primary,
  .download-secondary {
    width: 100%;
  }

  .demo-theme-toggle {
    margin-left: 0;
  }

  .exam-demo {
    grid-template-columns: 1fr;
    height: auto;
  }

  .exam-main-card {
    min-height: 500px;
  }

  .exam-sidebar {
    grid-template-rows: auto;
  }

  .trust-shell {
    grid-template-columns: 1fr;
    height: auto;
    padding: 1.25rem;
  }

  .trust-shell > p {
    text-align: center;
  }

  .company-logos {
    min-width: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem 0.75rem;
    font-size: 1.45rem;
  }

  .company-logos > * {
    min-width: 0;
  }

  .feature-section h2 {
    font-size: 1.85rem;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .hero-copy h1 {
    font-size: 3.2rem;
  }

  .benefit-item {
    align-items: start;
  }

  .exam-main-card {
    grid-template-rows: 49px 1fr auto;
  }

  .exam-toolbar,
  .question-body,
  .exam-actions {
    padding-right: 14px;
    padding-left: 14px;
  }

  .exam-actions {
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .exam-button-primary {
    grid-column: 1 / -1;
    width: 100%;
  }

  .answer-option {
    grid-template-columns: 18px 18px 1fr;
    font-size: 0.7rem;
  }

  .feature-card p br {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
