/* ======================================
   WHY STOREMATE PAGE - CUSTOM STYLES
   ====================================== */

/* SECTION 02: HERO TRUST SECTION */
.hero-trust-accent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #ffffff;
}

.hero-trust-grid {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero-trust-copy {
  max-width: 560px;
  position: relative;
  z-index: 2;
}

.hero-trust-section {
  position: relative;
  padding: 100px 0 64px;
  background-image: url("team2.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  overflow: hidden;
}

.hero-trust-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(1, 19, 68, 0.80), rgba(0, 118, 161, 0.70));
  pointer-events: none;
}

.hero-trust-section::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.08), transparent 28%), radial-gradient(circle at bottom right, rgba(0, 0, 0, 0.22), transparent 42%);
  pointer-events: none;
}

.hero-trust-section h1 {
  font-size: clamp(2.8rem, 5vw, 4.2rem);
  line-height: 1.1;
  font-weight: 300;
  margin-bottom: 24px;
}

.hero-trust-section .eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.hero-trust-section .hero-text {
  max-width: 720px;
  margin: 0 auto 32px;
  color: rgba(255, 255, 255, 0.95);
  font-size: 1.08rem;
  line-height: 1.8;
  text-shadow: 0 18px 60px rgba(0, 0, 0, 0.18);
}

.hero-trust-section h1 {
  text-shadow: 0 28px 70px rgba(0, 0, 0, 0.25);
}

.hero-trust-section .hero-actions {
  justify-content: center;
  margin-bottom: 0;
}

/* SECTION 03: PROOF STRIP SECTION */
.proof-strip-section {
  padding: 28px 0;
  background: #ffffff;
  border-top: 1px solid var(--color-gray-200);
  border-bottom: 1px solid var(--color-gray-200);
}

.proof-strip-grid {
  display: flex;
  align-items: center;
}

.proof-stat {
  flex: 1;
  text-align: center;
  padding: 0 20px;
  border-right: 1px solid var(--color-gray-200);
}

.proof-stat:last-child {
  border-right: none;
}

.proof-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(0, 62, 122, 0.07);
  color: var(--color-blue-dark);
  margin: 0 auto 10px;
}

.proof-number {
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--color-blue-dark);
  letter-spacing: -0.04em;
  line-height: 1;
  margin-bottom: 5px;
}

.proof-label {
  font-size: 0.78rem;
  color: var(--color-gray-500);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 500;
  line-height: 1.4;
}

/* SECTION 04: TRUST STATEMENT SECTION */
.trust-statement-section {
  padding: 88px 0;
  background: #ffffff;
}

.trust-statement-awards-img {
  display: block;
  max-width: 900px;
  width: 100%;
  margin: 0 auto 48px;
}

.trust-statement-container {
  max-width: 900px;
  margin: 0 auto;
}

.trust-statement-header {
  text-align: center;
  margin-bottom: 48px;
}

.trust-statement-header h2 {
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  line-height: 1.1;
  color: var(--color-charcoal);
  margin-bottom: 28px;
}

.trust-statement-body {
  font-size: 1.05rem;
  color: var(--color-gray-700);
  line-height: 1.9;
  text-align: center;
}

.trust-statement-body p {
  margin-bottom: 18px;
}

.trust-statement-body p strong {
  color: var(--color-charcoal);
  font-weight: 700;
}

/* SECTION 05: FEATURED SELLER STORY */
.featured-story-section {
  padding: 88px 0;
  background: #efefef;
  position: relative;
  overflow: hidden;
}

.collage-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.collage-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(239, 239, 239, 0.75);
  z-index: 1;
}

.collage-track {
  display: flex;
  gap: 16px;
  height: 100%;
  width: max-content;
  animation: marquee-left 120s linear infinite;
}

.collage-img {
  height: 100%;
  width: 42vw;
  object-fit: cover;
  border-radius: 0;
  flex-shrink: 0;
}

@keyframes marquee-left {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

.featured-story-section .container {
  position: relative;
  z-index: 1;
}

.featured-story-header {
  text-align: center;
  margin-bottom: 48px;
}

.featured-story-header h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.2;
  max-width: 700px;
  margin: 0 auto;
}

.story-card {
  background: #ffffff;
  border-radius: 32px;
  padding: 48px;
  box-shadow: 0 24px 60px rgba(33, 83, 192, 0.08);
  max-width: 880px;
  margin: 0 auto;
}

.story-content {
  margin-bottom: 44px;
}

.story-section {
  margin-bottom: 32px;
}

.story-section:last-child {
  margin-bottom: 0;
}

.story-label {
  font-weight: 700;
  color: #00b4d8;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 0.14em;
  margin-bottom: 10px;
}

