/* Daily Automate - Custom Styles v2 */
/* Tailwind CDN handles utilities; this file covers custom components */

/* ---- Base ---- */
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Bitter", Georgia, "Times New Roman", serif;
  line-height: 1.6;
  padding-bottom: 70px;
  font-size: 18px;
  color: #2B2B2B;
  background: #F3F4F6;
}

/* UI elements use sans-serif */
h1, h2, h3, h4, h5, h6,
.top-bar,
.site-header,
.site-nav,
.site-logo,
.byline,
.breadcrumbs,
.cta-btn,
.sticky-bottom,
.numbers-card-v2__label,
.numbers-card-v2__value,
.numbers-card-v2__unit,
.numbers-card-v2__desc,
.comparison__grid,
.confession__header,
.confession__list,
.confession__vs,
.confession__after,
.trust-strip,
.benefit-card,
.how-it-works,
.before-after__badge,
.before-after__stat,
.results-snapshot,
.recap__label,
.recap__value,
.faq-section__title,
.faq-item__q,
.advertorial-badge,
.press-logos,
.testimonial-strip__title,
.testimonial-card__author,
.guarantee-badge,
.cta-scarcity,
.cta-subtle,
.cta-medium,
.cta-strong,
.exit-popup,
.comment__meta,
.comment__likes,
.comment__verified,
.site-footer,
.product-rating,
.press-strip {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* Main content wider like pro advertorials */
.max-w-3xl {
  max-width: 820px !important;
}

/* Override Tailwind CDN preflight svg { display: block } */
.stars svg,
.cta-btn svg,
.cta-arrow,
.wa-check,
.sticky-bottom__btn svg,
.comment__likes svg,
.comment__verified svg,
.guarantee-badge__icon svg,
.benefit-card__icon svg,
.how-it-works__icon svg,
.how-it-works__num,
.before-after__list li svg,
.before-after__arrow svg {
  display: inline-block !important;
}

/* ---- Top Bar ---- */
.top-bar {
  background: #1a1a2e;
  padding: 6px 0;
  text-align: center;
}

.top-bar__text {
  font-size: 10px;
  color: rgba(255,255,255,0.7);
  letter-spacing: 0.12em;
  font-weight: 500;
  text-transform: uppercase;
}

.top-bar__sep {
  color: rgba(255,255,255,0.3);
  margin: 0 8px;
  font-size: 10px;
}

/* ---- Advertorial Badge (Element 2) ---- */
.advertorial-badge {
  text-align: center;
  padding: 6px 0;
  background: #fff;
  border-bottom: 1px solid #f3f4f6;
}

.advertorial-badge__label {
  display: inline-block;
  background: #dc2626;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 2px 10px;
  border-radius: 3px;
}

/* ---- Site Header (Element 1) ---- */
.site-header {
  background: #fff;
  border-bottom: 2px solid #111;
  position: sticky;
  top: 0;
  z-index: 50;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.site-logo {
  font-size: 1.375rem;
  font-weight: 800;
  color: #111;
  text-decoration: none;
  letter-spacing: -0.02em;
  display: flex;
  align-items: center;
  gap: 6px;
}

.site-logo__accent {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: linear-gradient(135deg, #f97316, #ef4444);
  border-radius: 2px;
  flex-shrink: 0;
}

.site-nav {
  display: flex;
  gap: 1.25rem;
}

.site-nav a {
  font-size: 0.875rem;
  color: #4b5563;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.15s;
}

.site-nav a:hover {
  color: #111;
}

/* ---- Breadcrumbs (Element 3) ---- */
.breadcrumbs {
  font-size: 0.8rem;
  color: #6b7280;
  margin-top: 1rem;
}

.breadcrumbs a {
  color: #6b7280;
  text-decoration: none;
}

.breadcrumbs a:hover {
  color: #111;
  text-decoration: underline;
}

.breadcrumbs__sep {
  margin: 0 0.375rem;
  color: #d1d5db;
}

/* ---- Byline ---- */
.byline {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1rem;
}

.byline__avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #111;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
  flex-shrink: 0;
}

.byline__info {
  font-size: 0.8rem;
  color: #6b7280;
}

.byline__author {
  font-weight: 600;
  color: #374151;
}

.byline__dot {
  margin: 0 0.25rem;
}

/* ---- Section Dividers ---- */
.section-divider {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 2.5rem 0;
  padding: 0 1rem;
}

.section-divider__line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, #d1d5db, transparent);
}

.section-divider__num {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #1a1a2e;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  letter-spacing: 0.05em;
}

/* ---- Article Sections ---- */
.article-section {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.article-section p {
  margin-bottom: 1rem;
}

/* ---- WhatsApp Conversation & Bubbles ---- */
.wa-conversation {
  background: #efeae2;
  border-radius: 12px;
  padding: 16px;
  margin: 1.25rem 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23d4cec4' fill-opacity='0.15'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.wa-bubble {
  padding: 8px 14px;
  max-width: 80%;
  font-size: 0.9rem;
  line-height: 1.45;
  position: relative;
  box-shadow: 0 1px 1px rgba(0,0,0,0.08);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 8px;
}

.wa-bubble--sent {
  background: #d9fdd3;
  border-radius: 8px 8px 0 8px;
  align-self: flex-end;
  margin-left: auto;
}

.wa-bubble--received {
  background: #fff;
  border-radius: 8px 8px 8px 0;
  align-self: flex-start;
}

.wa-bubble__text {
  flex: 1;
  min-width: 0;
}

.wa-bubble__meta {
  font-size: 0.65rem;
  color: #8696a0;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 3px;
  flex-shrink: 0;
  margin-left: auto;
}

.wa-check {
  flex-shrink: 0;
}

/* ---- Hero WhatsApp Mockup ---- */
.wa-hero {
  margin: 2rem auto;
  max-width: 380px;
}

.wa-hero__phone {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.15), 0 0 0 1px rgba(0,0,0,0.05);
  background: #efeae2;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23d4cec4' fill-opacity='0.15'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.wa-hero__header {
  background: #1a1a2e;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.wa-hero__back {
  flex-shrink: 0;
  opacity: 0.8;
}

.wa-hero__profile {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
}

.wa-hero__avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25D366, #128C7E);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  font-weight: 700;
  flex-shrink: 0;
}

