/* Free Website Offer standalone landing (no main-site dependency) */
:root {
  --bg: #0b0b0c;
  --bg-card: #151517;
  --bg-soft: #1c1c1f;
  --yellow: #f5c518;
  --yellow-dark: #d4a017;
  --yellow-soft: #ffe566;
  --white: #f7f7f5;
  --muted: #9b9ba3;
  --line: #2c2c31;
  --green: #3dba6e;
  --whatsapp: #25d366;
  --facebook: #1877f2;
  --danger: #ef4444;
  --radius: 12px;
  --max: 1100px;
  --font: "Segoe UI", system-ui, -apple-system, Roboto, "Helvetica Neue", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  background: var(--bg);
  color: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }

.wrap {
  width: min(100% - 2rem, var(--max));
  margin-inline: auto;
}

/* Top bar */
.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(11, 11, 12, 0.94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 0;
}
.brand {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.brand-mark {
  width: 2rem;
  height: 2rem;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--yellow), var(--yellow-dark));
  color: #111;
  display: grid;
  place-items: center;
  font-size: 0.75rem;
  font-weight: 800;
}
.brand span { font-size: 0.92rem; }
.topbar-actions {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border: none;
  border-radius: 10px;
  padding: 0.8rem 1.2rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.12s ease, box-shadow 0.12s ease, background 0.12s ease, border-color 0.12s ease;
  text-align: center;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); }
.btn-yellow {
  background: var(--yellow);
  color: #14120a;
  box-shadow: 0 6px 18px rgba(245, 197, 24, 0.2);
}
.btn-yellow:hover { background: var(--yellow-soft); }
.btn-outline {
  background: transparent;
  color: var(--white);
  border: 2px solid #404040;
}
.btn-outline:hover { border-color: var(--yellow); color: var(--yellow); }
.btn-whatsapp {
  background: var(--whatsapp);
  color: #fff;
}
.btn-call {
  background: var(--white);
  color: #111;
}
.btn-facebook {
  background: var(--facebook);
  color: #fff;
}
.btn-lg {
  padding: 1.05rem 1.5rem;
  font-size: 1.05rem;
}
.btn-block { width: 100%; }

/* Hero */
.hero {
  padding: 2.75rem 0 3.25rem;
  background:
    radial-gradient(ellipse 70% 45% at 20% -10%, rgba(245, 197, 24, 0.12), transparent 55%),
    var(--bg);
}
.badge {
  display: inline-block;
  margin: 0 0 1rem;
  background: rgba(245, 197, 24, 0.1);
  color: var(--yellow);
  border: 1px solid rgba(245, 197, 24, 0.28);
  border-radius: 6px;
  padding: 0.35rem 0.7rem;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}
.hero h1 {
  font-size: clamp(1.9rem, 4.8vw, 3rem);
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin: 0 0 1rem;
  max-width: 15ch;
  font-weight: 700;
}
.hero h1 em {
  font-style: normal;
  color: var(--yellow);
}
.hero-lead {
  font-size: clamp(1.05rem, 2.1vw, 1.2rem);
  color: #d4d4da;
  max-width: 34rem;
  margin: 0 0 0.5rem;
  line-height: 1.55;
}
.hero-lead-free {
  margin: 0 0 1rem;
  font-weight: 600;
}
.hero-lead del {
  color: #888;
}
.hero-lead strong {
  font-weight: 700;
}
.hero-stack-label {
  margin: 0 0 0.65rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--yellow);
  letter-spacing: 0.01em;
}
.hero-catch {
  margin: 0 0 1.25rem;
  font-size: 0.95rem;
  color: var(--muted);
  max-width: 34rem;
}
.offer-value-label {
  margin: 0 0 0.65rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--yellow);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.offer-catch {
  margin: 0 0 1.35rem;
  padding: 0.85rem 1rem;
  background: rgba(245, 197, 24, 0.08);
  border: 1px solid rgba(245, 197, 24, 0.25);
  border-radius: 10px;
  color: #e8e8ec;
  font-size: 0.98rem;
  line-height: 1.45;
}
.offer-catch strong {
  color: var(--yellow);
}
.hero-grid {
  display: grid;
  gap: 2.25rem;
  align-items: start;
}
@media (min-width: 960px) {
  .hero-grid { grid-template-columns: 1.12fr 0.88fr; gap: 2.75rem; }
}