.story-text {
  color: var(--color-gray-700);
  font-size: 1.02rem;
  line-height: 1.85;
}

.story-results {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  padding-bottom: 44px;
  border-bottom: 1px solid rgba(33, 83, 192, 0.08);
  margin-bottom: 32px;
}

.result-stat {
  text-align: center;
}

.result-number {
  font-size: 1.6rem;
  font-weight: 700;
  color: #013387;
  margin-bottom: 6px;
}

.result-label {
  font-size: 0.9rem;
  color: var(--color-gray-700);
}

.story-author {
  text-align: center;
}

.author-name {
  font-weight: 700;
  color: var(--color-charcoal);
  margin-bottom: 4px;
}

.author-role {
  font-size: 0.95rem;
  color: var(--color-gray-700);
}

/* SECTION 06: SELLER REVIEW WALL */
.review-wall-section {
  padding: 88px 0;
  background: #ffffff;
}

.review-wall-header {
  text-align: center;
  margin-bottom: 56px;
}

.review-wall-header h2 {
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  line-height: 1.1;
  margin-bottom: 16px;
}

.logo-strip {
  position: relative;
  overflow: hidden;
  margin-bottom: 56px;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 12%, black 88%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, black 12%, black 88%, transparent 100%);
}

.logo-track {
  display: flex;
  align-items: center;
  gap: 40px;
  width: max-content;
  animation: marquee-left 40s linear infinite;
}

.logo-img {
  height: 56px;
  width: auto;
  object-fit: contain;
  flex-shrink: 0;
  border-radius: 10px;
  filter: grayscale(30%);
  opacity: 0.85;
  transition: filter 0.3s, opacity 0.3s;
}

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

.testimonial-screenshots {
  position: relative;
  height: 360px;
  margin-top: 56px;
}

.testimonial-shot {
  position: absolute;
  height: 300px;
  width: auto;
  border-radius: 14px;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.16);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  cursor: pointer;
}

.testimonial-shot:hover {
  transform: rotate(0deg) scale(1.08) !important;
  box-shadow: 0 20px 52px rgba(0, 0, 0, 0.24);
  z-index: 10 !important;
}

.testimonial-shot:nth-child(1) {
  top: 20px;
  left: 2%;
  rotate: -4deg;
  z-index: 2;
}

.testimonial-shot:nth-child(2) {
  top: 10px;
  left: 24%;
  rotate: 3deg;
  z-index: 3;
}

.testimonial-shot:nth-child(3) {
  top: 25px;
  left: 50%;
  rotate: -3deg;
  z-index: 2;
}

.testimonial-shot:nth-child(4) {
  top: 15px;
  left: 72%;
  rotate: 4deg;
  z-index: 4;
}

@media (max-width: 1024px) {
  .review-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .review-grid {
    grid-template-columns: 1fr;
  }
}

/* SECTION 07: IMPLEMENTATION TRUST */
.implementation-section {
  padding: 88px 0;
  background: #ffffff;
}

.implementation-layout {
  display: flex;
  align-items: center;
  gap: 72px;
}

.implementation-content {
  flex: 0 0 420px;
  min-width: 0;
}

.implementation-headline {
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  font-weight: 300;
  line-height: 1.1;
  color: var(--color-charcoal);
  margin: 12px 0 16px;
}

.implementation-intro {
  font-size: 1rem;
  color: var(--color-gray-700);
  line-height: 1.85;
  margin-bottom: 36px;
}

.implementation-steps {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-bottom: 40px;
}

.step-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.step-number {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: var(--color-blue-dark);
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.04em;
}

.step-body {
  padding-top: 2px;
}

.step-title {
  font-size: 1rem;
  font-weight: 600;
  color: var(--color-charcoal);
  margin-bottom: 6px;
}

.step-desc {
  color: var(--color-gray-700);
  font-size: 1rem;
  line-height: 1.85;
}

.implementation-visual {
  flex: 1;
  min-width: 0;
}

.implementation-img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 900px) {
  .implementation-layout {
    flex-direction: column;
    gap: 48px;
  }

  .implementation-content {
    flex: none;
    width: 100%;
  }
}

/* SECTION 08: AWARDS & RECOGNITION */
.awards-recognition-section {
  padding: 88px 0;
  background: #013387;
  color: #ffffff;
}

.awards-recognition-header {
  text-align: center;
  margin-bottom: 56px;
}

.awards-recognition-header .section-label {
  color: #00b4d8;
}

.awards-recognition-header h2 {
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  line-height: 1.1;
  color: #ffffff;
  margin-bottom: 16px;
}

.awards-recognition-header .section-copy {
  color: rgba(255, 255, 255, 0.8);
}

