body.shotune-page-scorecard .shotune-pc-ready,
body.shotune-page-scorecard .shotune-pc-result-live {
  --shotune-pc-paper: #F7F5EF;
  --shotune-pc-paper-raised: #FFFFFF;
  --shotune-pc-ink: #102A43;
  --shotune-pc-ink-soft: #5C6F7D;
  --shotune-pc-line: #D9E1E8;
  --shotune-pc-accent: #102A43;
  --shotune-pc-accent-soft: #EEF3F7;
  --shotune-pc-gold: #FAC400;
  --shotune-pc-deep-navy: #163A5F;
}

body.shotune-page-scorecard .shotune-pc-ready {
  background: #F7F5EF !important;
  color: #102A43 !important;
}

body.shotune-page-scorecard .shotune-pc-ready .gfield.shotune-score-question {
  background: #FFFFFF !important;
  border-color: #D9E1E8 !important;
  box-shadow: 0 18px 46px rgba(16, 42, 67, 0.08) !important;
}

body.shotune-page-scorecard .shotune-pc-ready .shotune-score-question::before,
body.shotune-page-scorecard .shotune-pc-ready .shotune-pc-question-meta-field {
  color: #011C47 !important;
  background: #F7F5EF !important;
}

body.shotune-page-scorecard .shotune-pc-ready .gchoice label {
  background: #F7F5EF !important;
  border-color: #D9E1E8 !important;
  color: #102A43 !important;
}

body.shotune-page-scorecard .shotune-pc-ready .gchoice label:hover {
  border-color: #FAC400 !important;
  background: #FFFFFF !important;
}

body.shotune-page-scorecard .shotune-pc-ready input[type="radio"]:checked + label {
  border-color: #FAC400 !important;
  box-shadow: inset 4px 0 0 #FAC400 !important;
}

body.shotune-page-scorecard .shotune-pc-ready .gform_next_button,
body.shotune-page-scorecard .shotune-pc-ready .gform_button {
  background: #102A43 !important;
  color: #FFFFFF !important;
  border: 0 !important;
}

body.shotune-page-scorecard .shotune-pc-ready .gform_previous_button {
  color: #102A43 !important;
  border-color: #D9E1E8 !important;
  background: #FFFFFF !important;
}

body.shotune-page-scorecard .shotune-pc-ready .shotune-pc-gate-copy {
  max-width: 760px;
  margin: 0 auto 30px;
  padding: 30px;
  background: #FFFFFF;
  border: 1px solid #D9E1E8;
  border-left: 4px solid #FAC400;
}

body.shotune-page-scorecard .shotune-pc-ready .shotune-pc-gate-copy h3 {
  margin: 0 0 12px;
  color: #102A43;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: clamp(1.8rem, 3vw, 2.35rem);
  line-height: 1.15;
}

body.shotune-page-scorecard .shotune-pc-ready .shotune-pc-gate-copy p {
  margin: 0;
  color: #5C6F7D;
  font-size: 1rem;
  line-height: 1.7;
}

.shotune-pc-result-live {
  width: min(1120px, calc(100% - 40px));
  margin: 46px auto 90px;
  padding: clamp(30px, 5vw, 64px);
  color: #102A43;
  background: #FFFFFF;
  border: 1px solid #D9E1E8;
  box-shadow: 0 22px 68px rgba(16, 42, 67, 0.12);
  font-family: Inter, Arial, sans-serif;
}

.shotune-pc-result-live__eyebrow,
.shotune-pc-result-live__section-title,
.shotune-pc-result-live__combination > span,
.shotune-pc-result-live__cta > div > span {
  color: #011C47;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.shotune-pc-result-live__badge {
  display: inline-flex;
  margin: 18px 0 28px;
  padding: 9px 14px;
  background: #EEF3F7;
  color: #102A43;
  border: 1px solid #D9E1E8;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.shotune-pc-result-live--moderate .shotune-pc-result-live__badge {
  background: #F7F5EF;
  color: #011C47;
  border-color: rgba(168, 132, 61, 0.45);
}

.shotune-pc-result-live--high .shotune-pc-result-live__badge {
  background: #FAC400;
  color: #FFFFFF;
  border-color: #FAC400;
}

.shotune-pc-result-live--critical .shotune-pc-result-live__badge {
  background: #163A5F;
  color: #FFFFFF;
  border-color: #163A5F;
}

.shotune-pc-result-live__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: clamp(34px, 6vw, 82px);
  align-items: center;
}

.shotune-pc-result-live__header h2 {
  max-width: 760px;
  margin: 0 0 18px;
  color: #102A43;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: clamp(2.2rem, 4vw, 3.55rem);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.shotune-pc-result-live__header p {
  max-width: 720px;
  margin: 0;
  color: #5C6F7D;
  font-size: 1.05rem;
  line-height: 1.75;
}

.shotune-pc-result-live__company {
  margin-top: 15px !important;
  color: #102A43 !important;
  font-weight: 700;
}

.shotune-pc-result-live__score {
  min-height: 210px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #102A43;
  color: #FFFFFF;
  text-align: center;
}

.shotune-pc-result-live__score strong {
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 4.6rem;
  line-height: 0.95;
}

.shotune-pc-result-live__score span {
  margin-top: 7px;
  color: #FFFFFF;
  font-size: 1rem;
}

.shotune-pc-result-live__score small {
  margin-top: 13px;
  color: #D9E1E8;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.shotune-pc-result-live__combination {
  margin: 42px 0 0;
  padding: 26px 28px;
  background: #F7F5EF;
  border-left: 4px solid #FAC400;
}

.shotune-pc-result-live__combination p {
  margin: 10px 0 0;
  color: #102A43;
  font-size: 1rem;
  line-height: 1.7;
}

