/* ============================================================
   Sub-page styles: matches index.html visual vocabulary
   Uses the same .hero-grid, .feature-row, .sec-header patterns
   ============================================================ */

/* ---------- PAGE HERO ---------- */
.page-hero {
  padding-top: 120px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.page-hero::before {
  content: '';
  position: absolute;
  top: -200px; right: -200px;
  width: 700px; height: 700px;
  background: radial-gradient(circle, color-mix(in oklab, var(--accent) 18%, transparent) 0%, transparent 60%);
  pointer-events: none;
  z-index: 0;
}
.page-hero .wrap { position: relative; z-index: 1; }

.page-hero .hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 60px;
  align-items: end;
}
@media (max-width: 900px) {
  .page-hero .hero-grid { grid-template-columns: 1fr; gap: 40px; }
}

.breadcrumbs {
  font-family: var(--mono);
  font-size: 12px;
  color: var(--fg-mute);
  letter-spacing: 0.04em;
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 28px;
}
.breadcrumbs a { color: var(--fg-mute); transition: color 120ms; }
.breadcrumbs a:hover { color: var(--fg); }
.breadcrumbs .sep { opacity: 0.5; }

.page-hero h1 {
  font-size: clamp(44px, 6vw, 84px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 0.98;
  text-wrap: balance;
  margin-bottom: 24px;
}
.page-hero .lede {
  font-size: 19px;
  color: var(--fg-dim);
  line-height: 1.5;
  max-width: 52ch;
  text-wrap: pretty;
}

/* right-column visual on hero */
.page-hero-visual {
  background: var(--bg-elev);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 28px;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  box-shadow: 0 40px 80px -40px rgba(0,0,0,0.5);
}
.page-hero-visual.big-number {
  display: grid;
  place-items: center;
  text-align: center;
}
.page-hero-visual .hv-label {
  font-family: var(--mono);
  font-size: 11px;
  color: var(--fg-mute);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.page-hero-visual .hv-num {
  font-size: clamp(72px, 10vw, 140px);
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 0.9;
  color: var(--accent);
  font-feature-settings: 'tnum';
  margin: 12px 0;
}
.page-hero-visual .hv-was {
  text-decoration: line-through;
  color: var(--fg-mute);
  font-size: 15px;
  font-family: var(--mono);
}
.page-hero-visual .hv-caption {
  color: var(--fg-dim);
  font-size: 14px;
  line-height: 1.5;
  max-width: 24ch;
  margin: 14px auto 0;
}

/* ---------- FEATURE-ROW variants for sub-pages ---------- */
.sub-body { padding: 60px 0 100px; }

.feature-row .copy-rich h3 {
  font-size: clamp(26px, 3vw, 38px);
  letter-spacing: -0.025em;
  margin-bottom: 16px;
  line-height: 1.05;
  text-wrap: balance;
}
.feature-row .copy-rich p {
  color: var(--fg-dim);
  font-size: 16px;
  line-height: 1.65;
  max-width: 44ch;
  margin-bottom: 14px;
  text-wrap: pretty;
}
.feature-row .copy-rich p strong { color: var(--fg); font-weight: 500; }
.feature-row .copy-rich h4 {
  font-size: 14px;
  font-weight: 500;
  color: var(--fg);
  font-family: var(--mono);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin: 22px 0 10px;
}
.feature-row .copy-rich ul {
  padding-left: 0;
  list-style: none;
  margin: 10px 0 16px;
}
.feature-row .copy-rich ul li {
  font-size: 15px;
  line-height: 1.65;
  color: var(--fg-dim);
  padding-left: 22px;
  position: relative;
  margin-bottom: 4px;
  max-width: 44ch;
}
.feature-row .copy-rich ul li::before {
  content: '';
  position: absolute;
  left: 4px; top: 12px;
  width: 8px; height: 1px;
  background: var(--accent);
}
.feature-row .copy-rich blockquote {
  border-left: 2px solid var(--accent);
  padding: 2px 0 2px 20px;
  margin: 20px 0;
  font-size: 17px;
  color: var(--fg);
  line-height: 1.5;
  letter-spacing: -0.01em;
  max-width: 44ch;
}

/* version/meta label */
.row-meta {
  font-family: var(--mono);
  font-size: 12px;
  color: var(--fg-mute);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 8px;
}
.row-meta .ver {
  display: inline-block;
  color: var(--accent);
  font-weight: 500;
  padding: 4px 10px;
  border: 1px solid color-mix(in oklab, var(--accent) 40%, transparent);
  border-radius: 4px;
  background: color-mix(in oklab, var(--accent) 8%, transparent);
  width: fit-content;
  font-size: 13px;
  letter-spacing: 0.04em;
}

/* visual placeholder panel */
.shot-panel {
  background:
    repeating-linear-gradient(135deg, transparent 0 14px, color-mix(in oklab, var(--fg) 3%, transparent) 14px 15px),
    var(--bg-elev);
  border: 1px solid var(--line);
  border-radius: 14px;
  aspect-ratio: 4 / 3;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.shot-panel .shot-tag {
  position: absolute;
  top: 14px; left: 14px;
  font-family: var(--mono);
  font-size: 11px;
  color: var(--fg-mute);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.shot-panel .shot-big {
  font-family: var(--mono);
  font-size: clamp(42px, 6vw, 64px);
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--fg);
}
.shot-panel.accent {
  background:
    radial-gradient(ellipse at center, color-mix(in oklab, var(--accent) 20%, transparent) 0%, transparent 70%),
    var(--bg-elev);
}

/* sub-section headers */
.sub-sec-header {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 48px;
  padding: 40px 0 32px;
  align-items: end;
}
@media (max-width: 820px) {
  .sub-sec-header { grid-template-columns: 1fr; gap: 16px; }
}
.sub-sec-header h2 {
  font-size: clamp(28px, 3.4vw, 44px);
  letter-spacing: -0.03em;
  line-height: 1.05;
  font-weight: 500;
  text-wrap: balance;
}
.sub-sec-header p {
  color: var(--fg-dim);
  font-size: 16px;
  line-height: 1.6;
  max-width: 52ch;
  text-wrap: pretty;
}

/* ---------- PRESS: quick-facts grid ---------- */
.fact-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
}
.fact-list .fact {
  background: var(--bg-elev);
  padding: 22px 24px;
}
.fact-list .fact .lbl {
  font-family: var(--mono);
  font-size: 11px;
  color: var(--fg-mute);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.fact-list .fact .val {
  font-size: 15px;
  color: var(--fg);
  letter-spacing: -0.005em;
  line-height: 1.4;
}

.contact-card {
  background: var(--bg-elev);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 28px;
}
.contact-card .eyebrow { margin-bottom: 14px; }
.contact-card .cc-name {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.015em;
  margin-bottom: 16px;
}
.contact-card .cc-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-family: var(--mono);
  font-size: 13px;
  margin-bottom: 20px;
}
.contact-card .cc-links a { color: var(--fg-dim); transition: color 120ms; }
.contact-card .cc-links a:hover { color: var(--accent); }
.contact-card .cc-note {
  border-top: 1px solid var(--line);
  padding-top: 18px;
  font-size: 13px;
  color: var(--fg-dim);
  line-height: 1.6;
}
.contact-card .cc-note strong { color: var(--fg); font-weight: 500; }

.boilerplate {
  background: var(--bg-elev);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 26px 28px;
  margin-bottom: 14px;
  position: relative;
}
.boilerplate p {
  font-size: 15px;
  line-height: 1.65;
  color: var(--fg-dim);
  margin: 0;
  max-width: 68ch;
}
.boilerplate .copy-btn {
  position: absolute;
  top: 14px; right: 14px;
  font-family: var(--mono);
  font-size: 11px;
  color: var(--fg-mute);
  background: var(--bg);
  border: 1px solid var(--line-strong);
  border-radius: 4px;
  padding: 4px 10px;
  cursor: pointer;
  letter-spacing: 0.04em;
  transition: all 120ms;
}
.boilerplate .copy-btn:hover { color: var(--fg); border-color: var(--fg-mute); }
.boilerplate .copy-btn.ok { color: var(--accent); border-color: var(--accent); }

.pullquote {
  border-left: 2px solid var(--accent);
  padding: 6px 0 6px 24px;
  margin: 32px 0;
  font-size: clamp(20px, 2vw, 24px);
  line-height: 1.4;
  color: var(--fg);
  letter-spacing: -0.015em;
  max-width: 60ch;
  text-wrap: pretty;
}
.pullquote cite {
  display: block;
  margin-top: 12px;
  font-family: var(--mono);
  font-size: 12px;
  color: var(--fg-mute);
  font-style: normal;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.shots-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 8px 0 40px;
}
@media (max-width: 720px) { .shots-grid { grid-template-columns: 1fr; } }
.shot-card {
  background: var(--bg-elev);
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
  transition: border-color 160ms, transform 160ms;
}
.shot-card:hover { border-color: var(--line-strong); transform: translateY(-2px); }
.shot-card .thumb {
  aspect-ratio: 16 / 10;
  background:
    repeating-linear-gradient(135deg, transparent 0 14px, color-mix(in oklab, var(--fg) 3%, transparent) 14px 15px),
    var(--bg-soft);
  display: grid;
  place-items: center;
  color: var(--fg-mute);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.shot-card .caption {
  padding: 12px 16px;
  border-top: 1px solid var(--line);
  font-size: 13px;
  color: var(--fg);
  font-family: var(--mono);
  letter-spacing: 0.01em;
}

.pr-list { margin: 0; }
.pr-list a.pr-item {
  display: grid;
  grid-template-columns: 80px 90px 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 20px 0;
  border-top: 1px solid var(--line);
  color: inherit;
  text-decoration: none;
  transition: color 120ms, padding 120ms;
}
.pr-list a.pr-item:last-child { border-bottom: 1px solid var(--line); }
.pr-list a.pr-item:hover { padding-left: 8px; }
.pr-list a.pr-item:hover .pr-title { color: var(--accent); }
.pr-list .pr-ver {
  font-family: var(--mono);
  font-size: 12px;
  color: var(--accent);
  letter-spacing: 0.04em;
}
.pr-list .pr-date {
  font-family: var(--mono);
  font-size: 12px;
  color: var(--fg-mute);
  letter-spacing: 0.04em;
}
.pr-list .pr-title {
  font-size: 17px;
  letter-spacing: -0.015em;
  color: var(--fg);
  transition: color 120ms;
}
.pr-list .pr-arrow { color: var(--fg-mute); font-family: var(--mono); }
@media (max-width: 720px) {
  .pr-list a.pr-item { grid-template-columns: 1fr auto; gap: 4px 12px; }
  .pr-list .pr-date, .pr-list .pr-arrow { grid-column: 2; }
  .pr-list .pr-title { grid-column: 1 / -1; }
}

/* ---------- steps grid ---------- */
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin: 48px 0;
}
@media (max-width: 820px) { .steps-grid { grid-template-columns: 1fr; } }
.step-card {
  padding: 40px 32px;
  border-right: 1px solid var(--line);
  position: relative;
  transition: background 160ms;
}
.step-card:last-child { border-right: none; }
.step-card:hover { background: var(--bg-elev); }
@media (max-width: 820px) {
  .step-card { border-right: none; border-bottom: 1px solid var(--line); }
  .step-card:last-child { border-bottom: none; }
}
.step-card .step-num {
  font-family: var(--mono);
  font-size: 11px;
  color: var(--accent);
  letter-spacing: 0.08em;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.step-card h4 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.015em;
  margin-bottom: 10px;
  line-height: 1.1;
}
.step-card p {
  font-size: 14px;
  color: var(--fg-dim);
  line-height: 1.6;
  margin: 0;
  text-wrap: pretty;
}

/* qualifies / terms list */
.qual-list {
  padding-left: 0;
  list-style: none;
  margin: 20px 0 36px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.qual-list li {
  font-size: 16px;
  line-height: 1.5;
  color: var(--fg-dim);
  display: flex;
  align-items: flex-start;
  gap: 14px;
  max-width: 60ch;
  text-wrap: pretty;
}
.qual-list .chk {
  font-size: 12px;
  color: var(--accent);
  width: 22px; height: 22px;
  display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid color-mix(in oklab, var(--accent) 40%, transparent);
  border-radius: 4px;
  flex-shrink: 0;
  background: color-mix(in oklab, var(--accent) 8%, transparent);
  margin-top: 2px;
  font-family: var(--mono);
}
.qual-list li strong { color: var(--fg); font-weight: 500; }

/* FAQ */
.faq { max-width: 900px; }
.faq details {
  border-top: 1px solid var(--line);
  padding: 24px 0;
}
.faq details:last-of-type { border-bottom: 1px solid var(--line); }
.faq summary {
  font-size: 17px;
  color: var(--fg);
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  letter-spacing: -0.01em;
  font-weight: 500;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: '+';
  font-family: var(--mono);
  color: var(--fg-mute);
  font-size: 22px;
  font-weight: 300;
  transition: transform 200ms ease;
  flex-shrink: 0;
}
.faq details[open] summary::after { content: '−'; color: var(--accent); }
.faq details p {
  margin-top: 14px;
  font-size: 15px;
  line-height: 1.65;
  color: var(--fg-dim);
  max-width: 72ch;
}
.faq details p a {
  color: var(--fg);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: var(--accent);
}

/* ---------- LEGAL PAGES ---------- */
.legal-container {
  max-width: 720px;
}
.page-header {
  margin-bottom: 48px;
}
.page-title {
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin-bottom: 12px;
}
.page-subtitle {
  font-size: 16px;
  color: var(--fg-dim);
}
.legal-section {
  margin-bottom: 40px;
}
.legal-section h2 {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.01em;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}
.legal-section h3 {
  font-size: 17px;
  font-weight: 500;
  margin-top: 28px;
  margin-bottom: 12px;
}
.legal-section p {
  color: var(--fg-dim);
  line-height: 1.7;
  margin-bottom: 16px;
}
.legal-section ul {
  color: var(--fg-dim);
  line-height: 1.7;
  margin-left: 20px;
  margin-bottom: 16px;
}
.legal-section li { margin-bottom: 8px; }
.legal-section a {
  color: var(--fg);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: var(--accent);
}
.legal-section strong { color: var(--fg); }
.legal-indented {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 2px solid var(--line);
}
.info-box {
  padding: 0 0 0 20px;
  margin-bottom: 32px;
  color: var(--fg-dim);
  line-height: 1.7;
  border-left: 3px solid var(--accent);
}
.info-box h3 {
  font-size: 17px;
  font-weight: 500;
  color: var(--fg);
  margin-bottom: 12px;
}

/* ---------- PURCHASE PAGE ---------- */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  background: var(--bg-elev);
  margin: 48px 0;
}
@media (max-width: 880px) { .pricing-grid { grid-template-columns: 1fr; } }
.pricing-card {
  padding: 36px 32px;
  border-right: 1px solid var(--line);
  display: flex; flex-direction: column;
  gap: 20px;
  position: relative;
}
.pricing-card:last-child { border-right: none; }
@media (max-width: 880px) {
  .pricing-card { border-right: none; border-bottom: 1px solid var(--line); }
  .pricing-card:last-child { border-bottom: none; }
}
.pricing-card-featured {
  background: color-mix(in oklab, var(--accent) 6%, var(--bg-elev));
}
.pricing-badge {
  position: absolute;
  top: 20px; right: 20px;
  font-family: var(--mono);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 4px 8px;
  border: 1px solid var(--accent);
  color: var(--accent);
  border-radius: 4px;
  background: color-mix(in oklab, var(--accent) 10%, transparent);
}
.pricing-card h3 {
  font-family: var(--mono);
  font-size: 12px;
  color: var(--fg-mute);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 500;
}
.pricing-card-featured h3 { color: var(--accent); }
.pricing-subtitle {
  font-size: 13px;
  color: var(--fg-mute);
  font-family: var(--mono);
  margin-top: -8px;
}
.pricing-amount { margin-bottom: 4px; }
.pricing-price {
  font-size: 44px;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1;
}
.pricing-period {
  font-size: 14px;
  color: var(--fg-mute);
  font-family: var(--mono);
  margin-left: 4px;
}
.pricing-breakdown {
  font-size: 13px;
  color: var(--fg-mute);
  font-family: var(--mono);
}
.pricing-features {
  list-style: none;
  display: flex; flex-direction: column;
  gap: 10px;
  font-size: 14px;
  color: var(--fg-dim);
  border-top: 1px solid var(--line);
  padding-top: 20px;
  flex-grow: 1;
}
.pricing-features li { display: flex; gap: 10px; align-items: baseline; }
.pricing-features li::before {
  content: '+';
  color: var(--accent);
  font-family: var(--mono);
  font-weight: 600;
}
.pricing-cta { margin-top: auto; }
.pricing-note {
  margin-top: 12px;
  font-size: 13px;
  color: var(--fg-mute);
}
.pricing-note a {
  color: var(--fg);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: var(--accent);
}
.educational-note {
  text-align: center;
  font-size: 14px;
  color: var(--fg-dim);
  border-top: 1px dashed var(--line);
  padding-top: 32px;
}
.educational-note strong { color: var(--fg); font-weight: 600; }
.educational-note a {
  color: var(--fg);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: var(--accent);
  margin-left: 6px;
}

/* ---------- THANK YOU PAGE ---------- */
.success-hero { text-align: center; margin-bottom: 48px; }
.success-hero h1 {
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 500;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}
.success-hero p { color: var(--fg-dim); max-width: 600px; margin: 0 auto; }
.success-icon { width: 80px; height: auto; margin-bottom: 24px; }
.action-cards { display: flex; flex-direction: column; gap: 20px; margin-bottom: 48px; }
.action-card {
  padding: 0 0 0 20px;
  border-left: 3px solid var(--line);
}
.action-card-number {
  display: inline-flex; align-items: center; justify-content: center;
  width: 32px; height: 32px;
  background: var(--accent);
  color: var(--accent-ink);
  border-radius: 50%;
  font-weight: 700;
  margin-bottom: 12px;
  font-size: 14px;
}
.action-card h3 { font-size: 18px; font-weight: 500; margin-bottom: 8px; }
.action-card p { color: var(--fg-dim); font-size: 15px; margin-bottom: 12px; }
.action-card ol { color: var(--fg-dim); margin-left: 20px; font-size: 15px; }
.action-card li { margin-bottom: 4px; }
.manage-card {
  display: block;
  padding: 0 0 0 20px;
  border-left: 3px solid var(--accent);
  margin-bottom: 48px;
  color: inherit;
}
.manage-card h3 { font-size: 18px; font-weight: 500; margin-bottom: 8px; }
.manage-card p { color: var(--fg-dim); font-size: 15px; }
.help-text { text-align: center; color: var(--fg-dim); margin-bottom: 48px; font-size: 15px; }
.help-text a {
  color: var(--fg);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: var(--accent);
}
.checkout-id {
  font-family: var(--mono);
  padding: 2px 8px;
  background: var(--bg-soft);
  border-radius: 4px;
}

/* ---------- SUPPORT GRID ---------- */
.support-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  padding: 40px 0;
  border-top: 1px solid var(--line);
  margin-top: 48px;
}
@media (max-width: 768px) { .support-grid { grid-template-columns: 1fr; } }
.support-item { text-align: center; }
.support-item strong { display: block; font-size: 15px; color: var(--fg); margin-bottom: 8px; }
.support-item p { font-size: 14px; color: var(--fg-dim); }
.support-item a {
  color: var(--fg);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: var(--accent);
}

/* ---------- TESTIMONIALS (subpages) ---------- */
.testimonials-subpage { margin: 60px 0; }
.testimonials-subpage h2 {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 500;
  letter-spacing: -0.02em;
  text-align: center;
  margin-bottom: 32px;
}
.testimonials-subpage-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 900px) { .testimonials-subpage-grid { grid-template-columns: 1fr; } }
.testimonial-subpage-content {
  font-size: 15px;
  line-height: 1.6;
  color: var(--fg-dim);
  font-style: italic;
  margin-bottom: 20px;
}
.testimonial-subpage-author { display: flex; align-items: center; gap: 12px; }
.testimonial-subpage-author img { width: 40px; height: 40px; border-radius: 50%; }
.testimonial-subpage-author a { font-weight: 600; color: var(--fg); }
.testimonial-subpage-title { font-size: 12px; color: var(--fg-mute); margin-top: 2px; }