.awards-hero-image {
  margin: 0 auto 40px;
  max-width: 940px;
  text-align: center;
}

.awards-hero-image img {
  width: 100%;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.2);
}

.awards-cards-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 40px;
}

.award-card-large {
  background: rgba(0, 180, 216, 0.08);
  border: 1px solid rgba(0, 180, 216, 0.3);
  border-radius: 20px;
  padding: 32px 24px;
  text-align: center;
}

.award-year {
  font-size: 1.8rem;
  font-weight: 700;
  color: #00b4d8;
  margin-bottom: 12px;
}

.award-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 8px;
}

.award-desc {
  font-size: 0.98rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 8px;
}

.award-org {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.7);
}

.awards-supporting {
  text-align: center;
  font-size: 1.08rem;
  font-style: italic;
  color: rgba(255, 255, 255, 0.85);
  max-width: 700px;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .awards-cards-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .awards-cards-grid {
    grid-template-columns: 1fr;
  }
}

/* SECTION 09: DATA TRUST & PRIVACY */
.data-trust-section {
  padding: 88px 0;
  background: #ffffff;
}

.data-trust-header {
  text-align: center;
  margin-bottom: 40px;
}

.data-trust-header h2 {
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  line-height: 1.1;
  margin-bottom: 28px;
}

.data-trust-body {
  text-align: center;
  font-size: 1.05rem;
  color: var(--color-gray-700);
  line-height: 1.9;
  max-width: 820px;
  margin: 0 auto 20px;
}

.commitments-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin: 56px 0;
}

.commitment-card {
  background: #f9fafb;
  border-radius: 24px;
  padding: 36px 28px;
  border-left: 3px solid #00b4d8;
}

.commitment-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(0, 62, 122, 0.08);
  color: var(--color-blue-dark);
  margin-bottom: 20px;
}

.commitment-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--color-charcoal);
  margin-bottom: 16px;
}

.commitment-desc {
  color: var(--color-gray-700);
  font-size: 0.98rem;
  line-height: 1.85;
}

.data-trust-section .btn {
  display: flex;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .commitments-grid {
    grid-template-columns: 1fr;
  }
}

/* SECTION 10: ORIGIN STORY SECTION */
.origin-story-section {
  padding: 88px 0;
  background: #efefef;
}

.origin-header {
  text-align: center;
  margin-bottom: 48px;
}

.origin-header h2 {
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  line-height: 1.1;
  margin-bottom: 16px;
}

.origin-header .section-copy {
  font-size: 1.2rem;
  font-weight: 600;
  color: #00b4d8;
}

.origin-body {
  max-width: 880px;
  margin: 0 auto;
  font-size: 1.05rem;
  line-height: 1.9;
  color: var(--color-gray-700);
}

.origin-body p {
  margin-bottom: 22px;
}

.origin-stats {
  display: flex;
  align-items: stretch;
  gap: 0;
  margin: 36px 0;
  background: var(--color-blue-dark);
  border-radius: 20px;
  overflow: hidden;
}

.origin-stat {
  flex: 1;
  text-align: center;
  padding: 28px 16px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}

.origin-stat:last-child {
  border-right: none;
}

.origin-stat-number {
  font-size: 1.9rem;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.04em;
  line-height: 1;
  margin-bottom: 6px;
}

.origin-stat-label {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.65);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 500;
  line-height: 1.4;
}

.origin-partners {
  margin: 40px 0;
  text-align: center;
  background: #ffffff;
  border-radius: 24px;
  padding: 36px 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
}

.origin-product,
.origin-clients {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.origin-partners-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 600;
  color: var(--color-gray-500);
}

.origin-product-logo {
  height: 64px;
  width: auto;
  object-fit: contain;
  opacity: 0.9;
  transition: opacity 0.3s;
}

.origin-product-logo:hover {
  opacity: 1;
}

.origin-partners-divider {
  width: 1px;
  height: 80px;
  background: var(--color-gray-200);
  align-self: center;
}

.origin-partners-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
  flex-wrap: wrap;
}

.origin-partner-logo {
  height: 48px;
  width: auto;
  object-fit: contain;
  filter: grayscale(20%);
  opacity: 0.82;
  transition: opacity 0.3s, filter 0.3s;
}

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

.origin-moat {
  background: #ffffff;
  border-radius: 24px;
  padding: 32px 28px;
  margin-top: 32px;
  border-left: 3px solid #00b4d8;
}

.origin-moat p {
  font-size: 1.02rem;
  margin: 0;
  color: var(--color-charcoal);
}

/* SECTION 11: BRAND VALUES SECTION */
.values-section {
  padding: 88px 0;
  background: #ffffff;
}

.values-header {
  text-align: center;
  margin-bottom: 56px;
}

