.cb-home-figma .cb-main {
  padding-bottom: 0;
}

.cb-home-figma .cb-header {
  background: rgba(244, 244, 244, 0.95);
  box-shadow: 0 1px 5px rgba(15, 23, 42, 0.1);
}

.cb-home-figma .navbar.navbar-custom {
  background: rgba(244, 244, 244, 0.95) !important;
  box-shadow: 0 1px 5px rgba(15, 23, 42, 0.1) !important;
}

.cb-home-figma .navbar-custom .navbar-brand img {
  width: 45px;
  height: 41px;
}

.cb-home-figma .navbar-custom .nav-link,
.cb-home-figma .navbar-custom .dropdown-toggle {
  font-family: var(--cb-font-mono);
  font-size: 14px;
  line-height: 24px;
  color: #000000 !important;
}

.cb-home-figma .footer {
  margin-top: 0;
  padding-top: 5.9rem;
  padding-bottom: 6rem;
}

.home-page {
  /*
   * Hero tuning controls.
   * Adjust these values to fine-tune the homepage hero without hunting
   * through multiple selectors.
   */
  --home-hero-min-height: clamp(560px, 50vw, 860px);
  --home-hero-padding-top: 0px;
  --home-hero-padding-bottom: 300px;
  --home-hero-image-shift-y: 0px;
  --home-hero-content-shift-y: -140px;
  --home-hero-title-shift-y: 30px;
  --home-hero-subtitle-margin-top: 20px;
  --home-hero-subtitle-shift-y: 0px;
  --home-scroll-margin-top: 6rem;
  --home-section-rail-right: 2rem;
  --home-section-rail-bottom: 2rem;
  --home-section-rail-dot-size: 14px;
  --home-section-rail-dot-gap: 10px;
  --home-section-rail-dot-fill: rgba(255, 255, 255, 0.96);
  --home-section-rail-dot-border: rgba(17, 33, 30, 0.16);
  --home-section-rail-dot-shadow: 0 4px 10px rgba(17, 33, 30, 0.2);
  --home-section-rail-dot-hover-shadow: 0 8px 18px rgba(17, 33, 30, 0.24);
  --home-section-rail-active-fill: #6c757d;
  --home-section-rail-active-border: rgba(17, 33, 30, 0.26);
  --home-section-rail-hover-scale: 1.08;
  --home-section-rail-focus-outline: 2px solid rgba(15, 118, 110, 0.45);
  --home-section-rail-focus-offset: 3px;
  --home-carousel-gap: 24px;
  --home-carousel-columns: 3;
  --home-carousel-side-padding: 56px;
  --home-carousel-button-size: 44px;
  --home-carousel-dot-size: 8px;
  --home-carousel-dot-gap: 8px;
  --home-heading-size: clamp(36px, 4.2vw, 48px);
  --home-heading-line-height: 1.25;
  --home-heading-secondary-size: clamp(30px, 3.6vw, 48px);
  --home-heading-tertiary-size: clamp(24px, 2.4vw, 28px);
  --home-body-size: 14px;
  --home-body-line-height: 1.286;
  --home-button-text-size: 20px;
  --home-button-line-height: 1;
  background: #f1f1f1;
  color: #212529;
}

.home-page h1,
.home-page h2 {
  font-weight: 400;
}

.home-shell {
  width: min(1140px, calc(100% - 48px));
  margin: 0 auto;
}

.home-display {
  margin: 0;
  font-family: "Bakbak One", var(--cb-font-display);
  font-weight: 400;
  font-size: var(--home-heading-size);
  line-height: var(--home-heading-line-height);
  letter-spacing: 0;
  text-transform: capitalize;
  color: #000000;
}

.home-display--secondary {
  font-size: var(--home-heading-secondary-size);
  text-align: center;
}

.home-display--tertiary {
  font-size: var(--home-heading-tertiary-size);
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
}

