*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --forest-deep: #06251A;
  --forest: #0B3D2D;
  --forest-2: #0F5A42;
  --green: #1D9E75;
  --green-bright: #2BC281;
  --mint: #9CDCB6;
  --mint-soft: #DCEEE2;
  --cream: #F6F2E9;
  --paper: #FCFAF4;
  --ink: #0E1512;
  --muted: #5A655F;
  --muted-2: #8A938D;
  --line: #E7E2D6;
  --font: 'Hanken Grotesk', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --wrap: 1140px;
  --r: 22px;
  --ease: cubic-bezier(0.4, 0, 0.1, 1);
}

html { scroll-behavior: smooth; }
body {
  font-family: var(--font); background: var(--paper); color: var(--ink);
  line-height: 1.6; overflow-x: hidden; -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 28px; }

/* icons */
.ic { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 1.7;
  stroke-linecap: round; stroke-linejoin: round; display: block; }
.ic.sm { width: 17px; height: 17px; stroke-width: 2; }
.ic.xs { width: 13px; height: 13px; stroke-width: 2.4; }

/* reveal */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

/* ───────── NAV ───────── */
#nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 32px; transition: background .35s var(--ease), border-color .35s, padding .35s;
  border-bottom: 1px solid transparent;
}
#nav.solid {
  background: rgba(252, 250, 244, 0.82); backdrop-filter: blur(18px) saturate(1.4);
  border-bottom: 1px solid var(--line); padding: 13px 32px;
}
.nav-logo { display: flex; align-items: center; gap: 10px; text-decoration: none;
  font-size: 21px; font-weight: 800; letter-spacing: -.6px; color: #fff; transition: color .35s; }
.nav-logo img { width: 34px; height: 34px; border-radius: 9px; }
.nav-logo .g { color: var(--mint); transition: color .35s; }
#nav.solid .nav-logo { color: var(--ink); }
#nav.solid .nav-logo .g { color: var(--green); }
.nav-links { display: flex; align-items: center; gap: 30px; list-style: none; }
.nav-links a { font-size: 14.5px; font-weight: 500; text-decoration: none;
  color: rgba(255,255,255,.82); transition: color .2s; }
.nav-links a:hover { color: #fff; }
#nav.solid .nav-links a { color: var(--muted); }
#nav.solid .nav-links a:hover { color: var(--ink); }
.nav-cta {
  background: var(--green); color: #fff !important; padding: 10px 22px;
  border-radius: 100px; font-weight: 700 !important;
  transition: background .2s, transform .15s, box-shadow .2s !important;
}
.nav-cta:hover { background: var(--green-bright); transform: translateY(-1px);
  box-shadow: 0 8px 22px rgba(29,158,117,.34); }
#nav.solid .nav-cta { color: #fff !important; }
.nav-hamburger { display: none; flex-direction: column; gap: 5px; background: none;
  border: none; cursor: pointer; padding: 5px; z-index: 201; }
.nav-hamburger span { width: 24px; height: 2px; background: #fff; border-radius: 2px;
  transition: transform .3s, opacity .3s, background .35s; }
#nav.solid .nav-hamburger span { background: var(--ink); }
.nav-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-hamburger.open span:nth-child(2) { opacity: 0; }
.nav-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 860px) {
  .nav-hamburger { display: flex; }
  .nav-links {
    display: none; position: absolute; top: 100%; left: 0; right: 0; flex-direction: column;
    gap: 0; background: rgba(252,250,244,.98); backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--line); padding: 8px 0;
  }
  .nav-links.open { display: flex; }
  .nav-links li { width: 100%; }
  .nav-links a { display: block; padding: 14px 28px; font-size: 15.5px; color: var(--muted); }
  .nav-links .nav-cta { margin: 8px 24px; text-align: center; }
}

/* ───────── HERO ───────── */
.hero { position: relative; min-height: 100vh; min-height: 100svh; display: flex;
  flex-direction: column; align-items: center; justify-content: center;
  text-align: center; padding: 150px 24px 180px; overflow: hidden; isolation: isolate; }
.hero-photo { position: absolute; inset: 0; z-index: -2;
  background: url("photo-lake.jpg") center 42% / cover no-repeat;
  transform: scale(1.06); animation: heroZoom 18s ease-out forwards; }
@keyframes heroZoom { to { transform: scale(1); } }
.hero-veil { position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(120% 80% at 50% 12%, rgba(6,37,26,.18) 0%, rgba(6,37,26,.6) 70%, rgba(6,37,26,.82) 100%),
    linear-gradient(180deg, rgba(8,42,30,.62) 0%, rgba(8,42,30,.4) 38%, rgba(5,25,18,.86) 100%); }
