:root {
  --groupie-launch-surface: #0f1824;
  --groupie-launch-surface-2: #142233;
  --groupie-launch-line: rgba(255, 255, 255, 0.1);
  --groupie-launch-copy: rgba(255, 255, 255, 0.76);
  --groupie-launch-muted: rgba(255, 255, 255, 0.54);
  --groupie-launch-accent: #43d85d;
  --groupie-launch-card-border: #e4ebf2;
  --groupie-launch-card-shadow: 0 18px 45px -30px rgba(17, 24, 39, 0.35);
  --groupie-launch-card-shadow-hover: 0 24px 60px -32px rgba(17, 24, 39, 0.42);
}

.groupie-section-page .blog-topbar {
  background: rgba(20, 22, 34, 0.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.groupie-section-page .blog-topbar .container {
  min-height: 76px;
}

body .topbar .container {
  display: flex;
  align-items: center;
  gap: 28px;
}

body .topbar .topbar-left {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}

body .topbar .topbar-right {
  flex: 1 1 auto;
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  column-gap: 20px;
}

body .topbar .groupie-topbar-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  min-width: 0;
  margin-right: 0;
}

body .topbar .groupie-topbar-link {
  position: relative;
  color: rgba(255, 255, 255, 0.88);
  font-family: "Dosis", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.2s ease;
}

body .topbar .groupie-topbar-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 2px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  opacity: 0;
  transform: scaleX(0.55);
  transform-origin: center;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

body .topbar .groupie-topbar-link:hover,
body .topbar .groupie-topbar-link:focus,
body .topbar .groupie-topbar-link--active {
  color: #ffffff;
  text-decoration: none;
}

body .topbar .groupie-topbar-link:hover::after,
body .topbar .groupie-topbar-link:focus::after,
body .topbar .groupie-topbar-link--active::after {
  opacity: 1;
  transform: scaleX(1);
}

body .topbar .groupie-topbar-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

body .topbar .groupie-topbar-link--mobile {
  display: none;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  line-height: 1;
}

body .topbar .groupie-topbar-link--mobile::after {
  display: none;
}

body .topbar .groupie-topbar-link--mobile.groupie-topbar-link--active {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.06);
}

.blog-shell__label {
  margin-left: 16px;
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: rgba(255, 248, 240, 0.82);
  font-family: "Dosis", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body .topbar .groupie-btn-trial,
body .topbar .groupie-btn-login {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-left: 18px;
  padding-right: 18px;
  font-family: "Dosis", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body .topbar .groupie-btn-trial {
  border-color: rgba(255, 255, 255, 0.16);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.04);
}

body .topbar .groupie-btn-trial:hover,
body .topbar .groupie-btn-trial:focus {
  border-color: rgba(255, 255, 255, 0.24);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.09);
}

body .btn.btn-primary,
body a.btn.btn-primary,
body .btn.btn-primary:hover,
body a.btn.btn-primary:hover,
body .btn.btn-primary:focus,
body a.btn.btn-primary:focus {
  color: #ffffff !important;
}

body .topbar .groupie-btn-login {
  border-color: #1fa7ee;
  background: #1fa7ee;
  color: #ffffff !important;
  box-shadow: 0 12px 28px -18px rgba(31, 167, 238, 0.72);
}

body .topbar .groupie-btn-login:hover,
body .topbar .groupie-btn-login:focus {
  border-color: #1696d8;
  background: #1696d8;
  color: #ffffff !important;
}

body.home #features,
body.home #pricing,
body.home #faq,
body.home #explore-groupie,
body.home #plans,
body.home #resources {
  scroll-margin-top: 84px;
}

body.home.body-scrolled .topbar .groupie-topbar-link,
body.home.body-scrolled .topbar .groupie-topbar-link--mobile {
  color: #6b7480;
}

body.home.body-scrolled .topbar .groupie-topbar-link::after {
  background: #6b7480;
}

body.home.body-scrolled .topbar .groupie-topbar-link:hover,
body.home.body-scrolled .topbar .groupie-topbar-link:focus,
body.home.body-scrolled .topbar .groupie-topbar-link--active {
  color: #2f3845;
}