.home-display--stacked {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.home-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 68px;
  padding: 16px 32px;
  border-radius: 10px;
  border: 1px solid #000000;
  font-family: "Bakbak One", var(--cb-font-display);
  font-size: var(--home-button-text-size);
  line-height: var(--home-button-line-height);
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.home-button:hover,
.home-button:focus {
  text-decoration: none;
  transform: translateY(-1px);
}

.home-button--primary {
  background: #111111;
  color: #ffffff;
}

.home-button--primary:hover,
.home-button--primary:focus {
  background: #000000;
  color: #ffffff;
}

.home-button--secondary {
  min-height: 56px;
  padding: 14px 26px;
  font-size: var(--home-button-text-size);
  background: #111111;
  color: #ffffff;
}

.home-button--secondary:hover,
.home-button--secondary:focus {
  background: #000000;
  color: #ffffff;
}

.home-button--wide {
  min-width: 344px;
}

.home-page__hero {
  position: relative;
  min-height: var(--home-hero-min-height);
  padding: var(--home-hero-padding-top) 24px var(--home-hero-padding-bottom);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #ffffff;
}

.home-page__hero-media {
  position: absolute;
  inset: 0;
  display: block;
  z-index: 0;
}

.home-page__hero-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  transform: translateY(var(--home-hero-image-shift-y));
}

.home-page__hero::after {
  content: "";
  position: absolute;
  inset: 72px 0 0;
  background: linear-gradient(180deg, rgba(244, 244, 244, 0) 0%, rgba(244, 244, 244, 0.06) 100%);
  pointer-events: none;
}

.home-page__hero-content {
  position: relative;
  z-index: 1;
  width: min(1140px, 100%);
  text-align: center;
  transform: translateY(var(--home-hero-content-shift-y));
}

.home-page__hero-title {
  margin: 0;
  font-family: "Bakbak One", var(--cb-font-display);
  font-weight: 400;
  font-size: clamp(64px, 8vw, 120px);
  line-height: 1.02;
  letter-spacing: -0.06em;
  text-transform: uppercase;
  color: #000000;
  transform: translateY(var(--home-hero-title-shift-y));
}

.home-page__hero-subtitle {
  margin: var(--home-hero-subtitle-margin-top) 0 0;
  font-family: var(--cb-font-mono);
  font-size: clamp(22px, 2.7vw, 36px);
  line-height: 1.55;
  letter-spacing: -0.06em;
  color: #000000;
  transform: translateY(var(--home-hero-subtitle-shift-y));
  font-weight: 100;
}

.home-section {
  padding: 96px 0;
}

.home-page__hero,
.home-section {
  scroll-margin-top: var(--home-scroll-margin-top);
}

.home-section--surface {
  background: #ffffff;
}

.home-section--neutral {
  background: #f1f1f1;
}

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

.home-section--closing {
  padding-bottom: 138px;
}

.home-section-rail {
  position: fixed;
  right: calc(env(safe-area-inset-right, 0px) + var(--home-section-rail-right));
  bottom: calc(env(safe-area-inset-bottom, 0px) + var(--home-section-rail-bottom));
  z-index: 120;
}