.hero-inner { max-width: 820px; }
.hero-tag { display: inline-flex; align-items: center; gap: 9px;
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.22);
  backdrop-filter: blur(8px); border-radius: 100px; padding: 7px 17px;
  font-size: 11.5px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase;
  color: #fff; margin-bottom: 28px; animation: fadeUp .7s .05s both; }
.hero-tag .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green-bright);
  box-shadow: 0 0 0 0 rgba(43,194,129,.6); animation: pulse 2.2s infinite; }
@keyframes pulse { 0%{box-shadow:0 0 0 0 rgba(43,194,129,.55)} 70%{box-shadow:0 0 0 9px rgba(43,194,129,0)} 100%{box-shadow:0 0 0 0 rgba(43,194,129,0)} }
.hero-h1 { font-size: clamp(46px, 8vw, 88px); font-weight: 800; line-height: .98;
  letter-spacing: -3px; color: #fff; margin-bottom: 22px;
  text-shadow: 0 4px 40px rgba(0,0,0,.4); animation: fadeUp .8s .12s both; }
.hero-h1 .accent { color: var(--mint); }
.hero-sub { font-size: clamp(16px, 2vw, 19.5px); font-weight: 400; line-height: 1.65;
  color: rgba(255,255,255,.9); max-width: 540px; margin: 0 auto 38px;
  animation: fadeUp .8s .2s both; }
.hero-badges { display: flex; gap: 14px; justify-content: center; align-items: center;
  flex-wrap: wrap; animation: fadeUp .8s .28s both; }
.hero-badges.center { justify-content: center; }
.hero-note { font-size: 12.5px; color: rgba(255,255,255,.6); margin-top: 18px;
  animation: fadeUp .8s .34s both; }
@keyframes fadeUp { from{opacity:0;transform:translateY(20px)} to{opacity:1;transform:none} }

.store-badge { display: inline-block; line-height: 0; transition: transform .15s, opacity .2s; }
.store-badge:hover { transform: translateY(-2px); opacity: .9; }
.store-badge[data-store="apple"] img { height: 52px; width: auto; }
.store-badge[data-store="google"] img { height: 52px; width: auto; }
.app-badge { display: inline-flex; align-items: center; gap: 11px; height: 54px; padding: 0 18px;
  background: #000; border: 1px solid rgba(255,255,255,.28); border-radius: 12px;
  color: #fff; text-decoration: none; transition: transform .15s, border-color .2s; }
.app-badge:hover { transform: translateY(-2px); border-color: rgba(255,255,255,.55); }
.app-badge-logo { width: 26px; height: 26px; flex: none; }
.app-badge-txt { display: flex; flex-direction: column; line-height: 1.05; text-align: left; }
.app-badge-sm { font-size: 10.5px; font-weight: 500; letter-spacing: .3px; opacity: .92; }
.app-badge-lg { font-size: 18px; font-weight: 700; letter-spacing: .2px; margin-top: 1px; }

.hero-sports-wrap { position: absolute; bottom: 0; left: 0; right: 0; padding: 22px 0 26px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  animation: fadeUp 1s .5s both; }
.hero-sports { display: flex; gap: 9px; justify-content: center; flex-wrap: wrap;
  max-width: 900px; margin: 0 auto; padding: 0 16px; }
.chip { font-size: 13px; font-weight: 600; color: rgba(255,255,255,.92);
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2);
  backdrop-filter: blur(6px); border-radius: 100px; padding: 7px 15px; white-space: nowrap; }
@media (max-width: 700px) {
  .hero { padding-bottom: 24px; }
  .hero-sports-wrap { position: static; padding: 30px 0 6px; }
}