.shotune-pc-result-live__chart,
.shotune-pc-result-live__top,
.shotune-pc-result-live__breakdown {
  margin-top: 50px;
}

.shotune-pc-result-live__chart {
  padding: 26px 24px 10px;
  background: #F7F5EF;
  border: 1px solid #D9E1E8;
  overflow-x: auto;
}

.shotune-pc-result-live__chart svg {
  width: 100%;
  min-width: 720px;
  height: auto;
  display: block;
}

.shotune-pc-chart-axis {
  stroke: #D9E1E8;
  stroke-width: 2;
}

.shotune-pc-chart-guide {
  stroke: rgba(168, 132, 61, 0.28);
  stroke-width: 1;
  stroke-dasharray: 6 7;
}

.shotune-pc-chart-line {
  fill: none;
  stroke: #102A43;
  stroke-width: 4;
  stroke-linejoin: round;
  stroke-linecap: round;
}

.shotune-pc-chart-point {
  fill: #FAC400;
  stroke: #FFFFFF;
  stroke-width: 3;
}

.shotune-pc-chart-score {
  fill: #102A43;
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.shotune-pc-chart-label {
  fill: #5C6F7D;
  font-family: Inter, Arial, sans-serif;
  font-size: 11px;
}

.shotune-pc-result-live__top {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.shotune-pc-result-live__top > .shotune-pc-result-live__section-title {
  grid-column: 1 / -1;
}

.shotune-pc-result-live__top article {
  padding: 25px;
  background: #FFFFFF;
  border: 1px solid #D9E1E8;
  border-top: 4px solid #FAC400;
}

.shotune-pc-result-live__top article > div {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  color: #5C6F7D;
  font-size: 0.75rem;
  line-height: 1.45;
}

.shotune-pc-result-live__top article > div strong {
  color: #102A43;
  white-space: nowrap;
}

.shotune-pc-result-live__top h3 {
  margin: 19px 0 12px;
  color: #102A43;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 1.55rem;
  line-height: 1.2;
}

.shotune-pc-result-live__top p {
  margin: 0;
  color: #5C6F7D;
  font-size: 0.94rem;
  line-height: 1.7;
}

.shotune-pc-result-live__breakdown {
  padding: 30px;
  background: #F7F5EF;
  border: 1px solid #D9E1E8;
}

.shotune-pc-result-live__row {
  display: grid;
  grid-template-columns: 225px minmax(100px, 1fr) 50px;
  gap: 18px;
  align-items: center;
  padding: 17px 0;
  border-bottom: 1px solid #D9E1E8;
}

.shotune-pc-result-live__row:last-child {
  border-bottom: 0;
}

.shotune-pc-result-live__row div:first-child {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.shotune-pc-result-live__row strong {
  color: #102A43;
  font-size: 0.94rem;
}

.shotune-pc-result-live__row span {
  color: #5C6F7D;
  font-size: 0.76rem;
}

.shotune-pc-result-live__track {
  height: 8px;
  background: #D9E1E8;
  overflow: hidden;
}

.shotune-pc-result-live__track span {
  display: block;
  height: 100%;
  background: #FAC400;
}

.shotune-pc-result-live__row b {
  color: #102A43;
  text-align: right;
  font-size: 0.9rem;
}

.shotune-pc-result-live__cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 36px;
  align-items: center;
  margin-top: 50px;
  padding: 34px;
  background: #102A43;
  color: #FFFFFF;
}

.shotune-pc-result-live__cta h3 {
  margin: 10px 0;
  color: #FFFFFF;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  line-height: 1.15;
}

.shotune-pc-result-live__cta p {
  max-width: 680px;
  margin: 0;
  color: #D9E1E8;
  line-height: 1.65;
}

.shotune-pc-result-live__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.shotune-pc-result-live__actions a,
.shotune-pc-result-live__actions button {
  min-width: 270px;
  padding: 14px 18px;
  background: #FAC400;
  color: #FFFFFF;
  border: 1px solid #FAC400;
  font: 700 0.84rem/1.35 Inter, Arial, sans-serif;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.shotune-pc-result-live__actions button,
.shotune-pc-result-live__actions .is-secondary {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.34);
}

.shotune-pc-result-live__disclaimer {
  margin: 24px 0 0;
  color: #5C6F7D;
  font-size: 0.75rem;
  line-height: 1.6;
}

@media (max-width: 900px) {
  .shotune-pc-result-live__header,
  .shotune-pc-result-live__cta {
    grid-template-columns: 1fr;
  }

  .shotune-pc-result-live__score {
    min-height: 175px;
  }

  .shotune-pc-result-live__top {
    grid-template-columns: 1fr;
  }

  .shotune-pc-result-live__actions a,
  .shotune-pc-result-live__actions button {
    min-width: 0;
    width: 100%;
  }
}

@media (max-width: 680px) {
  .shotune-pc-result-live {
    width: calc(100% - 24px);
    padding: 26px 20px;
  }

  .shotune-pc-result-live__row {
    grid-template-columns: 1fr 48px;
  }

  .shotune-pc-result-live__track {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .shotune-pc-result-live__breakdown,
  .shotune-pc-result-live__cta {
    padding: 24px 20px;
  }
}

@media print {
  body * {
    visibility: hidden !important;
  }

  .shotune-pc-result-live,
  .shotune-pc-result-live * {
    visibility: visible !important;
  }

  .shotune-pc-result-live {
    position: absolute;
    inset: 0;
    width: 100%;
    margin: 0;
    box-shadow: none;
    border: 0;
  }

  .shotune-pc-result-live__actions {
    display: none !important;
  }
}