/* Clear “what’s included” list */
.include-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
  display: grid;
  gap: 0.55rem;
  max-width: 28rem;
}
.include-list li {
  position: relative;
  padding: 0.55rem 0.85rem 0.55rem 2.35rem;
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: 10px;
  font-size: 0.98rem;
  font-weight: 500;
  color: #ececef;
  line-height: 1.35;
}
.include-list li::before {
  content: "";
  position: absolute;
  left: 0.85rem;
  top: 50%;
  width: 0.7rem;
  height: 0.7rem;
  transform: translateY(-50%);
  border-radius: 50%;
  background: var(--green);
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.25);
}
.include-list li strong {
  color: #f2f2f4;
  font-weight: 700;
}
.include-list li strong:first-child {
  color: var(--white);
}
.include-list-center {
  margin-left: auto;
  margin-right: auto;
  max-width: 26rem;
  text-align: left;
}

.price-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.35rem;
}
.chip {
  background: var(--bg-soft);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0.4rem 0.75rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: #d8d8de;
}
.chip strong { color: var(--yellow); }
.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-bottom: 0.25rem;
}
.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  color: var(--muted);
  font-size: 0.9rem;
  margin-top: 1rem;
}
.trust-row span {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.trust-row .tick { color: var(--green); font-weight: 800; }

/* Form card */
.form-card {
  background: #1a1a1e;
  border: 2px solid rgba(245, 197, 24, 0.55);
  border-radius: 16px;
  padding: 1.75rem 1.45rem 1.5rem;
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.4),
    0 18px 44px rgba(0, 0, 0, 0.5),
    0 0 40px rgba(245, 197, 24, 0.08);
  position: relative;
  isolation: isolate;
}
.form-card::before {
  content: "Free design";
  position: absolute;
  top: -0.75rem;
  left: 1.15rem;
  z-index: 2;
  background: var(--yellow);
  color: #14120a;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 0.32rem 0.7rem;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
}
.form-card h2 {
  margin: 0.45rem 0 0.3rem;
  font-size: 1.35rem;
  letter-spacing: -0.02em;
  font-weight: 700;
}
.form-card .sub {
  color: var(--muted);
  font-size: 0.92rem;
  margin: 0 0 0.55rem;
}
.form-price-note {
  margin: 0 0 0.45rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--yellow);
  line-height: 1.4;
}
.form-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  width: 100%;
  margin: 0.9rem 0 0;
  font-size: 0.95rem;
  font-weight: 600;
  color: #e8e8ec;
  line-height: 1.3;
  text-align: center;
}
.form-rating-stars {
  color: var(--yellow);
  letter-spacing: 0.06em;
  font-size: 1rem;
  line-height: 1;
}
.form-company {
  margin: 0.65rem 0 0;
  font-size: 0.75rem;
  color: var(--muted);
  line-height: 1.4;
  text-align: center;
}