/* ───────── STATS ───────── */
.stats { background: var(--forest-deep); }
.stats-inner { max-width: var(--wrap); margin: 0 auto; padding: 30px 28px;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.stat { text-align: center; padding: 6px 8px; position: relative; }
.stat + .stat::before { content: ''; position: absolute; left: 0; top: 18%; height: 64%;
  width: 1px; background: rgba(255,255,255,.1); }
.stat-n { font-size: 34px; font-weight: 800; color: var(--mint); letter-spacing: -1.4px; line-height: 1; }
.stat-l { font-size: 12.5px; color: rgba(255,255,255,.55); margin-top: 7px; font-weight: 500; }
@media (max-width: 620px) { .stats-inner { grid-template-columns: repeat(2, 1fr); gap: 24px 16px; }
  .stat:nth-child(odd)::before { display: none; } }

/* ───────── SECTION SHELL ───────── */
section { padding: 100px 0; }
.head { max-width: 620px; }
.head.center { max-width: 640px; margin: 0 auto; text-align: center; }
.eyebrow { font-size: 12px; font-weight: 700; letter-spacing: 2.4px; text-transform: uppercase;
  color: var(--green); margin-bottom: 16px; }
.eyebrow.light { color: var(--mint); }
.title { font-size: clamp(31px, 4.4vw, 52px); font-weight: 800; line-height: 1.07;
  letter-spacing: -1.6px; color: var(--ink); }
.title.light { color: #fff; }
.title .accent { color: var(--mint); }
.sub { font-size: 17.5px; font-weight: 400; line-height: 1.65; color: var(--muted);
  max-width: 540px; margin-top: 18px; }
.sub.center { margin-left: auto; margin-right: auto; }
.sub.light { color: rgba(255,255,255,.72); }

/* buttons */
.btn { display: inline-flex; align-items: center; gap: 9px; padding: 14px 28px;
  border-radius: 100px; font-size: 14.5px; font-weight: 700; text-decoration: none;
  cursor: pointer; transition: transform .15s, background .2s, box-shadow .2s, border-color .2s; border: 1.6px solid transparent; }
.btn-primary { background: var(--green); color: #fff; }
.btn-primary:hover { background: var(--green-bright); transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(29,158,117,.32); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--green); transform: translateY(-2px); }
.btn-light { background: #fff; color: var(--forest); }
.btn-light:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(0,0,0,.25); }
.btn.full { width: 100%; justify-content: center; margin-top: 26px; }

/* ───────── HOW ───────── */
.how { background: var(--cream); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 56px; }
@media (max-width: 820px) { .steps { grid-template-columns: 1fr; max-width: 480px; } }
.step { position: relative; background: #fff; border: 1px solid var(--line);
  border-radius: var(--r); padding: 34px 30px; overflow: hidden;
  transition: transform .25s var(--ease), box-shadow .25s; }
.step:hover { transform: translateY(-5px); box-shadow: 0 22px 50px rgba(11,61,45,.1); }
.step-num { position: absolute; top: 18px; right: 24px; font-size: 56px; font-weight: 800;
  color: var(--cream); letter-spacing: -2px; line-height: 1; }
.step .ico, .card .ico { display: inline-flex; align-items: center; justify-content: center;
  width: 54px; height: 54px; border-radius: 15px; margin-bottom: 20px;
  background: var(--mint-soft); color: var(--green); }
.step h3, .card h3 { font-size: 19px; font-weight: 700; letter-spacing: -.4px; margin-bottom: 9px; }
.step p, .card p { font-size: 14.5px; color: var(--muted); line-height: 1.62; }

/* ───────── SHOTS ───────── */
.shots { background: var(--paper); overflow: hidden; }
.shots-row { display: flex; gap: 18px; overflow-x: auto; padding: 50px 28px 20px;
  scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scrollbar-width: none;
  max-width: calc(var(--wrap) + 56px); margin: 0 auto; }
.shots-row::-webkit-scrollbar { display: none; }
.shot { flex: 0 0 auto; scroll-snap-align: center; text-align: center; }
.shot img { width: 244px; height: 510px; object-fit: cover; border-radius: 30px;
  border: 1px solid var(--line); background: #fff;
  box-shadow: 0 18px 50px rgba(11,61,45,.13); transition: transform .3s var(--ease), box-shadow .3s; }
.shot img:hover { transform: translateY(-8px); box-shadow: 0 30px 64px rgba(11,61,45,.2); }
.shot figcaption { font-size: 13px; font-weight: 600; color: var(--muted-2);
  margin-top: 16px; letter-spacing: .2px; }

/* ───────── FEATURES ───────── */
.features { background: var(--cream); }
.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 56px; }
@media (max-width: 900px) { .grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 580px) { .grid { grid-template-columns: 1fr; } }
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--r);
  padding: 30px 28px; transition: transform .25s var(--ease), box-shadow .25s; }
.card:hover { transform: translateY(-5px); box-shadow: 0 22px 50px rgba(11,61,45,.1); }

/* ───────── PHOTO BAND ───────── */
.band { position: relative; padding: 130px 24px; text-align: center; overflow: hidden; isolation: isolate; }
.band-photo { position: absolute; inset: 0; z-index: -2;
  background: url("photo-peaks.jpg") center 60% / cover no-repeat; }
