/* Marobrain portal - Quiet Wisteria
   tokens > base > layout > header > blocks > tables > commerce > footer > responsive */

:root {
  --canvas: #fbfaf8;
  --card: #ffffff;
  --mist: #f2f0f7;
  --warm: #faf6ec;
  --line: #e2dfec;
  --line2: #cfc9e0;
  --ink: #1b1a22;
  --muted: #5c5a68;
  --violet: #4b2ea8;
  --violet-deep: #3a2185;
  --violet-tint: #ece8f9;
  --gold: #b1801c;
  --gold-tint: #fbf2dd;
  --green: #1f6b4a;
  --crimson: #b81e35;
  --r: 4px;
  --r2: 8px;
  --wrap: 1120px;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  background: var(--canvas);
  color: var(--ink);
  font-family: Gudea, Verdana, sans-serif;
  font-size: 17px;
  line-height: 1.72;
  margin: 0;
}
body.has-dock { padding-bottom: 92px; }
img { display: block; height: auto; max-width: 100%; }
a { color: var(--violet); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--violet-deep); }
:focus-visible { outline: 2px solid var(--violet); outline-offset: 3px; }
h1, h2, h3, h4 { font-family: Quattrocento, Georgia, serif; font-weight: 700; line-height: 1.22; margin: 0 0 14px; }
h1 { font-size: 2.5rem; letter-spacing: -0.4px; }
h2 { font-size: 1.75rem; margin-top: 6px; }
h3 { font-size: 1.2rem; }
p { margin: 0 0 16px; }
ul, ol { margin: 0 0 18px; padding-left: 20px; }
li { margin-bottom: 7px; }
sup { font-size: 0.6em; }
.wrap { margin: 0 auto; max-width: var(--wrap); padding: 0 22px; width: 100%; }
.skip {
  background: var(--violet); color: #fff; left: -999px; padding: 10px 16px; position: absolute; top: 0; z-index: 99;
}
.skip:focus { left: 0; }
.lede { color: var(--muted); font-size: 1.1rem; }
.small { color: var(--muted); font-size: 0.9rem; }
.kicker {
  color: var(--gold); font-size: 0.76rem; font-weight: 700; letter-spacing: 2px; margin-bottom: 10px;
  text-transform: uppercase;
}
section { padding: 58px 0; }
section.tint { background: var(--mist); }
section.warm { background: var(--warm); }
.narrow { max-width: 760px; }

