/* Brunu Travel - voting, destination ideas and newsletter */
.bt-card-vote {
  margin-top: -2px;
  padding-top: 12px;
  border-top: 1px solid var(--cardBorder);
}

.bt-card-vote__button {
  width: 100%;
  min-height: 54px;
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  align-items: center;
  gap: 11px;
  padding: 8px 10px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: var(--text);
  text-align: left;
  cursor: pointer;
  transition: background-color .2s ease, color .2s ease;
}

.bt-card-vote__button:hover,
.bt-card-vote__button:focus-visible {
  background: color-mix(in srgb, var(--accent) 9%, var(--bg2));
}

.bt-card-vote__button.is-loading {
  cursor: wait;
  opacity: .65;
}

.bt-card-vote__button.is-voted {
  color: var(--accent);
}

.bt-card-vote__icon {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--accent) 32%, var(--cardBorder));
  border-radius: 50%;
  background: color-mix(in srgb, var(--accent) 8%, var(--bg1));
  color: var(--accent);
  font-size: 14px;
}

.bt-card-vote__copy {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.bt-card-vote__copy strong,
.bt-card-vote__copy small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bt-card-vote__copy strong {
  font-size: 12.5px;
  font-weight: 800;
}

.bt-card-vote__copy small {
  color: var(--muted);
  font-size: 10.5px;
  font-weight: 650;
}

.bt-vote-success-overlay {
  position: fixed;
  inset: 0;
  z-index: 12050;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(4, 18, 38, .72);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.bt-vote-success-overlay[hidden] {
  display: none;
}

body.bt-vote-modal-open {
  overflow: hidden;
}

.bt-vote-success {
  position: relative;
  width: min(100%, 480px);
  overflow: hidden;
  padding: 30px;
  border: 1px solid var(--cardBorder);
  border-radius: 8px;
  background: var(--bg1);
  color: var(--text);
  box-shadow: 0 30px 80px rgba(4, 18, 38, .32);
}

.bt-vote-success::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--accent), #ff9f1c);
}

.bt-vote-success__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid var(--cardBorder);
  border-radius: 50%;
  background: var(--bg2);
  color: var(--text);
  cursor: pointer;
}

.bt-vote-success__icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  box-shadow: 0 12px 28px color-mix(in srgb, var(--accent) 35%, transparent);
}

.bt-vote-success__kicker {
  color: var(--accent);
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.bt-vote-success h2 {
  margin: 7px 42px 8px 0;
  font: 600 32px/1.05 var(--font-display);
}

.bt-vote-success > p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.bt-vote-success__count {
  display: inline-flex;
  margin-top: 14px;
  color: var(--text);
  font-size: 13px;
}

.bt-vote-success__interest {
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid var(--cardBorder);
}

.bt-vote-success__interest h3 {
  margin: 0 0 7px;
  font: 600 20px/1.15 var(--font-display);
}

.bt-vote-success__interest p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.bt-vote-success__actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
}

.bt-vote-success__actions a,
.bt-vote-success__actions button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 16px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.bt-vote-success__actions a {
  flex: 1;
  border: 1px solid var(--text);
  background: var(--text);
  color: var(--bg1);
  text-decoration: none;
}

.bt-vote-success__actions button {
  border: 1px solid var(--cardBorder);
  background: transparent;
  color: var(--text);
}

.bt-community-band {
  position: relative;
  overflow: hidden;
  margin-top: 66px;
  padding: 64px 0;
  border-top: 1px solid var(--cardBorder);
  border-bottom: 1px solid var(--cardBorder);
  background: var(--bg2);
}

.bt-community-band__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  align-items: center;
  gap: 70px;
}

.bt-community-band__kicker,
.bt-community-strip__kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: var(--accent);
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.bt-community-band h2 {
  max-width: 680px;
  margin: 0;
  color: var(--text);
  font: 600 clamp(36px, 4vw, 58px)/1.02 var(--font-display);
}

.bt-community-band__copy > p {
  max-width: 620px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.bt-community-band__actions,
.bt-community-strip__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.bt-community-primary,
.bt-community-secondary {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 18px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.bt-community-primary {
  background: var(--text);
  color: var(--bg1) !important;
}

.bt-community-secondary {
  border: 1px solid var(--cardBorder);
  background: var(--bg1);
  color: var(--text) !important;
}

.bt-community-band__visual {
  min-height: 330px;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  grid-template-rows: 1fr 1fr;
  gap: 10px;
}

.bt-community-band__visual figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 8px;
  background: #0b2b58;
}

.bt-community-band__visual figure:first-child {
  grid-row: 1 / span 2;
}

.bt-community-band__visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .35s ease;
}

