@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
button, input[type=submit], .button, a.button {
  background: rgb(238.2676056338, 206.323943662, 109.7323943662);
  border: none;
  border-radius: 2px;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 4px;
  margin: 0;
  min-width: 64px;
  padding: 25px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
}
button:hover, input[type=submit]:hover, .button:hover, a.button:hover {
  color: #333;
}

body {
  background: rgb(254.7151898734, 254.1911392405, 252.5848101266);
  color: #333;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  line-height: 1.2em;
  margin: 0;
  padding: 0;
}

h2 {
  font-weight: 300;
  line-height: 1.5em;
}
h2 a {
  color: #333;
}
h2 a:hover {
  color: rgb(76.5, 76.5, 76.5);
}

h3, form .category.textinput label {
  font-weight: 300;
  text-transform: uppercase;
}

a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #7f630f;
}
a:hover {
  color: rgb(189.1898734177, 148.1392405063, 22.3101265823);
}

p {
  margin: 0;
}

input {
  font-size: 18px;
  padding: 5px;
}

input[type=submit] {
  background: rgb(238.2676056338, 206.323943662, 109.7323943662);
  border: none;
  border-radius: 2px;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 4px;
  margin: 0;
  min-width: 64px;
  padding: 25px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
}
input[type=submit]:hover {
  color: #333;
}
input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
  position: relative;
}

.wrapper {
  margin: auto;
  max-width: 1100px;
  padding: 20px;
}
.wrapper p {
  line-height: 1.4em;
  margin-bottom: 10px;
}

.errors, #error_explanation {
  background: #d42919;
  color: white;
  padding: 10px;
  text-align: center;
}
.errors a, #error_explanation a {
  color: white;
}
.errors, #error_explanation {
  border-radius: 2px;
  margin-bottom: 20px;
}

.error {
  color: white;
}

input[type=radio] {
  display: none;
}
input[type=radio] + label {
  position: relative;
  display: inline-block;
  padding-left: 1.5em;
  margin-right: 2em;
  cursor: pointer;
  line-height: 1.4em;
  transition: all 0.3s ease-in-out;
}
input[type=radio] + label:before, input[type=radio] + label:after {
  border: 1px solid #DDD;
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 0.8em;
  height: 0.8em;
  text-align: center;
  color: white;
  font-family: Times;
  border-radius: 50%;
  transition: all 0.3s ease;
}

input[type=radio] + label:before {
  transition: all 0.3s ease;
  box-shadow: inset 0 0 0 0.2em white, inset 0 0 0 1em white;
}
input[type=radio] + label:hover:before {
  transition: all 0.3s ease;
  box-shadow: inset 0 0 0 0.3em white, inset 0 0 0 1em #c6c6c6;
}

input[type=radio]:checked + label:before {
  transition: all 0.3s ease;
  box-shadow: inset 0 0 0 0.2em white, inset 0 0 0 1em #d4a619;
}

.percentage-bar {
  margin-bottom: 60px;
  position: relative;
  width: 100%;
}
.percentage-bar .background {
  background: #DDD;
  display: inline-block;
  height: 20px;
  position: relative;
  width: 100%;
}
.percentage-bar .background .bar {
  background: #d4a619;
  height: 20px;
  position: absolute;
  left: 0px;
}
.percentage-bar .count {
  position: absolute;
  right: 0px;
  top: 24px;
}
.percentage-bar .count, .percentage-bar .min, .percentage-bar .max {
  font-size: 14px;
}
.percentage-bar .numbers .min, .percentage-bar .numbers .max {
  color: #999;
  position: absolute;
}
.percentage-bar .numbers .max {
  right: 0px;
}

header {
  background: #333;
  color: rgb(254.7151898734, 254.1911392405, 252.5848101266);
  padding: 40px 20px;
}
@media (min-width: 800px) {
  header {
    padding: 40px 60px;
  }
}
header a {
  text-decoration: none;
}
header h1 {
  color: rgb(254.7151898734, 254.1911392405, 252.5848101266);
  display: inline-block;
  font-size: 24px;
  font-weight: 300;
  margin: 0;
  text-transform: uppercase;
}
header h1 span {
  color: #d4a619;
}
header .menu {
  font-weight: 300;
  margin-top: 20px;
  text-transform: uppercase;
}
@media (min-width: 800px) {
  header .menu {
    float: right;
    margin-top: 0px;
  }
}
header .menu a {
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
  color: rgb(254.7151898734, 254.1911392405, 252.5848101266);
  margin-right: 20px;
  padding-bottom: 2px;
}
header .menu a:hover {
  border-bottom: 2px solid #d4a619;
}