.band-veil { position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(180deg, rgba(6,37,26,.78), rgba(6,37,26,.6) 50%, rgba(6,37,26,.82)); }
.band-inner { max-width: 720px; margin: 0 auto; }
.band-h2 { font-size: clamp(30px, 4.6vw, 52px); font-weight: 800; line-height: 1.08;
  letter-spacing: -1.6px; color: #fff; margin: 8px 0 20px; text-shadow: 0 4px 36px rgba(0,0,0,.35); }
.band-sub { font-size: 18px; color: rgba(255,255,255,.86); line-height: 1.62;
  max-width: 580px; margin: 0 auto 34px; }

/* ───────── COMMUNITY GALLERY ───────── */
.gallery { background: var(--cream); padding: 96px 0; }
.gallery-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 52px; }
.gal { position: relative; margin: 0; border-radius: var(--r); overflow: hidden;
  box-shadow: 0 18px 50px rgba(6,37,26,.16); }
.gal img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 3/2;
  filter: saturate(.82) contrast(.98); transition: transform .6s var(--ease); }
.gal::after { content: ''; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(180deg, rgba(6,37,26,.08) 0%, rgba(6,37,26,.34) 72%, rgba(6,37,26,.62) 100%);
  mix-blend-mode: multiply; }
.gal:hover img { transform: scale(1.04); }
.gal figcaption { position: absolute; left: 20px; bottom: 16px; z-index: 2;
  color: #fff; font-size: 16px; font-weight: 700; letter-spacing: -.3px;
  text-shadow: 0 2px 14px rgba(0,0,0,.5); }
.gal-wide { grid-column: 1 / -1; }
.gal-wide img { aspect-ratio: 21/9; }
@media (max-width: 680px) {
  .gallery-grid { grid-template-columns: 1fr; }
  .gal-wide { grid-column: auto; }
  .gal-wide img, .gal img { aspect-ratio: 3/2; }
}

/* ───────── PRICING ───────── */
.pricing { background: var(--paper); }
.plans { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; max-width: 860px;
  margin: 56px auto 0; }
@media (max-width: 680px) { .plans { grid-template-columns: 1fr; max-width: 440px; } }
.plan { position: relative; background: #fff; border: 1.5px solid var(--line);
  border-radius: var(--r); padding: 38px 34px; display: flex; flex-direction: column;
  transition: transform .25s var(--ease), box-shadow .25s; }
.plan:hover { transform: translateY(-5px); box-shadow: 0 22px 54px rgba(11,61,45,.1); }
.plan.featured { border-color: var(--green); box-shadow: 0 16px 44px rgba(29,158,117,.14); }
.plan-badge { position: absolute; top: -13px; left: 34px; background: var(--green); color: #fff;
  font-size: 11.5px; font-weight: 700; padding: 5px 15px; border-radius: 100px; letter-spacing: .4px; }
.plan-name { font-size: 16px; font-weight: 700; color: var(--green); letter-spacing: .4px;
  text-transform: uppercase; margin-bottom: 12px; }
.plan-price { font-size: 46px; font-weight: 800; color: var(--ink); letter-spacing: -2px; line-height: 1; }
.plan-price span { font-size: 16px; font-weight: 500; color: var(--muted-2); letter-spacing: 0; }
.plan-desc { font-size: 14.5px; color: var(--muted); margin: 12px 0 26px; line-height: 1.5; }
.plan-feats { list-style: none; display: flex; flex-direction: column; gap: 13px; flex: 1; }
.plan-feats li { position: relative; padding-left: 24px; font-size: 14.5px; color: var(--ink); line-height: 1.45; }
.plan-feats li::before { content: '\2713'; position: absolute; left: 0; top: 0;
  color: var(--ink); font-weight: 800; font-size: 13px; }
.plan-feats li.plus::before { content: '+'; color: var(--ink); font-weight: 800; font-size: 16px; top: -1px; }
.plan-feats li.no { color: var(--muted-2); }
.plan-feats li.no::before { content: '\00d7'; color: var(--muted-2); font-weight: 700; font-size: 14px; }