/* header */
.ribbon { background: var(--violet); color: #efeafd; font-size: 0.82rem; letter-spacing: 0.2px; text-align: center; }
.ribbon p { margin: 0; padding: 8px 16px; }
.strip { background: var(--ink); color: #d8d5e6; font-size: 0.78rem; text-align: center; }
.strip p { margin: 0; padding: 7px 16px; }
.top { background: var(--canvas); border-bottom: 1px solid var(--line); position: relative; }
.topbar { align-items: center; display: flex; justify-content: space-between; padding-bottom: 16px; padding-top: 16px; }
.logo { text-decoration: none; }
.logo-house {
  color: var(--muted); display: block; font-size: 0.66rem; letter-spacing: 3px; text-transform: uppercase;
}
.logo-name { color: var(--ink); font-family: Quattrocento, Georgia, serif; font-size: 1.6rem; font-weight: 700; }
.menu ul { display: flex; gap: 22px; list-style: none; margin: 0; padding: 0; }
.menu a { color: var(--ink); font-size: 0.94rem; text-decoration: none; }
.menu a:hover, .menu a[aria-current] { color: var(--violet); text-decoration: underline; }
.menu { align-items: center; display: flex; gap: 24px; }
.burger { background: none; border: 1px solid var(--line2); border-radius: var(--r); display: none; height: 44px; width: 46px; }
.burger span { background: var(--ink); display: block; height: 2px; margin: 4px auto; width: 20px; }

/* buttons */
.btn {
  background: var(--violet); border: 1px solid var(--violet); border-radius: var(--r); color: #fff;
  display: inline-block; font-size: 1rem; font-weight: 700; padding: 14px 26px; text-align: center;
  text-decoration: none;
}
.btn:hover { background: var(--violet-deep); color: #fff; }
.btn-sm { font-size: 0.88rem; padding: 10px 18px; }
.btn-line { background: none; border: 1px solid var(--line2); color: var(--ink); }
.btn-line:hover { background: var(--violet-tint); color: var(--ink); }
.btn-wide { display: block; width: 100%; }

/* breadcrumb */
.crumb { border-bottom: 1px solid var(--line); font-size: 0.84rem; }
.crumb ol { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin: 0; padding: 11px 0; }
.crumb li + li::before { color: var(--line2); content: "/"; margin-right: 8px; }
.crumb a { color: var(--muted); }
.crumb span { color: var(--ink); }

/* hero */
.hero { padding: 66px 0 54px; }
.hero-grid { align-items: center; display: grid; gap: 46px; grid-template-columns: 1.15fr 0.85fr; }
.hero h1 { font-size: 2.85rem; }
.hero-shot { background: var(--mist); border: 1px solid var(--line); border-radius: var(--r2); padding: 26px; }
.hero-shot img { margin: 0 auto; }
.canon {
  background: var(--violet-tint); border-left: 3px solid var(--violet); font-size: 1.02rem; margin: 0 0 18px;
  padding: 16px 18px;
}
.portal-line { border-top: 1px solid var(--line); color: var(--muted); font-size: 0.95rem; padding-top: 16px; }
.hero-cta { align-items: center; display: flex; flex-wrap: wrap; gap: 14px; margin: 24px 0 18px; }
.ticks { list-style: none; margin: 20px 0 0; padding: 0; }
.ticks li { padding-left: 26px; position: relative; }
.ticks li::before { color: var(--green); content: "\2713"; font-weight: 700; left: 0; position: absolute; }

/* tldr + takeaways */
.tldr { background: var(--card); border: 1px solid var(--line); border-radius: var(--r2); padding: 24px 26px; }
.tldr h2 { font-size: 1.2rem; }
.take { background: var(--gold-tint); border: 1px solid #ecdcb4; border-radius: var(--r2); padding: 26px 28px; }
.take ul { margin-bottom: 0; }

/* generic grids and cards */
.grid { display: grid; gap: 22px; }
.g2 { grid-template-columns: repeat(2, 1fr); }
.g3 { grid-template-columns: repeat(3, 1fr); }
.g4 { grid-template-columns: repeat(4, 1fr); }
.card { background: var(--card); border: 1px solid var(--line); border-radius: var(--r2); padding: 24px; }
.card h3 { margin-bottom: 8px; }
.stat { background: var(--card); border: 1px solid var(--line); border-radius: var(--r2); padding: 18px 20px; }
.stat b { color: var(--violet); display: block; font-family: Quattrocento, Georgia, serif; font-size: 1.9rem; line-height: 1.1; }
.stat span { color: var(--muted); font-size: 0.86rem; }

/* tables */
table { border-collapse: collapse; font-size: 0.95rem; width: 100%; }
.scroll { overflow-x: auto; }
th, td { border-bottom: 1px solid var(--line); padding: 12px 14px; text-align: left; vertical-align: top; }
thead th { background: var(--ink); border-bottom: none; color: #fff; font-weight: 700; }
tbody th { font-weight: 700; width: 34%; }
tbody tr:nth-child(even) { background: var(--mist); }
caption { color: var(--muted); font-size: 0.86rem; padding-bottom: 10px; text-align: left; }

/* verification */
.lot { background: var(--card); border: 1px solid var(--line2); border-radius: var(--r2); overflow: hidden; }
.lot-h { background: var(--violet); color: #fff; font-size: 0.86rem; letter-spacing: 1px; padding: 10px 18px; text-transform: uppercase; }
.lot dl { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 0; }
.lot dt { border-bottom: 1px solid var(--line); color: var(--muted); font-size: 0.82rem; padding: 12px 18px 2px; text-transform: uppercase; letter-spacing: 0.6px; }
.lot dd { border-bottom: 1px solid var(--line); font-weight: 700; margin: 0; padding: 0 18px 12px; }
.pass { color: var(--green); font-weight: 700; }

/* pricing */
.packs { align-items: start; display: grid; gap: 22px; grid-template-columns: repeat(3, 1fr); }
.pack { background: var(--card); border: 1px solid var(--line); border-radius: var(--r2); padding: 26px 22px; text-align: center; }
.pack.hot { border: 2px solid var(--violet); box-shadow: 0 12px 30px rgba(75, 46, 168, 0.1); transform: translateY(-10px); }
.pack-flag { background: var(--violet); border-radius: 999px; color: #fff; display: inline-block; font-size: 0.72rem; letter-spacing: 1.4px; padding: 5px 14px; text-transform: uppercase; }
.pack h3 { font-size: 1.15rem; margin: 14px 0 2px; }
.pack-shot { display: flex; justify-content: center; margin: 14px 0 6px; min-height: 120px; }
.pack-shot img { margin-left: -14px; }
.pack-shot img:first-child { margin-left: 0; }
.price { font-family: Quattrocento, Georgia, serif; font-size: 3rem; font-weight: 700; line-height: 1; }
.price span { font-size: 0.9rem; font-weight: 400; }
.was { color: var(--muted); }
.save { background: var(--gold-tint); border: 1px solid #e8d5a6; border-radius: 999px; color: #7d5a0c; display: inline-block; font-size: 0.84rem; font-weight: 700; margin: 8px 0 12px; padding: 4px 14px; }
.pack .btn { margin-top: 6px; }
.pack-note { color: var(--muted); font-size: 0.84rem; margin-top: 12px; }
.pay { color: var(--muted); font-size: 0.78rem; letter-spacing: 1px; margin-top: 10px; }

/* reviews */
.bars { list-style: none; margin: 0; padding: 0; }
.bars li { align-items: center; display: grid; gap: 12px; grid-template-columns: 150px 1fr 52px; margin-bottom: 10px; }
.bar { background: var(--mist); border-radius: 2px; height: 9px; overflow: hidden; }
.bar i { background: var(--violet); display: block; height: 100%; }
.bar.gold i { background: var(--gold); }
.quote { background: var(--card); border: 1px solid var(--line); border-radius: var(--r2); padding: 22px; }
.quote p { font-size: 0.97rem; }
.who { align-items: center; display: flex; gap: 12px; margin-top: 14px; }
.who b { background: var(--violet-tint); border-radius: 50%; color: var(--violet-deep); display: grid; font-size: 0.8rem; height: 40px; place-items: center; width: 40px; }
.vb { color: var(--green); font-size: 0.78rem; font-weight: 700; }
.big-score { font-family: Quattrocento, Georgia, serif; font-size: 4.2rem; line-height: 1; }
.stars { color: var(--gold); letter-spacing: 3px; }

/* faq + details */
details { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); margin-bottom: 10px; padding: 14px 18px; }
summary { cursor: pointer; font-family: Quattrocento, Georgia, serif; font-size: 1.05rem; font-weight: 700; }
details p:last-child { margin-bottom: 0; }
details[open] summary { margin-bottom: 10px; }

/* editorial */
.byline { border-left: 2px solid var(--gold); color: var(--muted); font-size: 0.88rem; margin: 0 0 26px; padding-left: 14px; }
.refs { font-size: 0.88rem; }
.refs ol { padding-left: 22px; }
.refs li { color: var(--muted); }
.note { background: var(--mist); border-radius: var(--r); color: var(--muted); font-size: 0.88rem; padding: 16px 18px; }
.updated { color: var(--muted); font-size: 0.84rem; }
.cite { font-size: 0.78rem; vertical-align: super; }
.qa h3 { margin-top: 26px; }
.answer { font-weight: 700; }

/* cta band */
.band { background: var(--ink); color: #f1eff6; }
.band h2 { color: #fff; }
.band a.btn-line { border-color: #6b6579; color: #fff; }
.band a.btn-line:hover { background: #2a2833; }
.trust { color: #b9b4c8; display: flex; flex-wrap: wrap; gap: 20px; font-size: 0.84rem; justify-content: center; list-style: none; margin: 24px 0 0; padding: 0; }

/* footer */
.foot { background: var(--mist); border-top: 1px solid var(--line); font-size: 0.92rem; padding: 46px 0 30px; }
.foot-grid { display: grid; gap: 30px; grid-template-columns: 1.4fr 1fr 1fr 1fr; }
.foot-name { font-family: Quattrocento, Georgia, serif; font-size: 1.35rem; font-weight: 700; margin-bottom: 8px; }
.foot-h { font-size: 0.82rem; letter-spacing: 1.6px; text-transform: uppercase; }
.foot ul { list-style: none; padding: 0; }
.foot li { margin-bottom: 6px; }
.foot a { color: var(--ink); text-decoration: none; }
.foot a:hover { color: var(--violet); text-decoration: underline; }
.foot-addr { color: var(--muted); font-size: 0.86rem; }
.foot-portal { border-top: 1px solid var(--line2); color: var(--violet-deep); font-weight: 700; margin-top: 32px; padding-top: 20px; }
.foot-note, .foot-fda, .foot-legal { color: var(--muted); font-size: 0.8rem; }

/* sticky dock */
.dock { background: var(--ink); bottom: 0; box-shadow: 0 -6px 20px rgba(27, 26, 34, 0.16); left: 0; position: fixed; right: 0; z-index: 40; }
.dock-in { align-items: center; display: flex; gap: 14px; justify-content: space-between; padding-bottom: 10px; padding-top: 10px; }
.dock-link { align-items: center; color: #fff; display: flex; flex-wrap: wrap; gap: 14px; text-decoration: none; }
.dock-brand { font-family: Quattrocento, Georgia, serif; font-size: 1.05rem; }
.dock-chip { background: var(--crimson); border-radius: 3px; font-size: 0.82rem; font-weight: 700; letter-spacing: 1px; padding: 5px 10px; }
.dock-msg { color: #d5d1e2; font-size: 0.88rem; }
.dock-cta { background: var(--gold); border-radius: var(--r); color: #1b1a22; font-weight: 700; padding: 10px 20px; }
.dock-x { background: none; border: 1px solid #4a4757; border-radius: var(--r); color: #d5d1e2; font-size: 1.1rem; height: 34px; line-height: 1; width: 34px; }
.dock.hide { display: none; }

/* responsive */
@media (max-width: 960px) {
  .hero-grid, .g4, .g3, .g2, .packs, .foot-grid { grid-template-columns: 1fr; }
  .pack.hot { transform: none; }
  h1, .hero h1 { font-size: 2.1rem; }
  .burger { display: block; }
  .menu {
    background: var(--canvas); border-bottom: 1px solid var(--line); display: block; left: 0; opacity: 0;
    padding: 18px 22px 24px; position: absolute; right: 0; top: 100%; transition: opacity .2s, visibility 0s linear .2s;
    visibility: hidden; z-index: 30;
  }
  .menu.open { opacity: 1; transition: opacity .2s, visibility 0s; visibility: visible; }
  .menu ul { display: block; }
  .menu li { border-bottom: 1px solid var(--line); padding: 10px 0; }
  .menu .btn { margin-top: 14px; width: 100%; }
  .lot dl { grid-template-columns: 1fr; }
  .bars li { grid-template-columns: 110px 1fr 44px; }
  .dock-msg { display: none; }
  body.has-dock { padding-bottom: 118px; }
}
@media (max-width: 620px) {
  .dock-brand { display: none; }
  .dock-in { gap: 8px; }
  .price { font-size: 2.5rem; }
  section { padding: 42px 0; }
}
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; }
}