.wa-hero__info {
  min-width: 0;
}

.wa-hero__name {
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.2;
}

.wa-hero__status {
  color: rgba(255,255,255,0.6);
  font-size: 0.7rem;
}

.wa-hero__actions {
  flex-shrink: 0;
  opacity: 0.7;
}

.wa-hero__chat {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 160px;
}

.wa-hero__date {
  text-align: center;
  margin-bottom: 4px;
}

.wa-hero__date span {
  display: inline-block;
  background: rgba(255,255,255,0.8);
  padding: 3px 12px;
  border-radius: 6px;
  font-size: 0.7rem;
  color: #8696a0;
  font-weight: 500;
}

.wa-hero__input {
  background: #f0f2f5;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.wa-hero__input-field {
  flex: 1;
  background: #fff;
  border-radius: 20px;
  padding: 8px 16px;
  font-size: 0.8rem;
  color: #8696a0;
}

.wa-hero__mic {
  flex-shrink: 0;
  opacity: 0.7;
}

/* ---- Trust Badges Strip ---- */
.trust-strip {
  background: #f8f9fa;
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
  padding: 2rem 1rem;
  margin: 2rem -1rem;
  text-align: center;
}

.trust-strip__inner {
  max-width: 600px;
  margin: 0 auto;
}

.trust-strip__title {
  font-size: 0.8rem;
  font-weight: 600;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 1rem;
}

.trust-strip__badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.trust-badge-logo {
  width: 20px;
  height: 20px;
  object-fit: contain;
  flex-shrink: 0;
  vertical-align: middle;
  display: inline-block !important;
}

.trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  padding: 6px 14px;
  font-size: 0.8rem;
  font-weight: 500;
  color: #374151;
  white-space: nowrap;
}

.trust-badge-logo {
  height: 28px;
  width: auto;
  opacity: 0.7;
  filter: grayscale(100%);
  transition: filter 0.2s, opacity 0.2s;
}

.trust-badge-logo:hover {
  filter: grayscale(0%);
  opacity: 1;
}

/* ---- CTA Boxes ---- */
/* Subtle (Element 7) */
.cta-subtle {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 1.25rem 1.5rem;
  text-align: center;
  margin: 2rem 0;
}

.cta-subtle p {
  margin-bottom: 0.75rem;
  color: #4b5563;
  font-size: 0.95rem;
}

/* Medium (Element 10) */
.cta-medium {
  background: #f0fdf4;
  border: 2px solid #86efac;
  border-radius: 10px;
  padding: 2rem 2rem;
  text-align: center;
  margin: 2.5rem 0;
}