/* ───────── SAFETY ───────── */
.safety { background: var(--forest); }
.safety-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 52px; }
@media (max-width: 680px) { .safety-grid { grid-template-columns: 1fr; } }
.scard { background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--r); padding: 32px 28px; transition: background .25s, transform .25s var(--ease); }
.scard:hover { background: rgba(255,255,255,.08); transform: translateY(-4px); }
.ico.dark { display: inline-flex; align-items: center; justify-content: center;
  width: 54px; height: 54px; border-radius: 15px; margin-bottom: 18px;
  background: rgba(43,194,129,.16); color: var(--mint); }
.scard h3 { font-size: 18.5px; font-weight: 700; color: #fff; letter-spacing: -.3px; margin-bottom: 9px; }
.scard p { font-size: 14px; color: rgba(255,255,255,.62); line-height: 1.62; }

/* ───────── ORGANIZERS ───────── */
.organizers { background: var(--paper); }
.org-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: 64px; align-items: center; }
@media (max-width: 860px) { .org-layout { grid-template-columns: 1fr; gap: 44px; } }
.perks { list-style: none; display: flex; flex-direction: column; gap: 14px; margin: 30px 0 36px; }
.perks li { display: flex; align-items: flex-start; gap: 13px; font-size: 15.5px; color: var(--ink); line-height: 1.5; }
.pc { flex: 0 0 auto; width: 23px; height: 23px; border-radius: 50%; margin-top: 1px;
  background: var(--mint-soft); color: var(--green); display: flex; align-items: center; justify-content: center; }
.org-card { background: var(--cream); border: 1px solid var(--line); border-radius: var(--r);
  padding: 36px; display: flex; flex-direction: column; gap: 22px; }
.org-stat { padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.org-stat:last-child { padding-bottom: 0; border-bottom: none; }
.org-stat-l { font-size: 11.5px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase;
  color: var(--muted-2); margin-bottom: 7px; }
.org-stat-v { font-size: 26px; font-weight: 800; color: var(--ink); letter-spacing: -1px; }
.org-stat-s { font-size: 14px; color: var(--muted); margin-top: 5px; line-height: 1.5; }

/* ───────── DOWNLOAD ───────── */
.download { position: relative; padding: 110px 24px; text-align: center; overflow: hidden; isolation: isolate; }
.download-photo { position: absolute; inset: 0; z-index: -2;
  background: url("photo-lake.jpg") center 38% / cover no-repeat; }
.download-veil { position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(180deg, rgba(6,37,26,.9), rgba(7,42,30,.78) 50%, rgba(5,25,18,.92)); }
.download-inner { max-width: 620px; margin: 0 auto; }
.dl-icon { width: 76px; height: 76px; border-radius: 19px; margin: 0 auto 24px;
  box-shadow: 0 12px 34px rgba(0,0,0,.4); }
.download .title { margin-bottom: 4px; }
.download .hero-badges { margin-top: 34px; }

/* ───────── SEO ───────── */
.seo { background: var(--cream); border-top: 1px solid var(--line); padding: 76px 0; }
.seo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px 40px; }
@media (max-width: 820px) { .seo-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .seo-grid { grid-template-columns: 1fr; } }
.seo-col h3 { font-size: 15.5px; font-weight: 700; color: var(--ink); margin-bottom: 10px; letter-spacing: -.2px; }
.seo-col p { font-size: 13.5px; color: var(--muted); line-height: 1.7; }

/* ───────── FOOTER ───────── */
footer { background: var(--forest-deep); padding: 48px 24px;
  display: flex; flex-direction: column; align-items: center; gap: 22px; }
.footer-logo { font-size: 22px; font-weight: 800; color: #fff; text-decoration: none; letter-spacing: -.6px; }
.footer-logo span { color: var(--mint); }
.footer-links { list-style: none; display: flex; gap: 26px; flex-wrap: wrap; justify-content: center; }
.footer-links a { font-size: 13.5px; color: rgba(255,255,255,.5); text-decoration: none; transition: color .2s; }
.footer-links a:hover { color: #fff; }
.footer-copy { font-size: 12.5px; color: rgba(255,255,255,.3); }

/* ── "FREE FOR NOW" pill + strikethrough — shown across pricing surfaces
   while the Pro paywall is suspended. Remove or hide these styles when
   the paywall is re-enabled. ─────────────────────────────────────────── */
.plan-price-strike { text-decoration: line-through; opacity: 0.45; }
.plan-free-pill {
  display: inline-block;
  background: #dc2626;
  color: #fff;
  padding: 4px 11px;
  border-radius: 999px;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: .4px;
  text-transform: uppercase;
  vertical-align: middle;
  margin-right: 8px;
  box-shadow: 0 2px 8px rgba(220, 38, 38, 0.25);
}
