:root{
  --bg:#05070b;
  --panel:#0b0f16;
  --panel2:#111722;
  --gold:#ffbd32;
  --gold2:#d79220;
  --text:#f7f3ea;
  --muted:#aab2bf;
  --line:rgba(255,189,50,.22);
  --danger:#ff6b5f;
  --ok:#62d38b;
}
*{box-sizing:border-box}
html,body{margin:0;min-height:100%;background:var(--bg);color:var(--text);font-family:Inter,Arial,Helvetica,sans-serif}
body{
  background:
    radial-gradient(ellipse at 20% 0%,rgba(255,189,50,.16),transparent 38%),
    radial-gradient(ellipse at 80% 20%,rgba(255,189,50,.08),transparent 36%),
    linear-gradient(180deg,#070a10 0%,#05070b 52%,#030407 100%);
}
.audit-shell{min-height:100vh;padding:24px}
.audit-nav{
  width:min(1120px,100%);
  margin:0 auto 26px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}
.logo-badge{
  display:inline-flex;
  align-items:center;
  background:#fff;
  border-radius:16px;
  padding:10px 14px;
  box-shadow:0 18px 50px rgba(0,0,0,.35),0 0 0 1px rgba(255,189,50,.18);
}
.logo-badge img{height:48px;width:auto;display:block}
.nav-note{
  color:#d8dee8;
  font-size:13px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  border:1px solid rgba(255,189,50,.25);
  border-radius:999px;
  padding:10px 14px;
  background:rgba(255,255,255,.035);
}
.audit-stage{
  width:min(1120px,100%);
  margin:0 auto;
  min-height:calc(100vh - 140px);
  display:grid;
  place-items:center;
}
.audit-card{
  width:min(920px,100%);
  min-height:590px;
  position:relative;
  border:1px solid rgba(255,189,50,.26);
  border-radius:28px;
  overflow:hidden;
  background:
    linear-gradient(135deg,rgba(255,255,255,.075),rgba(255,255,255,.018)),
    radial-gradient(ellipse at 70% 0%,rgba(255,189,50,.14),transparent 45%),
    var(--panel);
  box-shadow:
    0 35px 90px rgba(0,0,0,.62),
    inset 0 1px 0 rgba(255,255,255,.08);
}
.audit-card:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(255,189,50,.08) 1px,transparent 1px),
    linear-gradient(180deg,rgba(255,189,50,.05) 1px,transparent 1px);
  background-size:64px 64px;
  opacity:.16;
  pointer-events:none;
}
#auditApp{position:relative;z-index:1;padding:42px}
.loading{color:var(--muted);font-weight:800}
.intro-kicker,.question-kicker,.result-kicker{
  color:var(--gold);
  font-size:12px;
  font-weight:950;
  letter-spacing:.16em;
  text-transform:uppercase;
  margin-bottom:14px;
}
h1,h2{margin:0;color:var(--text);letter-spacing:-.045em;line-height:.95}
h1{font-size:58px;max-width:760px}
h2{font-size:42px}
.gold{color:var(--gold)}
.lead{font-size:18px;line-height:1.55;color:#d7dce5;max-width:730px;margin:22px 0 0}
.value-row{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin:28px 0 34px;
}
.pill{
  border:1px solid rgba(255,189,50,.25);
  border-radius:999px;
  padding:10px 13px;
  color:#d8dee8;
  background:rgba(255,255,255,.045);
  font-size:13px;
  font-weight:800;
}
.btn-row{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}
button{
  appearance:none;
  border:0;
  cursor:pointer;
  font-family:inherit;
}
.primary-btn,.secondary-btn{
  border-radius:999px;
  padding:15px 22px;
  font-weight:950;
  font-size:15px;
}
.primary-btn{
  color:#161006;
  background:linear-gradient(135deg,#ffe39b,var(--gold),#c97d12);
  box-shadow:0 18px 45px rgba(255,189,50,.22);
}
.secondary-btn{
  color:#f3f5f8;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,189,50,.22);
}
.progress-wrap{margin-bottom:30px}
.progress-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  color:#d7dce5;
  font-size:13px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.progress-track{
  height:11px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,189,50,.18);
  border-radius:999px;
  overflow:hidden;
  margin-top:12px;
}
.progress-fill{
  height:100%;
  width:0%;
  border-radius:999px;
  background:linear-gradient(90deg,#ad6b12,var(--gold),#ffe19a);
  box-shadow:0 0 22px rgba(255,189,50,.45);
  transition:width .25s ease;
}
.category-chip{
  display:inline-flex;
  margin-bottom:16px;
  color:#161006;
  background:linear-gradient(135deg,#ffe39b,var(--gold));
  border-radius:999px;
  padding:8px 11px;
  font-size:12px;
  font-weight:950;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.question-text{font-size:38px;max-width:760px;margin-bottom:28px}
.answer-grid{display:grid;gap:12px;margin-top:20px}
.answer-btn{
  width:100%;
  text-align:left;
  color:#eef2f7;
  border:1px solid rgba(255,255,255,.10);
  background:linear-gradient(135deg,rgba(255,255,255,.07),rgba(255,255,255,.025));
  border-radius:17px;
  padding:17px 18px;
  font-size:16px;
  font-weight:850;
  transition:.16s ease;
}
.answer-btn:hover,.answer-btn.selected{
  border-color:rgba(255,189,50,.66);
  transform:translateY(-1px);
  box-shadow:0 14px 34px rgba(0,0,0,.24),0 0 0 1px rgba(255,189,50,.10);
  background:linear-gradient(135deg,rgba(255,189,50,.18),rgba(255,255,255,.04));
}
.micro-insight{
  margin-top:20px;
  border:1px solid rgba(255,189,50,.22);
  background:rgba(255,189,50,.06);
  border-radius:18px;
  padding:15px 16px;
  color:#d9e0ea;
  line-height:1.45;
  font-size:14px;
}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:28px}
.field label{display:block;color:#c7ced9;font-weight:900;font-size:12px;text-transform:uppercase;letter-spacing:.08em;margin-bottom:7px}
.field input,.field select{
  width:100%;
  border-radius:13px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(0,0,0,.28);
  color:#fff;
  padding:14px 13px;
  font:inherit;
  outline:none;
}
.field input:focus,.field select:focus{border-color:rgba(255,189,50,.58)}
.score-layout{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:28px;
  align-items:start;
}
.score-circle{
  width:230px;
  height:230px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:
    radial-gradient(circle at center,#111722 52%,transparent 53%),
    conic-gradient(var(--gold) calc(var(--score) * 1%),rgba(255,255,255,.10) 0);
  box-shadow:0 28px 70px rgba(0,0,0,.36),0 0 44px rgba(255,189,50,.16);
}
.score-number{font-size:58px;font-weight:950;letter-spacing:-.06em}
.score-number small{font-size:18px;color:#aeb6c1}
.category-bars{display:grid;gap:12px;margin-top:20px}
.cat-row{
  border:1px solid rgba(255,255,255,.09);
  border-radius:14px;
  padding:12px;
  background:rgba(255,255,255,.035);
}
.cat-head{display:flex;justify-content:space-between;gap:12px;font-size:13px;font-weight:900;color:#e9edf3;margin-bottom:9px}
.cat-track{height:8px;background:rgba(255,255,255,.08);border-radius:999px;overflow:hidden}
.cat-fill{height:100%;background:linear-gradient(90deg,#ad6b12,var(--gold),#ffe19a);border-radius:999px}
.result-note{color:#c8d0dc;line-height:1.5}
.required-note{color:#9fa8b5;font-size:12px;margin-top:14px}
@media(max-width:760px){
  .audit-shell{padding:14px}
  .audit-nav{flex-direction:column;align-items:flex-start}
  .logo-badge img{height:38px}
  #auditApp{padding:26px}
  .audit-card{border-radius:22px;min-height:auto}
  h1{font-size:43px}
  h2{font-size:34px}
  .question-text{font-size:30px}
  .form-grid,.score-layout{grid-template-columns:1fr}
  .score-circle{width:200px;height:200px}
}

/* Premium question card / answer separation polish */
.audit-card{
  border:1px solid rgba(255,189,50,.42) !important;
  background:
    linear-gradient(135deg,rgba(255,255,255,.105),rgba(255,255,255,.032)),
    radial-gradient(ellipse at 60% 0%,rgba(255,189,50,.18),transparent 46%),
    rgba(12,15,22,.94) !important;
  box-shadow:
    0 40px 100px rgba(0,0,0,.72),
    0 0 0 1px rgba(255,189,50,.08),
    0 0 60px rgba(255,189,50,.10),
    inset 0 1px 0 rgba(255,255,255,.10) !important;
}

.audit-card::after{
  content:"";
  position:absolute;
  inset:14px;
  border:1px solid rgba(255,189,50,.10);
  border-radius:20px;
  pointer-events:none;
}

.answer-btn{
  border:1px solid rgba(255,189,50,.24) !important;
  background:
    linear-gradient(135deg,rgba(255,255,255,.095),rgba(255,255,255,.035)),
    rgba(9,12,18,.72) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.06),
    0 8px 22px rgba(0,0,0,.18);
}

.answer-btn:hover,
.answer-btn.selected{
  border-color:rgba(255,189,50,.76) !important;
  background:
    linear-gradient(135deg,rgba(255,189,50,.22),rgba(255,255,255,.055)),
    rgba(12,15,22,.88) !important;
  box-shadow:
    0 16px 36px rgba(0,0,0,.28),
    0 0 0 1px rgba(255,189,50,.16),
    0 0 26px rgba(255,189,50,.12) !important;
}

.progress-track{
  border:1px solid rgba(255,189,50,.34) !important;
  background:rgba(0,0,0,.34) !important;
}

.category-chip{
  box-shadow:0 0 24px rgba(255,189,50,.18);
}

/* Stronger audit contrast pass */
.audit-card{
  background:
    linear-gradient(135deg,rgba(38,43,53,.96),rgba(13,17,25,.96)),
    radial-gradient(ellipse at 58% 0%,rgba(255,189,50,.22),transparent 48%) !important;
  border:1px solid rgba(255,189,50,.58) !important;
  box-shadow:
    0 44px 110px rgba(0,0,0,.78),
    0 0 0 1px rgba(255,255,255,.06),
    0 0 78px rgba(255,189,50,.16),
    inset 0 1px 0 rgba(255,255,255,.14) !important;
}

.audit-card:before{
  opacity:.10 !important;
}

.question-text{
  color:#ffffff !important;
  text-shadow:0 2px 22px rgba(0,0,0,.45);
}

.answer-btn{
  color:#ffffff !important;
  border:1px solid rgba(255,189,50,.36) !important;
  background:
    linear-gradient(135deg,rgba(255,255,255,.145),rgba(255,255,255,.06)),
    rgba(16,20,29,.92) !important;
}

.answer-btn:hover,
.answer-btn.selected{
  border-color:rgba(255,189,50,.9) !important;
  background:
    linear-gradient(135deg,rgba(255,189,50,.28),rgba(255,255,255,.10)),
    rgba(22,25,32,.96) !important;
}

.progress-top{
  color:#f3f5f8 !important;
}

.secondary-btn{
  background:rgba(255,255,255,.12) !important;
  border:1px solid rgba(255,189,50,.32) !important;
  color:#ffffff !important;
}

/* Strong visible audit contrast pass */
.audit-stage{
  background:
    radial-gradient(ellipse at center,rgba(255,189,50,.075),transparent 42%);
}

.audit-card{
  background:
    linear-gradient(135deg,rgba(42,47,58,.98),rgba(20,24,34,.98)) !important;
  border:2px solid rgba(255,189,50,.68) !important;
  box-shadow:
    0 48px 120px rgba(0,0,0,.82),
    0 0 0 1px rgba(255,255,255,.08),
    0 0 90px rgba(255,189,50,.22),
    inset 0 1px 0 rgba(255,255,255,.18) !important;
}

.audit-card::after{
  border:1px solid rgba(255,189,50,.18) !important;
}

.answer-btn{
  background:
    linear-gradient(135deg,rgba(59,65,78,.98),rgba(31,36,48,.98)) !important;
  border:1px solid rgba(255,189,50,.48) !important;
  color:#ffffff !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.10),
    0 10px 24px rgba(0,0,0,.28) !important;
}

.answer-btn:hover,
.answer-btn.selected{
  background:
    linear-gradient(135deg,rgba(255,189,50,.36),rgba(60,49,27,.98)) !important;
  border-color:rgba(255,211,111,1) !important;
  box-shadow:
    0 18px 42px rgba(0,0,0,.36),
    0 0 0 1px rgba(255,189,50,.28),
    0 0 34px rgba(255,189,50,.24) !important;
}

.question-text{
  color:#ffffff !important;
  text-shadow:0 3px 24px rgba(0,0,0,.55);
}

/* Wide diagnostic dashboard layout */
.audit-card{
  width:min(1240px,96vw) !important;
}

.audit-stage{
  width:min(1360px,100%) !important;
  place-items:center !important;
}

#auditApp{
  padding:36px !important;
}

.audit-dashboard{
  display:grid;
  grid-template-columns:minmax(0,1fr) 360px;
  gap:28px;
  align-items:stretch;
}

.question-pane{
  min-width:0;
}

.live-score-panel{
  border:1px solid rgba(255,189,50,.38);
  border-radius:22px;
  padding:22px;
  background:
    radial-gradient(ellipse at 50% 0%,rgba(255,189,50,.16),transparent 48%),
    linear-gradient(135deg,rgba(255,255,255,.10),rgba(255,255,255,.035)),
    rgba(10,13,19,.88);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.10),
    0 28px 70px rgba(0,0,0,.34);
}

.live-kicker{
  color:var(--gold);
  font-size:11px;
  font-weight:950;
  letter-spacing:.14em;
  text-transform:uppercase;
  margin-bottom:16px;
}

.live-score-box{
  border:1px solid rgba(255,189,50,.28);
  border-radius:20px;
  padding:22px;
  background:rgba(0,0,0,.22);
  margin-bottom:16px;
}

.live-score-number{
  font-size:62px;
  line-height:.9;
  letter-spacing:-.06em;
  font-weight:950;
  color:var(--gold);
}

.live-score-number small{
  color:#ffffff;
  font-size:18px;
  margin-left:4px;
}

.live-score-label{
  margin-top:10px;
  color:#dce3ec;
  font-weight:900;
  font-size:13px;
}

.live-report-card{
  border:1px solid rgba(255,255,255,.10);
  border-radius:18px;
  padding:16px;
  background:rgba(255,255,255,.045);
  margin-bottom:16px;
}

.report-title{
  color:#fff;
  font-weight:950;
  margin-bottom:10px;
}

.report-line{
  display:flex;
  justify-content:space-between;
  gap:12px;
  color:#c7d0dc;
  font-size:12px;
  padding:7px 0;
  border-top:1px solid rgba(255,255,255,.07);
}

.report-line:first-of-type{
  border-top:0;
}

.report-line strong{
  color:#fff;
}

.live-category-bars{
  display:grid;
  gap:10px;
}

.live-cat-row{
  border:1px solid rgba(255,255,255,.09);
  border-radius:14px;
  padding:10px;
  background:rgba(255,255,255,.035);
}

.live-cat-head{
  display:flex;
  justify-content:space-between;
  gap:10px;
  color:#dfe5ee;
  font-weight:900;
  font-size:11px;
  margin-bottom:7px;
}

.live-cat-head span:first-child{
  max-width:210px;
}

.live-cat-track{
  height:7px;
  background:rgba(255,255,255,.10);
  border-radius:999px;
  overflow:hidden;
}

.live-cat-fill{
  height:100%;
  background:linear-gradient(90deg,#ad6b12,var(--gold),#ffe19a);
  border-radius:999px;
}

@media(max-width:980px){
  .audit-dashboard{
    grid-template-columns:1fr;
  }

  .live-score-panel{
    order:-1;
  }
}

@media(max-width:760px){
  #auditApp{
    padding:22px !important;
  }

  .live-score-number{
    font-size:48px;
  }
}

/* Lighter graphite interior pass for better readability */
.audit-card{
  background:
    linear-gradient(135deg,rgba(49,56,70,.98),rgba(28,34,47,.98)) !important;
}

.question-pane{
  background:
    linear-gradient(135deg,rgba(58,65,80,.74),rgba(32,38,52,.82));
  border:1px solid rgba(255,255,255,.08);
  border-radius:22px;
  padding:22px;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.10),
    0 20px 55px rgba(0,0,0,.24);
}

.answer-btn{
  background:
    linear-gradient(135deg,rgba(74,82,98,.98),rgba(43,50,66,.98)) !important;
  border:1px solid rgba(255,189,50,.42) !important;
  color:#ffffff !important;
}

.answer-btn:hover,
.answer-btn.selected{
  background:
    linear-gradient(135deg,rgba(255,189,50,.34),rgba(83,68,38,.98)) !important;
  border-color:rgba(255,219,130,1) !important;
}

.live-score-panel{
  background:
    radial-gradient(ellipse at 50% 0%,rgba(255,189,50,.18),transparent 50%),
    linear-gradient(135deg,rgba(58,65,80,.78),rgba(30,36,50,.90)) !important;
}

.live-score-box,
.live-report-card,
.live-cat-row{
  background:
    linear-gradient(135deg,rgba(70,78,94,.58),rgba(36,43,58,.76)) !important;
  border-color:rgba(255,255,255,.13) !important;
}

.live-cat-track,
.progress-track{
  background:rgba(0,0,0,.28) !important;
}

.micro-insight{
  background:rgba(255,189,50,.10) !important;
  border-color:rgba(255,189,50,.34) !important;
}

.field input,
.field select{
  background:rgba(43,50,66,.92) !important;
  border-color:rgba(255,189,50,.28) !important;
}

/* Final clear selected answer state */
.answer-btn{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:16px !important;
}

.answer-label{
  display:block;
}

.select-indicator{
  flex:0 0 auto;
  width:24px;
  height:24px;
  border-radius:999px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,189,50,.36);
  background:rgba(255,255,255,.08);
  color:#161006;
  font-size:15px;
  font-weight:950;
}

.answer-btn.selected{
  background:
    linear-gradient(135deg,rgba(255,189,50,.50),rgba(82,62,27,.98)) !important;
  border-color:rgba(255,226,151,1) !important;
  box-shadow:
    0 18px 42px rgba(0,0,0,.34),
    0 0 0 1px rgba(255,189,50,.30),
    0 0 34px rgba(255,189,50,.22) !important;
}

.answer-btn.selected .select-indicator{
  background:linear-gradient(135deg,#ffe39b,var(--gold));
  border-color:rgba(255,226,151,1);
  box-shadow:0 0 20px rgba(255,189,50,.38);
}

.answer-btn:not(.selected):hover{
  background:
    linear-gradient(135deg,rgba(92,102,120,.98),rgba(50,58,76,.98)) !important;
  border-color:rgba(255,189,50,.72) !important;
}

.answer-btn.selected:hover{
  background:
    linear-gradient(135deg,rgba(255,189,50,.58),rgba(96,72,30,.98)) !important;
}

/* Report builder panel: do not reveal score before lead gate */
.report-builder-panel .live-score-box{
  display:none !important;
}

.builder-main{
  border:1px solid rgba(255,189,50,.28);
  border-radius:20px;
  padding:18px;
  background:
    radial-gradient(ellipse at 55% 0%,rgba(255,189,50,.18),transparent 52%),
    linear-gradient(135deg,rgba(72,80,96,.62),rgba(36,43,58,.78));
  margin-bottom:16px;
}

.builder-title{
  color:#fff;
  font-weight:950;
  font-size:15px;
  line-height:1.25;
  margin-bottom:8px;
}

.builder-copy{
  color:#d4dbe6;
  font-size:12px;
  line-height:1.45;
  margin-bottom:16px;
}

.builder-progress-head{
  display:flex;
  justify-content:space-between;
  gap:12px;
  color:#fff;
  font-size:12px;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.06em;
  margin-bottom:8px;
}

.builder-progress-head strong{
  color:var(--gold);
}

.builder-progress-track{
  height:11px;
  border-radius:999px;
  overflow:hidden;
  background:rgba(0,0,0,.32);
  border:1px solid rgba(255,189,50,.28);
}

.builder-progress-fill{
  height:100%;
  border-radius:999px;
  background:linear-gradient(90deg,#ad6b12,var(--gold),#ffe19a);
  box-shadow:0 0 22px rgba(255,189,50,.42);
  transition:width .25s ease;
}

.live-cat-fill.ready{
  background:linear-gradient(90deg,#ad6b12,var(--gold),#ffe19a);
}

.live-cat-fill.analyzing{
  background:linear-gradient(90deg,#6d7480,var(--gold));
}

.builder-lock-note{
  margin-top:14px;
  color:#d8dee8;
  font-size:12px;
  line-height:1.35;
  border:1px solid rgba(255,189,50,.22);
  border-radius:14px;
  padding:10px 12px;
  background:rgba(255,189,50,.07);
}

/* Premium unlock screen */
.unlock-grid{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:34px;
  align-items:start;
}

.unlock-copy{
  border:1px solid rgba(255,189,50,.30);
  border-radius:24px;
  padding:24px;
  background:
    radial-gradient(ellipse at 30% 0%,rgba(255,189,50,.18),transparent 52%),
    linear-gradient(135deg,rgba(70,78,94,.54),rgba(30,36,50,.76));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.10);
}

.unlock-copy h2{
  margin-bottom:12px;
}

.unlock-includes{
  display:grid;
  gap:10px;
  margin-top:22px;
}

.unlock-includes div{
  display:flex;
  align-items:center;
  gap:10px;
  color:#eef3fa;
  font-weight:850;
  font-size:14px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:14px;
  padding:10px 12px;
  background:rgba(255,255,255,.045);
}

.unlock-includes span{
  color:var(--gold);
  font-weight:950;
}

.unlock-note{
  margin-top:18px;
  border:1px solid rgba(255,189,50,.30);
  border-radius:16px;
  padding:13px 14px;
  color:#fff;
  background:rgba(255,189,50,.09);
  line-height:1.4;
  font-weight:800;
}

.unlock-form{
  min-width:0;
}

.required-note{
  color:#b8c1cf !important;
}

@media(max-width:980px){
  .unlock-grid{
    grid-template-columns:1fr;
  }
}

/* Premium inline validation instead of browser alert */
.question-error{
  display:none;
  margin-top:14px;
  border:1px solid rgba(255,189,50,.44);
  border-radius:15px;
  padding:12px 14px;
  color:#ffe7a8;
  background:
    linear-gradient(135deg,rgba(255,189,50,.15),rgba(255,255,255,.045)),
    rgba(23,18,8,.58);
  font-size:13px;
  font-weight:900;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.08),
    0 14px 34px rgba(0,0,0,.22);
}

.question-error.active{
  display:block;
}

/* Final result next-step links */
.result-next-steps{
  margin-top:18px;
  border:1px solid rgba(255,189,50,.26);
  border-radius:18px;
  padding:16px;
  background:
    linear-gradient(135deg,rgba(255,189,50,.10),rgba(255,255,255,.045)),
    rgba(20,26,38,.54);
}

.result-next-title{
  color:#fff;
  font-weight:950;
  font-size:14px;
  margin-bottom:6px;
}

.result-next-copy{
  color:#cfd6e2;
  font-size:13px;
  line-height:1.45;
  margin-bottom:12px;
}

.result-link-row{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.result-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(255,255,255,.15);
  border-radius:999px;
  padding:10px 13px;
  color:#fff;
  text-decoration:none;
  font-size:12px;
  font-weight:900;
  background:rgba(255,255,255,.06);
}

.result-link:hover{
  border-color:rgba(255,189,50,.55);
  color:var(--gold);
}

/* Final result buttons must stand out clearly */
.result-next-steps{
  border-color:rgba(255,189,50,.46) !important;
  background:
    radial-gradient(ellipse at 20% 0%,rgba(255,189,50,.18),transparent 52%),
    linear-gradient(135deg,rgba(64,69,82,.78),rgba(29,35,49,.88)) !important;
}

.result-link-row{
  gap:12px !important;
}

.result-link{
  border:1px solid rgba(255,226,151,.88) !important;
  background:linear-gradient(135deg,#ffe39b,#ffbd32) !important;
  color:#171006 !important;
  box-shadow:
    0 12px 28px rgba(255,189,50,.22),
    inset 0 1px 0 rgba(255,255,255,.45) !important;
  font-weight:950 !important;
}

.result-link:hover{
  transform:translateY(-1px);
  border-color:#fff0b8 !important;
  color:#000 !important;
  box-shadow:
    0 16px 34px rgba(255,189,50,.34),
    0 0 0 1px rgba(255,255,255,.18),
    inset 0 1px 0 rgba(255,255,255,.55) !important;
}

.result-link:nth-child(2){
  background:linear-gradient(135deg,#fff,#dfe7f3) !important;
  border-color:rgba(255,255,255,.82) !important;
  color:#121923 !important;
  box-shadow:
    0 12px 28px rgba(255,255,255,.14),
    inset 0 1px 0 rgba(255,255,255,.70) !important;
}

.result-link:nth-child(3){
  background:linear-gradient(135deg,#ffcf62,#d89416) !important;
  border-color:rgba(255,218,137,.92) !important;
  color:#130d04 !important;
}