.cta-medium p {
  margin-bottom: 1rem;
  font-weight: 600;
  color: #166534;
  font-size: 1.15rem;
}

/* Strong (Element 12) */
.cta-strong {
  background: #1a1a2e;
  color: #fff;
  border-radius: 16px;
  padding: 2.5rem 2rem;
  text-align: center;
  margin: 2.5rem 0;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(34,197,94,0.2);
  box-shadow: 0 0 40px rgba(34,197,94,0.08);
  animation: ctaGlow 3s ease-in-out infinite;
}

@keyframes ctaGlow {
  0%, 100% { box-shadow: 0 0 40px rgba(34,197,94,0.08); }
  50% { box-shadow: 0 0 60px rgba(34,197,94,0.15); }
}

.cta-strong__pretitle {
  font-size: 1rem;
  color: rgba(255,255,255,0.7);
  margin-bottom: 0.25rem !important;
  font-weight: 400;
}

.cta-strong__headline {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 0.5rem !important;
  letter-spacing: -0.02em;
}

.cta-strong__sub {
  font-size: 0.95rem;
  color: rgba(255,255,255,0.7);
  margin-bottom: 1.5rem !important;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.cta-strong p {
  margin-bottom: 0.75rem;
}

.cta-strong__phone {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.5);
  margin-top: 1rem !important;
}

.cta-strong__fine {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.4);
  margin-top: 0.5rem !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

/* CTA Buttons */
.cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0.75rem 2rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.95rem;
  transition: transform 0.15s, box-shadow 0.15s;
}

.cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

.cta-arrow {
  flex-shrink: 0;
}

.cta-btn--subtle {
  background: #fff;
  color: #111;
  border: 2px solid #111;
}

.cta-btn--medium {
  background: #16a34a;
  color: #fff;
  font-size: 1.05rem;
  padding: 1rem 2.5rem;
  width: 100%;
  justify-content: center;
  border-radius: 10px;
  animation: pulseGreen 2.5s ease-in-out infinite;
}

@keyframes pulseGreen {
  0%, 100% { box-shadow: 0 0 0 0 rgba(22,163,74,0.3); }
  50% { box-shadow: 0 0 0 8px rgba(22,163,74,0); }
}

