.section-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
.section-header__num {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.875rem;
  flex-shrink: 0;
  color: white;
}
.section-header__num--coral {
  background: hsl(15, 85%, 55%);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
}
.section-header__num--coral-playfair {
  background: hsl(15, 85%, 55%);
  font-family: "Playfair Display", Georgia, serif;
}
.section-header__num--teal {
  background: hsl(186, 0%, 0%);
  font-family: "Playfair Display", Georgia, serif;
}
.section-header__num--ink {
  background: hsl(20, 20%, 10%);
  font-family: "Playfair Display", Georgia, serif;
}
.section-header__tag {
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.section-header__tag--coral {
  color: hsl(15, 85%, 55%);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
}
.section-header__tag--coral-playfair {
  color: hsl(15, 85%, 55%);
  font-family: "Playfair Display", Georgia, serif;
}
.section-header__tag--teal-accent {
  color: hsl(186, 58%, 65%);
  font-family: "Playfair Display", Georgia, serif;
}
.section-header__tag--ink {
  color: hsl(20, 20%, 10%);
  font-family: "Playfair Display", Georgia, serif;
}

.heading-hero {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 800;
  font-size: 3rem;
  line-height: 1.05;
  letter-spacing: -0.025em;
}
@media (min-width: 640px) {
  .heading-hero {
    font-size: 4.5rem;
    line-height: 1;
  }
}

.heading-section {
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 1.25rem;
  color: hsl(20, 20%, 10%);
  font-size: 2.25rem;
}
@media (min-width: 640px) {
  .heading-section {
    font-size: 3rem;
    line-height: 1;
  }
}
.heading-section--syne {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 800;
}
.heading-section--playfair {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
}
.heading-section .accent--coral {
  color: hsl(15, 85%, 55%);
  font-style: italic;
}
.heading-section .accent--teal {
  color: hsl(186, 0%, 0%);
}

.body-lead {
  font-size: 1.125rem;
  line-height: 1.75;
  margin-bottom: 1.5rem;
}
@media (min-width: 640px) {
  .body-lead {
    font-size: 1.25rem;
    line-height: 1.75;
  }
}
.body-lead--dm {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  color: hsla(20, 20%, 10%, 0.7);
}
.body-lead--inter {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 300;
  color: hsla(20, 20%, 10%, 0.65);
  margin-bottom: 3.5rem;
}

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

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

body {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  background: hsl(35, 0%, 100%);
  color: hsl(20, 20%, 10%);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
  cursor: pointer;
  border: none;
  background: none;
}

ul {
  list-style: none;
}

:focus-visible {
  outline: 2px solid hsl(15, 85%, 55%);
  outline-offset: 2px;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
  font-size: 0.875rem;
  padding: 0.875rem 1.75rem;
  border-radius: 1rem;
  transition: background 0.25s cubic-bezier(0.4, 0, 0.2, 1), transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
}
.btn--coral {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  padding: 0.875rem 1.75rem;
  background: hsl(15, 85%, 55%);
  color: white;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
.btn--coral:hover {
  background: hsla(15, 85%, 55%, 0.85);
}
.btn--ink {
  font-family: "Playfair Display", Georgia, serif;
  background: hsl(20, 20%, 10%);
  color: white;
}
.btn--ink:hover {
  background: hsla(20, 20%, 10%, 0.8);
}
.btn--outline {
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.5);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 0.75rem;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  letter-spacing: 0.05em;
}
.btn--outline:hover {
  color: white;
  border-color: rgba(255, 255, 255, 0.4);
}
.btn--linkedin {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  background: hsla(186, 0%, 0%, 0.1);
  border: 1px solid hsla(186, 0%, 0%, 0.3);
  color: hsl(186, 0%, 0%);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1rem;
  transition: background 0.25s cubic-bezier(0.4, 0, 0.2, 1), color 0.25s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn--linkedin:hover {
  background: hsl(186, 0%, 0%);
  border-color: hsl(186, 0%, 0%);
  color: white;
}
.btn--linkedin__icon {
  font-weight: 800;
  font-size: 0.875rem;
  line-height: 1;
}

.divider-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
}
.divider-row::before, .divider-row::after {
  content: "";
  flex: 1;
  height: 1px;
  background: hsl(35, 24%, 96%);
}
.divider-row span {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: hsl(20, 0%, 0%);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

.section--show .divider-row {
  margin-bottom: 2rem;
}
.section--show .divider-row span {
  color: hsl(20, 0%, 0%);
}
.section--show .divider-row::before, .section--show .divider-row::after {
  background: hsl(35, 24%, 96%);
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: hsla(0, 0%, 0%, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.lightbox.is-open {
  opacity: 1;
  visibility: visible;
}
.lightbox__inner {
  max-width: 56rem;
  width: 100%;
  background: white;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 25px 60px hsla(0, 0%, 0%, 0.4);
}
.lightbox__img {
  width: 100%;
  height: auto;
}
.lightbox__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1.25rem;
}
.lightbox__caption {
  font-size: 0.875rem;
  color: hsl(20, 0%, 0%);
}
.lightbox__close {
  font-size: 0.75rem;
  color: hsl(20, 0%, 0%);
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.lightbox__close:hover {
  color: hsl(20, 20%, 10%);
}

.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: hsl(20, 20%, 10%);
  color: white;
  text-align: center;
  padding: 2rem 1.5rem 4rem;
}
.hero__orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(120px);
}
.hero__orb--coral {
  top: 0;
  right: 0;
  width: 500px;
  height: 500px;
  background: hsla(15, 85%, 55%, 0.2);
  transform: translate(33%, -50%);
}
.hero__orb--teal {
  bottom: 0;
  left: 0;
  width: 400px;
  height: 400px;
  background: hsla(186, 0%, 0%, 0.2);
  transform: translate(-25%, 33%);
  filter: blur(100px);
}
.hero__content {
  position: relative;
  z-index: 1;
  max-width: 56rem;
  width: 100%;
  padding-inline: 1.5rem;
  min-width: 0;
}
@media (max-width: 639px) {
  .hero {
    padding: 2rem 1rem 4rem;
  }
  .hero__content {
    padding-inline: 0;
  }
  .hero__logo {
    width: 11rem;
    height: 11rem;
  }
}
.hero__logo-wrap {
  position: relative;
  margin-bottom: 2rem;
  display: inline-block;
}
.hero__logo-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background: hsla(15, 85%, 55%, 0.3);
  border-radius: 50%;
  filter: blur(32px);
  transform: scale(1.1);
}
.hero__logo {
  position: relative;
  width: 13rem;
  height: 13rem;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 25px 60px hsla(0, 0%, 0%, 0.4);
}
.hero__logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.6);
}
.hero__badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}
.hero__badge-line {
  width: 1.5rem;
  height: 1px;
  background: hsl(15, 85%, 55%);
}
.hero__badge span {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: hsl(15, 85%, 55%);
}
@media (max-width: 480px) {
  .hero__badge {
    gap: 0.375rem;
  }
  .hero__badge-line {
    width: 1rem;
    flex-shrink: 0;
  }
  .hero__badge span {
    font-size: 0.625rem;
    letter-spacing: 0.12em;
  }
}
.hero__title {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.025em;
  margin-bottom: 1.25rem;
}
@media (min-width: 640px) {
  .hero__title {
    font-size: 4.5rem;
    line-height: 1;
  }
}
.hero__title em {
  font-style: normal;
  font-weight: 800;
  color: hsl(15, 85%, 55%);
}
.hero__subtitle {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.625;
  color: rgba(255, 255, 255, 0.6);
  max-width: 36rem;
  margin: 0 auto 2rem;
}
@media (min-width: 640px) {
  .hero__subtitle {
    font-size: 1.25rem;
    line-height: 1.75;
  }
}
.hero .btn--coral {
  margin-bottom: 2.5rem;
}
.hero__scroll {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.3;
  animation: bounce 2s infinite;
}
.hero__scroll svg {
  width: 1.25rem;
  height: 1.25rem;
  color: white;
}