.bt-community-band__visual:hover img {
  transform: scale(1.025);
}

.bt-community-band__visual span {
  position: absolute;
  left: 12px;
  bottom: 12px;
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(4, 18, 38, .68);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
}

.bt-community-strip {
  margin-top: 34px;
  margin-bottom: 42px;
  padding: 30px 0;
  border-top: 1px solid var(--cardBorder);
  border-bottom: 1px solid var(--cardBorder);
}

.bt-community-strip__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 34px;
}

.bt-community-strip h2 {
  margin: 0;
  color: var(--text);
  font: 600 30px/1.08 var(--font-display);
}

.bt-community-strip p {
  max-width: 700px;
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.bt-engagement-page {
  background: var(--bg1);
}

.bt-engagement-hero {
  position: relative;
  isolation: isolate;
  min-height: 430px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: #fff;
  background: #0b2b58 var(--bt-engagement-image) center / cover no-repeat;
}

.bt-engagement-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(4, 18, 38, .92), rgba(4, 18, 38, .58) 58%, rgba(4, 18, 38, .18));
}

.bt-engagement-hero__inner {
  padding-top: 100px;
  padding-bottom: 58px;
}

.bt-engagement-hero__kicker {
  display: block;
  margin-bottom: 12px;
  color: #65d3bd;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.bt-engagement-hero h1 {
  max-width: 780px;
  margin: 0;
  font: 600 clamp(42px, 6vw, 72px)/.98 var(--font-display);
}

.bt-engagement-hero p {
  max-width: 640px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .9);
  font-size: 16px;
  line-height: 1.6;
}

.bt-engagement-layout {
  display: grid;
  grid-template-columns: minmax(240px, 320px) minmax(0, 720px);
  justify-content: center;
  align-items: start;
  gap: 34px;
  padding-top: 50px;
  padding-bottom: 76px;
}

.bt-engagement-context,
.bt-engagement-form {
  border: 1px solid var(--cardBorder);
  border-radius: 8px;
  background: var(--bg2);
  box-shadow: 0 18px 45px var(--shadow);
}

.bt-engagement-context {
  position: sticky;
  top: 96px;
  padding: 24px;
}

.bt-engagement-context__icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--accent) 12%, var(--bg1));
  color: var(--accent);
}

.bt-engagement-context h2,
.bt-engagement-form h2 {
  margin: 0;
  color: var(--text);
  font: 600 25px/1.15 var(--font-display);
}

.bt-engagement-context p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.bt-engagement-context ul {
  display: grid;
  gap: 11px;
  margin: 22px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid var(--cardBorder);
  list-style: none;
}

.bt-engagement-context li {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 8px;
  color: var(--text);
  font-size: 12px;
  line-height: 1.45;
}

.bt-engagement-context li i {
  color: var(--accent);
}

.bt-engagement-form {
  overflow: hidden;
  padding: 28px;
}

.bt-engagement-form h2 {
  margin-bottom: 18px;
}

.bt-engagement-form iframe {
  display: block;
  width: 100%;
  min-height: 620px;
  border: 0;
}

.bt-engagement-form__direct {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 14px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
}

@media (max-width: 900px) {
  .bt-community-band__inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .bt-community-band__visual {
    min-height: 300px;
  }

  .bt-engagement-layout {
    grid-template-columns: 1fr;
  }

  .bt-engagement-context {
    position: static;
  }
}

@media (max-width: 680px) {
  .bt-vote-success {
    padding: 25px 20px 20px;
  }

  .bt-vote-success h2 {
    font-size: 27px;
  }

  .bt-vote-success__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .bt-community-band {
    margin-top: 42px;
    padding: 44px 0;
  }

  .bt-community-band h2 {
    font-size: 36px;
  }

  .bt-community-band__visual {
    min-height: 260px;
    grid-template-columns: 1fr 1fr;
  }

  .bt-community-band__visual figure:first-child {
    grid-column: 1 / span 2;
    grid-row: auto;
  }

  .bt-community-strip {
    margin-top: 24px;
    padding: 26px 0;
  }

  .bt-community-strip__inner {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .bt-community-strip h2 {
    font-size: 27px;
  }

  .bt-community-strip__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .bt-community-primary,
  .bt-community-secondary {
    width: 100%;
  }

  .bt-engagement-hero {
    min-height: 390px;
  }

  .bt-engagement-hero__inner {
    padding-top: 92px;
    padding-bottom: 42px;
  }

  .bt-engagement-hero h1 {
    font-size: 43px;
  }

  .bt-engagement-layout {
    gap: 18px;
    padding-top: 24px;
    padding-bottom: 110px;
  }

  .bt-engagement-context,
  .bt-engagement-form {
    padding: 20px;
  }
}