.submit-banner {
  background: #d4a619;
  color: rgb(254.7151898734, 254.1911392405, 252.5848101266);
  padding: 10px;
  text-align: center;
}
.submit-banner a {
  color: rgb(254.7151898734, 254.1911392405, 252.5848101266);
}

footer {
  background: #333;
  color: rgb(254.7151898734, 254.1911392405, 252.5848101266);
  font-size: 14px;
  margin-top: 40px;
  padding: 40px;
  text-align: center;
}
footer a {
  color: #e9bf40;
}
footer .links {
  margin-bottom: 20px;
}
footer .links a:not(:last-of-type) {
  margin-right: 10px;
}

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.wrapper {
  flex: 1;
}

form ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
form .category.textinput input {
  margin-top: 5px;
  width: 95%;
}
form input[type=submit] {
  display: block;
  margin: 30px auto 0px;
}
@media screen and (max-width: 800px) {
  form input[type=submit] {
    width: 100%;
  }
}

.rules .points-list span {
  display: inline-block;
  width: 50%;
}
.rules ul ul {
  margin-top: 10px;
}
.rules li {
  line-height: 1.2em;
  margin-bottom: 10px;
}

.show {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  width: 256px;
  height: 200px;
  display: inline-block;
  text-decoration: none;
  overflow: hidden;
  width: 330px;
  z-index: 1;
  position: relative;
  background: #fff;
  border-radius: 2px;
  box-sizing: border-box;
  margin-right: 5px;
}
@media screen and (max-width: 800px) {
  .show {
    width: 100%;
  }
}
.show .title {
  align-items: center;
  color: #000;
  display: block;
  line-height: normal;
  padding: 10%;
}
.show .actions {
  height: 52px;
  padding: 16px;
  background: rgba(0, 0, 0, 0.8);
  line-height: normal;
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
}
.show .actions span {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
.show[id=show-id-1] {
  background-image: url("/assets/oscars-cf3607bb.jpeg");
  background-position: -50px -30px;
}
.show[id=show-id-2] {
  background-image: url("/assets/tonys-d2d9c231.jpg");
  background-position: -80px -50px;
}
.show[id=show-id-3] {
  background-image: url("/assets/emmys-b19d9cd2.jpg");
  background-position: -50px -30px;
}
.show[id=show-id-4] {
  background-image: url("/assets/globes-5d94f293.jpg");
  background-position: -50px -30px;
}

.category {
  display: block;
  padding-right: 20px;
  vertical-align: top;
  width: 100%;
}
.category li {
  margin-bottom: 10px;
}

.awards-show-links {
  margin-bottom: 20px;
}
.awards-show-links a:not(:last-of-type) {
  margin-right: 20px;
}

.winner {
  font-weight: 700;
}

span.percent {
  color: #666;
}

span.admin {
  color: #999;
  font-size: 14px;
}
span.admin.undo a {
  color: #d42919;
}

.awards_show_index ul.ceremonies li {
  margin-bottom: 30px;
}
.awards_show_index li ul {
  margin-top: 10px;
}

.new_pool label {
  display: block;
}
.new_pool .name label, .new_pool .price label {
  margin-bottom: 5px;
}
.new_pool #pool_name {
  width: 50%;
}
.new_pool #pool_name + p {
  display: inline-block;
}
.new_pool .paid-unpaid {
  margin-top: 20px;
}
.new_pool .price {
  margin-top: 10px;
}

.pool .invite {
  margin-bottom: 20px;
}
.pool .invite textarea {
  border: 1px solid #DDD;
  font-size: 18px;
  padding: 5px;
  width: 100%;
}

.delete-ballot {
  color: #d42919;
}
.delete-ballot:hover {
  color: rgb(166.3797468354, 32.1772151899, 19.6202531646);
}

.button.button--pay {
  float: right;
}