@keyframes bounce {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(8px);
  }
}
.container {
  max-width: 64rem;
  margin-inline: auto;
  width: 100%;
  min-width: 0;
}

.section {
  padding: 6rem 1.5rem;
  overflow-x: hidden;
}
@media (max-width: 639px) {
  .section {
    padding: 4rem 1rem;
  }
}
.section--cream {
  background: hsl(153, 55%, 31%);
}
.section--sand {
  background: hsla(150, 65%, 34%, 0.6);
}
.section--ink {
  background: hsl(20, 20%, 10%);
  color: white;
}
.section__intro {
  font-size: 1.125rem;
  color: hsla(20, 20%, 10%, 0.65);
  max-width: 42rem;
  margin-bottom: 3.5rem;
  font-weight: 300;
  line-height: 1.7;
}
.section__heading {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 1.25;
  color: hsl(20, 20%, 10%);
}
@media (min-width: 640px) {
  .section__heading {
    font-size: 3rem;
    line-height: 1;
  }
}
.section__heading {
  margin-bottom: 1.25rem;
}
.section__heading em, .section__heading .accent {
  font-style: italic;
}
.section__heading .accent--coral {
  color: hsl(15, 85%, 55%);
}
.section__heading .accent--teal {
  color: hsl(186, 0%, 0%);
}