.values-header h2 {
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  line-height: 1.1;
  margin-bottom: 28px;
}

.values-grid-lead {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 32px;
}

.value-card {
  background: #f9fafb;
  border-radius: 24px;
  padding: 36px 28px;
  border: 1px solid rgba(33, 83, 192, 0.06);
}

.value-card-featured {
  border: 2px solid #00b4d8;
  background: linear-gradient(135deg, rgba(0, 180, 216, 0.03), rgba(0, 180, 216, 0.02));
}

.value-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--color-charcoal);
  margin-bottom: 12px;
}

.value-desc {
  color: var(--color-gray-700);
  font-size: 0.98rem;
  line-height: 1.8;
}

.values-grid-secondary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.values-grid-secondary .value-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 32px 28px;
  border: 1px solid rgba(33, 83, 192, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 140px;
  text-align: center;
}

@media (max-width: 768px) {
  .values-grid-lead,
  .values-grid-secondary {
    grid-template-columns: 1fr;
  }
}

/* SECTION 12: OBJECTIONS FAQ SECTION */
.objections-section {
  padding: 88px 0;
  background: #efefef;
}

.objections-header {
  text-align: center;
  margin-bottom: 56px;
}

.objections-header h2 {
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  line-height: 1.1;
  margin-bottom: 16px;
}

.faq-grid-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.faq-card-trust {
  background: #ffffff;
  border-radius: 24px;
  padding: 32px 26px;
  box-shadow: 0 24px 55px rgba(33, 83, 192, 0.07);
}

.faq-q {
  font-size: 1.02rem;
  font-weight: 700;
  color: var(--color-charcoal);
  margin-bottom: 16px;
}

.faq-a {
  color: var(--color-gray-700);
  font-size: 0.98rem;
  line-height: 1.85;
  margin: 0;
}

@media (max-width: 1024px) {
  .faq-grid-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .faq-grid-trust {
    grid-template-columns: 1fr;
  }
}

/* SECTION 13: FINAL CTA SECTION */
.final-cta-section {
  position: relative;
  padding: 88px 0 100px;
  background: linear-gradient(135deg, #013387 0%, #00b4d8 100%);
  color: #ffffff;
  overflow: hidden;
}

.final-cta-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at bottom right, rgba(255, 255, 255, 0.12), transparent 40%);
  pointer-events: none;
}

.final-cta-container {
  position: relative;
  z-index: 1;
  max-width: 920px;
}

.final-cta-label {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-weight: 700;
  color: #00b4d8;
  margin-bottom: 16px;
  font-size: 0.9rem;
}

.final-cta-headline {
  font-size: clamp(2.8rem, 5vw, 4rem);
  line-height: 1.1;
  font-weight: 300;
  margin-bottom: 24px;
}

.final-cta-subheading {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 32px;
  line-height: 1.7;
}

.final-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 48px;
}

.final-cta-proof {
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.final-cta-reassurance {
  font-size: 0.98rem;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 8px;
}

.final-cta-proof-line {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

/* BUTTON VARIANTS */
.btn-navy {
  background: #013387;
  color: #ffffff;
  box-shadow: 0 18px 45px rgba(1, 51, 135, 0.2);
}

.btn-navy:hover {
  background: #0a1f52;
  transform: translateY(-2px);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .hero-trust-section {
    padding: 60px 0 44px;
  }

  .proof-strip-section {
    padding: 24px 0;
  }

  .proof-strip-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }

  .proof-stat {
    padding: 16px 12px;
    border-right: 1px solid var(--color-gray-200);
    border-bottom: 1px solid var(--color-gray-200);
  }

  .proof-stat:nth-child(even) {
    border-right: none;
  }

  .proof-stat:nth-child(3),
  .proof-stat:nth-child(4) {
    border-bottom: none;
  }

  .trust-statement-section,
  .featured-story-section,
  .review-wall-section,
  .implementation-section,
  .awards-recognition-section,
  .data-trust-section,
  .origin-story-section,
  .values-section,
  .objections-section {
    padding: 56px 0;
  }

  .story-card {
    padding: 32px;
  }

  .story-results {
    grid-template-columns: 1fr;
  }

  .hero-trust-grid {
    flex-direction: column;
    gap: 40px;
  }

  .final-cta-section {
    padding: 56px 0 68px;
  }

  .final-cta-headline {
    font-size: 2rem;
  }

  .final-cta-actions {
    flex-direction: column;
  }

  .final-cta-actions .btn {
    width: 100%;
  }
}

/* FOOTER LINK STYLES */
.site-footer a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.2s ease;
}

.site-footer a:hover {
  color: #ffffff;
}

.footer-badges {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.badge {
  height: 48px;
  width: auto;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  padding: 8px;
}
