* { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --navy: #14324f; --navy2: #1d446b; --steel: #3d7ab5; --sky: #9fc3e0;
  --tint: #eef3f8; --amber: #9a6700; --red: #a31515; --green: #1d6b34;
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --serif: Georgia, "Times New Roman", serif;
}
body { font-family: var(--serif); color: #23303c; line-height: 1.65; background: #fff; }
h1,h2,h3, nav, .btn, .status, .chip, .step b, .feat b { font-family: var(--sans); }
.wrap { max-width: 1020px; margin: 0 auto; padding: 0 24px; }
a { color: var(--steel); }

/* header */
header.site { background: var(--navy); background: linear-gradient(120deg, #102a42, #1d446b); color: #fff; }
.bar { display: flex; align-items: center; justify-content: space-between; padding: 16px 24px; flex-wrap: wrap; gap: 12px; }
.brand img { height: 40px; display: block; }
nav { display: flex; gap: 22px; align-items: center; flex-wrap: wrap; }
nav a { color: #c8d8e6; text-decoration: none; font-size: .95rem; letter-spacing: .2px; }
nav a:hover { color: #fff; }
nav a.btn { background: #fff; color: var(--navy); padding: 8px 16px; border-radius: 5px; font-weight: 700; }

/* hero */
.hero { background: linear-gradient(120deg, #102a42, #1d446b); color: #fff; padding: 30px 0 56px; }
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 44px; align-items: center; }
@media (max-width: 800px) { .hero-grid { grid-template-columns: 1fr; } }
.hero h1 { font-size: 2.15rem; line-height: 1.22; font-weight: 700; letter-spacing: -.3px; }
.hero h1 em { font-style: normal; color: var(--sky); }
.hero p.sub { margin-top: 16px; font-size: 1.06rem; color: #d4e1ec; max-width: 34em; }
.hero .chips { margin-top: 18px; display: flex; gap: 10px; flex-wrap: wrap; }
.chip { background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.25); color: #eaf2f8;
  padding: 5px 12px; border-radius: 20px; font-size: .82rem; }
.hero .cta { margin-top: 26px; display: flex; gap: 12px; flex-wrap: wrap; }
.cta a, button.primary, input[type=submit] { display: inline-block; background: #fff; color: var(--navy);
  padding: 12px 22px; border-radius: 6px; text-decoration: none; border: 0; font-size: 1rem;
  font-family: var(--sans); font-weight: 700; cursor: pointer; }
.cta a.ghost { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,.6); }
.hero-art { filter: drop-shadow(0 18px 30px rgba(0,0,0,.35)); }
.hero-art svg { width: 100%; height: auto; display: block; }

/* portal buttons reuse */
main input[type=submit], main .cta a { background: var(--navy); color: #fff; }

/* sections */
section { padding: 52px 0; }
section.tint { background: var(--tint); }
section h2 { font-size: 1.55rem; color: var(--navy); margin-bottom: 8px; font-weight: 700; }
section p.lead { color: #51616f; margin-bottom: 22px; max-width: 46em; }
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-top: 18px; }
.step { background: #fff; border: 1px solid #dde5ec; border-radius: 10px; padding: 22px;
  box-shadow: 0 2px 6px rgba(20,50,79,.06); }
.step .ic { width: 46px; height: 46px; margin-bottom: 12px; }
.step b { color: var(--navy); font-size: 1.02rem; display: block; margin-bottom: 6px; }
.step p { font-size: .95rem; color: #4a5866; }

.feats { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 28px; margin-top: 18px; }
@media (max-width: 700px) { .feats { grid-template-columns: 1fr; } }
.feat { display: flex; gap: 12px; align-items: flex-start; }
.feat .dot { flex: 0 0 30px; height: 30px; border-radius: 8px; background: var(--navy);
  display: flex; align-items: center; justify-content: center; margin-top: 3px; }
.feat .dot svg { width: 16px; height: 16px; }
.feat b { color: var(--navy); display: block; font-size: .98rem; }
.feat p { font-size: .93rem; color: #4a5866; }

.codesline { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 8px; }
.codesline span { background: #fff; border: 1px solid #d5dfe8; color: var(--navy);
  font-family: var(--sans); font-size: .8rem; padding: 4px 11px; border-radius: 16px; }

/* pricing */
.pricecards { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 20px; margin-top: 18px; }
.pcard { background: #fff; border: 1px solid #dde5ec; border-radius: 10px; padding: 24px; text-align: center;
  box-shadow: 0 2px 6px rgba(20,50,79,.06); }
.pcard.hot { border: 2px solid var(--navy); position: relative; }
.pcard .badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
  background: var(--navy); color: #fff; font-family: var(--sans); font-size: .75rem;
  font-weight: 700; letter-spacing: .5px; padding: 3px 14px; border-radius: 12px; white-space: nowrap; }
.pcard .amt .mo { font-size: 1rem; font-weight: 400; color: #6a7885; }
.pitchmath { background: var(--tint); border-left: 4px solid var(--navy); border-radius: 6px;
  padding: 18px 22px; margin: 18px 0 26px; max-width: 52em; }
.pitchmath b { font-family: var(--sans); color: var(--navy); }
.pitchmath ul { margin: 10px 0 12px 22px; }
.pitchmath li { margin-bottom: 6px; }
.pitchmath p { margin-top: 8px; }
.pcard .amt { font-family: var(--sans); font-size: 2rem; font-weight: 700; color: var(--navy); }
.pcard .per { color: #6a7885; font-size: .9rem; }
.pcard p { font-size: .93rem; color: #4a5866; margin-top: 8px; }

.quoteband { background: var(--navy); color: #fff; padding: 40px 0; }
.quoteband .wrap { display: grid; grid-template-columns: auto 1fr; gap: 24px; align-items: center; }
.quoteband svg { width: 54px; height: 54px; }
.quoteband p { font-size: 1.12rem; font-family: var(--sans); line-height: 1.5; }
.quoteband p small { display: block; color: var(--sky); margin-top: 6px; font-size: .85rem; }

/* forms & tables (portal) */
.flash { background: #eef7ee; border: 1px solid #bcd9bc; color: #1d5b2c; padding: 10px 14px; margin: 16px 0 0; border-radius: 6px; }
form.card, .card { border: 1px solid #dde5ec; border-radius: 10px; padding: 22px; margin: 22px 0; max-width: 640px;
  background: #fff; box-shadow: 0 2px 6px rgba(20,50,79,.05); }
label { display: block; margin: 13px 0 5px; font-weight: 700; font-size: .92rem; font-family: var(--sans); color: var(--navy); }
input[type=text], input[type=email], input[type=password], textarea, select {
  width: 100%; padding: 10px; border: 1px solid #b8c2cc; border-radius: 6px; font-family: var(--serif); font-size: 1rem; }
textarea { min-height: 84px; }
.hint { font-size: .87rem; color: #66727e; margin-top: 4px; }
table.list { border-collapse: collapse; width: 100%; margin: 18px 0; font-size: .95rem; }
table.list th { background: var(--navy); color: #fff; text-align: left; padding: 9px 12px; font-weight: 600; font-family: var(--sans); }
table.list td { border: 1px solid #dbe2e9; padding: 9px 12px; vertical-align: top; }
table.list tr:nth-child(even) td { background: #f6f9fb; }
.status { display: inline-block; padding: 3px 12px; border-radius: 12px; font-size: .82rem; color: #fff; white-space: nowrap; }
.status.Received { background: var(--amber); }
.status.Inassessment { background: var(--steel); }
.status.Reportready { background: var(--green); }
.jobhead { display: flex; justify-content: space-between; align-items: baseline; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
.report-box { border: 2px solid var(--green); border-radius: 10px; padding: 18px; margin: 20px 0; background: #f4faf5; }
.admin-box { border: 2px dashed var(--amber); border-radius: 10px; padding: 18px; margin: 20px 0; background: #fffdf5; }
.credbox { background: #fff8e6; border: 1px solid #e6c96b; padding: 14px; margin: 16px 0; font-family: monospace; border-radius: 6px; }

footer.site { background: #0f2437; color: #b9c8d5; padding: 34px 0 44px; margin-top: 40px; }
footer.site img { height: 30px; margin-bottom: 12px; opacity: .95; }
footer.site a { color: var(--sky); }
footer.site .fine { font-size: .83rem; margin-top: 8px; color: #8ba0b2; max-width: 60em; }
main.wrap { min-height: 40vh; }

.linklike { background:none; border:none; padding:0; color:var(--navy); text-decoration:underline; cursor:pointer; font-size:inherit; font-family:inherit; }
.linklike:hover { color:var(--amber); }