.section--show .section__intro {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: hsla(20, 20%, 10%, 0.7);
  max-width: 42rem;
  margin-bottom: 1.5rem;
  font-weight: 400;
  line-height: 1.625;
}

.section--editorial .section__intro {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 300;
  color: hsla(20, 20%, 10%, 0.65);
  max-width: 42rem;
  margin-bottom: 3.5rem;
  line-height: 1.625;
}

.stats-row {
  display: grid;
  gap: 1rem;
  margin-bottom: 4rem;
}
@media (min-width: 640px) {
  .stats-row {
    grid-template-columns: repeat(3, 1fr);
  }
}
.stats-row__item {
  background: white;
  border: 1px solid hsl(35, 24%, 96%);
  border-radius: 1rem;
  padding: 1.5rem;
}
.stats-row__item strong {
  display: block;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 800;
  font-size: 1.5rem;
  color: hsl(186, 0%, 0%);
  margin-bottom: 0.25rem;
}
.stats-row__item span {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.875rem;
  color: hsla(20, 0%, 0%, 0.55);
}

.guest-grid {
  display: grid;
  gap: 1rem;
  margin-bottom: 5rem;
}
@media (min-width: 640px) {
  .guest-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.guest-card {
  background: white;
  border: 1px solid hsl(35, 24%, 96%);
  border-radius: 1rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: border-color 0.25s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.guest-card:hover {
  border-color: hsla(186, 0%, 0%, 0.4);
  box-shadow: 0 4px 20px hsla(0, 0%, 0%, 0.06);
}
.guest-card:hover .guest-card__img img {
  filter: grayscale(0);
  transform: scale(1.05);
}
.guest-card:hover .guest-card__arrow {
  opacity: 1;
}
.guest-card__img {
  position: relative;
  height: 10rem;
  overflow: hidden;
}
.guest-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  filter: grayscale(1);
  transition: filter 0.3s, transform 0.3s;
}
.guest-card__img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, hsla(0, 0%, 0%, 0.5), transparent);
}
.guest-card__arrow {
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  z-index: 1;
  background: rgba(255, 255, 255, 0.9);
  color: hsl(186, 0%, 0%);
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.125rem 0.5rem;
  border-radius: 9999px;
  opacity: 0;
  transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.guest-card__body {
  padding: 1rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.guest-card__name {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  color: hsl(20, 20%, 10%);
}
.guest-card__role {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 600;
  font-size: 0.75rem;
  color: hsl(15, 85%, 55%);
  line-height: 1.4;
}
.guest-card__desc {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.75rem;
  color: hsla(20, 0%, 0%, 0.55);
  line-height: 1.6;
}

.pullquote {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.875rem;
  font-style: italic;
  color: hsl(20, 0%, 0%);
  border-left: 2px solid hsl(15, 85%, 55%);
  padding-left: 1rem;
  margin-bottom: 4rem;
  line-height: 1.625;
}

.team-grid {
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 640px) {
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.team-card {
  background: white;
  border: 1px solid hsl(35, 24%, 96%);
  border-radius: 1rem;
  overflow: hidden;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.team-card__header {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.team-card__avatar {
  width: 4rem;
  height: 4rem;
  border-radius: 1rem;
  object-fit: cover;
  flex-shrink: 0;
  filter: grayscale(1);
  transition: filter 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.team-card__avatar:hover {
  filter: grayscale(0);
}
.team-card__name {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 800;
  font-size: 1rem;
  line-height: 1.25;
  color: hsl(20, 20%, 10%);
}
.team-card__role {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.375;
  color: hsl(15, 85%, 55%);
  margin-top: 0.25rem;
}
.team-card__desc {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.875rem;
  line-height: 1.625;
  color: hsl(20, 0%, 0%);
}

.zephra {
  margin-top: 4rem;
  background: hsl(20, 20%, 10%);
  color: white;
  border-radius: 1rem;
  overflow: hidden;
}
.zephra__inner {
  padding: 2rem;
}
@media (min-width: 640px) {
  .zephra__inner {
    padding: 2.5rem;
  }
}
.zephra__label {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 1rem;
}
.zephra__title {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  color: white;
  margin-bottom: 0.5rem;
}
@media (min-width: 640px) {
  .zephra__title {
    font-size: 1.875rem;
  }
}
.zephra__title span {
  color: hsl(15, 85%, 55%);
}
.zephra__desc {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.625;
  max-width: 36rem;
  margin-bottom: 1.5rem;
}
.zephra__services {
  display: grid;
  gap: 0.75rem;
  margin-bottom: 2rem;
}
@media (min-width: 640px) {
  .zephra__services {
    grid-template-columns: repeat(3, 1fr);
  }
}
.zephra__service {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.75rem;
  padding: 1rem;
}
.zephra__service .icon {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  display: block;
}
.zephra__service h4 {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  color: white;
  margin-bottom: 0.25rem;
}
.zephra__service p {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.625;
}
.zephra .btn--coral {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  padding: 0.75rem 1.5rem;
  border-radius: 0.75rem;
  box-shadow: none;
}
.zephra .btn--coral:hover {
  background: hsla(15, 85%, 55%, 0.85);
}

.numbers {
  position: relative;
}
.numbers__heading,
.numbers .heading-section {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 0.75rem;
  color: white;
}
@media (min-width: 640px) {
  .numbers__heading,
  .numbers .heading-section {
    font-size: 3rem;
    line-height: 1;
  }
}
.numbers__intro {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.5);
  max-width: 36rem;
  margin-bottom: 1rem;
}
.numbers__badge-live {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 9999px;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 2.5rem;
}
.numbers__badge-live .dot {
  width: 0.5rem;
  height: 0.5rem;
  background: #4ade80;
  border-radius: 50%;
  animation: pulse 2s infinite;
}
.numbers__highlights {
  display: grid;
  gap: 1rem;
  margin-bottom: 3rem;
}
@media (min-width: 640px) {
  .numbers__highlights {
    grid-template-columns: repeat(2, 1fr);
  }
}
.numbers__highlight {
  border-radius: 1rem;
  padding: 1.5rem;
}
.numbers__highlight--teal {
  background: hsla(186, 0%, 0%, 0.1);
  border: 1px solid hsla(186, 0%, 0%, 0.25);
}
.numbers__highlight--teal .label {
  color: #4ade80;
}
.numbers__highlight--coral {
  background: hsla(15, 85%, 55%, 0.1);
  border: 1px solid hsla(15, 85%, 55%, 0.25);
}
.numbers__highlight--coral .label {
  color: hsl(15, 85%, 55%);
}
.numbers__highlight .label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0.75rem;
}
.numbers__highlight .label .dot {
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background: currentColor;
}
.numbers__highlight h4 {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 800;
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
  line-height: 1.375;
}
.numbers__highlight p {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.625;
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
}
.platform-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 2.5rem;
}
.platform-tabs__btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.625rem 1.25rem;
  border-radius: 1rem;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  font-size: 0.875rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.platform-tabs__btn .count {
  font-size: 0.75rem;
  opacity: 0.6;
}
.platform-tabs__btn:hover {
  background: rgba(255, 255, 255, 0.15);
  color: white;
}
.platform-tabs__btn.is-active {
  border-color: transparent;
  box-shadow: 0 8px 24px hsla(0, 0%, 0%, 0.3);
  transform: scale(1.05);
  color: white;
}
.platform-tabs__btn.is-active[data-platform=youtube] {
  background: #dc2626;
}
.platform-tabs__btn.is-active[data-platform=meta] {
  background: linear-gradient(to right, #2563eb, #9333ea);
}
.platform-tabs__btn.is-active[data-platform=tiktok] {
  background: #111827;
}

.analytics-panel {
  border-radius: 1rem;
  border: 1px solid;
  padding: 1.5rem;
  display: none;
}
.analytics-panel.is-active {
  display: block;
}
.analytics-panel--youtube {
  background: #fef2f2;
  border-color: #fecaca;
}
.analytics-panel--meta {
  background: #faf5ff;
  border-color: #e9d5ff;
}
.analytics-panel--tiktok {
  background: #f9fafb;
  border-color: #d1d5db;
}
.analytics-panel__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.analytics-panel__label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  font-size: 0.875rem;
  color: white;
}
.analytics-panel__label--youtube {
  background: #dc2626;
}
.analytics-panel__label--meta {
  background: linear-gradient(to right, #2563eb, #9333ea);
}
.analytics-panel__label--tiktok {
  background: #111827;
}
.analytics-panel__meta {
  font-size: 0.75rem;
  color: #9ca3af;
}
.analytics-panel__grid {
  display: grid;
  gap: 1rem;
}
@media (min-width: 640px) {
  .analytics-panel__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.screenshot-card {
  border-radius: 1rem;
  overflow: hidden;
  background: white;
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 2px 8px hsla(0, 0%, 0%, 0.06);
  cursor: zoom-in;
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.screenshot-card:hover {
  transform: scale(1.02);
}
.screenshot-card:hover img {
  transform: scale(1.02);
}
.screenshot-card img {
  width: 100%;
  height: auto;
  transition: transform 0.3s;
}
.screenshot-card figcaption {
  font-size: 0.75rem;
  color: #9ca3af;
  padding: 0.5rem 0.75rem;
}

.platform-dots {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1.5rem;
}
.platform-dots button {
  height: 0.5rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.3);
  width: 0.5rem;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.platform-dots button.is-active {
  background: white;
  width: 1.5rem;
}

.audience-grid {
  display: grid;
  gap: 1rem;
  margin-bottom: 4rem;
}
@media (min-width: 640px) {
  .audience-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.audience-card {
  background: white;
  border: 1px solid hsl(35, 24%, 96%);
  border-radius: 1rem;
  padding: 1.5rem;
  display: flex;
  gap: 1rem;
  transition: border-color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.audience-card:hover {
  border-color: hsla(186, 0%, 0%, 0.4);
}
.audience-card .emoji {
  font-size: 1.875rem;
  flex-shrink: 0;
}
.audience-card h4 {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  color: hsl(20, 20%, 10%);
  margin-bottom: 0.25rem;
}
.audience-card p {
  font-size: 0.875rem;
  color: hsl(20, 0%, 0%);
  line-height: 1.6;
}

.platform-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 4rem;
}
.platform-list__item {
  background: white;
  border: 1px solid hsl(35, 24%, 96%);
  border-radius: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.25rem;
}
.platform-list__item .icon {
  font-size: 1.5rem;
}
.platform-list__item strong {
  display: block;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  font-size: 0.875rem;
  color: hsl(20, 20%, 10%);
}
.platform-list__item span {
  display: block;
  font-size: 0.75rem;
  color: hsl(20, 0%, 0%);
}

.industry-grid {
  display: grid;
  gap: 1rem;
}
@media (min-width: 640px) {
  .industry-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.industry-card {
  border-radius: 1rem;
  border: 1px solid;
  padding: 1.25rem;
}
.industry-card h4 {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 800;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}
.industry-card p {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.875rem;
  line-height: 1.625;
}
.industry-card--teal {
  border-color: hsla(186, 0%, 0%, 0.4);
  background: hsla(186, 0%, 0%, 0.05);
}
.industry-card--teal h4, .industry-card--teal p {
  color: hsl(186, 0%, 0%);
}
.industry-card--coral {
  border-color: hsla(15, 85%, 55%, 0.4);
  background: hsla(15, 85%, 55%, 0.05);
}
.industry-card--coral h4, .industry-card--coral p {
  color: hsl(15, 85%, 55%);
}
.industry-card--amber {
  border-color: hsla(38, 92%, 50%, 0.4);
  background: #fffbeb;
}
.industry-card--amber h4, .industry-card--amber p {
  color: #b45309;
}
.industry-card--purple {
  border-color: hsla(270, 60%, 60%, 0.4);
  background: #faf5ff;
}
.industry-card--purple h4, .industry-card--purple p {
  color: #7e22ce;
}
.industry-card--orange {
  border-color: hsla(25, 90%, 55%, 0.4);
  background: #fff7ed;
}
.industry-card--orange h4, .industry-card--orange p {
  color: #c2410c;
}
.industry-card--sky {
  border-color: hsla(200, 80%, 50%, 0.4);
  background: #f0f9ff;
}
.industry-card--sky h4, .industry-card--sky p {
  color: #0369a1;
}

.why-grid {
  display: grid;
  gap: 1.25rem;
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.why-card {
  background: white;
  border: 1px solid hsl(35, 24%, 96%);
  border-radius: 1rem;
  padding: 1.5rem;
  transition: border-color 0.25s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.why-card:hover {
  border-color: hsla(15, 85%, 55%, 0.3);
  box-shadow: 0 4px 20px hsla(0, 0%, 0%, 0.04);
}
.why-card {
  display: flex;
  gap: 1rem;
}
.why-card .emoji {
  font-size: 1.875rem;
  flex-shrink: 0;
}
.why-card h4 {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  color: hsl(20, 20%, 10%);
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
.why-card p {
  font-size: 0.875rem;
  color: hsl(20, 0%, 0%);
  line-height: 1.7;
}

.why-banner {
  position: relative;
  background: hsl(20, 20%, 10%);
  color: white;
  border-radius: 1.5rem;
  padding: 2.5rem;
  overflow: hidden;
}
.why-banner__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(48px);
  pointer-events: none;
}
.why-banner__orb--coral {
  top: 0;
  right: 0;
  width: 16rem;
  height: 16rem;
  background: hsla(15, 85%, 55%, 0.15);
}
.why-banner__orb--teal {
  bottom: 0;
  left: 0;
  width: 12rem;
  height: 12rem;
  background: hsla(186, 0%, 0%, 0.15);
  filter: blur(32px);
}
.why-banner p {
  position: relative;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.5rem, 3vw, 1.875rem);
  font-weight: 700;
  font-style: italic;
  line-height: 1.5;
}

.packages__note {
  font-size: 0.75rem;
  color: hsl(20, 0%, 0%);
  font-style: italic;
  text-align: center;
  margin-top: 0.5rem;
}
.packages__warning {
  font-size: 0.75rem;
  color: hsl(15, 85%, 55%);
  font-weight: 600;
  text-align: center;
  margin-top: 0.75rem;
}

.package-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-bottom: 3.5rem;
}

.package-card {
  border-radius: 1rem;
  border: 1px solid hsl(35, 24%, 96%);
  padding: 1.75rem;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  transition: border-color 0.25s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 639px) {
  .package-card {
    padding: 1.25rem;
  }
}
.package-card:not(.package-card--featured) {
  background: white;
}
.package-card:not(.package-card--featured):hover {
  border-color: hsla(15, 85%, 55%, 0.3);
  box-shadow: 0 4px 20px hsla(0, 0%, 0%, 0.04);
}
.package-card--featured {
  background: hsl(20, 20%, 10%);
  color: white;
  border-color: hsl(20, 20%, 10%);
  box-shadow: 0 25px 60px hsla(0, 0%, 0%, 0.2);
}
.package-card__top {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-bottom: 1.5rem;
  min-width: 0;
}
@media (min-width: 640px) {
  .package-card__top {
    flex-direction: row;
    align-items: flex-start;
  }
}
.package-card__info {
  flex: 1;
  min-width: 0;
}
.package-card__badge {
  display: inline-block;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  font-size: 0.75rem;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  margin-bottom: 0.75rem;
}
.package-card__badge--default {
  background: hsl(99, 100%, 92%);
  color: hsla(20, 0%, 0%, 0.55);
}
.package-card__badge--featured {
  background: hsl(15, 85%, 55%);
  color: white;
}
.package-card__tier {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 800;
  font-size: 1.5rem;
  margin-bottom: 0.25rem;
}
.package-card__tagline {
  font-size: 0.875rem;
  color: hsl(20, 0%, 0%);
}
.package-card__pricing {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.75rem;
  width: 100%;
  min-width: 0;
}
@media (min-width: 640px) {
  .package-card__pricing {
    flex-direction: column;
    align-items: flex-end;
    gap: 0.25rem;
    width: auto;
    flex-shrink: 0;
  }
}
.package-card__pricing .btn {
  width: 100%;
  justify-content: center;
  padding: 0.625rem 1.25rem;
  box-shadow: none;
}
@media (min-width: 640px) {
  .package-card__pricing .btn {
    width: auto;
    flex-shrink: 0;
  }
}
.package-card__price {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 800;
  font-size: 1.5rem;
  color: hsl(186, 0%, 0%);
}
@media (min-width: 640px) {
  .package-card__price {
    font-size: 1.875rem;
  }
}
.package-card__period {
  font-size: 0.75rem;
  color: hsl(20, 0%, 0%);
  text-align: left;
}
@media (min-width: 640px) {
  .package-card__period {
    text-align: right;
  }
}
.package-card__features {
  display: grid;
  gap: 0.625rem;
}
@media (min-width: 640px) {
  .package-card__features {
    grid-template-columns: repeat(2, 1fr);
  }
}
.package-card__feature {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.6;
  min-width: 0;
  overflow-wrap: anywhere;
}
.package-card__feature .check {
  color: hsl(186, 0%, 0%);
  flex-shrink: 0;
  margin-top: 0.125rem;
}
.package-card__note {
  margin-top: 1.25rem;
  font-size: 0.875rem;
  font-style: italic;
  border-left: 2px solid hsl(186, 0%, 0%);
  padding-left: 1rem;
  color: hsl(186, 0%, 0%);
}
.package-card--featured .package-card__tagline {
  color: rgba(255, 255, 255, 0.6);
}
.package-card--featured .package-card__price {
  color: hsl(15, 85%, 55%);
}
.package-card--featured .package-card__period {
  color: rgba(255, 255, 255, 0.4);
}
.package-card--featured .package-card__feature {
  color: rgba(255, 255, 255, 0.75);
}
.package-card--featured .package-card__feature .check {
  color: hsl(15, 85%, 55%);
}
.package-card--featured .package-card__note {
  color: rgba(255, 255, 255, 0.6);
  border-color: hsl(15, 85%, 55%);
}

.cta {
  position: relative;
  background: hsl(20, 20%, 10%);
  color: white;
  overflow: hidden;
}
.cta__orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(120px);
}
.cta__orb--coral {
  top: 0;
  right: 0;
  width: 450px;
  height: 450px;
  background: hsla(15, 85%, 55%, 0.15);
}
.cta__orb--teal {
  bottom: 0;
  left: 0;
  width: 350px;
  height: 350px;
  background: hsla(186, 0%, 0%, 0.15);
  filter: blur(100px);
}
.cta__banner {
  width: 100%;
  max-height: 220px;
  overflow: hidden;
}
.cta__banner img {
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.cta__content {
  position: relative;
  max-width: 48rem;
  margin-inline: auto;
  width: 100%;
  text-align: center;
  padding: 4rem 1.5rem;
}
.cta__title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.25rem, 5vw, 3rem);
  font-weight: 700;
  font-style: italic;
  line-height: 1.2;
  margin-bottom: 1.25rem;
}
.cta__socials {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 4rem;
}
.cta__divider {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  margin-bottom: 2rem;
}
.cta__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.25);
  text-align: center;
}
@media (min-width: 640px) {
  .cta__footer {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: left;
  }
}
.cta__footer-contact {
  flex: 0 0 100%;
  width: 100%;
  text-align: center;
  line-height: 1.6;
  max-width: 36rem;
  margin-inline: auto;
  align-self: center;
}
.cta__footer a {
  color: rgba(255, 255, 255, 0.45);
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.cta__footer a:hover {
  color: rgba(255, 255, 255, 0.75);
}

.subheading {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: hsl(20, 20%, 10%);
  margin-bottom: 1.25rem;
}