.dots .dot {
  display: inline-block;
}
.dots .item {
  background: #DDD;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  margin-right: 10px;
  position: relative;
  width: 10px;
}
.dots .item.winner {
  background: #d4a619;
}
.dots .item.loser {
  background: #888;
}
.dots .hover {
  box-shadow: 0px 1px 2px #CCC;
  display: none;
  padding: 10px;
  position: absolute;
  top: 20px;
  width: 250px;
}
.dots .item:hover .hover {
  background: #FFF;
  display: block;
}

.category-winner {
  color: #999;
  font-style: italic;
  margin-top: 5px;
}

.stats {
  border-top: 1px solid #888;
  margin-top: 40px;
}

.ballot-list {
  margin-bottom: 60px;
}
.ballot-list .ballot-title {
  font-weight: 700;
}
.ballot-list .ballot-title, .ballot-list .ballot {
  margin-bottom: 10px;
}
.ballot-list ol, .ballot-list ul {
  padding: 0px 20px;
  list-style: none;
}
@media (min-width: 460px) {
  .ballot-list ol, .ballot-list ul {
    padding: 0px;
  }
}
.ballot-list ol li a, .ballot-list ul li a {
  color: #333;
}
.ballot-list ol li:nth-child(1) a, .ballot-list ul li:nth-child(1) a {
  color: #d4a619;
}
.ballot-list ol li:nth-child(2) a, .ballot-list ul li:nth-child(2) a {
  color: #888;
}
.ballot-list ol li:nth-child(3) a, .ballot-list ul li:nth-child(3) a {
  color: #CD7F32;
}
.ballot-list .ballot-name, .ballot-list .ballot-score {
  display: inline-block;
}
.ballot-list .ballot-name {
  width: 50%;
}
@media (min-width: 460px) {
  .ballot-list .ballot-name {
    width: 30%;
  }
}
.ballot-list .ballot-score {
  text-align: center;
  width: 30%;
}

.update {
  margin-bottom: 20px;
}
.update .time {
  color: #999;
  display: inline-block;
  width: 100px;
}
.update .info {
  display: inline-block;
  vertical-align: top;
  width: 70%;
}
.update .congrats {
  margin-top: 10px;
}

.payment button {
  margin-top: 10px;
}

.devise-wrapper {
  margin: auto;
  max-width: 400px;
  padding: 20px;
}
.devise-wrapper label, .devise-wrapper em {
  color: #666;
  font-size: 16px;
}
.devise-wrapper input[type=text], .devise-wrapper input[type=email], .devise-wrapper input[type=password] {
  margin-bottom: 20px;
  margin-top: 5px;
  width: 100%;
}
.devise-wrapper .links {
  font-size: 20px;
  margin-top: 40px;
  text-align: center;
}
.devise-wrapper .links a:not(:last-of-type) {
  margin-right: 20px;
}

#error_explanation h2 {
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 10px;
}

.alert {
  background: #d42919;
  color: white;
  padding: 10px;
  text-align: center;
}
.alert a {
  color: white;
}

.notice {
  background: #1d9d3d;
  color: white;
  padding: 10px;
  text-align: center;
}
.notice a {
  color: white;
}

.my-pools li {
  margin-bottom: 20px;
}
.my-pools li > ul {
  margin-top: 10px;
}

/* ---- Fancy voting (Pick / Wish / Boot / Lock) ---- */