/* Mobile: form must stand out from hero CTAs + sticky bar */
@media (max-width: 959px) {
  .hero {
    padding-bottom: 2rem;
  }
  .hero-grid {
    gap: 0;
  }
  .hero-ctas {
    margin-bottom: 0;
  }
  /* Clear break between Call/WhatsApp and the form */
  .form-card {
    margin-top: 1.75rem;
    padding-top: 2rem;
    border-width: 2px;
    border-color: var(--yellow);
    background:
      linear-gradient(180deg, #222228 0%, #16161a 100%);
    box-shadow:
      0 0 0 4px rgba(245, 197, 24, 0.12),
      0 20px 50px rgba(0, 0, 0, 0.55);
  }
  .form-card::after {
    content: "";
    display: block;
    position: absolute;
    left: 1.25rem;
    right: 1.25rem;
    top: -1.75rem;
    height: 1px;
    background: linear-gradient(
      90deg,
      transparent,
      rgba(245, 197, 24, 0.45),
      transparent
    );
    pointer-events: none;
  }
  .form-card::before {
    top: -0.85rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.78rem;
    padding: 0.38rem 0.9rem;
  }
  .form-card h2 {
    text-align: center;
    margin-top: 0.55rem;
  }
  .form-card .sub,
  .form-price-note {
    text-align: center;
  }
}
.field { margin-bottom: 0.9rem; }
.field label {
  display: block;
  font-size: 0.88rem;
  font-weight: 600;
  margin-bottom: 0.35rem;
  color: #e5e5e5;
}
.field input,
.field select {
  width: 100%;
  background: #0f0f0f;
  border: 1px solid #333;
  border-radius: 12px;
  color: var(--white);
  padding: 0.85rem 0.95rem;
  outline: none;
  transition: border-color 0.15s ease;
}
.field input:focus,
.field select:focus {
  border-color: var(--yellow);
}
.field select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, #a3a3a3 50%), linear-gradient(135deg, #a3a3a3 50%, transparent 50%); background-position: calc(100% - 18px) calc(50% - 3px), calc(100% - 12px) calc(50% - 3px); background-size: 6px 6px, 6px 6px; background-repeat: no-repeat; }
.form-error {
  background: rgba(239, 68, 68, 0.12);
  border: 1px solid rgba(239, 68, 68, 0.4);
  color: #fecaca;
  border-radius: 12px;
  padding: 0.75rem 0.9rem;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
.form-note {
  margin: 0.85rem 0 0;
  font-size: 0.78rem;
  color: var(--muted);
  text-align: center;
}
.form-note a { color: var(--yellow); text-decoration: underline; }

/* Sections */
section { padding: 3.75rem 0; }
.section-muted {
  background: #101012;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.section-head {
  text-align: center;
  max-width: 36rem;
  margin: 0 auto 2.25rem;
}
.section-head h2 {
  margin: 0 0 0.65rem;
  font-size: clamp(1.6rem, 3.2vw, 2.2rem);
  letter-spacing: -0.025em;
  line-height: 1.2;
  font-weight: 700;
}
.section-head p {
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.55;
}

/* Value grid */
.value-grid {
  display: grid;
  gap: 0.9rem;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) {
  .value-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 960px) {
  .value-grid { grid-template-columns: repeat(3, 1fr); }
}
.value-grid-3 {
  max-width: 960px;
  margin-inline: auto;
}
.value-card {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.3rem 1.25rem;
}
.value-card .icon {
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 8px;
  background: rgba(245, 197, 24, 0.1);
  color: var(--yellow);
  display: grid;
  place-items: center;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 0.85rem;
}
.value-card h3 {
  margin: 0 0 0.4rem;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.value-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.55;
}

/* Offer stack */
.offer-box {
  background: #15140f;
  border: 1px solid rgba(245, 197, 24, 0.35);
  border-radius: 16px;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  max-width: 720px;
  margin: 0 auto;
}
.offer-kicker {
  margin: 0 0 0.45rem;
  color: var(--yellow);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.offer-box h2 {
  margin: 0 0 0.65rem;
  font-size: clamp(1.45rem, 2.8vw, 1.95rem);
  letter-spacing: -0.025em;
  line-height: 1.2;
}
.offer-box .price-line {
  font-size: 1.05rem;
  margin: 0 0 0.5rem;
  color: #cfcfd4;
  line-height: 1.5;
}
.offer-box .price-line-accent {
  margin: 0 0 1.35rem;
  font-size: 1.1rem;
  color: #ececef;
}
.offer-box .price-line strong {
  color: var(--yellow);
  font-size: 1.15rem;
}
.offer-box .price-line del {
  color: #888;
}
.check-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
  display: grid;
  gap: 0.65rem;
}
.check-list li {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  font-size: 0.98rem;
  line-height: 1.45;
  color: #e4e4e8;
}
.check-list .tick {
  color: var(--green);
  font-weight: 800;
  flex-shrink: 0;
  margin-top: 0.05rem;
}
.anchor {
  background: rgba(0,0,0,0.35);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 1rem 1.1rem;
  margin-bottom: 1.25rem;
}
.anchor del {
  color: #888;
  margin-right: 0.5rem;
}
.anchor .now {
  color: var(--yellow);
  font-weight: 800;
  font-size: 1.15rem;
}

/* How it works */
.steps {
  display: grid;
  gap: 1rem;
}
@media (min-width: 768px) {
  .steps { grid-template-columns: repeat(3, 1fr); }
}
.step {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.4rem;
  position: relative;
}
.step-num {
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  background: var(--yellow);
  color: #111;
  font-weight: 800;
  display: grid;
  place-items: center;
  margin-bottom: 0.85rem;
}
.step h3 { margin: 0 0 0.4rem; font-size: 1.1rem; }
.step p { margin: 0; color: var(--muted); font-size: 0.95rem; }

/* Examples - real website design images */
.examples-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}
@media (min-width: 700px) {
  .examples-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1100px) {
  .examples-grid { grid-template-columns: repeat(3, 1fr); }
}
.example {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: border-color 0.15s ease, transform 0.15s ease;
}
.example:hover {
  border-color: rgba(245, 197, 24, 0.35);
  transform: translateY(-2px);
}
.example-meta {
  padding: 1rem 1.1rem 0.65rem;
}
.example-meta h3 {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
}
.example-biz {
  margin: 0.3rem 0 0;
  color: var(--yellow);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.example-desc {
  margin: 0.2rem 0 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.4;
}
.example-shot {
  margin: 0 0.85rem 0.85rem;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #2a2a2e;
  background: #0a0a0a;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
  flex: 1;
  line-height: 0;
}
.example-shot img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: top center;
}

/* FAQ */
.faq {
  max-width: 720px;
  margin: 0 auto;
  display: grid;
  gap: 0.75rem;
}
.faq details {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 1rem 1.1rem;
}
.faq summary {
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  float: right;
  color: var(--yellow);
  font-weight: 800;
}
.faq details[open] summary::after { content: "-"; }
.faq p {
  margin: 0.75rem 0 0;
  color: var(--muted);
  font-size: 0.95rem;
}

/* Final CTA */
.final-cta {
  text-align: center;
  background:
    radial-gradient(ellipse 60% 70% at 50% 100%, rgba(245, 197, 24, 0.1), transparent 55%),
    var(--bg);
  border-top: 1px solid var(--line);
}
.final-cta h2 {
  margin: 0 0 0.65rem;
  font-size: clamp(1.7rem, 3.5vw, 2.35rem);
  letter-spacing: -0.025em;
  line-height: 1.2;
}
.final-cta-sub {
  margin: 0 auto 1.5rem;
  max-width: 28rem;
  color: var(--muted);
  font-size: 1.05rem;
}
.final-cta p {
  margin: 0 auto 1.5rem;
  max-width: 32rem;
  color: #e5e5e5;
  font-size: 1.1rem;
}
.final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
}
.examples-cta {
  margin-top: 2.25rem;
  display: flex;
  justify-content: center;
}