body.home.body-scrolled .topbar .groupie-topbar-link--mobile {
  border-color: rgba(107, 116, 128, 0.22);
  background: rgba(255, 255, 255, 0.88);
}

body.home.body-scrolled .topbar .groupie-btn-trial {
  border-color: rgba(107, 116, 128, 0.18);
  color: #6b7480;
  background: rgba(255, 255, 255, 0.92);
}

body.home.body-scrolled .topbar .groupie-btn-trial:hover,
body.home.body-scrolled .topbar .groupie-btn-trial:focus {
  border-color: rgba(107, 116, 128, 0.28);
  color: #2f3845;
  background: #ffffff;
}

.groupie-resource-section {
  background: linear-gradient(180deg, #f7fbfe 0%, #ffffff 100%);
}

.home .groupie-resource-section {
  padding-top: 40px;
  padding-bottom: 38px;
}

.home .groupie-resource-section .section-header {
  margin-bottom: 18px;
}

.home .groupie-resource-section .section-header h2 {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.groupie-resource-section .section-header .lead {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.home .groupie-resource-section .section-header .lead {
  max-width: 560px;
  font-size: 15px;
  line-height: 1.56;
}

.groupie-resource-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
}

.home .groupie-resource-grid {
  gap: 14px;
}

.groupie-resource-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 28px 26px 30px;
  border: 1px solid var(--groupie-launch-card-border);
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: var(--groupie-launch-card-shadow);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.home .groupie-resource-card {
  padding: 18px 18px 18px;
  border-radius: 16px;
}

.groupie-resource-card:hover {
  transform: translateY(-3px);
  border-color: #d7e1eb;
  box-shadow: var(--groupie-launch-card-shadow-hover);
}

.groupie-resource-card__eyebrow {
  margin: 0;
  color: #8f99a6;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.groupie-resource-card__title {
  margin: 16px 0 0;
  color: #18202a;
  font-size: 24px;
  line-height: 1.2;
}

.home .groupie-resource-card__title {
  margin-top: 10px;
  font-size: 19px;
}

.groupie-resource-card p {
  margin: 14px 0 0;
  color: #586271;
  font-size: 15px;
  line-height: 1.72;
}

.home .groupie-resource-card p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.54;
}

.groupie-resource-card a {
  display: inline-flex;
  align-items: center;
  margin-top: auto;
  padding-top: 18px;
  color: #5f82ff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
}

.home .groupie-resource-card a {
  padding-top: 12px;
  font-size: 12px;
  letter-spacing: 0.1em;
}

.home .groupie-resource-section .text-center {
  margin-top: 26px !important;
}

.groupie-resource-section .text-center .btn + .btn {
  margin-left: 12px;
}

.home .groupie-resource-section .text-center.mt-50 {
  margin-top: 28px !important;
}

.site-footer--launch {
  padding: 72px 0 32px;
  border-top: none;
  background:
    radial-gradient(circle at 0% 0%, rgba(95, 130, 255, 0.16), rgba(95, 130, 255, 0) 30%),
    radial-gradient(circle at 100% 0%, rgba(67, 216, 93, 0.16), rgba(67, 216, 93, 0) 28%),
    linear-gradient(180deg, var(--groupie-launch-surface) 0%, #0d1520 100%);
  color: var(--groupie-launch-copy);
}

.footer-launch-cta {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) auto;
  gap: 28px;
  align-items: center;
  padding: 32px 34px;
  border: 1px solid var(--groupie-launch-line);
  border-radius: 26px;
  background:
    radial-gradient(circle at 100% 0%, rgba(95, 130, 255, 0.18), rgba(95, 130, 255, 0) 40%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0.04) 100%);
  box-shadow: 0 28px 64px -42px rgba(0, 0, 0, 0.44);
}

.footer-launch__eyebrow {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.footer-launch-title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.footer-launch-cta p {
  max-width: 640px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 16px;
  line-height: 1.75;
}

.footer-launch__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.site-footer--launch .btn-white {
  border-color: rgba(255, 255, 255, 0.16);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.04);
}