.home-section-rail__list {
  display: flex;
  flex-direction: column;
  gap: var(--home-section-rail-dot-gap);
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-section-rail__item {
  margin: 0;
}

.home-section-rail__link {
  display: block;
  width: var(--home-section-rail-dot-size);
  height: var(--home-section-rail-dot-size);
  border: 1px solid var(--home-section-rail-dot-border);
  border-radius: 999px;
  background: var(--home-section-rail-dot-fill);
  box-shadow: var(--home-section-rail-dot-shadow);
  text-decoration: none;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    background-color 160ms ease,
    border-color 160ms ease;
}

.home-section-rail__link:hover,
.home-section-rail__link:focus-visible {
  transform: scale(var(--home-section-rail-hover-scale));
  box-shadow: var(--home-section-rail-dot-hover-shadow);
}

.home-section-rail__link.is-active,
.home-section-rail__link[aria-current="true"] {
  background: var(--home-section-rail-active-fill);
  border-color: var(--home-section-rail-active-border);
}

.home-section-rail__link:focus-visible {
  outline: var(--home-section-rail-focus-outline);
  outline-offset: var(--home-section-rail-focus-offset);
}

.home-section-head {
  max-width: 1120px;
}

.home-section-head--center {
  margin-inline: auto;
  text-align: center;
}

.home-section-head p {
  margin: 20px 0 0;
  font-family: var(--cb-font-mono);
  font-size: var(--home-body-size);
  line-height: var(--home-body-line-height);
  color: #212529;
}

.home-section-cta {
  margin-top: 44px;
}

.home-section-cta--center {
  text-align: center;
}

.home-split {
  display: grid;
  grid-template-columns: minmax(0, 475px) minmax(0, 571px);
  gap: 90px;
  align-items: center;
}

.home-copy__body {
  margin-top: 34px;
}

.home-copy__body p {
  margin: 0;
  font-family: var(--cb-font-mono);
  font-size: var(--home-body-size);
  line-height: var(--home-body-line-height);
  color: #212529;
}

.home-copy__body p + p {
  margin-top: 24px;
}

.home-copy .home-button {
  margin-top: 30px;
}

.home-media img,
.home-time-visual img,
.home-pricing-graphic img,
.home-testimonial__avatar,
.home-link-card__media img {
  display: block;
  width: 100%;
  height: auto;
}

.home-media--wide img {
  max-width: 571px;
  margin-inline: auto;
}

.home-media--portrait img {
  max-width: 445px;
  margin-inline: auto;
}

.home-card-grid {
  display: grid;
  gap: 24px;
}

.home-carousel {
  position: relative;
  margin-top: 40px;
  padding-inline: var(--home-carousel-side-padding);
}

.home-carousel__viewport {
  overflow: hidden;
}

.home-carousel__track {
  display: flex;
  gap: var(--home-carousel-gap);
  overflow-x: auto;
  padding: 4px 0 16px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  align-items: stretch;
  scroll-behavior: smooth;
}

.home-carousel__track::-webkit-scrollbar {
  display: none;
}

.home-carousel__item {
  flex: 0 0 calc((100% - (var(--home-carousel-gap) * (var(--home-carousel-columns) - 1))) / var(--home-carousel-columns));
  min-width: calc((100% - (var(--home-carousel-gap) * (var(--home-carousel-columns) - 1))) / var(--home-carousel-columns));
  scroll-snap-align: start;
  display: flex;
}

.home-carousel__button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: var(--home-carousel-button-size);
  height: var(--home-carousel-button-size);
  border: 0;
  border-radius: 999px;
  background: rgba(17, 24, 39, 0.92);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.16);
  transition: transform 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
  z-index: 2;
}

.home-carousel__button:hover,
.home-carousel__button:focus-visible {
  background: #000000;
  transform: translateY(-50%) scale(1.05);
  box-shadow: 0 16px 28px rgba(15, 23, 42, 0.2);
}

.home-carousel__button:focus-visible {
  outline: 2px solid rgba(15, 118, 110, 0.45);
  outline-offset: 3px;
}

.home-carousel__button--prev {
  left: 0;
}

.home-carousel__button--next {
  right: 0;
}

.home-carousel__button svg {
  width: 20px;
  height: 20px;
}

.home-carousel__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--home-carousel-dot-gap);
  margin-top: 8px;
}

.home-carousel__dot {
  width: var(--home-carousel-dot-size);
  height: var(--home-carousel-dot-size);
  border: 0;
  border-radius: 999px;
  background: #c7cbd2;
  padding: 0;
  transition: transform 160ms ease, background-color 160ms ease;
}

.home-carousel__dot.is-active {
  background: #6c757d;
  transform: scale(1.2);
}

.home-carousel__dot:focus-visible {
  outline: 2px solid rgba(15, 118, 110, 0.45);
  outline-offset: 3px;
}

.home-card-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 48px;
}

.home-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.1);
}

.home-card--feature {
  padding: 20px 32px 32px;
  text-align: center;
}

.home-card--feature img {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  object-fit: contain;
}

.home-card h3 {
  margin: 20px 0 0;
  font-family: "Bakbak One", var(--cb-font-display);
  font-size: 24px;
  line-height: 1.15;
  color: #212529;
}

.home-card p {
  margin: 12px 0 0;
  font-family: var(--cb-font-mono);
  font-size: 14px;
  line-height: 1.45;
  color: #212529;
}

.home-example-block {
  margin-top: 50px;
}

.home-example-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px 22px;
  margin-top: 28px;
}

.home-example-card {
  min-height: 86px;
  padding: 19px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.1);
  font-family: var(--cb-font-mono);
  font-size: 18px;
  line-height: 1.25;
  color: #212529;
  display: flex;
  align-items: center;
}