.category .badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  padding: 1px 6px;
  border-radius: 3px;
  margin: 0;
  vertical-align: middle;
  line-height: 1.6;
}
.category .badge--major { background: #d4a619; color: #fff; }
.category .badge--lock  { background: #333;    color: #fff; }

/* Per-category point value, sits under the Pick header. Swaps to the
   doubled value when locked. */
.points-locked { display: none; }
.category.major:has(.lock-checkbox:checked) .points-base   { display: none; }
.category.major:has(.lock-checkbox:checked) .points-locked {
  display: inline;
  color: #7f630f;
  font-weight: 800;
}

.vote-grid {
  width: 100%;
  border-collapse: collapse;
  margin: 8px 0 12px;
}
.vote-grid thead th {
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 8px 4px;
  border-bottom: 2px solid #d4a619;
}
.vote-grid thead th.nominee { text-align: left; }
.vote-grid thead th small {
  display: block;
  font-size: 10px;
  font-weight: 400;
  color: #888;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 2px;
}
.vote-grid td {
  padding: 0;
  border-bottom: 1px solid #f0e6c8;
}
.vote-grid td.nominee {
  text-align: left;
  font-weight: 400;
  padding: 0 8px;
}
.vote-grid td.nominee label {
  display: block;
  padding: 14px 0;
  cursor: pointer;
}
.vote-grid td.col {
  text-align: center;
  width: 80px;
}
.vote-grid label.cell-radio {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  width: 100%;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.1s ease;
}
.vote-grid label.cell-radio:hover {
  background: rgba(212, 166, 25, 0.1);
}
.vote-grid label.cell-radio input[type=radio] {
  display: inline-block;
  appearance: auto;
  -webkit-appearance: radio;
  width: 22px;
  height: 22px;
  margin: 0;
  cursor: pointer;
  accent-color: #d4a619;
  pointer-events: none;
}
.vote-grid tr.no-special td {
  border-bottom: none;
  color: #888;
}
.vote-grid tr.no-special em { font-style: italic; }

/* Category header: title row on top, meta row (badge + lock) below */
.category-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  margin: 0 0 8px;
}
.category-header__title {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #333;
  text-transform: uppercase;
}
.category-header__meta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

/* Highlight the entire category card when this category is the Lock.
   box-sizing: border-box keeps the card inside the existing 47% column
   width even with the padding we add for the highlight visual. */
.category.major {
  position: relative;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 8px 12px;
  margin: 10px 0;
  overflow: hidden;
  transition: background 0.25s ease, box-shadow 0.25s ease;
}
.category.major .lock-toggle {
  position: absolute;
  top: 10px;
  right: 12px;
  z-index: 1;
}
.category.major:has(.lock-checkbox:checked) {
  background: linear-gradient(135deg, rgba(233, 191, 64, 0.18), rgba(212, 166, 25, 0.08));
  box-shadow:
    0 0 0 2px #d4a619,
    0 8px 28px rgba(212, 166, 25, 0.35);
}

/* Lock It In! — small + ghosted when off, dramatic only when on. */
.lock-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex: 0 0 auto;
  height: 20px;
  padding: 0 8px;
  border: 1px solid rgba(127, 99, 15, 0.4);
  border-radius: 999px;
  cursor: pointer;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #7f630f;
  background: transparent;
  user-select: none;
  white-space: nowrap;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.lock-toggle:hover {
  background: rgba(212, 166, 25, 0.1);
  border-color: #7f630f;
}
.lock-toggle .lock-checkbox {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.lock-toggle__icon::before {
  content: "🔓";
  font-size: 10px;
  line-height: 1;
  display: inline-block;
  transition: transform 0.3s cubic-bezier(.34, 1.56, .64, 1);
  filter: grayscale(0.4) opacity(0.8);
}


/* The locked state — same text, just gold background + icon swap */
.lock-toggle:has(.lock-checkbox:checked) {
  border-color: #7f630f;
  background: linear-gradient(135deg, #d4a619 0%, #e9bf40 50%, #d4a619 100%);
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow:
    0 0 0 2px rgba(212, 166, 25, 0.25),
    0 4px 12px rgba(212, 166, 25, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.4);
  animation: lock-snap 0.5s cubic-bezier(.34, 1.56, .64, 1);
}
.lock-toggle:has(.lock-checkbox:checked) .lock-toggle__icon::before {
  content: "🔒";
  transform: rotate(-12deg) scale(1.2);
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.4));
}

@keyframes lock-snap {
  0%   { transform: scale(0.92) rotate(0deg); }
  40%  { transform: scale(1.12) rotate(-3deg); }
  100% { transform: scale(1) rotate(0deg); }
}

/* Narrow viewports: tighten the table cells so nothing escapes */
@media screen and (max-width: 520px) {
  .vote-grid td.col,
  .vote-grid thead th.col { width: 56px; }
  .vote-grid td.nominee { font-size: 14px; padding: 0 4px; }
}

/* On the show page */
.wish, .boot {
  font-size: 14px;
  margin: 4px 0;
  color: #555;
}
.boot--correct { color: #1d9d3d; font-weight: 700; }
.boot--wrong   { color: #d42919; font-weight: 700; }

/* "How voting works" explainer at the top of the ballot form */
.vote-help {
  border: 1px solid #d4a619;
  background: #fffaeb;
  border-radius: 8px;
  padding: 8px 14px;
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 1.5;
  color: #555;
}
.vote-help summary {
  cursor: pointer;
  font-weight: 700;
  color: #7f630f;
  letter-spacing: 0.3px;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 6px;
  user-select: none;
}
.vote-help summary::-webkit-details-marker { display: none; }
.vote-help summary::before {
  content: "▸";
  font-size: 12px;
  transition: transform 0.15s ease;
  color: #d4a619;
}
.vote-help[open] summary::before { transform: rotate(90deg); }
.vote-help ul {
  margin: 8px 0 4px;
  padding: 0 0 0 18px;
}
.vote-help li { margin-bottom: 4px; }
.vote-help strong { color: #333; }

/* ─────────────────────────────────────────────────────────────────────────
   Home / landing page
   ───────────────────────────────────────────────────────────────────────── */

.home-hero {
  background: linear-gradient(135deg, #fffaeb 0%, #fff4d1 100%);
  border-bottom: 4px solid #d4a619;
  padding: 60px 0 70px;
  text-align: center;
}
.home-hero__title {
  font-size: 44px;
  font-weight: 300;
  letter-spacing: -0.5px;
  line-height: 1.1;
  margin: 0 0 16px;
  color: #333;
}
.home-hero__title .home-hero__accent {
  color: #d4a619;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 36px;
  margin-top: 8px;
}
.home-hero__sub {
  font-size: 19px;
  line-height: 1.5;
  margin: 0 auto 28px;
  max-width: 620px;
  color: #555;
}
.home-hero__ctas {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 20px;
}
.home-hero__meta {
  font-size: 14px;
  color: #7f630f;
  margin-top: 24px;
}
.home-hero__meta strong { color: #333; }

.button--ghost {
  background: transparent !important;
  color: #7f630f !important;
  border: 2px solid #d4a619 !important;
  padding: 23px !important;
}
.button--ghost:hover {
  background: rgba(212, 166, 25, 0.1) !important;
}

@media (max-width: 600px) {
  .home-hero { padding: 36px 0 44px; }
  .home-hero__title { font-size: 32px; }
  .home-hero__title .home-hero__accent { font-size: 24px; letter-spacing: 1.5px; }
  .home-hero__sub { font-size: 16px; padding: 0 16px; }
}

.home-section__title {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #d4a619;
  text-align: center;
  margin: 0 0 24px;
}

.home-steps {
  margin: 60px 0;
}
.home-steps__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 800px) {
  .home-steps__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .home-steps__grid { grid-template-columns: 1fr; }
}
.home-step {
  text-align: center;
  padding: 8px;
}
.home-step__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #d4a619;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 12px;
}
.home-step h4 {
  font-size: 18px;
  margin: 0 0 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #333;
}
.home-step p {
  font-size: 15px;
  line-height: 1.5;
  color: #555;
}

.home-features {
  margin: 60px 0;
  padding: 40px 24px;
  background: #fffaeb;
  border-radius: 12px;
}
.home-features__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 800px) {
  .home-features__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .home-features__grid { grid-template-columns: 1fr; }
}
.home-feature {
  background: #fff;
  border: 1px solid #f0e6c8;
  border-radius: 8px;
  padding: 20px 16px;
  text-align: center;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.home-feature:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(212, 166, 25, 0.2);
}
.home-feature__icon {
  font-size: 36px;
  line-height: 1;
  margin-bottom: 8px;
}
.home-feature h4 {
  font-size: 16px;
  margin: 0 0 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #333;
}
.home-feature p {
  font-size: 14px;
  line-height: 1.45;
  color: #555;
  margin: 0;
}

.home-honest {
  margin: 60px 0;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.home-honest ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.home-honest li {
  padding: 14px 18px;
  border-left: 3px solid #d4a619;
  background: #fff;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.5;
  color: #555;
}
.home-honest li strong {
  color: #333;
  display: block;
  margin-bottom: 2px;
}

.home-cta {
  text-align: center;
  margin: 60px 0;
}

.home-hero__eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #d4a619;
  margin: 0 0 14px;
  padding: 4px 12px;
  border: 1px solid rgba(212, 166, 25, 0.4);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.6);
}