.cta-btn--strong {
  background: #22c55e;
  color: #111;
  font-size: 1.15rem;
  padding: 1rem 3rem;
  border-radius: 10px;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.cta-btn--strong:hover {
  background: #16a34a;
  color: #fff;
}

/* ---- Timeline (Element 8) ---- */
.timeline {
  position: relative;
  padding-left: 2rem;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, #1a1a2e, #e5e7eb);
}

.timeline__entry {
  position: relative;
  margin-bottom: 2.5rem;
}

.timeline__marker {
  position: absolute;
  left: -2rem;
  top: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
}

.timeline__marker::after {
  content: attr(data-label);
}

.timeline__entry .timeline__marker {
  width: auto;
  height: auto;
  border-radius: 4px;
  padding: 3px 12px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #fff;
  left: -2.25rem;
  transform: translateX(-100%);
  white-space: nowrap;
  background: #1a1a2e;
}

.timeline__content {
  padding-left: 0.5rem;
}

.timeline__content p {
  margin-bottom: 0.75rem;
}

/* ---- Numbers Section v2 (Element 9) ---- */
.numbers-section {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 2.5rem 1.5rem;
  border-radius: 16px;
  background: linear-gradient(135deg, #f8f9fa 0%, #eef2ff 100%);
}

.numbers-grid-v2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 0;
}

.numbers-card-v2 {
  background: #1a1a2e;
  border-radius: 14px;
  padding: 1.5rem 1rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.numbers-card-v2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
}

.numbers-card-v2--red::before { background: linear-gradient(90deg, #ef4444, #f97316); }
.numbers-card-v2--green::before { background: linear-gradient(90deg, #22c55e, #16a34a); }
.numbers-card-v2--emerald::before { background: linear-gradient(90deg, #10b981, #34d399); }
.numbers-card-v2--blue::before { background: linear-gradient(90deg, #3b82f6, #6366f1); }

.numbers-card-v2__label {
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255,255,255,0.5);
  margin-bottom: 0.25rem;
}

.numbers-card-v2__value {
  font-size: 2.5rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.numbers-card-v2--red .numbers-card-v2__value { color: #fca5a5; }
.numbers-card-v2--green .numbers-card-v2__value { color: #86efac; }
.numbers-card-v2--emerald .numbers-card-v2__value { color: #6ee7b7; }
.numbers-card-v2--blue .numbers-card-v2__value { color: #93c5fd; }

.numbers-card-v2__unit {
  font-size: 0.85rem;
  font-weight: 600;
  color: rgba(255,255,255,0.4);
  margin-bottom: 0.25rem;
}

.numbers-card-v2__desc {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.4);
  margin-top: 0.25rem;
}

/* ---- Comments (Element 13) ---- */
.comments-section {
  margin-top: 3rem;
  border-top: 2px solid #e5e7eb;
  padding-top: 2rem;
}

.comments-header {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
}

.comment-input {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  margin-bottom: 0.5rem;
}

.comment-input__avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #f3f4f6;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.comment-input__field {
  flex: 1;
  font-size: 0.85rem;
  color: #374151;
  border: none;
  background: none;
  outline: none;
  font-family: inherit;
}

.comment-input__field::placeholder {
  color: #9ca3af;
}

.comment-input__submit {
  background: #111;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 6px 16px;
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.15s;
}

.comment-input__submit:hover {
  background: #333;
}

.comment-input__msg {
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 1rem;
  padding-left: 58px;
}

.comments-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.comment {
  display: flex;
  gap: 0.75rem;
}

.comment__avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
  flex-shrink: 0;
}

.comment__body {
  flex: 1;
  min-width: 0;
}

.comment__meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
  flex-wrap: wrap;
}

.comment__name {
  font-weight: 700;
  font-size: 0.875rem;
  color: #111;
}

.comment__verified {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  font-size: 0.7rem;
  font-weight: 600;
  color: #16a34a;
  background: #f0fdf4;
  padding: 1px 8px;
  border-radius: 3px;
  border: 1px solid #bbf7d0;
}

.comment__time {
  font-size: 0.75rem;
  color: #9ca3af;
}

.comment__stars {
  margin-bottom: 4px;
}

.stars {
  display: inline-flex !important;
  flex-direction: row !important;
  gap: 2px;
  align-items: center;
}

.stars svg,
.star {
  display: inline-block !important;
  flex-shrink: 0;
  width: 14px;
  height: 14px;
}

.comment__text {
  font-size: 0.9rem;
  color: #374151;
  line-height: 1.5;
}

.comment__actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 0.5rem;
  font-size: 0.8rem;
  color: #9ca3af;
}

.comment__likes {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.comment__reply {
  cursor: pointer;
}

.comment__reply:hover {
  color: #111;
}

.comments-loadmore {
  text-align: center;
  margin-top: 1.5rem;
}

.comments-loadmore__btn {
  display: inline-block;
  background: none;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  padding: 8px 24px;
  font-size: 0.85rem;
  font-weight: 600;
  color: #6b7280;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}

.comments-loadmore__btn:hover {
  background: #f3f4f6;
  color: #111;
}

/* ---- Hero Image (story photo) ---- */
.hero-image {
  margin: 1.5rem -1rem;
  overflow: hidden;
  border-radius: 12px;
}

.hero-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

.hero-image__caption {
  font-size: 0.75rem;
  color: #9ca3af;
  margin-top: 0.5rem;
  text-align: center;
  font-style: italic;
}

/* ---- Early CTA Link ---- */
.cta-early-link {
  text-align: center;
  margin: 1rem 0 2rem;
}

.cta-early-link a {
  font-size: 0.85rem;
  color: #16a34a;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cta-early-link a:hover {
  color: #15803d;
}

/* ---- Expert Quote ---- */
.expert-quote {
  border-left: 4px solid #22c55e;
  padding: 1.25rem 1.5rem;
  margin: 2rem 0;
  background: #f9fafb;
  border-radius: 0 8px 8px 0;
}

.expert-quote__text {
  font-size: 1.05rem;
  font-style: italic;
  color: #374151;
  margin-bottom: 0.5rem;
  line-height: 1.6;
}

.expert-quote__author {
  font-size: 0.85rem;
  color: #6b7280;
  font-weight: 600;
}

/* ---- Scarcity CTA ---- */
.cta-scarcity {
  background: #fffbeb;
  border: 1px solid #fde68a;
  border-radius: 10px;
  padding: 1.25rem 1.5rem;
  text-align: center;
  margin: 2rem 0;
}

.cta-scarcity__text {
  font-size: 0.9rem;
  color: #92400e;
  margin-bottom: 0.75rem;
}

/* ---- Byline Author Image ---- */
.byline__avatar-img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.byline__role {
  font-size: 0.75rem;
  color: #9ca3af;
}

/* ---- Comment Avatar Image ---- */
.comment__avatar-img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

/* ---- Numbers Infographic ---- */
.numbers-infographic {
  width: 100%;
  max-width: 550px;
  margin: 0 auto 1.5rem;
  display: block;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

/* ---- Spending Confession (high-CTR dark board) ---- */
.spending-confession {
  background: #1a1a2e;
  border-radius: 16px;
  padding: 2rem;
  margin: 2.5rem 0;
  border-left: 4px solid #22c55e;
  position: relative;
  overflow: hidden;
}

.spending-confession::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40%;
  background: linear-gradient(135deg, transparent 0%, rgba(34,197,94,0.03) 100%);
  pointer-events: none;
}

.confession__header {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.confession__list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
}

.confession__list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
  font-size: 0.9rem;
  color: rgba(255,255,255,0.7);
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.confession__red {
  color: #f87171;
  font-weight: 700;
  font-family: ui-monospace, monospace;
}

.confession__total {
  padding-top: 0.75rem !important;
  margin-top: 0.25rem;
  border-top: 1px solid rgba(255,255,255,0.15) !important;
  border-bottom: none !important;
  font-weight: 700;
  color: #fff !important;
}

.confession__total span {
  color: #f87171;
  font-family: ui-monospace, monospace;
}

.confession__vs {
  text-align: center;
  font-size: 0.75rem;
  font-weight: 700;
  color: rgba(255,255,255,0.3);
  letter-spacing: 0.2em;
  margin-bottom: 1rem;
}

.confession__after {
  background: rgba(34,197,94,0.1);
  border: 1px solid rgba(34,197,94,0.25);
  border-radius: 10px;
  padding: 1.25rem;
  text-align: center;
}

.confession__after-title {
  font-size: 0.8rem;
  font-weight: 600;
  color: #86efac;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}

.confession__after-price {
  font-size: 1.5rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 0.25rem;
}

.confession__after-stats {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.6);
}

/* ---- Results Recap Strip ---- */
.results-recap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin: 2rem 0;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
}

.recap__item {
  padding: 1rem 0.75rem;
  text-align: center;
  background: #fff;
  border-right: 1px solid #e5e7eb;
}

.recap__item:last-child {
  border-right: none;
}

.recap__label {
  display: block;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #16a34a;
  margin-bottom: 0.375rem;
}

.recap__value {
  display: block;
  font-size: 0.75rem;
  color: #374151;
  line-height: 1.3;
}

/* ---- Comparison Table ---- */
.comparison-table {
  margin: 2rem 0;
}

.comparison__title {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-align: center;
}

.comparison__grid {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.85rem;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
}

.comparison__grid th {
  padding: 0.75rem 0.5rem;
  font-weight: 600;
  font-size: 0.8rem;
  text-align: center;
  background: #f9fafb;
  border-bottom: 2px solid #e5e7eb;
  color: #6b7280;
}

.comparison__grid td {
  padding: 0.65rem 0.5rem;
  text-align: center;
  border-bottom: 1px solid #f3f4f6;
  color: #374151;
}

.comparison__row-label {
  text-align: left !important;
  font-weight: 500;
  color: #111 !important;
}

.comparison__highlight {
  background: #f0fdf4 !important;
  color: #166534 !important;
  font-weight: 600;
}

.comparison__grid th.comparison__highlight {
  background: #16a34a !important;
  color: #fff !important;
  font-weight: 700;
}

.comparison__yes {
  color: #16a34a !important;
}

.comparison__no {
  color: #dc2626;
}

/* ---- Testimonial Strip ---- */
.testimonial-strip {
  margin: 2.5rem 0;
  padding: 2rem 0;
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
}

.testimonial-strip__title {
  font-size: 1rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 1rem;
  text-align: center;
}

.testimonial-card {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 1.25rem;
  margin-bottom: 0.75rem;
}

.testimonial-card__text {
  font-size: 0.95rem;
  color: #374151;
  font-style: italic;
  margin-bottom: 0.5rem;
  line-height: 1.5;
}

.testimonial-card__author {
  font-size: 0.8rem;
  color: #9ca3af;
  font-weight: 500;
}

/* ---- Responsive: new elements ---- */
@media (max-width: 640px) {
  .results-recap {
    grid-template-columns: repeat(2, 1fr);
  }

  .recap__item:nth-child(2) {
    border-right: none;
  }

  .recap__item:nth-child(1),
  .recap__item:nth-child(2) {
    border-bottom: 1px solid #e5e7eb;
  }

  .spending-confession {
    padding: 1.25rem;
  }

  .confession__after-price {
    font-size: 1.25rem;
  }

  .comparison__grid {
    font-size: 0.75rem;
  }

  .comparison__grid th,
  .comparison__grid td {
    padding: 0.5rem 0.25rem;
  }
}

/* ---- Homepage ---- */
.hero {
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
}

.card-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 1.25rem;
  transition: box-shadow 0.2s, transform 0.2s;
  height: 100%;
}

.card:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  transform: translateY(-2px);
}

.card__icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.card__title {
  font-size: 1rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 0.25rem;
  line-height: 1.4;
}

.card__city {
  font-size: 0.8rem;
  color: #9ca3af;
  margin-bottom: 0.5rem;
}

.card__read {
  font-size: 0.85rem;
  font-weight: 600;
  color: #16a34a;
}

.card__read--soon {
  color: #9ca3af;
  font-style: italic;
}

.card__tag {
  display: inline-block;
  color: #fff;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 2px 8px;
  border-radius: 3px;
  margin-bottom: 8px;
}

.card--filler {
  border-style: dashed;
  opacity: 0.85;
}

.card--filler:hover {
  opacity: 1;
}

/* ---- Footer ---- */
.site-footer {
  border-top: 1px solid #e5e7eb;
  background: #fafafa;
}

/* ---- Sticky Bottom Bar ---- */
.sticky-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: linear-gradient(135deg, #16a34a, #15803d);
  box-shadow: 0 -4px 20px rgba(0,0,0,0.2);
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
}

.sticky-bottom.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.sticky-bottom__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 14px 24px;
  text-decoration: none;
  color: #fff;
}

.sticky-bottom__price {
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.sticky-bottom__btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255,255,255,0.25);
  padding: 10px 22px;
  border-radius: 8px;
  font-size: 0.95rem;
  font-weight: 700;
  transition: background 0.15s;
}

.sticky-bottom__btn:hover {
  background: rgba(255,255,255,0.35);
}

/* ---- Fade-in animation ---- */
.fade-section {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-section.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ---- Reading Progress Bar ---- */
.reading-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 0%;
  height: 3px;
  background: linear-gradient(90deg, #16a34a, #22c55e);
  z-index: 9999;
  transition: width 0.1s linear;
}

/* ---- Exit Intent Popup ---- */
.exit-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.exit-popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
}

.exit-popup__card {
  position: relative;
  background: #fff;
  border-radius: 16px;
  padding: 2.5rem 2rem;
  max-width: 440px;
  width: 90%;
  text-align: center;
  box-shadow: 0 20px 60px rgba(0,0,0,0.3);
  animation: exitPopupIn 0.3s ease;
}

@keyframes exitPopupIn {
  from { opacity: 0; transform: scale(0.9) translateY(20px); }
  to { opacity: 1; transform: scale(1) translateY(0); }
}

.exit-popup__close {
  position: absolute;
  top: 12px;
  right: 16px;
  background: none;
  border: none;
  font-size: 1.5rem;
  color: #9ca3af;
  cursor: pointer;
  line-height: 1;
}

.exit-popup__close:hover {
  color: #374151;
}

.exit-popup__eyebrow {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #dc2626;
  margin-bottom: 0.75rem;
}

.exit-popup__headline {
  font-size: 1.3rem;
  font-weight: 800;
  color: #111;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}

.exit-popup__sub {
  font-size: 0.9rem;
  color: #6b7280;
  margin-bottom: 1.25rem;
}

.exit-popup__btn {
  display: inline-block;
  background: linear-gradient(135deg, #16a34a, #15803d);
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  padding: 14px 32px;
  border-radius: 10px;
  text-decoration: none;
  transition: transform 0.15s, box-shadow 0.15s;
}

.exit-popup__btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(22,163,74,0.3);
}

.exit-popup__fine {
  font-size: 0.75rem;
  color: #9ca3af;
  margin-top: 0.75rem;
}

/* ---- FAQ Section ---- */
.faq-section {
  margin: 2rem 0;
  padding: 2rem 0;
  border-top: 1px solid #e5e7eb;
}

.faq-section__title {
  font-size: 1.25rem;
  font-weight: 800;
  color: #111;
  margin-bottom: 1rem;
}

.faq-item {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  margin-bottom: 0.5rem;
  overflow: hidden;
}

.faq-item[open] {
  background: #f9fafb;
}

.faq-item__q {
  padding: 1rem 1.25rem;
  font-weight: 600;
  font-size: 0.95rem;
  color: #111;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.faq-item__q::-webkit-details-marker {
  display: none;
}

.faq-item__q::after {
  content: '+';
  font-size: 1.25rem;
  font-weight: 300;
  color: #9ca3af;
  flex-shrink: 0;
  margin-left: 1rem;
}

.faq-item[open] .faq-item__q::after {
  content: '-';
}

.faq-item__a {
  padding: 0 1.25rem 1rem;
  font-size: 0.9rem;
  color: #4b5563;
  line-height: 1.6;
}

.faq-item__a p {
  margin: 0;
}

/* ---- Guarantee Badge ---- */
.guarantee-badge {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem;
  margin: 1.5rem 0;
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: 12px;
}

.guarantee-badge__icon {
  flex-shrink: 0;
}

.guarantee-badge__icon svg {
  display: block;
}

.guarantee-badge__text {
  font-size: 0.85rem;
  color: #374151;
  line-height: 1.5;
}

.guarantee-badge__text strong {
  display: block;
  font-size: 0.95rem;
  color: #111;
  margin-bottom: 2px;
}

/* ---- Print ---- */
@media print {
  .cta-subtle,
  .cta-medium,
  .cta-strong,
  .site-header,
  .top-bar,
  .advertorial-badge,
  .comments-section,
  .sticky-bottom,
  .trust-strip,
  .wa-hero,
  .reading-progress,
  .exit-popup {
    display: none !important;
  }
}

/* ---- Responsive tweaks ---- */
@media (max-width: 640px) {
  .site-nav {
    display: none;
  }

  .numbers-grid-v2 {
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
  }

  .numbers-card-v2 {
    padding: 1rem 0.75rem;
  }

  .numbers-card-v2__value {
    font-size: 1.75rem;
  }

  .timeline__entry .timeline__marker {
    position: relative;
    left: 0;
    transform: none;
    display: inline-block;
    margin-bottom: 0.5rem;
  }

  .timeline {
    padding-left: 0;
  }

  .timeline::before {
    display: none;
  }

  .wa-bubble {
    max-width: 90%;
  }

  .wa-hero {
    margin: 1.5rem auto;
    max-width: 100%;
  }

  .section-divider {
    margin: 1.5rem 0;
  }

  .exit-popup__card {
    padding: 2rem 1.25rem;
  }

  .exit-popup__headline {
    font-size: 1.1rem;
  }

  .guarantee-badge {
    flex-direction: column;
    text-align: center;
  }

  .faq-item__q {
    font-size: 0.85rem;
    padding: 0.75rem 1rem;
  }

  .faq-item__a {
    font-size: 0.8rem;
    padding: 0 1rem 0.75rem;
  }
}

/* ---- Press Logo Bar ---- */
.press-logos {
  padding: 1.25rem 0;
  margin: 1.5rem 0;
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
}

.press-logos__label {
  text-align: center;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #9ca3af;
  margin-bottom: 0.75rem;
}

.press-logos__row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  opacity: 0.5;
}

.press-logos__item {
  display: inline-block;
  white-space: nowrap;
}

/* ---- Feature Benefits Grid ---- */
.benefits-grid {
  margin: 2rem 0;
  padding: 2rem 0;
}

.benefits-grid__title {
  text-align: center;
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #111827;
}

.benefits-grid__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.benefit-card {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 1.25rem;
  text-align: center;
  transition: box-shadow 0.2s;
}

.benefit-card:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}

.benefit-card__icon {
  margin-bottom: 0.75rem;
}

.benefit-card__icon svg {
  display: inline-block !important;
  margin: 0 auto;
}

.benefit-card__title {
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
  color: #111827;
}

.benefit-card__desc {
  font-size: 0.8rem;
  color: #6b7280;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .benefits-grid__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .benefits-grid__cards {
    grid-template-columns: 1fr;
  }
}

/* ---- Before/After Workflow ---- */
.before-after {
  margin: 2.5rem 0;
  padding: 2rem 0;
}

.before-after__title {
  text-align: center;
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #111827;
}

.before-after__grid {
  display: flex;
  align-items: stretch;
  gap: 1rem;
  justify-content: center;
}

.before-after__col {
  flex: 1;
  max-width: 280px;
  border-radius: 12px;
  padding: 1.5rem;
}

.before-after__col--before {
  background: #fef2f2;
  border: 1px solid #fecaca;
}

.before-after__col--after {
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
}

.before-after__badge {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 0.2rem 0.6rem;
  border-radius: 4px;
  margin-bottom: 0.75rem;
}

.before-after__badge--red {
  background: #fee2e2;
  color: #dc2626;
}

.before-after__badge--green {
  background: #dcfce7;
  color: #16a34a;
}

.before-after__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.before-after__list li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.85rem;
  padding: 0.3rem 0;
  color: #374151;
}

.before-after__list li svg {
  flex-shrink: 0;
  display: inline-block !important;
}

.before-after__stat {
  margin-top: 0.75rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: #6b7280;
  text-align: center;
}

.before-after__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.before-after__arrow svg {
  display: inline-block !important;
}

@media (max-width: 640px) {
  .before-after__grid {
    flex-direction: column;
    align-items: center;
  }
  .before-after__col {
    max-width: 100%;
    width: 100%;
  }
  .before-after__arrow {
    transform: rotate(90deg);
    padding: 0.5rem 0;
  }
}

/* ---- How It Works Steps ---- */
.how-it-works {
  margin: 2.5rem 0;
  padding: 2rem 0;
  background: #fafbfc;
  border-radius: 16px;
  border: 1px solid #e5e7eb;
}

.how-it-works__title {
  text-align: center;
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 2rem;
  color: #111827;
  padding: 0 1rem;
}

.how-it-works__steps {
  display: flex;
  justify-content: center;
  gap: 2rem;
  padding: 0 1.5rem;
}

.how-it-works__step {
  flex: 1;
  max-width: 220px;
  text-align: center;
  position: relative;
}

.how-it-works__num {
  width: 28px;
  height: 28px;
  background: #111827;
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.how-it-works__icon {
  margin-bottom: 0.75rem;
}

.how-it-works__icon svg {
  display: inline-block !important;
}

.how-it-works__step-title {
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
  color: #111827;
}

.how-it-works__step-desc {
  font-size: 0.8rem;
  color: #6b7280;
  line-height: 1.5;
}

@media (max-width: 640px) {
  .how-it-works__steps {
    flex-direction: column;
    align-items: center;
  }
  .how-it-works__step {
    max-width: 100%;
  }
}

/* ---- Results Snapshot ---- */
.results-snapshot {
  margin: 2rem 0;
  padding: 2rem 0;
}

.results-snapshot__title {
  text-align: center;
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #111827;
}

.results-snapshot__cards {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.results-snapshot__card {
  flex: 1;
  max-width: 200px;
  background: linear-gradient(135deg, #111827 0%, #1e293b 100%);
  border-radius: 12px;
  padding: 1.5rem 1rem;
  text-align: center;
}

.results-snapshot__value {
  display: block;
  font-size: 1.75rem;
  font-weight: 800;
  color: #22c55e;
  line-height: 1.2;
  margin-bottom: 0.25rem;
}

.results-snapshot__label {
  display: block;
  font-size: 0.75rem;
  color: #9ca3af;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

@media (max-width: 480px) {
  .results-snapshot__cards {
    flex-direction: column;
    align-items: center;
  }
  .results-snapshot__card {
    max-width: 100%;
    width: 100%;
  }
}

/* ---- Highlight Box ---- */
.highlight-box {
  background: #FEF9C3;
  border-left: 4px solid #EAB308;
  padding: 1.25rem 1.5rem;
  margin: 1.5rem 0;
  border-radius: 0 8px 8px 0;
  font-size: 1.05rem;
  line-height: 1.7;
  font-style: italic;
  color: #1a1a2e;
}
.highlight-box strong {
  font-style: normal;
  color: #111;
}

/* ---- Product Rating (CTA sections) ---- */
.product-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 0.75rem;
}
.product-rating .stars {
  display: inline-flex !important;
  flex-direction: row !important;
  gap: 2px;
  align-items: center;
}
.product-rating .stars svg {
  width: 16px;
  height: 16px;
}
.product-rating__text {
  font-size: 0.85rem;
  color: #6b7280;
  font-weight: 500;
}
.cta-strong .product-rating__text {
  color: rgba(255,255,255,0.6);
}

/* ---- Press Strip (As Featured In) ---- */
.press-strip {
  text-align: center;
  padding: 1rem 0;
  margin: 1rem 0 1.5rem;
}
.press-strip__label {
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  color: #9ca3af;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.press-strip__logos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.25rem;
}
.press-logo {
  font-size: 0.8rem;
  font-weight: 700;
  color: #b0b0b0;
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: nowrap;
}

