/* ============================================================
   AMLScore — Landing Page styles
   Type:  Plus Jakarta Sans (UI/headings) + DM Mono (data/labels)
   Brand: Pulse Teal operational green + tinted ink neutrals
   ============================================================ */

:root {
  --teal:        #0EB39A;
  --teal-deep:   #0A8472;
  --teal-ink:    #075246;
  --mint:        #E6F7F2;
  --mint-2:      #F1FBF8;
  --amber:       #E79A2E;
  --amber-tint:  #FBF1DE;
  --coral:       #E26A52;
  --coral-tint:  #FBE9E4;

  --ink:         #14201E;
  --ink-2:       #0E1816;
  --slate:       #51605C;
  --muted:       #8B9894;
  --line:        #E5EBE9;
  --line-soft:   #EFF3F1;
  --surface:     #FFFFFF;
  --canvas:      #F4F7F5;
  --cloud:       #EDF2F0;

  --r-sm: 10px;
  --r:    14px;
  --r-lg: 22px;
  --r-xl: 28px;

  --shadow-sm: 0 1px 2px rgba(20,32,30,.05), 0 1px 1px rgba(20,32,30,.04);
  --shadow:    0 6px 22px -8px rgba(20,32,30,.18), 0 2px 6px -2px rgba(20,32,30,.06);
  --shadow-lg: 0 28px 60px -22px rgba(13,72,62,.32), 0 8px 22px -10px rgba(20,32,30,.10);

  --maxw: 1180px;
  --ease: cubic-bezier(.22,.61,.36,1);

  --font: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;
  --mono: "DM Mono", ui-monospace, "SF Mono", Menlo, monospace;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--canvas);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, h4 { margin: 0; line-height: 1.08; letter-spacing: -.02em; font-weight: 700; }
p { margin: 0; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 28px; }

.eyebrow {
  font-family: var(--mono);
  font-size: 12.5px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--teal-deep);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 9px;
}
.eyebrow::before {
  content: "";
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 0 4px var(--mint);
}

.section { padding: 96px 0; }
.section-head { max-width: 640px; margin-bottom: 52px; }
.section-head h2 { font-size: clamp(30px, 4vw, 44px); margin: 16px 0 14px; }
.section-head p { color: var(--slate); font-size: 18.5px; text-wrap: pretty; }

