
.ayeq-gtm-scorecard-wrap { width: 100%; }
.ayeq-app, .ayeq-app * { box-sizing: border-box; }
.ayeq-app {
  background: #f5f7fb;
  color: #0f172a;
  font-family: Inter, Arial, Helvetica, sans-serif;
}
.ayeq-hero {
  background: linear-gradient(180deg, #071a33 0%, #0c2344 80%, #f5f7fb 80%, #f5f7fb 100%);
}
.ayeq-hero-grid, .ayeq-main-grid {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
  gap: 24px;
}
.ayeq-hero-grid {
  padding-top: 56px;
  padding-bottom: 110px;
  grid-template-columns: 1.2fr 0.8fr;
}
.ayeq-main-grid {
  padding-top: 24px;
  padding-bottom: 56px;
  grid-template-columns: 1.15fr 0.85fr;
}
.ayeq-left-col, .ayeq-right-col { display: grid; gap: 24px; align-self: start; }
.ayeq-right-col { position: sticky; top: 24px; }
.ayeq-hero-pill, .ayeq-pill, .ayeq-label, .ayeq-soft-label, .ayeq-results-label {
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 12px;
  font-weight: 800;
}
.ayeq-hero-pill {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  color: #fff;
  margin-bottom: 18px;
}
.ayeq-hero h1 {
  color: #fff;
  font-size: 44px;
  line-height: 1.05;
  margin: 0 0 18px;
  max-width: 620px;
}
.ayeq-hero-copy {
  color: #d5dfeb;
  font-size: 20px;
  line-height: 1.7;
  max-width: 600px;
  margin: 0;
}
.ayeq-card {
  background: #fff;
  border: 1px solid #d7e2f0;
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}
.ayeq-score-guide {
  background: rgba(255,255,255,.97);
  box-shadow: 0 20px 50px rgba(2, 6, 23, 0.18);
}
.ayeq-label { color: #1f7ae0; }
.ayeq-score-guide p, .ayeq-muted { color: #5f6f86; line-height: 1.7; }
.ayeq-mini-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, 1fr);
  margin: 12px 0 0;
}
.ayeq-mini-card {
  background: #f8fafc;
  border: 1px solid #d7e2f0;
  border-radius: 16px;
  padding: 16px;
  color: #5f6f86;
  font-size: 14px;
  line-height: 1.5;
}
.ayeq-mini-num { font-size: 22px; font-weight: 700; color: #0f172a; }

.ayeq-section-head {
  display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; margin-bottom: 20px;
}
.ayeq-pill {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 999px;
  background: #eaf3ff;
  color: #1f7ae0;
  margin-bottom: 12px;
}
.ayeq-section-card h2 { margin: 0; font-size: 30px; line-height: 1.15; }
.ayeq-section-total {
  min-width: 100px;
  text-align: right;
  border-radius: 18px;
  padding: 14px 16px;
  border: 1px solid #d7e2f0;
  background: #f8fbff;
}
.ayeq-total-num { font-size: 32px; font-weight: 700; }
.ayeq-total-label {
  color: #5f6f86;
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.ayeq-question-list { display: grid; gap: 16px; }
.ayeq-question-card {
  border: 1px solid #d7e2f0;
  border-radius: 18px;
  padding: 18px;
  background: #fff;
}
.ayeq-question-text { margin: 0; color: #1e293b; line-height: 1.7; }
.ayeq-score-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin-top: 16px;
}
.ayeq-score-btn {
  border-radius: 16px;
  padding: 12px 0;
  border: 1px solid #d7e2f0;
  background: #f8fafc;
  color: #334155;
  font-weight: 700;
  cursor: pointer;
}
.ayeq-score-btn.is-selected {
  border-color: #1f7ae0;
  background: #1f7ae0;
  color: #fff;
  box-shadow: 0 10px 24px rgba(31,122,224,.22);
}
.ayeq-results-card { padding: 0; overflow: hidden; box-shadow: 0 14px 32px rgba(15, 23, 42, .08); }
.ayeq-results-top {
  color: #fff;
  padding: 28px;
  border-bottom: 1px solid rgba(255,255,255,.15);
}
.ayeq-results-label { opacity: .95; }
.ayeq-score-line { display: flex; align-items: flex-end; gap: 10px; margin-top: 12px; }
.ayeq-grand-total { font-size: 68px; font-weight: 700; line-height: 1; }
.ayeq-max-total { padding-bottom: 8px; opacity: .9; }
.ayeq-results-sub { margin-top: 10px; font-size: 14px; opacity: .98; }
.ayeq-results-body { padding: 28px; background: #f8fafc; }
.ayeq-progress-meta {
  display: flex; justify-content: space-between; font-size: 14px; color: #5f6f86; margin-bottom: 10px;
}
.ayeq-progress { height: 12px; background: #e2e8f0; border-radius: 999px; overflow: hidden; }
.ayeq-progress-fill { height: 100%; border-radius: 999px; }
.ayeq-soft-card {
  background: #f1f5f9;
  border-radius: 18px;
  padding: 18px;
  margin-top: 22px;
}
.ayeq-soft-label { color: #5f6f86; }
.ayeq-band { font-size: 30px; font-weight: 700; margin-top: 8px; }
.ayeq-inner-card {
  background: #fff;
  border: 1px solid #e6eef8;
  border-radius: 14px;
  padding: 14px;
  margin-top: 14px;
}
.ayeq-opportunity { margin-top: 8px; font-weight: 600; line-height: 1.6; }
.ayeq-space-top { margin-top: 18px; }
.ayeq-weakest { font-size: 24px; font-weight: 700; margin-top: 8px; }
.ayeq-callout {
  border: 1px solid #d7e8ff;
  background: #f2f7fe;
  border-radius: 18px;
  padding: 18px;
  margin-top: 18px;
  color: #334155;
  line-height: 1.7;
}

.ayeq-form-card h3 { margin: 12px 0 0; font-size: 28px; line-height: 1.2; }
.ayeq-form-field { margin-top: 16px; }
.ayeq-form-field label {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
}
.ayeq-form-field label span { color: #b91c1c; }
.ayeq-form-field input {
  width: 100%;
  height: 48px;
  padding: 0 14px;
  border-radius: 14px;
  border: 1px solid #cbd5e1;
  font-size: 15px;
}
.ayeq-required { margin-top: 12px; font-size: 13px; color: #5f6f86; }
.ayeq-submit-btn {
  width: 100%;
  margin-top: 18px;
  height: 50px;
  border-radius: 14px;
  background: #1f7ae0;
  color: #fff;
  border: none;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
}

@media (max-width: 980px) {
  .ayeq-hero-grid, .ayeq-main-grid {
    grid-template-columns: 1fr;
  }
  .ayeq-right-col { position: static; }
  .ayeq-hero-grid { padding-bottom: 72px; }
}
@media (max-width: 640px) {
  .ayeq-hero h1 { font-size: 34px; }
  .ayeq-hero-copy { font-size: 18px; }
  .ayeq-mini-grid { grid-template-columns: repeat(3, 1fr); }
  .ayeq-score-grid { grid-template-columns: repeat(5, 1fr); }
  .ayeq-section-head { flex-direction: column; }
  .ayeq-grand-total { font-size: 54px; }
}