.site-footer--launch .btn-white:hover,
.site-footer--launch .btn-white:focus {
  border-color: rgba(255, 255, 255, 0.24);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.09);
}

.site-footer--launch .footer-launch__actions .btn-outline.btn-white {
  border-color: rgba(29, 36, 48, 0.16);
  background: #1d2430;
  color: #ffffff !important;
  box-shadow: 0 14px 28px -22px rgba(29, 36, 48, 0.7);
}

.site-footer--launch .footer-launch__actions .btn-outline.btn-white:hover,
.site-footer--launch .footer-launch__actions .btn-outline.btn-white:focus {
  border-color: rgba(29, 36, 48, 0.22);
  background: #151b25;
  color: #ffffff !important;
}

.footer-launch-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) repeat(4, minmax(0, 1fr));
  gap: 30px;
  margin-top: 42px;
}

.footer-launch-brand__logo img {
  max-width: 162px;
}

.footer-launch-brand__logo {
  display: inline-block;
  width: 162px;
  height: 34px;
  background-color: #0facf3;
  -webkit-mask: url("/wp-content/uploads/2023/01/logo_3_white.png") center / contain no-repeat;
  mask: url("/wp-content/uploads/2023/01/logo_3_white.png") center / contain no-repeat;
}

.footer-launch-brand__logo img {
  width: 100%;
  height: 100%;
  opacity: 0;
}

.footer-launch-summary {
  max-width: 310px;
  margin: 18px 0 0;
  color: var(--groupie-launch-copy);
  font-size: 15px;
  line-height: 1.72;
}

.footer-launch-social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.footer-launch-social a {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: #ffffff;
  text-decoration: none;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.footer-launch-social a:hover,
.footer-launch-social a:focus {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
}

.social-x-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  vertical-align: middle;
}

.social-x-icon svg {
  width: 14px;
  height: 14px;
  display: block;
  fill: currentColor;
}

.footer-launch-heading {
  margin: 4px 0 16px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.footer-launch-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-launch-list li + li {
  margin-top: 10px;
}

.footer-launch-list a {
  color: var(--groupie-launch-copy);
  font-size: 15px;
  line-height: 1.55;
  text-decoration: none;
}

.footer-launch-list a:hover,
.footer-launch-list a:focus {
  color: #ffffff;
}

.footer-launch-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px 24px;
  margin-top: 32px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-launch-meta p {
  margin: 0;
  color: #0facf3;
  font-size: 13px;
  line-height: 1.7;
}

.footer-launch-meta a {
  color: #0facf3;
}

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

  .footer-launch-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 991px) {
  body .topbar .container {
    gap: 16px;
  }

  body .topbar .topbar-right {
    display: flex;
    flex: 1 1 auto;
    justify-content: flex-end;
  }

  body .topbar .groupie-topbar-nav {
    display: none;
  }

  body .topbar .groupie-topbar-link--mobile {
    display: inline-flex;
  }

  .blog-shell__label {
    display: none;
  }

  .groupie-resource-grid,
  .footer-launch-cta,
  .footer-launch-grid {
    grid-template-columns: 1fr;
  }

  .footer-launch__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  body .topbar .groupie-topbar-actions {
    gap: 8px;
  }

  body .topbar .groupie-btn-trial {
    display: none;
  }

  .groupie-resource-card {
    padding: 24px 22px 26px;
  }

  .home .groupie-resource-section {
    padding-top: 48px;
    padding-bottom: 46px;
  }

  .home .groupie-resource-section .section-header {
    margin-bottom: 24px;
  }

  .groupie-resource-card__title {
    font-size: 22px;
  }

  .site-footer--launch {
    padding: 56px 0 26px;
  }

  .groupie-resource-section .text-center .btn + .btn {
    margin-top: 12px;
    margin-left: 0;
  }

  .footer-launch-cta {
    padding: 26px 22px;
    border-radius: 22px;
  }

  .footer-launch-grid {
    gap: 22px;
  }

  .footer-launch-meta {
    align-items: flex-start;
  }
}