/* ---------- Buttons ---------- */
.btn {
  font-family: var(--font);
  font-weight: 600;
  font-size: 15.5px;
  border: 0; cursor: pointer;
  border-radius: 999px;
  padding: 13px 22px;
  display: inline-flex; align-items: center; gap: 9px;
  transition: transform .18s var(--ease), box-shadow .18s var(--ease), background .18s var(--ease);
  white-space: nowrap;
  line-height: 1;
}
.btn svg { width: 17px; height: 17px; }
.btn-primary { background: var(--teal); color: #fff; box-shadow: 0 8px 18px -8px rgba(14,179,154,.7); }
.btn-primary:hover { background: var(--teal-deep); transform: translateY(-1px); box-shadow: 0 12px 24px -8px rgba(14,179,154,.7); }
.btn-ghost { background: transparent; color: var(--ink); padding-left: 8px; padding-right: 8px; }
.btn-ghost:hover { color: var(--teal-deep); }
.btn-secondary { background: var(--surface); color: var(--ink); border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.btn-secondary:hover { border-color: #cfdad6; transform: translateY(-1px); }
.btn-lg { padding: 16px 28px; font-size: 16.5px; }
.btn-on-dark { background: var(--teal); color: #fff; }
.btn-on-dark:hover { background: #14c7ac; transform: translateY(-1px); }

/* ---------- Nav ---------- */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(244,247,245,.82);
  backdrop-filter: saturate(1.4) blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color .25s, background .25s;
}
.nav.scrolled { border-bottom-color: var(--line); background: rgba(255,255,255,.85); }
.nav-inner { display: flex; align-items: center; gap: 28px; height: 70px; }
.nav-links { display: flex; gap: 30px; margin-left: 14px; }
.nav-links a { font-size: 15.5px; color: var(--slate); font-weight: 500; transition: color .15s; }
.nav-links a:hover { color: var(--ink); }
.nav-cta { margin-left: auto; display: flex; align-items: center; gap: 16px; }
.nav-cta .signin { font-size: 15.5px; font-weight: 600; color: var(--ink); }

/* ---------- Logo ---------- */
.logo { display: inline-flex; align-items: center; gap: 11px; font-weight: 800; font-size: 20px; letter-spacing: -.025em; }
.logo .mark { width: 34px; height: 34px; flex: 0 0 34px; }
.logo .mark-dark { color: #fff; }
.logo b { font-weight: 800; }
.logo span { color: var(--teal-deep); font-weight: 800; }

/* ---------- Hero ---------- */
.hero { position: relative; padding: 64px 0 88px; overflow: hidden; }
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(900px 480px at 78% -8%, var(--mint) 0%, rgba(230,247,242,0) 60%),
    radial-gradient(700px 420px at 4% 6%, var(--mint-2) 0%, rgba(241,251,248,0) 55%);
}
.hero-grid {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1.02fr .98fr; gap: 56px; align-items: center;
}
.hero h1 { font-size: clamp(40px, 5.4vw, 62px); margin: 22px 0 22px; letter-spacing: -.032em; }
.hero h1 .hl { color: var(--teal-deep); }
.hero-sub { font-size: 20px; color: var(--slate); max-width: 540px; text-wrap: pretty; }
.hero-cta { display: flex; gap: 14px; margin: 34px 0 22px; flex-wrap: wrap; }
.hero-meta { display: flex; gap: 18px; flex-wrap: wrap; color: var(--muted); font-family: var(--mono); font-size: 13px; letter-spacing: .01em; }
.hero-meta span { display: inline-flex; align-items: center; gap: 7px; }
.hero-meta span::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--teal); }

/* ---------- Score ring ---------- */
.ring-wrap { position: relative; display: inline-grid; place-items: center; }
.ring-wrap svg { transform: rotate(-90deg); display: block; }
.ring-track { fill: none; stroke: var(--line); }
.ring-prog { fill: none; stroke: var(--teal); stroke-linecap: round; transition: stroke-dashoffset 1.1s var(--ease); }
.ring-center { position: absolute; text-align: center; line-height: 1; }
.ring-center .num { font-weight: 800; letter-spacing: -.04em; font-variant-numeric: tabular-nums; }
.ring-center .den { font-family: var(--mono); color: var(--muted); }

/* ---------- Product mock (hero) ---------- */
.mock { position: relative; }
.mock-card {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-xl);
  box-shadow: var(--shadow-lg); padding: 24px; position: relative; z-index: 2;
}
.mock-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.mock-top .biz { font-weight: 700; font-size: 15.5px; }
.mock-top .biz small { display: block; font-family: var(--mono); font-weight: 400; font-size: 11.5px; color: var(--muted); letter-spacing: .03em; margin-top: 3px; }
.mock-score { display: flex; align-items: center; gap: 22px; padding: 8px 0 20px; border-bottom: 1px solid var(--line-soft); }
.mock-score .label { font-family: var(--mono); font-size: 11.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.mock-score .standing { font-size: 22px; font-weight: 700; margin: 4px 0 8px; }
.delta { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 600; color: var(--teal-deep); font-family: var(--mono); }

.bars { display: flex; flex-direction: column; gap: 13px; padding: 18px 0 6px; }
.bar-row { display: grid; grid-template-columns: 1fr auto; gap: 8px 12px; align-items: center; }
.bar-row .name { font-size: 14px; font-weight: 500; color: var(--ink); }
.bar-row .val { font-family: var(--mono); font-size: 13px; color: var(--slate); font-weight: 500; }
.bar-track { grid-column: 1 / -1; height: 7px; border-radius: 99px; background: var(--cloud); overflow: hidden; }
.bar-fill { height: 100%; border-radius: 99px; background: var(--teal); }
.bar-fill.warn { background: var(--amber); }
.bar-fill.risk { background: var(--coral); }

.mock-float {
  position: absolute; z-index: 3; background: var(--surface);
  border: 1px solid var(--line); border-radius: var(--r); box-shadow: var(--shadow);
  padding: 13px 15px; display: flex; align-items: center; gap: 11px; font-size: 13.5px; font-weight: 600;
}
.mock-float .ic { width: 30px; height: 30px; border-radius: 9px; display: grid; place-items: center; flex: 0 0 30px; }
.mock-float small { display: block; font-weight: 400; color: var(--muted); font-size: 11.5px; font-family: var(--mono); }
.float-a { top: 38px; left: -34px; }
.float-b { bottom: 30px; right: -30px; }

/* ---------- Trust strip ---------- */
.trust { padding: 30px 0 8px; }
.trust .lead { text-align: center; font-family: var(--mono); font-size: 12.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-bottom: 22px; }
.sectors { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.sector {
  display: inline-flex; align-items: center; gap: 9px;
  background: var(--surface); border: 1px solid var(--line); border-radius: 999px;
  padding: 9px 16px; font-size: 14.5px; font-weight: 500; color: var(--slate); box-shadow: var(--shadow-sm);
}
.sector svg { width: 16px; height: 16px; color: var(--teal-deep); }

.stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; margin-top: 56px; }
.stat { text-align: center; }
.stat .big { font-size: 44px; font-weight: 800; letter-spacing: -.04em; color: var(--ink); font-variant-numeric: tabular-nums; }
.stat .big i { font-style: normal; color: var(--teal-deep); }
.stat .cap { color: var(--slate); font-size: 15px; margin-top: 4px; }

/* ---------- How it works ---------- */
.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; counter-reset: step; }
.step {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 30px 28px; box-shadow: var(--shadow-sm); position: relative;
}
.step .ic { width: 46px; height: 46px; border-radius: 13px; background: var(--mint); color: var(--teal-deep); display: grid; place-items: center; margin-bottom: 20px; }
.step .ic svg { width: 23px; height: 23px; }
.step .n { font-family: var(--mono); font-size: 12px; color: var(--muted); letter-spacing: .1em; }
.step h3 { font-size: 20px; margin: 8px 0 9px; }
.step p { color: var(--slate); font-size: 15.5px; }
.step .line { position: absolute; top: 53px; right: -16px; width: 32px; height: 2px; background: var(--line); z-index: 1; }

/* ---------- The Score explainer ---------- */
.score-explain { background: var(--ink-2); color: #fff; border-radius: var(--r-xl); padding: 56px; position: relative; overflow: hidden; }
.score-explain::after { content: ""; position: absolute; right: -120px; top: -120px; width: 360px; height: 360px; border-radius: 50%; background: radial-gradient(circle, rgba(14,179,154,.22), transparent 65%); }
.score-explain .inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.score-explain h2 { font-size: clamp(28px,3.4vw,40px); margin: 16px 0 16px; }
.score-explain p { color: #b7c5c1; font-size: 18px; max-width: 460px; text-wrap: pretty; }
.score-explain .eyebrow { color: #5fe0c8; }
.score-explain .eyebrow::before { box-shadow: 0 0 0 4px rgba(14,179,154,.18); }

.bands { display: flex; flex-direction: column; gap: 14px; }
.band { display: grid; grid-template-columns: auto 1fr auto; gap: 16px; align-items: center; padding: 16px 18px; border-radius: var(--r); background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.08); }
.band .dot { width: 12px; height: 12px; border-radius: 50%; }
.band .nm { font-weight: 600; font-size: 15.5px; }
.band .nm small { display: block; color: #93a39f; font-weight: 400; font-size: 13px; margin-top: 2px; }
.band .rng { font-family: var(--mono); font-size: 13.5px; color: #cdd9d6; }

/* ---------- Scorecards ---------- */
.cards-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.scorecard {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 24px; box-shadow: var(--shadow-sm); transition: transform .2s var(--ease), box-shadow .2s var(--ease), border-color .2s;
}
.scorecard:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: #d6e0dc; }
.scorecard .sc-top { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 18px; }
.scorecard .sc-ic { width: 42px; height: 42px; border-radius: 12px; background: var(--mint); color: var(--teal-deep); display: grid; place-items: center; }
.scorecard .sc-ic svg { width: 21px; height: 21px; }
.scorecard h3 { font-size: 17.5px; margin-bottom: 4px; }
.scorecard .sc-sub { color: var(--muted); font-size: 13.5px; font-family: var(--mono); }
.scorecard .sc-foot { display: flex; align-items: center; justify-content: space-between; margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--line-soft); }
.scorecard .sc-num { font-size: 30px; font-weight: 800; letter-spacing: -.04em; font-variant-numeric: tabular-nums; }
.scorecard .sc-num small { font-family: var(--mono); font-size: 14px; font-weight: 400; color: var(--muted); }

/* ---------- Pills ---------- */
.pill { display: inline-flex; align-items: center; gap: 7px; font-size: 12.5px; font-weight: 600; padding: 5px 11px; border-radius: 999px; font-family: var(--mono); letter-spacing: .02em; }
.pill::before { content: ""; width: 7px; height: 7px; border-radius: 50%; }
.pill-good { background: var(--mint); color: var(--teal-ink); }
.pill-good::before { background: var(--teal); }
.pill-warn { background: var(--amber-tint); color: #95611a; }
.pill-warn::before { background: var(--amber); }
.pill-risk { background: var(--coral-tint); color: #a5402c; }
.pill-risk::before { background: var(--coral); }

/* ---------- Features ---------- */
.features { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; }
.feature { background: var(--surface); padding: 32px 30px; transition: background .2s; }
.feature:hover { background: var(--mint-2); }
.feature .ic { width: 40px; height: 40px; border-radius: 11px; background: var(--mint); color: var(--teal-deep); display: grid; place-items: center; margin-bottom: 18px; }
.feature .ic svg { width: 21px; height: 21px; }
.feature h3 { font-size: 18px; margin-bottom: 8px; }
.feature p { color: var(--slate); font-size: 15px; }

/* ---------- Report preview ---------- */
.report-split { display: grid; grid-template-columns: .92fr 1.08fr; gap: 56px; align-items: center; }
.report-mock { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--shadow-lg); padding: 38px 40px; }
.report-mock .rm-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.report-mock .rm-title { font-family: var(--mono); font-size: 11.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.report-mock h4 { font-size: 23px; margin: 22px 0 6px; }
.report-mock .rm-meta { font-family: var(--mono); font-size: 12.5px; color: var(--muted); margin-bottom: 22px; }
.report-mock .rm-row { display: flex; align-items: center; justify-content: space-between; padding: 13px 0; border-bottom: 1px solid var(--line-soft); font-size: 14.5px; }
.report-mock .rm-row:last-child { border-bottom: 0; }
.report-mock .rm-row .rl { display: flex; align-items: center; gap: 11px; color: var(--ink); font-weight: 500; }
.report-mock .rm-row .chk { width: 20px; height: 20px; border-radius: 6px; display: grid; place-items: center; flex: 0 0 20px; }
.chk-good { background: var(--mint); color: var(--teal-deep); }
.chk-warn { background: var(--amber-tint); color: #95611a; }
.report-list { list-style: none; padding: 0; margin: 28px 0 0; display: flex; flex-direction: column; gap: 16px; }
.report-list li { display: flex; gap: 14px; align-items: flex-start; font-size: 16px; color: var(--slate); }
.report-list .tick { width: 24px; height: 24px; border-radius: 50%; background: var(--mint); color: var(--teal-deep); display: grid; place-items: center; flex: 0 0 24px; margin-top: 1px; }
.report-list .tick svg { width: 14px; height: 14px; }
.report-list b { color: var(--ink); font-weight: 600; }

/* ---------- Checklist widget ---------- */
.checklist { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--shadow-sm); overflow: hidden; }
.checklist .cl-head { padding: 20px 24px; border-bottom: 1px solid var(--line-soft); display: flex; align-items: center; justify-content: space-between; }
.checklist .cl-head h4 { font-size: 16px; }
.cl-item { display: flex; align-items: center; gap: 14px; padding: 15px 24px; border-bottom: 1px solid var(--line-soft); }
.cl-item:last-child { border-bottom: 0; }
.cl-box { width: 22px; height: 22px; border-radius: 7px; border: 2px solid var(--line); flex: 0 0 22px; display: grid; place-items: center; transition: .15s; }
.cl-item.done .cl-box { background: var(--teal); border-color: var(--teal); color: #fff; }
.cl-item.done .cl-box svg { width: 13px; height: 13px; }
.cl-item .cl-txt { font-size: 15px; font-weight: 500; }
.cl-item.done .cl-txt { color: var(--muted); text-decoration: line-through; text-decoration-color: var(--line); }
.cl-item .cl-due { margin-left: auto; font-family: var(--mono); font-size: 12px; color: var(--muted); }

/* ---------- Testimonial ---------- */
.quote { text-align: center; max-width: 820px; margin: 0 auto; }
.quote .q { font-size: clamp(24px, 3vw, 34px); font-weight: 600; letter-spacing: -.02em; line-height: 1.32; text-wrap: balance; }
.quote .q .em { color: var(--teal-deep); }
.quote .by { display: inline-flex; align-items: center; gap: 14px; margin-top: 30px; }
.quote .av { width: 46px; height: 46px; border-radius: 50%; background: var(--cloud); border: 1px solid var(--line); }
.quote .who { text-align: left; }
.quote .who b { display: block; font-size: 15.5px; }
.quote .who small { color: var(--muted); font-size: 13.5px; }

/* ---------- Pricing ---------- */
.pricing { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; align-items: stretch; }
.price {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 30px 28px; box-shadow: var(--shadow-sm); display: flex; flex-direction: column;
}
.price.featured { border: 1.5px solid var(--teal); box-shadow: var(--shadow); position: relative; }
.price.featured .tag { position: absolute; top: -12px; left: 28px; background: var(--teal); color: #fff; font-family: var(--mono); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; padding: 5px 11px; border-radius: 999px; }
.price .pname { font-family: var(--mono); font-size: 13px; letter-spacing: .08em; text-transform: uppercase; color: var(--teal-deep); }
.price .pamt { font-size: 42px; font-weight: 800; letter-spacing: -.04em; margin: 14px 0 2px; }
.price .pamt small { font-size: 15px; font-weight: 500; color: var(--muted); font-family: var(--mono); }
.price .pdesc { color: var(--slate); font-size: 15px; min-height: 44px; }
.price ul { list-style: none; padding: 0; margin: 22px 0; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.price li { display: flex; gap: 11px; align-items: flex-start; font-size: 15px; color: var(--ink); }
.price li svg { width: 18px; height: 18px; color: var(--teal); flex: 0 0 18px; margin-top: 3px; }

/* ---------- Final CTA ---------- */
.cta-final { background: var(--ink-2); border-radius: var(--r-xl); padding: 72px 56px; text-align: center; position: relative; overflow: hidden; }
.cta-final::before { content: ""; position: absolute; inset: 0; background: radial-gradient(700px 360px at 50% -30%, rgba(14,179,154,.28), transparent 65%); }
.cta-final .inner { position: relative; z-index: 1; }
.cta-final h2 { color: #fff; font-size: clamp(32px,4.4vw,52px); letter-spacing: -.035em; }
.cta-final p { color: #b7c5c1; font-size: 19px; margin: 18px auto 32px; max-width: 520px; }
.cta-final .row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.cta-final .fine { color: #7d8e8a; font-family: var(--mono); font-size: 12.5px; margin-top: 24px; letter-spacing: .02em; }

/* ---------- Footer ---------- */
.footer { padding: 72px 0 40px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 44px; border-bottom: 1px solid var(--line); }
.footer .blurb { color: var(--slate); font-size: 14.5px; max-width: 280px; margin-top: 16px; }
.footer h5 { font-family: var(--mono); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin: 0 0 16px; font-weight: 500; }
.footer ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 11px; }
.footer ul a { color: var(--slate); font-size: 14.5px; transition: color .15s; }
.footer ul a:hover { color: var(--ink); }
.footer-base { display: flex; align-items: center; justify-content: space-between; padding-top: 28px; flex-wrap: wrap; gap: 14px; }
.footer-base p { color: var(--muted); font-size: 13.5px; }
.footer-base .disc { font-family: var(--mono); font-size: 12px; color: var(--muted); max-width: 560px; }

/* ---------- Responsive ---------- */
@media (max-width: 940px) {
  .hero-grid, .score-explain .inner, .report-split { grid-template-columns: 1fr; gap: 40px; }
  .steps, .cards-grid, .features, .pricing, .stats { grid-template-columns: 1fr; }
  .features { gap: 1px; }
  .step .line { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .nav-links { display: none; }
  .mock-float { display: none; }
  .score-explain, .cta-final { padding: 40px 28px; }
}
@media (max-width: 620px) {
  body { font-size: 16px; }
  .section { padding: 64px 0; }
  .cards-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .nav-cta .signin { display: none; }
}

/* reduced motion */
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}

/* --- MVP additions (post-v1) --- */
.footer-grid { grid-template-columns: 1.6fr 1fr 1fr; }