.home-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  width: min(1110px, 100%);
  margin: 48px auto 0;
}

.home-contact-card {
  min-height: 350px;
  padding: 24px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
  text-align: center;
}

.home-contact-card__label {
  min-height: 48px;
  margin: 0;
  font-family: "Bakbak One", var(--cb-font-display);
  font-size: 24px;
  line-height: 1;
  color: #1f2937;
}

.home-contact-card__qr {
  width: 160px;
  height: 160px;
  margin: 22px auto 24px;
}

.home-contact-card__qr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
}

.home-contact-card__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(270px, 100%);
  min-height: 60px;
  padding: 12px 18px;
  border-radius: 10px;
  font-family: "Bakbak One", var(--cb-font-display);
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.12);
}

.home-contact-card__link:hover,
.home-contact-card__link:focus {
  color: #ffffff;
  text-decoration: none;
}

.home-contact-card__link--line {
  background: linear-gradient(167deg, #00b900 0%, #009a00 100%);
}

.home-contact-card__link--instagram {
  background: linear-gradient(167deg, #f58529 0%, #dd2a7b 35%, #8134af 68%, #515bd4 100%);
}

.home-contact-card__link--whatsapp {
  background: linear-gradient(167deg, #25d366 0%, #128c7e 100%);
}

.home-time-visual {
  margin-top: 30px;
  overflow: hidden;
  border-radius: 10px;
}

.home-card--step {
  min-height: 222px;
  padding: 33px;
  text-align: center;
}

.home-step-card__eyebrow {
  display: block;
  font-family: "Bakbak One", var(--cb-font-display);
  font-size: 24px;
  line-height: 1;
  color: #111827;
}

.home-card--step h3 {
  margin-top: 28px;
  font-size: 44px;
}

.home-card--step p {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.45;
}

.home-card--step a {
  color: #111111;
  text-decoration: underline;
}

.home-difference {
  display: grid;
  grid-template-columns: 371px minmax(0, 730px);
  gap: 61px;
  align-items: start;
}

.home-difference__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 23px 19px;
}

.home-card--mini {
  min-height: 299px;
  padding: 32px;
  text-align: center;
}

.home-card--mini img {
  width: 83px;
  height: 83px;
  margin: 0 auto;
  object-fit: contain;
}

.home-card--mini h3 {
  min-height: 48px;
  margin-top: 16px;
  font-size: 24px;
}

.home-card--mini p {
  margin-top: 12px;
}

.home-pricing-layout {
  display: grid;
  grid-template-columns: 380px minmax(0, 730px);
  gap: 15px;
  align-items: stretch;
  margin-top: 48px;
}

.home-pricing-panel {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.home-pricing-box {
  padding: 34px;
  background: #ffffff;
  border: 1px solid #d8dbe2;
  border-radius: 10px;
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.08);
}

.home-pricing-box--tall {
  min-height: 585px;
}

.home-pricing-box h3 {
  margin: 0;
  font-family: var(--cb-font-mono);
  font-size: 27px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  color: #111111;
}

.home-pricing-box h3 + ul {
  margin-top: 12px;
}

.home-pricing-box ul {
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.home-pricing-box li {
  font-family: var(--cb-font-mono);
  font-size: 18px;
  line-height: 1.35;
  color: #212529;
}

.home-pricing-graphic {
  padding: 34px;
  background: #ffffff;
  border: 1px solid #d8dbe2;
  border-radius: 10px;
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.08);
}

.home-credit-packages {
  margin-top: 88px;
}

.home-card-grid--packages {
  margin-top: 44px;
}

.home-card--package {
  min-height: 320px;
  padding: 24px 20px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}

.home-card--package h3 {
  font-size: 44px;
  margin-top: 0;
}

.home-card--package p {
  margin-top: 0;
  font-size: 24px;
  line-height: 1.2;
}

.home-card--package .home-button {
  min-width: 170px;
}

.home-card-grid--testimonials {
  margin-top: 56px;
}

.home-card--testimonial {
  min-height: 472px;
  padding: 24px;
  text-align: center;
}

.home-testimonial__avatar {
  width: 120px;
  height: 120px;
  border-radius: 999px;
  margin: 0 auto;
  object-fit: cover;
}

.home-testimonial__handle {
  display: inline-block;
  margin-top: 16px;
  font-family: var(--cb-font-mono);
  font-size: 18px;
  line-height: 1.2;
  color: #111111;
  text-decoration: none;
}

.home-link-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  color: inherit;
  text-decoration: none;
}

.home-link-card:hover,
.home-link-card:focus {
  color: inherit;
  text-decoration: none;
}

.home-link-card__media img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}