/* Reviews */
.reviews-grid {
  display: grid;
  gap: 0.9rem;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) {
  .reviews-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 960px) {
  .reviews-grid { grid-template-columns: repeat(3, 1fr); }
}
.review-card {
  margin: 0;
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.2rem 1.15rem;
}
.review-stars {
  margin: 0 0 0.55rem;
  color: var(--yellow);
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  line-height: 1;
}
.review-text {
  margin: 0 0 0.75rem;
  color: #e4e4e8;
  font-size: 0.95rem;
  line-height: 1.5;
  font-style: normal;
}
.review-by {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--muted);
}

/* Footer */
.site-footer {
  border-top: 1px solid var(--line);
  padding: 2.5rem 0 2rem;
  background: #050505;
  color: var(--muted);
  font-size: 0.88rem;
}
.footer-grid {
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .footer-grid {
    grid-template-columns: 1.4fr 1fr;
    align-items: start;
  }
  .footer-links { text-align: right; }
}
.site-footer .brand { color: var(--white); margin-bottom: 0.5rem; }
.site-footer a:hover { color: var(--yellow); }
.footer-address {
  color: #c8c8ce;
  font-size: 0.88rem;
  line-height: 1.5;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .footer-links { justify-content: flex-end; }
}
.footer-legal {
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--line);
  font-size: 0.8rem;
  line-height: 1.6;
}

/* Sticky mobile CTA */
.sticky-cta {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 40;
  background: rgba(10,10,10,0.95);
  border-top: 1px solid var(--line);
  padding: 0.65rem 0.85rem calc(0.65rem + env(safe-area-inset-bottom));
  gap: 0.5rem;
}
@media (max-width: 767px) {
  .sticky-cta { display: flex; }
  body { padding-bottom: 4.5rem; }
  .sticky-cta .btn { flex: 1; padding: 0.75rem 0.4rem; font-size: 0.78rem; }
  .topbar-actions .btn-call { font-size: 0.82rem; padding: 0.65rem 0.75rem; }
}

/* Privacy page */
.legal {
  max-width: 42rem;
  margin: 0 auto;
  padding: 2.5rem 0 4rem;
}
.legal h1 {
  font-size: 2rem;
  letter-spacing: -0.03em;
  margin: 0 0 0.5rem;
}
.legal .meta { color: var(--muted); margin-bottom: 2rem; }
.legal h2 {
  font-size: 1.25rem;
  margin: 2rem 0 0.75rem;
  color: var(--yellow-soft);
}
.legal h3 {
  font-size: 1.05rem;
  margin: 1.25rem 0 0.5rem;
}
.legal p, .legal li { color: #d4d4d4; }
.legal ul { padding-left: 1.2rem; }
.legal a { color: var(--yellow); text-decoration: underline; }

/* Thank you */
.thanks {
  min-height: 60vh;
  display: grid;
  place-items: center;
  padding: 3rem 0;
  text-align: center;
}
.thanks-card {
  max-width: 32rem;
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 2rem 1.5rem;
}
.thanks-icon {
  width: 4rem;
  height: 4rem;
  margin: 0 auto 1.25rem;
  border-radius: 999px;
  background: rgba(34, 197, 94, 0.15);
  color: var(--green);
  display: grid;
  place-items: center;
  font-size: 1.8rem;
  font-weight: 800;
}
.thanks h1 {
  margin: 0 0 0.75rem;
  font-size: 1.9rem;
  letter-spacing: -0.03em;
}
.thanks p { color: var(--muted); margin: 0 0 1.25rem; }
.thanks .final-actions { margin-top: 0.5rem; }

/* Utility */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
.text-yellow { color: var(--yellow); }
.mt-1 { margin-top: 0.5rem; }