.home-card--article {
  display: flex;
  min-height: 100%;
  overflow: hidden;
}

.home-link-card__body {
  padding: 18px;
  display: flex;
  flex: 1;
  flex-direction: column;
}

.home-link-card__body h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.15;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.home-link-card__body p {
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  flex: 1;
}

.home-card-grid--articles,
.home-card-grid--services {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 40px;
}

.home-empty-state {
  margin: 30px 0 0;
  text-align: center;
  font-family: var(--cb-font-mono);
  font-size: var(--home-body-size);
  line-height: var(--home-body-line-height);
  color: #4b5563;
}

.home-copy--assistant .home-button {
  margin-top: 36px;
}

.home-section--closing .home-display--tertiary {
  margin-top: 72px;
}

@media (max-width: 1199.98px) {
  .home-page {
    --home-carousel-columns: 2;
    --home-carousel-side-padding: 52px;
  }

  .home-shell {
    width: min(1140px, calc(100% - 40px));
  }

  .home-split,
  .home-difference,
  .home-pricing-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .home-example-grid,
  .home-contact-grid,
  .home-card-grid--three,
  .home-card-grid--articles,
  .home-card-grid--services,
  .home-difference__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-pricing-panel {
    order: 2;
  }

  .home-pricing-graphic {
    order: 1;
  }
}

@media (max-width: 991.98px) {
  .home-page {
    --home-hero-min-height: 520px;
    --home-hero-padding-top: 110px;
    --home-hero-padding-bottom: 56px;
    --home-hero-image-shift-y: 16px;
    --home-hero-content-shift-y: -76px;
    --home-carousel-columns: 2;
    --home-carousel-side-padding: 48px;
  }

  .home-page__hero {
    min-height: var(--home-hero-min-height);
    padding-top: var(--home-hero-padding-top);
    padding-bottom: var(--home-hero-padding-bottom);
  }

  .home-section {
    padding: 72px 0;
  }

  .home-button {
    min-height: 60px;
    font-size: 20px;
    line-height: 24px;
  }

  .home-section-rail {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .home-page {
    --home-hero-min-height: 400px;
    --home-hero-padding-top: 92px;
    --home-hero-padding-bottom: 40px;
    --home-hero-image-shift-y: 8px;
    --home-hero-content-shift-y: -28px;
    --home-carousel-columns: 1;
    --home-carousel-gap: 16px;
    --home-carousel-side-padding: 0px;
  }

  .home-shell {
    width: min(100%, calc(100% - 28px));
  }

  .home-page__hero {
    min-height: var(--home-hero-min-height);
    padding: var(--home-hero-padding-top) 14px var(--home-hero-padding-bottom);
  }

  .home-page__hero-subtitle {
    letter-spacing: -0.03em;
    line-height: 1.3;
  }

  .home-carousel {
    padding-inline: 0;
  }

  .home-carousel__button {
    display: none;
  }

  .home-example-grid,
  .home-contact-grid,
  .home-card-grid--three,
  .home-card-grid--articles,
  .home-card-grid--services,
  .home-difference__grid {
    grid-template-columns: 1fr;
  }

  .home-card--feature,
  .home-card--mini,
  .home-card--testimonial,
  .home-card--step,
  .home-card--package {
    min-height: 0;
  }

  .home-card--step h3,
  .home-card--package h3 {
    font-size: 34px;
  }

  .home-card--package p,
  .home-contact-card__label {
    font-size: 20px;
  }

  .home-example-card {
    min-height: 0;
    font-size: 16px;
  }

  .home-contact-card {
    min-height: 0;
  }

  .home-button--wide {
    min-width: 0;
    width: 100%;
  }

  .cb-home-figma .footer {
    padding-top: 3.5rem;
    padding-bottom: 3.75rem;
  }
}
