/* =========================================================
   01. BuyFollowers Design Tokens
========================================================= */

:root {
  --bf-bg: #f8fafc;
  --bf-surface: #ffffff;
  --bf-surface-soft: rgba(255, 255, 255, 0.72);
  --bf-text: #111827;
  --bf-muted: #64748b;
  --bf-border: rgba(15, 23, 42, 0.08);

  --bf-dark: #4F46E5;
  --bf-dark-soft: #4338CA;
  --bf-accent: #4F46E5;
  --bf-accent-2: #ec4899;

  --bf-radius-lg: 32px;
  --bf-radius-md: 22px;
  --bf-radius-pill: 999px;

  --bf-shadow-soft: 0 24px 80px rgba(15, 23, 42, 0.10);
  --bf-shadow-card: 0 18px 50px rgba(15, 23, 42, 0.10);
}

/* =========================================================
   02. Global Reset / Compatibility Fixes
========================================================= */

html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}

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

img,
svg,
video,
canvas {
  max-width: 100%;
}

.bf-home-hero,
.bf-instagram-page-hero,
.bf-home-packages,
.bf-instagram-packages,
.bf-footer {
  max-width: 100%;
}

/* Bootstrap/AOS compatibility */
[data-aos] {
  pointer-events: auto;
}

/* Fix default Bootstrap wrapper gap above custom sections */
.content-section-layout.pt-5,
.content-section-layout.pt-xl-6 {
  padding-top: 0 !important;
}

/* =========================================================
   03. Base Buttons
========================================================= */

.bf-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: var(--bf-radius-pill);
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.02em;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

.bf-btn:hover {
  transform: translateY(-1px);
  text-decoration: none;
}

.bf-btn--dark {
  background: var(--bf-dark);
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(17, 24, 39, 0.18);
}

.bf-btn--dark:hover {
  color: #ffffff;
  background: #020617;
}

.bf-btn--light,
.bf-btn--ghost {
  background: rgba(255, 255, 255, 0.74);
  border-color: var(--bf-border);
  color: var(--bf-text);
}

.bf-btn--light:hover,
.bf-btn--ghost:hover {
  color: var(--bf-text);
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.bf-btn--white {
  background: #ffffff;
  color: #111827;
  box-shadow: 0 16px 34px rgba(255, 255, 255, 0.14);
}

.bf-btn--white:hover {
  background: #f8fafc;
  color: #111827;
}

.bf-btn--dark-ghost {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.13);
  color: #ffffff;
}

.bf-btn--dark-ghost:hover {
  background: rgba(255, 255, 255, 0.13);
  color: #ffffff;
}

/* =========================================================
   04. Header
========================================================= */

.bf-header.header-menu {
  position: relative !important;
  z-index: 1080 !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 18px 0 !important;
  background: rgba(255, 255, 255, 0.96) !important;
  border-bottom: 1px solid rgba(15, 23, 42, 0.06) !important;
  box-shadow: 0 10px 35px rgba(15, 23, 42, 0.035) !important;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  color-scheme: light !important;
}

.bf-header.header-menu *,
.bf-navbar-menu,
.bf-navbar-menu * {
  color-scheme: light !important;
}

.bf-header.header-menu .bf-navbar {
  padding: 0 !important;
}

.bf-header.header-menu .container {
  width: 100% !important;
}

.bf-header.header-menu .bf-navbar-shell {
  width: 100% !important;
  min-height: 62px !important;
  display: flex !important;
  align-items: center !important;
}

.bf-header.header-menu .bf-navbar-brand {
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;
  flex: 0 0 auto !important;
  color: var(--bf-text, #111827) !important;
  -webkit-text-fill-color: var(--bf-text, #111827) !important;
  text-decoration: none !important;
}

.bf-header.header-menu .bf-navbar-brand:hover {
  color: var(--bf-text, #111827) !important;
  -webkit-text-fill-color: var(--bf-text, #111827) !important;
}

.bf-header.header-menu .bf-navbar-brand img {
  width: 44px !important;
  height: 44px !important;
  display: block !important;
  object-fit: contain !important;
}

.bf-header.header-menu .bf-navbar-brand span {
  color: var(--bf-text, #111827) !important;
  -webkit-text-fill-color: var(--bf-text, #111827) !important;
  font-size: 21px !important;
  line-height: 1 !important;
  letter-spacing: -0.055em !important;
  font-weight: 850 !important;
}

.bf-header.header-menu .bf-navbar-actions {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  flex: 0 0 auto !important;
  margin-left: auto !important;
}

.offcanvas-backdrop,
.offcanvas-backdrop.show {
  z-index: 1060 !important;
}

@media (min-width: 1200px) {
  .bf-header.header-menu {
    padding: 18px 0 !important;
  }

  .bf-header.header-menu .container {
    max-width: 1120px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .bf-header.header-menu .bf-navbar-shell {
    justify-content: space-between !important;
    gap: 28px !important;
  }

  .bf-header.header-menu .bf-navbar-brand {
    margin: 0 !important;
  }

  .bf-header.header-menu .bf-navbar-menu,
  .bf-header.header-menu .bf-navbar-menu.offcanvas,
  .bf-header.header-menu .bf-navbar-menu.offcanvas-start,
  .bf-header.header-menu .bf-navbar-menu.offcanvas-end {
    position: static !important;
    inset: auto !important;
    flex: 1 1 auto !important;
    width: auto !important;
    height: auto !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    visibility: visible !important;
    overflow: visible !important;
    transform: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    transition: none !important;
  }

  .bf-header.header-menu .bf-mobile-menu-header {
    display: none !important;
  }

  .bf-header.header-menu .bf-navbar-menu .offcanvas-body {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    background: transparent !important;
  }

  .bf-header.header-menu .bf-navbar-menu .navbar-nav {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    flex-wrap: nowrap !important;
    gap: 18px !important;
    width: auto !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .bf-header.header-menu .bf-navbar-menu .nav-item {
    display: flex !important;
    align-items: center !important;
    flex: 0 0 auto !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .bf-header.header-menu .bf-navbar-menu .nav-link,
  .bf-header.header-menu .bf-navbar-menu a.nav-link {
    position: relative !important;
    min-height: 42px !important;
    display: inline-flex !important;
    align-items: center !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: var(--bf-text, #111827) !important;
    -webkit-text-fill-color: var(--bf-text, #111827) !important;
    box-shadow: none !important;
    font-size: 14px !important;
    font-weight: 850 !important;
    line-height: 1.2 !important;
    letter-spacing: -0.035em !important;
    white-space: nowrap !important;
    text-decoration: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    transition: color 0.2s ease, transform 0.2s ease !important;
  }

  .bf-header.header-menu .bf-navbar-menu .nav-link::before,
  .bf-header.header-menu .bf-navbar-menu a.nav-link::before {
    display: none !important;
  }

  .bf-header.header-menu .bf-navbar-menu .nav-link::after,
  .bf-header.header-menu .bf-navbar-menu a.nav-link::after {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 3px !important;
    height: 2px !important;
    display: block !important;
    border-radius: 999px !important;
    background: linear-gradient(
      135deg,
      var(--bf-accent, #6366f1),
      var(--bf-accent-2, #ec4899)
    ) !important;
    opacity: 0 !important;
    transform: scaleX(0.4) !important;
    transform-origin: left !important;
    transition: opacity 0.2s ease, transform 0.2s ease !important;
  }

  .bf-header.header-menu .bf-navbar-menu .nav-link:hover,
  .bf-header.header-menu .bf-navbar-menu a.nav-link:hover {
    color: var(--bf-accent, #6366f1) !important;
    -webkit-text-fill-color: var(--bf-accent, #6366f1) !important;
  }

  .bf-header.header-menu .bf-navbar-menu .nav-link:hover::after,
  .bf-header.header-menu .bf-navbar-menu a.nav-link:hover::after {
    opacity: 1 !important;
    transform: scaleX(1) !important;
  }

  .bf-header.header-menu .bf-navbar-menu .navbar-nav > .nav-item:last-child {
    margin-left: 8px !important;
  }

  .bf-header.header-menu .bf-navbar-menu .navbar-nav > .nav-item:last-child > .nav-link,
  .bf-header.header-menu .bf-navbar-menu .navbar-nav > .nav-item:last-child > a.nav-link {
    min-height: 46px !important;
    padding: 0 22px !important;
    border-radius: 16px !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    background: linear-gradient(
      135deg,
      var(--bf-accent, #6366f1),
      var(--bf-accent-2, #ec4899)
    ) !important;
    box-shadow: 0 16px 36px rgba(99, 102, 241, 0.26) !important;
  }

  .bf-header.header-menu .bf-navbar-menu .navbar-nav > .nav-item:last-child > .nav-link::after,
  .bf-header.header-menu .bf-navbar-menu .navbar-nav > .nav-item:last-child > a.nav-link::after {
    display: none !important;
  }

  .bf-header.header-menu .bf-navbar-menu .navbar-nav > .nav-item:last-child > .nav-link:hover,
  .bf-header.header-menu .bf-navbar-menu .navbar-nav > .nav-item:last-child > a.nav-link:hover {
    transform: translateY(-2px) !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    box-shadow: 0 22px 48px rgba(99, 102, 241, 0.32) !important;
  }

  .bf-header.header-menu .bf-navbar-actions {
    display: none !important;
  }
}

@media (min-width: 1200px) and (max-width: 1359.98px) {
  .bf-header.header-menu .container {
    max-width: 1060px !important;
  }

  .bf-header.header-menu .bf-navbar-shell {
    gap: 22px !important;
  }

  .bf-header.header-menu .bf-navbar-menu .navbar-nav {
    gap: 13px !important;
  }

  .bf-header.header-menu .bf-navbar-menu .nav-link,
  .bf-header.header-menu .bf-navbar-menu a.nav-link {
    font-size: 13.5px !important;
  }

  .bf-header.header-menu .bf-navbar-menu .navbar-nav > .nav-item:last-child {
    margin-left: 4px !important;
  }

  .bf-header.header-menu .bf-navbar-menu .navbar-nav > .nav-item:last-child > .nav-link,
  .bf-header.header-menu .bf-navbar-menu .navbar-nav > .nav-item:last-child > a.nav-link {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
}

@media (max-width: 1199.98px) {
  .bf-header.header-menu {
    z-index: 1080 !important;
    padding: 12px 0 !important;
    background: rgba(255, 255, 255, 0.98) !important;
  }

  .bf-header.header-menu .container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .bf-header.header-menu .bf-navbar-shell {
    min-height: 52px !important;
    justify-content: space-between !important;
    gap: 12px !important;
  }

  .bf-header.header-menu .bf-navbar-brand {
    min-width: 0 !important;
    margin-right: auto !important;
  }

  .bf-header.header-menu .bf-navbar-brand img {
    width: 38px !important;
    height: 38px !important;
    flex: 0 0 auto !important;
  }

  .bf-header.header-menu .bf-navbar-brand span {
    overflow: hidden !important;
    max-width: 180px !important;
    color: var(--bf-text, #111827) !important;
    -webkit-text-fill-color: var(--bf-text, #111827) !important;
    font-size: 17px !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
  }

  .bf-header.header-menu .bf-navbar-actions {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    flex: 0 0 auto !important;
    margin-left: auto !important;
  }

  .bf-header.header-menu .bf-navbar-actions .dropdown {
    display: none !important;
  }

  .bf-header.header-menu .bf-header-icon,
  .bf-header.header-menu .bf-navbar-toggler,
  .bf-header.header-menu .bf-mobile-menu-close {
    width: 42px !important;
    height: 42px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 42px !important;
    padding: 0 !important;
    border: 1px solid rgba(15, 23, 42, 0.08) !important;
    border-radius: 15px !important;
    color: var(--bf-text, #111827) !important;
    -webkit-text-fill-color: var(--bf-text, #111827) !important;
    background: #ffffff !important;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.07) !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .bf-header.header-menu .bf-navbar-toggler {
    flex-direction: column !important;
    gap: 5px !important;
    margin-left: auto !important;
  }

  .bf-header.header-menu .bf-navbar-toggler span {
    width: 18px !important;
    height: 2px !important;
    display: block !important;
    border-radius: 999px !important;
    background: currentColor !important;
  }

  .bf-header.header-menu .bf-navbar-menu,
  .bf-header.header-menu .bf-navbar-menu.offcanvas,
  .bf-header.header-menu .bf-navbar-menu.offcanvas-start,
  .bf-header.header-menu .bf-navbar-menu.offcanvas-end {
    position: fixed !important;
    inset: 0 !important;
    z-index: 1095 !important;

    width: 100vw !important;
    max-width: 100vw !important;
    height: 100dvh !important;
    max-height: 100dvh !important;

    margin: 0 !important;
    padding: 18px !important;
    overflow-y: auto !important;

    visibility: hidden !important;
    transform: translateX(100%) !important;

    border: 0 !important;
    border-radius: 0 !important;
    background-color: #ffffff !important;
    background-image:
      radial-gradient(circle at 12% 0%, rgba(99, 102, 241, 0.08), transparent 34%),
      radial-gradient(circle at 92% 4%, rgba(236, 72, 153, 0.08), transparent 34%) !important;
    box-shadow: none !important;

    color: var(--bf-text, #111827) !important;
    -webkit-text-fill-color: var(--bf-text, #111827) !important;

    transition: transform 0.28s ease, visibility 0.28s ease !important;
  }

  .bf-header.header-menu .bf-navbar-menu.show,
  .bf-header.header-menu .bf-navbar-menu.showing,
  .bf-header.header-menu .bf-navbar-menu.offcanvas.show,
  .bf-header.header-menu .bf-navbar-menu.offcanvas.showing {
    visibility: visible !important;
    transform: translateX(0) !important;
  }

  .bf-header.header-menu .bf-navbar-menu *,
  .bf-header.header-menu .bf-navbar-menu.offcanvas * {
    color: var(--bf-text, #111827) !important;
    -webkit-text-fill-color: var(--bf-text, #111827) !important;
  }

  .bf-header.header-menu .bf-mobile-menu-header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 14px !important;
    width: 100% !important;
    max-width: 420px !important;
    margin: 0 auto 22px !important;
    padding: 0 0 18px !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08) !important;
    background: transparent !important;
  }

  .bf-header.header-menu .bf-navbar-menu .offcanvas-body {
    display: block !important;
    width: 100% !important;
    max-width: 420px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    overflow: visible !important;
    background: transparent !important;
  }

  .bf-header.header-menu .bf-navbar-menu .navbar-nav {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .bf-header.header-menu .bf-navbar-menu .nav-item {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .bf-header.header-menu .bf-navbar-menu .nav-link,
  .bf-header.header-menu .bf-navbar-menu a.nav-link {
    min-height: 54px !important;
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    padding: 0 18px !important;
    border: 1px solid rgba(15, 23, 42, 0.08) !important;
    border-radius: 18px !important;
    color: var(--bf-text, #111827) !important;
    -webkit-text-fill-color: var(--bf-text, #111827) !important;
    background: rgba(248, 250, 252, 0.92) !important;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.045) !important;
    font-size: 15px !important;
    font-weight: 850 !important;
    line-height: 1.2 !important;
    letter-spacing: -0.025em !important;
    text-align: left !important;
    text-decoration: none !important;
    white-space: normal !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .bf-header.header-menu .bf-navbar-menu .nav-link::before,
  .bf-header.header-menu .bf-navbar-menu .nav-link::after,
  .bf-header.header-menu .bf-navbar-menu a.nav-link::before,
  .bf-header.header-menu .bf-navbar-menu a.nav-link::after {
    display: none !important;
  }

  .bf-header.header-menu .bf-navbar-menu .nav-link:hover,
  .bf-header.header-menu .bf-navbar-menu a.nav-link:hover {
    color: var(--bf-text, #111827) !important;
    -webkit-text-fill-color: var(--bf-text, #111827) !important;
    border-color: rgba(99, 102, 241, 0.22) !important;
    background: #ffffff !important;
  }

  .bf-header.header-menu .bf-navbar-menu .navbar-nav > .nav-item:last-child > .nav-link,
  .bf-header.header-menu .bf-navbar-menu .navbar-nav > .nav-item:last-child > a.nav-link {
    justify-content: center !important;
    min-height: 58px !important;
    margin-top: 8px !important;
    border: 0 !important;
    border-radius: 19px !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    background: linear-gradient(
      135deg,
      var(--bf-accent, #6366f1),
      var(--bf-accent-2, #ec4899)
    ) !important;
    box-shadow: 0 18px 44px rgba(99, 102, 241, 0.30) !important;
  }

  .bf-header.header-menu .bf-navbar-menu .navbar-nav > .nav-item:last-child > .nav-link *,
  .bf-header.header-menu .bf-navbar-menu .navbar-nav > .nav-item:last-child > a.nav-link * {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
  }

  body.offcanvas-backdrop,
  body.modal-open {
    overflow: hidden !important;
  }
}

@media (max-width: 575.98px) {
  .bf-header.header-menu .bf-navbar-brand span {
    max-width: 170px !important;
    font-size: 17px !important;
  }

  .bf-header.header-menu .bf-navbar-menu,
  .bf-header.header-menu .bf-navbar-menu.offcanvas,
  .bf-header.header-menu .bf-navbar-menu.offcanvas-start,
  .bf-header.header-menu .bf-navbar-menu.offcanvas-end {
    padding: 16px 14px !important;
  }

  .bf-header.header-menu .bf-mobile-menu-header,
  .bf-header.header-menu .bf-navbar-menu .offcanvas-body {
    max-width: 100% !important;
  }

  .bf-header.header-menu .bf-navbar-menu .nav-link,
  .bf-header.header-menu .bf-navbar-menu a.nav-link {
    min-height: 52px !important;
    font-size: 15px !important;
  }
}

@media (min-width: 1200px) {
  .bf-header.header-menu .bf-navbar-shell {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 0 !important;
  }

  .bf-header.header-menu .bf-navbar-brand {
    position: relative !important;
    z-index: 3 !important;
  }

  .bf-header.header-menu .bf-navbar-menu,
  .bf-header.header-menu .bf-navbar-menu.offcanvas,
  .bf-header.header-menu .bf-navbar-menu.offcanvas-start,
  .bf-header.header-menu .bf-navbar-menu.offcanvas-end {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: 50% !important;
    z-index: 2 !important;
    width: 100% !important;
    transform: translateY(-50%) !important;
    pointer-events: none !important;
  }

  .bf-header.header-menu .bf-navbar-menu .offcanvas-body {
    justify-content: center !important;
    pointer-events: none !important;
  }

  .bf-header.header-menu .bf-navbar-menu .navbar-nav {
    position: relative !important;
    width: 100% !important;
    justify-content: center !important;
    padding-left: 230px !important;
    padding-right: 210px !important;
    pointer-events: none !important;
  }

  .bf-header.header-menu .bf-navbar-menu .nav-item {
    pointer-events: auto !important;
  }

  .bf-header.header-menu .bf-navbar-menu .navbar-nav > .nav-item:last-child {
    position: absolute !important;
    top: 50% !important;
    right: 0 !important;
    margin-left: 0 !important;
    transform: translateY(-50%) !important;
  }
}

@media (min-width: 1200px) and (max-width: 1359.98px) {
  .bf-header.header-menu .bf-navbar-menu .navbar-nav {
    padding-left: 210px !important;
    padding-right: 185px !important;
    gap: 12px !important;
  }
}

/* =========================================================
   05. Footer
========================================================= */

.bf-footer {
  position: relative;
  overflow: hidden;
  padding: clamp(56px, 7vw, 88px) 0 26px;
  border-top: 1px solid rgba(15, 23, 42, 0.06);
  background:
    radial-gradient(circle at 10% 0%, rgba(99, 102, 241, 0.08), transparent 30%),
    radial-gradient(circle at 92% 8%, rgba(236, 72, 153, 0.07), transparent 34%),
    #ffffff;
}

.bf-footer .container {
  max-width: 1120px;
}

.bf-footer-main {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(340px, 1fr) minmax(260px, 0.75fr);
  gap: clamp(34px, 5vw, 70px);
  align-items: start;
}

.bf-footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--bf-text, #111827);
  text-decoration: none;
}

.bf-footer-logo:hover {
  color: var(--bf-text, #111827);
  text-decoration: none;
}

.bf-footer-logo img {
  width: 46px;
  height: 46px;
  display: block;
  object-fit: contain;
}

.bf-footer-logo span {
  color: var(--bf-text, #111827);
  font-size: 21px;
  line-height: 1;
  letter-spacing: -0.055em;
  font-weight: 900;
}

.bf-footer-brand p,
.bf-footer-payments p {
  max-width: 420px;
  margin: 22px 0 0;
  color: var(--bf-muted, #64748b);
  font-size: 16px;
  line-height: 1.65;
  font-weight: 650;
  letter-spacing: -0.02em;
}

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

.bf-footer-social a {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 15px;
  color: var(--bf-text, #111827);
  background: rgba(255, 255, 255, 0.82);
  text-decoration: none;
  box-shadow: 0 12px 34px rgba(15, 23, 42, 0.055);
  transition:
    transform 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease,
    box-shadow 0.2s ease;
}

.bf-footer-social a i {
  font-size: 18px;
  line-height: 1;
}

.bf-footer-social a:hover {
  transform: translateY(-3px);
  color: #ffffff;
  border-color: transparent;
  background: linear-gradient(
    135deg,
    var(--bf-accent, #6366f1),
    var(--bf-accent-2, #ec4899)
  );
  box-shadow: 0 18px 42px rgba(99, 102, 241, 0.22);
}

.bf-footer-nav h3,
.bf-footer-payments h3 {
  margin: 0 0 20px;
  color: var(--bf-text, #111827);
  font-size: 20px;
  line-height: 1.1;
  letter-spacing: -0.045em;
  font-weight: 900;
}

.bf-footer-nav ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 34px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bf-footer-nav li {
  min-width: 0;
}

.bf-footer-nav a {
  position: relative;
  display: inline-flex;
  color: var(--bf-muted, #64748b);
  font-size: 15px;
  line-height: 1.35;
  font-weight: 850;
  letter-spacing: -0.025em;
  text-decoration: none;
  word-break: break-word;
  transition: color 0.2s ease, transform 0.2s ease;
}

.bf-footer-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(
    135deg,
    var(--bf-accent, #6366f1),
    var(--bf-accent-2, #ec4899)
  );
  opacity: 0;
  transform: scaleX(0.45);
  transform-origin: left;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.bf-footer-nav a:hover {
  color: var(--bf-text, #111827);
  transform: translateX(3px);
  text-decoration: none;
}

.bf-footer-nav a:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.bf-footer-payment-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.bf-footer-payment-list img {
  height: 30px;
  width: auto;
  max-width: 86px;
  display: block;
  padding: 5px 7px;
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 11px;
  background: #f8fafc;
  object-fit: contain;
}

.bf-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: clamp(42px, 6vw, 70px);
  padding-top: 24px;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  color: var(--bf-muted, #64748b);
  font-size: 14px;
  line-height: 1.4;
  font-weight: 650;
}

.bf-footer-bottom span {
  display: inline-flex;
}

.bf-footer-bottom a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--bf-text, #111827);
  font-weight: 900;
  letter-spacing: -0.02em;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

.bf-footer-bottom a:hover {
  transform: translateX(3px);
  color: var(--bf-accent, #6366f1);
  text-decoration: none;
}

@media (max-width: 1199.98px) {
  .bf-footer-main {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .bf-footer-payments {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767.98px) {
  .bf-footer {
    padding-top: 54px;
  }

  .bf-footer-main {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .bf-footer-payments {
    grid-column: auto;
  }

  .bf-footer-brand p,
  .bf-footer-payments p {
    max-width: 100%;
  }

  .bf-footer-nav ul {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  .bf-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 575.98px) {
  .bf-footer {
    padding: 48px 0 24px;
  }

  .bf-footer .container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .bf-footer-logo img {
    width: 40px;
    height: 40px;
  }

  .bf-footer-logo span {
    font-size: 18px;
  }

  .bf-footer-social a {
    width: 42px;
    height: 42px;
  }

  .bf-footer-payment-list img {
    height: 28px;
  }
}

/* =========================================================
   06. Back To Top
========================================================= */

.bf-back-to-top,
.btn-back-to-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 80;
  width: 42px;
  height: 42px;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 14px;
  color: #ffffff;
  font-size: 24px;
  line-height: 1;
  background: var(--bf-dark, #111827);
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.24);
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.bf-back-to-top.show,
.btn-back-to-top.show {
  display: flex;
}

.bf-back-to-top:hover,
.btn-back-to-top:hover {
  transform: translateY(-3px);
  background: var(--bf-accent, #6366f1);
}

.bf-back-to-top i,
.btn-back-to-top i,
.btn-back-to-top svg {
  display: block;
  margin: 0;
  line-height: 1;
}

@media (max-width: 575.98px) {
  .bf-back-to-top,
  .btn-back-to-top {
    right: 16px;
    bottom: 16px;
  }
}

/* =========================================================
   07. Preloader
========================================================= */

.loader-wrapper.bf-loader-wrapper {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 18% 12%, rgba(79, 70, 229, 0.10), transparent 34%),
    radial-gradient(circle at 82% 16%, rgba(236, 72, 153, 0.10), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

.loader-wrapper.bf-loader-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 50% 110%, rgba(79, 70, 229, 0.08), transparent 42%);
}

.bf-loader {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.bf-loader__logo {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  border-radius: 24px;
  background: #4F46E5;
  color: #ffffff;
  box-shadow:
    0 24px 60px rgba(79, 70, 229, 0.30),
    0 1px 0 rgba(255, 255, 255, 0.28) inset;
  animation: bfLoaderPulse 1.45s ease-in-out infinite;
}

.bf-loader__logo::after {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 30px;
  border: 1px solid rgba(79, 70, 229, 0.16);
  animation: bfLoaderRing 1.45s ease-in-out infinite;
}

.bf-loader__logo span {
  color: #ffffff;
  font-size: 22px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.08em;
}

.bf-loader__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.bf-loader__dots span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #4F46E5;
  opacity: 0.35;
  animation: bfLoaderDot 1.05s ease-in-out infinite;
}

.bf-loader__dots span:nth-child(2) {
  animation-delay: 0.14s;
}

.bf-loader__dots span:nth-child(3) {
  animation-delay: 0.28s;
}

.loader-wrapper .spinner-grow,
.loader-wrapper .spinner-border {
  display: none !important;
}

@keyframes bfLoaderPulse {
  0%,
  100% {
    transform: translateY(0) scale(1);
    box-shadow:
      0 24px 60px rgba(79, 70, 229, 0.30),
      0 1px 0 rgba(255, 255, 255, 0.28) inset;
  }

  50% {
    transform: translateY(-3px) scale(1.035);
    box-shadow:
      0 32px 76px rgba(79, 70, 229, 0.38),
      0 1px 0 rgba(255, 255, 255, 0.30) inset;
  }
}

@keyframes bfLoaderRing {
  0% {
    opacity: 0.65;
    transform: scale(0.92);
  }

  70%,
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}

@keyframes bfLoaderDot {
  0%,
  100% {
    opacity: 0.35;
    transform: translateY(0);
  }

  50% {
    opacity: 1;
    transform: translateY(-4px);
  }
}

@media (max-width: 575.98px) {
  .bf-loader__logo {
    width: 66px;
    height: 66px;
    border-radius: 22px;
  }

  .bf-loader__logo::after {
    border-radius: 28px;
  }

  .bf-loader__logo span {
    font-size: 20px;
  }
}

/* =========================================================
   08. Cookie Popup
========================================================= */

.bf-cookie-popup.cookie-popup {
  position: fixed !important;
  right: 24px !important;
  bottom: 24px !important;
  left: auto !important;
  top: auto !important;
  transform: none !important;
  z-index: 99999 !important;

  display: none;
  width: min(420px, calc(100vw - 32px));
  min-width: 0 !important;
  max-width: none !important;

  padding: 16px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 24px;

  background:
    radial-gradient(circle at 0% 0%, rgba(79, 70, 229, 0.10), transparent 38%),
    radial-gradient(circle at 100% 0%, rgba(236, 72, 153, 0.08), transparent 34%),
    rgba(255, 255, 255, 0.96);

  color: var(--bf-text, #111827);
  text-align: left !important;

  box-shadow:
    0 24px 70px rgba(15, 23, 42, 0.16),
    0 1px 0 rgba(255, 255, 255, 0.9) inset;

  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

/* чтобы старые позиции из админки не ломали внешний вид */
.bf-cookie-popup.cookie-popup.left {
  left: 24px !important;
  right: auto !important;
}

.bf-cookie-popup.cookie-popup.right {
  right: 24px !important;
  left: auto !important;
}

.bf-cookie-popup.cookie-popup.center {
  left: 50% !important;
  right: auto !important;
  transform: translateX(-50%) !important;
}

.bf-cookie-popup__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 44px;
  height: 44px;
  margin-bottom: 12px;

  border-radius: 16px;
  background: #4F46E5;
  color: #ffffff;
  font-size: 19px;

  box-shadow: 0 14px 30px rgba(79, 70, 229, 0.25);
}

.bf-cookie-popup__content {
  min-width: 0;
}

.bf-cookie-popup__title {
  margin: 0 0 7px;
  color: var(--bf-text, #111827);
  font-size: 18px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -0.035em;
}

.bf-cookie-popup__text,
.bf-cookie-popup__text p,
.bf-cookie-popup__text span {
  margin: 0 !important;
  color: var(--bf-muted, #64748b) !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
  font-weight: 650 !important;
  letter-spacing: -0.012em;
}

.bf-cookie-popup__text a {
  color: #4F46E5 !important;
  font-weight: 850;
  text-decoration: none;
}

.bf-cookie-popup__text a:hover {
  text-decoration: underline;
}

.bf-cookie-popup__actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
}

.bf-cookie-popup__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  flex: 1;
  min-height: 48px;
  padding: 0 20px;

  border: 0;
  border-radius: 999px;

  background: #4F46E5;
  color: #ffffff;

  font-size: 14px;
  line-height: 1;
  font-weight: 850;
  letter-spacing: -0.015em;
  white-space: nowrap;

  box-shadow: 0 14px 30px rgba(79, 70, 229, 0.25);
  cursor: pointer;

  transition:
    transform 0.18s ease,
    background 0.18s ease,
    box-shadow 0.18s ease;
}

.bf-cookie-popup__button:hover {
  transform: translateY(-1px);
  background: #4338ca;
  box-shadow: 0 18px 38px rgba(79, 70, 229, 0.32);
}

.bf-cookie-popup__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  flex: 0 0 48px;
  width: 48px;
  height: 48px;

  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 999px;

  background: rgba(255, 255, 255, 0.86);
  color: var(--bf-muted, #64748b);

  font-size: 14px;
  cursor: pointer;

  transition:
    transform 0.18s ease,
    color 0.18s ease,
    background 0.18s ease,
    border-color 0.18s ease;
}

.bf-cookie-popup__close:hover {
  transform: translateY(-1px);
  color: #111827;
  background: #ffffff;
  border-color: rgba(79, 70, 229, 0.18);
}

/* Mobile */
@media (max-width: 575.98px) {
  .bf-cookie-popup.cookie-popup,
  .bf-cookie-popup.cookie-popup.left,
  .bf-cookie-popup.cookie-popup.right,
  .bf-cookie-popup.cookie-popup.center {
    left: 12px !important;
    right: 12px !important;
    bottom: 12px !important;
    width: auto !important;
    transform: none !important;

    padding: 14px;
    border-radius: 22px;
  }

  .bf-cookie-popup__icon {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
    border-radius: 14px;
    font-size: 17px;
  }

  .bf-cookie-popup__title {
    font-size: 17px;
  }

  .bf-cookie-popup__text,
  .bf-cookie-popup__text p,
  .bf-cookie-popup__text span {
    font-size: 13px !important;
    line-height: 1.5 !important;
  }

  .bf-cookie-popup__actions {
    margin-top: 14px;
  }

  .bf-cookie-popup__button {
    min-height: 46px;
    padding: 0 16px;
    font-size: 13px;
  }

  .bf-cookie-popup__close {
    flex-basis: 46px;
    width: 46px;
    height: 46px;
  }
}

/* =========================================================
   09. Home: Buy Hero With Purchase Form
========================================================= */

.bf-buy-hero {
  position: relative;
  overflow: hidden;
  padding: 70px 0 64px;
  background:
    radial-gradient(circle at 11% 10%, rgba(99, 102, 241, 0.14), transparent 35%),
    radial-gradient(circle at 88% 8%, rgba(236, 72, 153, 0.13), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 58%, #ffffff 100%);
  color: var(--bf-text, #111827);
}

.bf-buy-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.72) 42%, transparent 78%);
  opacity: 0.42;
  animation: bfHeroSheen 9s ease-in-out infinite;
}

.bf-buy-hero__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(15, 23, 42, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 23, 42, 0.026) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.48), transparent 76%);
  opacity: 0.62;
}

.bf-buy-hero .container {
  position: relative;
  z-index: 2;
}

.bf-buy-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(410px, 0.98fr);
  gap: 58px;
  align-items: center;
}

.bf-buy-hero__content {
  max-width: 690px;
}

.bf-buy-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid rgba(99, 102, 241, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #4f46e5;
  font-size: 12px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.045);
  backdrop-filter: blur(16px);
}

.bf-buy-hero__eyebrow span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #22c55e;
  box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.46);
  animation: bfHeroPulse 1.55s ease-out infinite;
}

.bf-buy-hero__title {
  margin: 18px 0 0;
  color: #111827;
  font-size: clamp(54px, 5.8vw, 80px);
  line-height: 0.94;
  font-weight: 950;
  letter-spacing: -0.074em;
}

.bf-buy-hero__title span,
.bf-buy-hero__title strong {
  display: inline;
  background: linear-gradient(135deg, #4f46e5 0%, #8b5cf6 38%, #ec4899 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.bf-buy-hero__text {
  max-width: 610px;
  margin: 22px 0 0;
  color: #64748b;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 720;
  letter-spacing: -0.026em;
}

.bf-buy-hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.bf-buy-hero__trust div {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 13px;
  border: 1px solid rgba(15, 23, 42, 0.07);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  color: #334155;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.042);
  backdrop-filter: blur(16px);
}

.bf-buy-hero__trust i {
  color: #4f46e5;
  font-size: 14px;
}

.bf-buy-hero__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 570px;
  margin-top: 30px;
}

.bf-buy-hero__stats div {
  min-height: 78px;
  padding: 15px 14px;
  border: 1px solid rgba(15, 23, 42, 0.07);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.055);
  backdrop-filter: blur(18px);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.bf-buy-hero__stats div:hover {
  border-color: rgba(99, 102, 241, 0.16);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.07);
}

.bf-buy-hero__stats strong {
  display: block;
  color: #111827;
  font-size: 28px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.06em;
}

.bf-buy-hero__stats span {
  display: block;
  margin-top: 8px;
  color: #64748b;
  font-size: 11px;
  line-height: 1.15;
  font-weight: 850;
}

/* Card */

.bf-buy-hero__side {
  position: relative;
}

.bf-buy-form-card {
  position: relative;
  overflow: visible;
  border: 1px solid rgba(15, 23, 42, 0.075);
  border-radius: 32px;
  background:
    radial-gradient(circle at 0% 0%, rgba(99, 102, 241, 0.1), transparent 34%),
    radial-gradient(circle at 100% 0%, rgba(236, 72, 153, 0.09), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94));
  box-shadow:
    0 34px 90px rgba(15, 23, 42, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(24px);
}

.bf-buy-form-card__top {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 30px 30px 18px;
}

.bf-buy-form-card__top span {
  display: inline-flex;
  align-items: center;
  min-height: 25px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(99, 102, 241, 0.1);
  color: #4f46e5;
  font-size: 10px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.bf-buy-form-card__top h2 {
  margin: 12px 0 0;
  color: #111827;
  font-size: 28px;
  line-height: 1.04;
  font-weight: 950;
  letter-spacing: -0.047em;
}

.bf-buy-form-card__top p {
  margin: 8px 0 0;
  color: #64748b;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 760;
  letter-spacing: -0.015em;
}

.bf-buy-form-card__rating {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  flex: 0 0 auto;
  height: 38px;
  padding: 0 12px;
  border-radius: 999px;
  background: #22c55e;
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(34, 197, 94, 0.22);
}

.bf-buy-form-card__rating i,
.bf-buy-form-card__rating strong {
  color: #ffffff;
}

.bf-buy-form-card__rating i {
  font-size: 12px;
}

.bf-buy-form-card__rating strong {
  font-size: 13px;
  font-weight: 950;
}

/* Platforms */

.bf-buy-platforms {
  display: grid;
  grid-template-columns: 1.1fr 0.95fr 0.95fr;
  gap: 10px;
  padding: 0 30px 18px;
}

.bf-buy-platform {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 44px;
  border: 1px solid rgba(15, 23, 42, 0.075);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.78);
  color: #111827;
  font-size: 12px;
  line-height: 1;
  font-weight: 950;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.035);
}

.bf-buy-platform i {
  font-size: 14px;
}

.bf-buy-platform.is-active {
  border-color: rgba(236, 72, 153, 0.24);
  background:
    linear-gradient(135deg, rgba(99, 102, 241, 0.12), rgba(236, 72, 153, 0.1)),
    #ffffff;
  color: #111827;
}

.bf-buy-platform.is-active i {
  color: #ec4899;
}

.bf-buy-platform.is-disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

.bf-buy-platform small {
  display: inline-flex;
  align-items: center;
  min-height: 18px;
  padding: 0 6px;
  border-radius: 999px;
  background: #f1f5f9;
  color: #64748b;
  font-size: 9px;
  line-height: 1;
  font-weight: 950;
  text-transform: uppercase;
}

/* Form */

.bf-buy-form {
  padding: 0 30px 24px;
}

.bf-buy-form__group {
  margin-top: 16px;
}

.bf-buy-form__label {
  display: block;
  margin-bottom: 8px;
  color: #111827;
  font-size: 12px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.01em;
}

.bf-buy-form__services {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.bf-buy-service-option {
  position: relative;
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 76px;
  width: 100%;
  padding: 13px;
  border: 1px solid rgba(15, 23, 42, 0.075);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.78);
  color: #111827;
  text-align: left;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.04);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.bf-buy-service-option:hover {
  border-color: rgba(99, 102, 241, 0.18);
  background: #ffffff;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.055);
}

.bf-buy-service-option.is-active {
  border-color: rgba(99, 102, 241, 0.42);
  background:
    linear-gradient(135deg, rgba(99, 102, 241, 0.13), rgba(236, 72, 153, 0.1)),
    #ffffff;
  box-shadow:
    0 18px 42px rgba(99, 102, 241, 0.13),
    0 0 0 3px rgba(99, 102, 241, 0.08);
}

.bf-buy-service-option__icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 43px;
  height: 43px;
  border-radius: 15px;
  background: linear-gradient(135deg, #4f46e5, #ec4899);
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(99, 102, 241, 0.18);
}

.bf-buy-service-option__icon i {
  color: #ffffff;
  font-size: 18px;
}

.bf-buy-service-option__text {
  min-width: 0;
  padding-right: 20px;
}

.bf-buy-service-option__text strong {
  display: block;
  color: #111827;
  font-size: 14px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.02em;
}

.bf-buy-service-option__text small {
  display: block;
  margin-top: 7px;
  color: #64748b;
  font-size: 11px;
  line-height: 1;
  font-weight: 850;
}

.bf-buy-service-option__check {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: #22c55e;
  color: #ffffff;
  opacity: 0;
  transform: scale(0.75);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.bf-buy-service-option__check i {
  color: #ffffff;
  font-size: 11px;
}

.bf-buy-service-option.is-active .bf-buy-service-option__check {
  opacity: 1;
  transform: scale(1);
}

/* Custom package dropdown */

.bf-buy-package {
  position: relative;
  z-index: 20;
}

.bf-buy-package__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: 100%;
  min-height: 56px;
  padding: 0 16px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  background: #ffffff;
  color: #111827;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.04);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.bf-buy-package__button:hover {
  border-color: rgba(99, 102, 241, 0.24);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.065);
}

.bf-buy-package.is-open .bf-buy-package__button {
  border-color: rgba(99, 102, 241, 0.38);
  box-shadow:
    0 16px 34px rgba(99, 102, 241, 0.1),
    0 0 0 4px rgba(99, 102, 241, 0.08);
}

.bf-buy-package__button span {
  min-width: 0;
  overflow: hidden;
  color: #111827;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -0.015em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bf-buy-package__button i {
  flex: 0 0 auto;
  color: #64748b;
  font-size: 13px;
  transition: transform 180ms ease;
}

.bf-buy-package.is-open .bf-buy-package__button i {
  transform: rotate(180deg);
}

.bf-buy-package__menu {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 8px);
  z-index: 60;
  display: grid;
  gap: 7px;
  max-height: 310px;
  padding: 8px;
  overflow-y: auto;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow:
    0 26px 64px rgba(15, 23, 42, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(18px);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px) scale(0.985);
  transform-origin: top center;
  transition:
    opacity 160ms ease,
    visibility 160ms ease,
    transform 160ms ease;
}

.bf-buy-package.is-open .bf-buy-package__menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.bf-buy-package__menu::-webkit-scrollbar {
  width: 8px;
}

.bf-buy-package__menu::-webkit-scrollbar-track {
  background: transparent;
}

.bf-buy-package__menu::-webkit-scrollbar-thumb {
  border: 2px solid #ffffff;
  border-radius: 999px;
  background: rgba(99, 102, 241, 0.32);
}

.bf-buy-package__option {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  width: 100%;
  min-height: 48px;
  padding: 0 12px;
  border: 1px solid transparent;
  border-radius: 14px;
  background: transparent;
  color: #111827;
  cursor: pointer;
  text-align: left;
  transition:
    background 160ms ease,
    border-color 160ms ease;
}

.bf-buy-package__option:hover {
  background: rgba(99, 102, 241, 0.07);
  border-color: rgba(99, 102, 241, 0.12);
}

.bf-buy-package__option.is-active {
  grid-template-columns: minmax(0, 1fr) auto auto;
  background:
    linear-gradient(135deg, rgba(99, 102, 241, 0.12), rgba(236, 72, 153, 0.09)),
    #ffffff;
  border-color: rgba(99, 102, 241, 0.18);
}

.bf-buy-package__option.is-active::after {
  content: "\F26E";
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: #22c55e;
  color: #ffffff;
  font-family: "bootstrap-icons";
  font-size: 12px;
}

.bf-buy-package__option span {
  min-width: 0;
  overflow: hidden;
  color: #111827;
  font-size: 13px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -0.012em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bf-buy-package__option strong {
  flex: 0 0 auto;
  color: #4f46e5;
  font-size: 13px;
  line-height: 1;
  font-weight: 950;
}

/* Input */

.bf-buy-form__input-wrap {
  position: relative;
}

.bf-buy-form__input-wrap input {
  width: 100%;
  min-height: 56px;
  padding: 0 16px 0 44px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  background: #ffffff;
  color: #111827;
  font-size: 14px;
  line-height: 1;
  font-weight: 850;
  letter-spacing: -0.015em;
  outline: none;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.04);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.bf-buy-form__input-wrap > i {
  position: absolute;
  top: 50%;
  left: 16px;
  color: #ec4899;
  font-size: 16px;
  pointer-events: none;
  transform: translateY(-50%);
}

.bf-buy-form__input-wrap input:focus {
  border-color: rgba(99, 102, 241, 0.38);
  box-shadow:
    0 16px 34px rgba(99, 102, 241, 0.1),
    0 0 0 4px rgba(99, 102, 241, 0.08);
}

.bf-buy-form__input-wrap input.is-invalid {
  border-color: rgba(239, 68, 68, 0.55);
  box-shadow:
    0 14px 30px rgba(239, 68, 68, 0.1),
    0 0 0 4px rgba(239, 68, 68, 0.08);
}

.bf-buy-form__input-wrap input::placeholder {
  color: #94a3b8;
  font-weight: 760;
}

.bf-buy-form__error {
  display: none;
  margin-top: 8px;
  color: #ef4444;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 850;
}

.bf-buy-form__error.is-visible {
  display: block;
}

/* Summary */

.bf-buy-form__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 64px;
  margin-top: 16px;
  padding: 12px 14px;
  border: 1px solid rgba(15, 23, 42, 0.065);
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(248, 250, 252, 0.96), rgba(255, 255, 255, 0.96));
}

.bf-buy-form__summary span {
  display: block;
  color: #64748b;
  font-size: 11px;
  line-height: 1;
  font-weight: 850;
}

.bf-buy-form__summary strong {
  display: block;
  margin-top: 6px;
  color: #111827;
  font-size: 25px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.055em;
}

.bf-buy-form__summary small {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #047857;
  font-size: 11px;
  line-height: 1;
  font-weight: 900;
  white-space: nowrap;
}

.bf-buy-form__summary small i {
  color: #22c55e;
}

.bf-buy-form__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 60px;
  margin-top: 16px;
  overflow: hidden;
  border: 0;
  border-radius: 18px;
  background:
    linear-gradient(135deg, #4f46e5 0%, #8b5cf6 45%, #ec4899 100%);
  background-size: 130% 130%;
  color: #ffffff;
  cursor: pointer;
  box-shadow: 0 22px 48px rgba(99, 102, 241, 0.25);
  transition:
    background-position 220ms ease,
    box-shadow 180ms ease,
    filter 180ms ease,
    transform 180ms ease;
}

.bf-buy-form__button:hover {
  transform: translateY(-1px);
  background-position: 100% 50%;
  box-shadow: 0 28px 62px rgba(99, 102, 241, 0.34);
  filter: saturate(1.06);
}

.bf-buy-form__button:active {
  transform: translateY(0);
  box-shadow: 0 18px 40px rgba(99, 102, 241, 0.24);
}

.bf-buy-form__button span,
.bf-buy-form__button i {
  position: relative;
  z-index: 1;
  color: #ffffff;
}

.bf-buy-form__button span {
  font-size: 14px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

.bf-buy-form__button i {
  font-size: 15px;
  transition: transform 180ms ease;
}

.bf-buy-form__button:hover i {
  transform: translateX(3px);
}


.bf-buy-form-card__bottom {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 10px;
  padding: 0 30px 30px;
}

.bf-buy-live,
.bf-buy-secure {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 1px solid rgba(15, 23, 42, 0.065);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.035);
}

.bf-buy-live {
  gap: 10px;
  background: rgba(34, 197, 94, 0.1);
}

.bf-buy-live span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #22c55e;
  box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.48);
  animation: bfHeroPulse 1.6s ease-out infinite;
}

.bf-buy-live strong {
  color: #047857;
  font-size: 12px;
  line-height: 1;
  font-weight: 950;
}

.bf-buy-live strong.is-changing {
  animation: bfHeroText 340ms ease;
}

.bf-buy-secure {
  gap: 7px;
  color: #64748b;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
}

.bf-buy-secure i {
  color: #4f46e5;
}

/* Laptop */

@media (max-width: 1399.98px) {
  .bf-buy-hero {
    padding-top: 62px;
  }

  .bf-buy-hero__grid {
    gap: 44px;
  }

  .bf-buy-hero__title {
    font-size: clamp(50px, 5.25vw, 70px);
  }
}

/* Tablet */

@media (max-width: 991.98px) {
  .bf-buy-hero {
    padding: 44px 0 52px;
  }

  .bf-buy-hero__grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .bf-buy-hero__content {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
  }

  .bf-buy-hero__eyebrow {
    margin: 0 auto;
  }

  .bf-buy-hero__text {
    margin-left: auto;
    margin-right: auto;
  }

  .bf-buy-hero__trust {
    justify-content: center;
  }

  .bf-buy-hero__stats {
    margin-left: auto;
    margin-right: auto;
  }

  .bf-buy-hero__side {
    width: min(640px, 100%);
    margin: 0 auto;
  }
}

/* Mobile */

@media (max-width: 575.98px) {
  .bf-buy-hero {
    padding: 30px 0 40px;
  }

  .bf-buy-hero .container {
    padding-left: 14px;
    padding-right: 14px;
  }

  .bf-buy-hero__content {
    text-align: left;
  }

  .bf-buy-hero__eyebrow {
    margin: 0;
    min-height: 32px;
    padding: 0 11px;
    font-size: 10px;
  }

  .bf-buy-hero__title {
    max-width: 390px;
    margin-top: 16px;
    font-size: clamp(36px, 11vw, 48px);
    line-height: 0.98;
    letter-spacing: -0.066em;
  }

  .bf-buy-hero__text {
    max-width: 360px;
    margin: 16px 0 0;
    font-size: 14px;
    line-height: 1.44;
  }

  .bf-buy-hero__trust {
    justify-content: flex-start;
    gap: 8px;
    margin-top: 20px;
  }

  .bf-buy-hero__trust div {
    min-height: 36px;
    padding: 0 11px;
    font-size: 11px;
  }

  .bf-buy-hero__stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 20px;
  }

  .bf-buy-hero__stats div {
    min-height: 66px;
    padding: 12px 8px;
    border-radius: 17px;
  }

  .bf-buy-hero__stats strong {
    font-size: 22px;
  }

  .bf-buy-hero__stats span {
    margin-top: 6px;
    font-size: 9px;
  }

  .bf-buy-form-card {
    border-radius: 26px;
  }

  .bf-buy-form-card__top {
    padding: 24px 18px 16px;
  }

  .bf-buy-form-card__top h2 {
    font-size: 23px;
  }

  .bf-buy-form-card__top p {
    font-size: 12px;
  }

  .bf-buy-form-card__rating {
    height: 34px;
    padding: 0 9px;
  }

  .bf-buy-platforms {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 0 18px 16px;
  }

  .bf-buy-platform {
    justify-content: flex-start;
    min-height: 42px;
    padding: 0 13px;
  }

  .bf-buy-platform.is-disabled {
    display: none;
  }

  .bf-buy-form {
    padding: 0 18px 18px;
  }

  .bf-buy-form__services {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .bf-buy-service-option {
    min-height: 64px;
    border-radius: 18px;
  }

  .bf-buy-service-option__icon {
    width: 39px;
    height: 39px;
    border-radius: 14px;
  }

  .bf-buy-package__button {
    min-height: 52px;
    border-radius: 17px;
  }

  .bf-buy-package__button span {
    font-size: 13px;
  }

  .bf-buy-package__menu {
    max-height: 260px;
    border-radius: 18px;
  }

  .bf-buy-package__option {
    min-height: 46px;
  }

  .bf-buy-package__option span,
  .bf-buy-package__option strong {
    font-size: 12px;
  }

  .bf-buy-form__input-wrap input {
    min-height: 52px;
    border-radius: 17px;
    font-size: 13px;
  }

  .bf-buy-form__summary {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    border-radius: 18px;
  }

  .bf-buy-form__summary strong {
    font-size: 23px;
  }

  .bf-buy-form__button {
    min-height: 56px;
    border-radius: 17px;
  }

  .bf-buy-form__button span {
    font-size: 13px;
  }

  .bf-buy-form-card__bottom {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 0 18px 18px;
  }

  .bf-buy-live,
  .bf-buy-secure {
    min-height: 42px;
  }

  .bf-buy-live strong,
  .bf-buy-secure {
    font-size: 11px;
  }
}

/* Small phones */

@media (max-width: 379.98px) {
  .bf-buy-hero__title {
    font-size: 34px;
  }

  .bf-buy-hero__stats {
    grid-template-columns: 1fr;
  }

  .bf-buy-hero__stats div {
    min-height: 54px;
  }

  .bf-buy-form-card__top {
    flex-direction: column;
  }

  .bf-buy-form-card__rating {
    width: fit-content;
  }
}

/* Animations */

@keyframes bfHeroPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.48);
  }

  70% {
    box-shadow: 0 0 0 9px rgba(34, 197, 94, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0);
  }
}

@keyframes bfHeroText {
  0% {
    opacity: 0;
    transform: translateY(6px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes bfHeroSheen {
  0%,
  100% {
    transform: translateX(-12%);
    opacity: 0.22;
  }

  50% {
    transform: translateX(12%);
    opacity: 0.42;
  }
}

.bf-order-link-prefilled {
  border-color: rgba(99, 102, 241, 0.32) !important;
  box-shadow:
    0 16px 34px rgba(99, 102, 241, 0.1),
    0 0 0 4px rgba(99, 102, 241, 0.07) !important;
}

.bf-order-link-prefilled-wrap {
  position: relative;
}

/* =========================================================
   10. Home: Legacy Configurator / Platforms Restore
========================================================= */

.bf-home-hero--configurator .bf-home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 30px;
}

.bf-home-hero--configurator .bf-home-hero__actions .bf-btn {
  gap: 9px;
  min-height: 56px;
  padding-left: 28px;
  padding-right: 28px;
  font-size: 15px;
}

.bf-home-hero--configurator .bf-btn--telegram {
  background: #229ed9;
  border-color: #229ed9;
  color: #ffffff;
  box-shadow: 0 18px 44px rgba(34, 158, 217, 0.24);
}

.bf-home-hero--configurator .bf-btn--telegram:hover {
  background: #1d91c8;
  border-color: #1d91c8;
  color: #ffffff;
  box-shadow: 0 22px 52px rgba(34, 158, 217, 0.30);
}

.bf-home-hero--configurator .bf-hero-configurator--platforms {
  max-width: 1080px;
  margin-top: 46px;
  padding: 28px;
  border-radius: 36px;
}

.bf-home-hero--configurator .bf-hero-configurator--platforms .bf-hero-configurator__header {
  align-items: flex-start;
  justify-content: flex-start;
  padding-bottom: 24px;
}

.bf-home-hero--configurator .bf-hero-configurator--platforms .bf-hero-configurator__title {
  max-width: 820px;
}

.bf-home-hero--configurator .bf-hero-configurator--platforms .bf-hero-configurator__grid--platforms {
  display: grid;
  grid-template-columns: minmax(320px, 0.42fr) minmax(0, 1fr);
  grid-template-areas:
    "platform service"
    "package package";
  gap: 20px;
  padding-top: 24px;
}

.bf-home-hero--configurator .bf-hero-configurator__column--platform {
  grid-area: platform;
}

.bf-home-hero--configurator .bf-hero-configurator__column--service {
  grid-area: service;
}

.bf-home-hero--configurator .bf-hero-configurator__column--packages {
  grid-area: package;
}

.bf-home-hero--configurator .bf-hero-configurator--platforms .bf-hero-configurator__column {
  min-height: auto;
}

.bf-home-hero--configurator .bf-hero-configurator--platforms .bf-hero-platforms {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bf-home-hero--configurator .bf-hero-configurator--platforms .bf-hero-services {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bf-home-hero--configurator .bf-hero-configurator--platforms .bf-hero-platform,
.bf-home-hero--configurator .bf-hero-configurator--platforms .bf-hero-service {
  min-height: 62px;
  padding-left: 18px;
  padding-right: 18px;
}

.bf-home-hero--configurator .bf-hero-configurator--platforms .bf-hero-platform span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}

.bf-home-hero--configurator .bf-hero-configurator--platforms .bf-hero-platform--soon {
  color: #64748b;
}

.bf-home-hero--configurator .bf-hero-configurator--platforms .bf-hero-platform--soon span {
  opacity: 0.9;
}

.bf-home-hero--configurator .bf-hero-configurator--platforms .bf-hero-package-list {
  max-height: 360px;
}

.bf-home-hero--configurator .bf-hero-configurator--platforms .bf-hero-package {
  min-height: 72px;
}

.bf-home-hero--configurator .bf-hero-configurator--platforms .bf-hero-selected {
  margin-top: 22px;
}

@media (max-width: 991px) {
  .bf-home-hero--configurator .bf-hero-configurator--platforms {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
  }

  .bf-home-hero--configurator .bf-hero-configurator--platforms .bf-hero-configurator__grid--platforms {
    grid-template-columns: 1fr;
    grid-template-areas:
      "platform"
      "service"
      "package";
  }

  .bf-home-hero--configurator .bf-hero-configurator--platforms .bf-hero-platforms {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .bf-home-hero--configurator .bf-hero-configurator--platforms .bf-hero-services {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .bf-home-hero--configurator .bf-hero-configurator--platforms {
    padding: 18px;
    border-radius: 28px;
  }

  .bf-home-hero--configurator .bf-hero-configurator--platforms .bf-hero-platforms {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bf-home-hero--configurator .bf-hero-configurator--platforms .bf-hero-services {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bf-home-hero--configurator .bf-hero-configurator--platforms .bf-hero-platform,
  .bf-home-hero--configurator .bf-hero-configurator--platforms .bf-hero-service {
    min-height: 54px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 18px;
    font-size: 13px;
  }

  .bf-home-hero--configurator .bf-hero-configurator--platforms .bf-hero-platform--soon small {
    font-size: 8px;
  }

  .bf-home-hero--configurator .bf-hero-configurator--platforms .bf-hero-package-list {
    max-height: 330px;
  }
}

@media (max-width: 575px) {
  .bf-home-hero--configurator .bf-home-hero__actions {
    flex-direction: column;
    margin-top: 26px;
  }

  .bf-home-hero--configurator .bf-home-hero__actions .bf-btn {
    width: 100%;
  }

  .bf-home-hero--configurator .bf-hero-configurator--platforms {
    padding: 14px;
    border-radius: 24px;
  }

  .bf-home-hero--configurator .bf-hero-configurator--platforms .bf-hero-configurator__title {
    font-size: 32px;
  }

  .bf-home-hero--configurator .bf-hero-configurator--platforms .bf-hero-configurator__column {
    padding: 16px;
    border-radius: 22px;
  }

  .bf-home-hero--configurator .bf-hero-configurator--platforms .bf-hero-platform,
  .bf-home-hero--configurator .bf-hero-configurator--platforms .bf-hero-service {
    min-height: 50px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .bf-home-hero--configurator .bf-hero-configurator--platforms .bf-hero-selected {
    align-items: stretch;
    flex-direction: column;
  }

  .bf-home-hero--configurator .bf-hero-configurator--platforms .bf-hero-selected__action {
    align-items: stretch;
    flex-direction: column;
    width: 100%;
  }

  .bf-home-hero--configurator .bf-hero-configurator--platforms .bf-hero-selected__button {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .bf-home-hero {
    overflow: hidden;
  }

  .bf-home-hero__content {
    max-width: 100%;
    text-align: center;
  }

  .bf-home-hero__content h1 {
    max-width: 100%;
    font-size: clamp(34px, 10.2vw, 44px) !important;
    line-height: 0.98 !important;
    letter-spacing: -0.07em;
    text-wrap: balance;
    overflow-wrap: normal;
  }

  .bf-home-hero__content p {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* =========================================================
   11. Home: Brand Marquee
========================================================= */

.bf-brand-marquee-section {
  position: relative;
  overflow: hidden;
  padding: 42px 0 46px;
  background:
    radial-gradient(circle at 12% 12%, rgba(99, 102, 241, 0.055), transparent 34%),
    radial-gradient(circle at 88% 8%, rgba(236, 72, 153, 0.055), transparent 34%),
    linear-gradient(180deg, #f8f9ff 0%, #f6f7ff 100%);
  border-top: 1px solid rgba(15, 23, 42, 0.035);
  border-bottom: 1px solid rgba(15, 23, 42, 0.035);
}

.bf-brand-marquee-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(15, 23, 42, 0.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 23, 42, 0.024) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.45;
  mask-image: linear-gradient(180deg, transparent 0%, #000 22%, #000 78%, transparent 100%);
}

.bf-brand-marquee__mark {
  position: absolute;
  top: -16px;
  left: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(15, 23, 42, 0.075);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.86);
  color: #cbd5e1;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(16px);
  transform: translateX(-50%) rotate(45deg);
}

.bf-brand-marquee__mark i {
  color: #cbd5e1;
  font-size: 20px;
  transform: rotate(-45deg);
}

.bf-brand-marquee__title {
  position: relative;
  z-index: 2;
  margin: 0 auto 28px;
  color: #747b91;
  text-align: center;
  font-size: clamp(16px, 1.55vw, 21px);
  line-height: 1.15;
  font-weight: 850;
  letter-spacing: -0.03em;
}

.bf-brand-marquee__viewport {
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 100%;
}

.bf-brand-marquee__fade {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 4;
  width: 170px;
  pointer-events: none;
}

.bf-brand-marquee__fade--left {
  left: 0;
  background: linear-gradient(90deg, #f6f7ff 0%, rgba(246, 247, 255, 0) 100%);
}

.bf-brand-marquee__fade--right {
  right: 0;
  background: linear-gradient(270deg, #f6f7ff 0%, rgba(246, 247, 255, 0) 100%);
}

.bf-brand-marquee__track {
  display: flex;
  width: max-content;
  animation: bfBrandMarquee 30s linear infinite;
  will-change: transform;
}


.bf-brand-marquee__group {
  display: flex;
  align-items: center;
  gap: 56px;
  padding-right: 56px;
}

.bf-brand-marquee__logo {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: max-content;
  color: #707789;
  font-size: clamp(22px, 2.35vw, 34px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.06em;
  white-space: nowrap;
  opacity: 0.62;
  filter: grayscale(1);
  transition:
    opacity 180ms ease,
    color 180ms ease;
}

.bf-brand-marquee__logo:nth-child(2n) {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.bf-brand-marquee__logo:nth-child(3n) {
  letter-spacing: -0.09em;
  text-transform: uppercase;
}

.bf-brand-marquee__logo:hover {
  color: #667085;
  opacity: 0.78;
}

/* Tablet */

@media (max-width: 991.98px) {
  .bf-brand-marquee-section {
    padding: 36px 0 42px;
  }

  .bf-brand-marquee__title {
    margin-bottom: 24px;
    font-size: 18px;
  }

  .bf-brand-marquee__fade {
    width: 86px;
  }

  .bf-brand-marquee__group {
    gap: 38px;
    padding-right: 38px;
  }

  .bf-brand-marquee__track {
    animation-duration: 25s;
  }
}

/* Mobile */

@media (max-width: 575.98px) {
  .bf-brand-marquee-section {
    padding: 32px 0 36px;
  }

  .bf-brand-marquee__title {
    max-width: 280px;
    margin-bottom: 22px;
    font-size: 16px;
  }

  .bf-brand-marquee__fade {
    width: 44px;
  }

  .bf-brand-marquee__group {
    gap: 28px;
    padding-right: 28px;
  }

  .bf-brand-marquee__logo {
    font-size: 23px;
  }

  .bf-brand-marquee__track {
    animation-duration: 21s;
  }
}

/* Animation */

@keyframes bfBrandMarquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* =========================================================
   12. Home: Popular Packages
========================================================= */

.bf-popular-packages {
  position: relative;
  overflow: hidden;
  padding: 74px 0 78px;
  background:
    radial-gradient(circle at 14% 0%, rgba(99, 102, 241, 0.08), transparent 34%),
    radial-gradient(circle at 86% 4%, rgba(236, 72, 153, 0.075), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 56%, #ffffff 100%);
  color: #111827;
}

.bf-popular-packages__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(15, 23, 42, 0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 23, 42, 0.022) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, transparent 0%, #000 16%, #000 84%, transparent 100%);
  opacity: 0.58;
}

.bf-popular-packages .container {
  position: relative;
  z-index: 2;
}

.bf-popular-packages__head {
  max-width: 780px;
  margin: 0 auto 30px;
  text-align: center;
}

.bf-popular-packages__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 15px;
  border-radius: 999px;
  background: rgba(99, 102, 241, 0.1);
  color: #4f46e5;
  font-size: 11px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0.065em;
  text-transform: uppercase;
}

.bf-popular-packages__title {
  margin: 16px 0 0;
  color: #111827;
  font-size: clamp(38px, 4.3vw, 60px);
  line-height: 0.98;
  font-weight: 950;
  letter-spacing: -0.064em;
}

.bf-popular-packages__text {
  max-width: 610px;
  margin: 14px auto 0;
  color: #64748b;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 760;
  letter-spacing: -0.022em;
}

.bf-popular-packages__shell {
  max-width: 1180px;
  margin: 0 auto;
}

/* Tabs */

.bf-popular-packages__tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  max-width: 560px;
  margin: 0 auto 30px;
  padding: 7px;
  border: 1px solid rgba(15, 23, 42, 0.07);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.06);
  backdrop-filter: blur(18px);
}

.bf-popular-packages__tab {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 58px;
  border: 0;
  border-radius: 18px;
  background: transparent;
  color: #64748b;
  cursor: pointer;
  transition:
    background 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease;
}

.bf-popular-packages__tab span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 13px;
  background: rgba(99, 102, 241, 0.08);
  color: #818cf8;
  transition:
    background 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease;
}

.bf-popular-packages__tab span i {
  font-size: 15px;
}

.bf-popular-packages__tab strong {
  color: inherit;
  font-size: 14px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.018em;
}

.bf-popular-packages__tab small {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.045);
  color: #64748b;
  font-size: 10px;
  line-height: 1;
  font-weight: 900;
}

.bf-popular-packages__tab:hover {
  color: #111827;
  background: rgba(99, 102, 241, 0.055);
}

.bf-popular-packages__tab.is-active {
  background: #ffffff;
  color: #111827;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.bf-popular-packages__tab.is-active span {
  background: linear-gradient(135deg, #4f46e5, #ec4899);
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(99, 102, 241, 0.18);
}

.bf-popular-packages__tab.is-active small {
  background: rgba(99, 102, 241, 0.09);
  color: #4f46e5;
}

/* Panels */

.bf-popular-packages__panels {
  position: relative;
}

.bf-popular-packages__panel {
  display: none;
}

.bf-popular-packages__panel.is-active {
  display: block;
  animation: bfPackagesPanelIn 280ms ease;
}

.bf-popular-packages__rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

/* Cards */

.bf-popular-package-card {
  position: relative;
  min-width: 0;
}

.bf-popular-package-card__link {
  --bf-card-x: 50%;
  --bf-card-y: 50%;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 392px;
  height: 100%;
  overflow: hidden;
  padding: 22px;
  border: 1px solid rgba(15, 23, 42, 0.075);
  border-radius: 28px;
  background:
    radial-gradient(circle at var(--bf-card-x) var(--bf-card-y), rgba(99, 102, 241, 0.085), transparent 34%),
    rgba(255, 255, 255, 0.93);
  color: #111827;
  text-decoration: none;
  box-shadow:
    0 18px 48px rgba(15, 23, 42, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(18px);
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    background 220ms ease;
}

.bf-popular-package-card__link:hover {
  color: #111827;
  text-decoration: none;
  transform: translateY(-6px);
  border-color: rgba(99, 102, 241, 0.2);
  box-shadow:
    0 28px 66px rgba(15, 23, 42, 0.12),
    0 0 0 4px rgba(99, 102, 241, 0.055);
}

.bf-popular-package-card.is-featured .bf-popular-package-card__link {
  border-color: rgba(99, 102, 241, 0.3);
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 255, 255, 0.2), transparent 34%),
    linear-gradient(135deg, #4f46e5 0%, #7c3aed 48%, #ec4899 100%);
  color: #ffffff;
  box-shadow:
    0 30px 76px rgba(99, 102, 241, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.bf-popular-package-card.is-featured .bf-popular-package-card__link:hover {
  box-shadow:
    0 34px 86px rgba(99, 102, 241, 0.34),
    0 0 0 4px rgba(236, 72, 153, 0.08);
}

.bf-popular-package-card__badge {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 29px;
  padding: 0 13px;
  border-radius: 0 0 999px 999px;
  background: rgba(99, 102, 241, 0.1);
  color: #4f46e5;
  font-size: 10px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.01em;
  transform: translateX(-50%);
  white-space: nowrap;
}

.bf-popular-package-card.is-featured .bf-popular-package-card__badge {
  background: #ffffff;
  color: #4f46e5;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.13);
}

.bf-popular-package-card__top {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 8px;
}

.bf-popular-package-card__icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 17px;
  background: linear-gradient(135deg, #4f46e5, #ec4899);
  color: #ffffff;
  box-shadow: 0 16px 34px rgba(99, 102, 241, 0.18);
}

.bf-popular-package-card__icon i {
  color: #ffffff;
  font-size: 19px;
}

.bf-popular-package-card.is-featured .bf-popular-package-card__icon {
  background: rgba(255, 255, 255, 0.16);
  box-shadow: none;
}

.bf-popular-package-card__mini {
  display: inline-flex;
  align-items: center;
  min-height: 25px;
  padding: 0 9px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.045);
  color: #64748b;
  font-size: 9px;
  line-height: 1;
  font-weight: 950;
  text-transform: uppercase;
}

.bf-popular-package-card.is-featured .bf-popular-package-card__mini {
  background: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.78);
}

.bf-popular-package-card__main {
  position: relative;
  z-index: 2;
  margin-top: 24px;
}

.bf-popular-package-card__main h3 {
  margin: 0;
  color: #111827;
  font-size: clamp(36px, 3.1vw, 48px);
  line-height: 0.9;
  font-weight: 950;
  letter-spacing: -0.075em;
}

.bf-popular-package-card__main p {
  margin: 8px 0 0;
  color: #64748b;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 850;
  letter-spacing: -0.02em;
}

.bf-popular-package-card.is-featured .bf-popular-package-card__main h3 {
  color: #ffffff;
}

.bf-popular-package-card.is-featured .bf-popular-package-card__main p {
  color: rgba(255, 255, 255, 0.78);
}

.bf-popular-package-card__price {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  gap: 8px;
  margin-top: 22px;
}

.bf-popular-package-card__price strong {
  color: #4f46e5;
  font-size: clamp(34px, 3vw, 46px);
  line-height: 0.9;
  font-weight: 950;
  letter-spacing: -0.07em;
}

.bf-popular-package-card__price del {
  color: #94a3b8;
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
}

.bf-popular-package-card.is-featured .bf-popular-package-card__price strong {
  color: #ffffff;
}

.bf-popular-package-card.is-featured .bf-popular-package-card__price del {
  color: rgba(255, 255, 255, 0.52);
}

.bf-popular-package-card__features {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 9px;
  margin: 22px 0 0;
  padding: 0 0 2px;
  list-style: none;
}

.bf-popular-package-card__features li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #64748b;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 830;
  letter-spacing: -0.014em;
}

.bf-popular-package-card__features i {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  border-radius: 999px;
  background: rgba(34, 197, 94, 0.12);
  color: #16a34a;
  font-size: 11px;
}

.bf-popular-package-card.is-featured .bf-popular-package-card__features li {
  color: rgba(255, 255, 255, 0.84);
}

.bf-popular-package-card.is-featured .bf-popular-package-card__features i {
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
}

.bf-popular-package-card__button {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  margin-top: auto;
  transform: translateY(10px);
  border-radius: 999px;
  background: linear-gradient(135deg, #4f46e5, #7c3aed);
  color: #ffffff;
  box-shadow: 0 18px 38px rgba(99, 102, 241, 0.22);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background-position 180ms ease;
}

.bf-popular-package-card__button span,
.bf-popular-package-card__button i {
  color: #ffffff;
}

.bf-popular-package-card__button span {
  font-size: 13px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.01em;
}

.bf-popular-package-card__button i {
  font-size: 14px;
  transition: transform 180ms ease;
}

.bf-popular-package-card__link:hover .bf-popular-package-card__button {
  transform: translateY(8px);
  box-shadow: 0 22px 46px rgba(99, 102, 241, 0.3);
}

.bf-popular-package-card__link:hover .bf-popular-package-card__button i {
  transform: translateX(3px);
}

.bf-popular-package-card.is-featured .bf-popular-package-card__button {
  background: #ffffff;
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.16);
}

.bf-popular-package-card.is-featured .bf-popular-package-card__button span,
.bf-popular-package-card.is-featured .bf-popular-package-card__button i {
  color: #4f46e5;
}

/* Bottom */

.bf-popular-packages__bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.bf-popular-packages__pill,
.bf-popular-packages__live {
  display: none !important;
}

.bf-popular-packages__view {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  padding: 0 22px;
  border: 1px solid rgba(99, 102, 241, 0.14);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(99, 102, 241, 0.09), rgba(236, 72, 153, 0.07)),
    rgba(255, 255, 255, 0.88);
  color: #4f46e5;
  font-size: 13px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.01em;
  text-decoration: none;
  box-shadow:
    0 16px 36px rgba(15, 23, 42, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(16px);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.bf-popular-packages__view span,
.bf-popular-packages__view i {
  position: relative;
  z-index: 1;
  color: #4f46e5;
}

.bf-popular-packages__view i {
  font-size: 15px;
  transition: transform 180ms ease;
}

.bf-popular-packages__view:hover {
  transform: translateY(-2px);
  border-color: rgba(99, 102, 241, 0.24);
  color: #4f46e5;
  text-decoration: none;
  box-shadow:
    0 22px 48px rgba(15, 23, 42, 0.085),
    0 0 0 4px rgba(99, 102, 241, 0.055);
}

.bf-popular-packages__view:hover i {
  transform: translateX(3px);
}

/* Tablet */

@media (max-width: 1199.98px) {
  .bf-popular-packages__rail {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    overflow-y: visible;
    padding: 10px 4px 22px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .bf-popular-packages__rail::-webkit-scrollbar {
    height: 8px;
  }

  .bf-popular-packages__rail::-webkit-scrollbar-track {
    background: transparent;
  }

  .bf-popular-packages__rail::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(99, 102, 241, 0.28);
  }

  .bf-popular-package-card {
    flex: 0 0 286px;
    scroll-snap-align: center;
  }

  .bf-popular-package-card__link {
    min-height: 382px;
  }
}

/* Mobile */

@media (max-width: 575.98px) {
  .bf-popular-packages {
    padding: 56px 0 60px;
  }

  .bf-popular-packages .container {
    padding-left: 14px;
    padding-right: 14px;
  }

  .bf-popular-packages__head {
    margin-bottom: 22px;
    text-align: left;
  }

  .bf-popular-packages__eyebrow {
    min-height: 30px;
    padding: 0 12px;
    font-size: 10px;
  }

  .bf-popular-packages__title {
    margin-top: 14px;
    font-size: clamp(34px, 10vw, 44px);
    line-height: 1;
  }

  .bf-popular-packages__text {
    margin-top: 12px;
    font-size: 14px;
  }

  .bf-popular-packages__tabs {
    max-width: none;
    margin-bottom: 20px;
    border-radius: 22px;
  }

  .bf-popular-packages__tab {
    min-height: 54px;
    gap: 8px;
  }

  .bf-popular-packages__tab span {
    width: 31px;
    height: 31px;
    border-radius: 12px;
  }

  .bf-popular-packages__tab strong {
    font-size: 13px;
  }

  .bf-popular-packages__tab small {
    display: none;
  }

  .bf-popular-packages__rail {
    margin-left: -14px;
    margin-right: -14px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .bf-popular-package-card {
    flex-basis: 82vw;
    max-width: 324px;
  }

  .bf-popular-package-card__link {
    min-height: 368px;
    padding: 20px;
    border-radius: 24px;
  }

  .bf-popular-package-card__badge {
    min-height: 27px;
    padding: 0 11px;
    font-size: 9px;
  }

  .bf-popular-package-card__icon {
    width: 43px;
    height: 43px;
    border-radius: 15px;
  }

  .bf-popular-package-card__main {
    margin-top: 22px;
  }

  .bf-popular-package-card__main h3 {
    font-size: 38px;
  }

  .bf-popular-package-card__price strong {
    font-size: 38px;
  }

  .bf-popular-package-card__features {
    gap: 8px;
    margin-top: 20px;
  }

  .bf-popular-package-card__button {
    min-height: 48px;
    transform: translateY(8px);
  }

  .bf-popular-packages__bottom {
    margin-top: 28px;
  }

  .bf-popular-packages__view {
    width: 100%;
    min-height: 44px;
    font-size: 12px;
  }
}

/* Animations */

@keyframes bfPackagesPanelIn {
  0% {
    opacity: 0;
    transform: translateY(8px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* =========================================================
   13. Home: Clean Mobile Section
========================================================= */

.bf-clean-mobile-section {
  position: relative;
  overflow: hidden;
  padding: 86px 0 92px;
  background:
    radial-gradient(circle at 12% 14%, rgba(99, 102, 241, 0.10), transparent 34%),
    radial-gradient(circle at 90% 12%, rgba(236, 72, 153, 0.10), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 58%, #ffffff 100%);
  color: var(--bf-text, #111827);
}

.bf-clean-mobile-section__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(15, 23, 42, 0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 23, 42, 0.022) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.42), transparent 76%);
  opacity: 0.55;
}

.bf-clean-mobile-section .container {
  position: relative;
  z-index: 2;
}

.bf-clean-mobile {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.62fr);
  gap: 72px;
  align-items: center;
  max-width: 1120px;
  margin: 0 auto;
}

.bf-clean-mobile__content {
  max-width: 560px;
}

.bf-clean-mobile__title {
  margin: 0;
  color: #111827;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 0.96;
  font-weight: 950;
  letter-spacing: -0.075em;
}

.bf-clean-mobile__text {
  max-width: 520px;
  margin: 24px 0 0;
  color: #64748b;
  font-size: 18px;
  line-height: 1.52;
  font-weight: 740;
  letter-spacing: -0.022em;
}

.bf-clean-mobile__list {
  display: grid;
  gap: 18px;
  margin-top: 34px;
}

.bf-clean-mobile__item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  max-width: 520px;
}

.bf-clean-mobile__item-icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border-radius: 15px;
  background: rgba(99, 102, 241, 0.10);
  color: #4f46e5;
  font-size: 18px;
}

.bf-clean-mobile__item-content strong,
.bf-clean-mobile__item-content span {
  display: block;
}

.bf-clean-mobile__item-content strong {
  color: #111827;
  font-size: 18px;
  line-height: 1.12;
  font-weight: 950;
  letter-spacing: -0.035em;
}

.bf-clean-mobile__item-content span {
  max-width: 420px;
  margin-top: 6px;
  color: #64748b;
  font-size: 14px;
  line-height: 1.42;
  font-weight: 720;
  letter-spacing: -0.018em;
}

/* Phone visual */

.bf-clean-mobile__visual {
  position: relative;
  display: flex;
  justify-content: center;
  min-width: 0;
}

.bf-clean-mobile__glow {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 310px;
  height: 430px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 42% 24%, rgba(99, 102, 241, 0.18), transparent 48%),
    radial-gradient(circle at 64% 70%, rgba(236, 72, 153, 0.18), transparent 52%);
  filter: blur(42px);
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 0.72;
}

.bf-clean-phone {
  position: relative;
  z-index: 2;
  width: min(100%, 330px);
  aspect-ratio: 9 / 16;
  padding: 8px;
  border-radius: 46px;
  background: #050816;
  box-shadow:
    0 34px 90px rgba(15, 23, 42, 0.24),
    0 0 0 1px rgba(255, 255, 255, 0.10) inset;
  transform: rotate(1.5deg);
  transition:
    transform 220ms ease,
    box-shadow 220ms ease;
}

.bf-clean-phone:hover {
  transform: rotate(0deg) translateY(-4px);
  box-shadow:
    0 42px 104px rgba(15, 23, 42, 0.28),
    0 0 0 1px rgba(255, 255, 255, 0.12) inset;
}

.bf-clean-phone__speaker {
  display: none;
}

.bf-clean-phone__screen {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 38px;
  background: #ffffff;
  line-height: 0;
}

/* Внутренний мягкий блик по краю экрана */
.bf-clean-phone__screen::before {
  content: "";
  position: absolute;
  z-index: 4;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.28) inset,
    0 0 0 1px rgba(15, 23, 42, 0.04);
}

.bf-clean-phone__screen::after {
  display: none;
}

.bf-clean-phone__screen img {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  width: 111%;
  height: 111%;
  max-width: none;
  object-fit: cover;
  transform: translate(-50%, -50%) scale(1.03);
  transform-origin: center;
}

/* Responsive */

@media (max-width: 991.98px) {
  .bf-clean-mobile-section {
    padding: 70px 0 78px;
  }

  .bf-clean-mobile {
    grid-template-columns: 1fr;
    gap: 46px;
    max-width: 720px;
    text-align: center;
  }

  .bf-clean-mobile__content {
    max-width: 100%;
  }

  .bf-clean-mobile__title,
  .bf-clean-mobile__text {
    margin-left: auto;
    margin-right: auto;
  }

  .bf-clean-mobile__list {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }

  .bf-clean-mobile__item {
    text-align: left;
  }

  .bf-clean-phone {
    width: min(100%, 320px);
    transform: none;
  }
}

@media (max-width: 575.98px) {
  .bf-clean-mobile-section {
    padding: 54px 0 62px;
  }

  .bf-clean-mobile-section .container {
    padding-left: 14px;
    padding-right: 14px;
  }

  .bf-clean-mobile {
    gap: 36px;
  }

  .bf-clean-mobile__title {
    max-width: 390px;
    font-size: clamp(34px, 11vw, 46px);
    line-height: 0.98;
    letter-spacing: -0.068em;
  }

  .bf-clean-mobile__text {
    max-width: 350px;
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.45;
  }

  .bf-clean-mobile__list {
    gap: 14px;
    margin-top: 28px;
  }

  .bf-clean-mobile__item {
    gap: 12px;
  }

  .bf-clean-mobile__item-icon {
    width: 36px;
    height: 36px;
    border-radius: 13px;
    font-size: 16px;
  }

  .bf-clean-mobile__item-content strong {
    font-size: 15px;
  }

  .bf-clean-mobile__item-content span {
    font-size: 12px;
    line-height: 1.38;
  }

  .bf-clean-phone {
    width: min(100%, 292px);
    padding: 7px;
    border-radius: 40px;
    transform: none;
  }

  .bf-clean-phone__screen {
    border-radius: 33px;
  }

    .bf-clean-phone__screen img {
      width: 112%;
      height: 112%;
      transform: translate(-50%, -50%) scale(1.03);
    }

  .bf-clean-mobile__glow {
    width: 240px;
    height: 330px;
    filter: blur(36px);
  }
}

/* =========================================================
   14. Home: Features Grid
========================================================= */

.bf-home-features-grid {
  position: relative;
  overflow: hidden;
  padding: 86px 0;
  background:
    radial-gradient(circle at 12% 10%, rgba(99, 102, 241, 0.08), transparent 34%),
    radial-gradient(circle at 90% 8%, rgba(236, 72, 153, 0.08), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  color: var(--bf-text, #111827);
}

.bf-home-features-grid::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(15, 23, 42, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 23, 42, 0.018) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.34), transparent 72%);
  opacity: 0.7;
}

.bf-home-features-grid > .container {
  position: relative;
  z-index: 1;
}

.bf-home-features-grid .bf-section-header {
  max-width: 780px;
  margin: 0 auto 46px;
  text-align: center;
}

.bf-home-features-grid .bf-section-eyebrow {
  border: 0;
  background: transparent;
  box-shadow: none;
  color: #111827;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 650;
  letter-spacing: -0.02em;
  text-transform: none;
}

.bf-home-features-grid .bf-section-title {
  max-width: 780px;
  margin: 10px auto 0;
  color: #111827;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 0.98;
  font-weight: 950;
  letter-spacing: -0.065em;
}

.bf-home-features-grid .bf-section-text {
  max-width: 660px;
  margin: 18px auto 0;
  color: #64748b;
  font-size: 17px;
  line-height: 1.55;
  font-weight: 650;
  letter-spacing: -0.018em;
}

.bf-features-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  max-width: 1120px;
  margin: 0 auto;
}

.bf-feature-card {
  position: relative;
  overflow: hidden;
  min-height: 210px;
  padding: 24px;
  border: 1px solid rgba(15, 23, 42, 0.07);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.07);
  backdrop-filter: blur(18px);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.bf-feature-card:hover {
  transform: translateY(-3px);
  border-color: rgba(99, 102, 241, 0.18);
  box-shadow: 0 24px 62px rgba(15, 23, 42, 0.1);
}

.bf-feature-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 26px;
}

.bf-feature-card__icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 50px;
  height: 50px;
  border-radius: 18px;
  background:
    radial-gradient(circle at 25% 15%, rgba(236, 72, 153, 0.16), transparent 42%),
    rgba(99, 102, 241, 0.09);
  color: #4f46e5;
  font-size: 20px;
}

.bf-feature-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 25px;
  padding: 0 10px;
  border-radius: 999px;
  background: #111827;
  color: #ffffff;
  font-size: 10px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.bf-feature-card__title {
  margin: 0;
  color: #111827;
  font-size: 22px;
  line-height: 1.1;
  font-weight: 950;
  letter-spacing: -0.045em;
}

.bf-feature-card__text {
  margin: 12px 0 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.52;
  font-weight: 650;
  letter-spacing: -0.014em;
}

/* Tablet */

@media (max-width: 1199.98px) {
  .bf-features-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 760px;
  }
}

/* Mobile */

@media (max-width: 767.98px) {
  .bf-home-features-grid {
    padding: 54px 0 58px;
  }

  .bf-home-features-grid .container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .bf-home-features-grid .bf-section-header {
    max-width: 100%;
    margin: 0 0 28px;
    text-align: left;
  }

  .bf-home-features-grid .bf-section-eyebrow {
    justify-content: flex-start;
    min-height: auto;
    padding: 0;
    margin: 0;
    color: #111827;
    font-size: 14px;
  }

  .bf-home-features-grid .bf-section-title {
    max-width: 390px;
    margin: 10px 0 0;
    font-size: clamp(34px, 10vw, 44px);
    line-height: 1;
    letter-spacing: -0.06em;
  }

  .bf-home-features-grid .bf-section-text {
    max-width: 390px;
    margin: 14px 0 0;
    font-size: 14px;
    line-height: 1.5;
  }

  .bf-features-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    max-width: 100%;
    margin: 0;
  }

  .bf-feature-card {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    column-gap: 14px;
    row-gap: 4px;
    min-height: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    overflow: visible;
  }

  .bf-feature-card:hover {
    transform: none;
    border-color: transparent;
    box-shadow: none;
  }

  .bf-feature-card__top {
    grid-column: 1;
    grid-row: 1 / span 2;
    display: block;
    margin: 0;
  }

  .bf-feature-card__icon {
    width: 42px;
    height: 42px;
    border-radius: 15px;
    font-size: 17px;
  }

  .bf-feature-card__badge {
    display: none;
  }

  .bf-feature-card__title {
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
    margin: 1px 0 0;
    font-size: 20px;
    line-height: 1.12;
    letter-spacing: -0.045em;
  }

  .bf-feature-card__text {
    grid-column: 2;
    grid-row: 2;
    min-width: 0;
    max-width: 100%;
    margin: 4px 0 0;
    color: #64748b;
    font-size: 13px;
    line-height: 1.45;
    font-weight: 650;
  }
}

.bf-home-features-grid .bf-section-head {
  position: relative;
  z-index: 3;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.bf-home-features-grid .bf-section-eyebrow,
.bf-home-features-grid .bf-section-head__eyebrow,
.bf-home-features-grid .bf-features-grid__eyebrow {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-height: 34px !important;
  margin: 0 auto !important;
  padding: 0 18px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: rgba(79, 70, 229, 0.11) !important;
  color: #4f46e5 !important;
  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 950 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  box-shadow: none !important;
}

.bf-home-features-grid .bf-section-title,
.bf-home-features-grid .bf-section-head__title,
.bf-home-features-grid .bf-features-grid__title {
  max-width: 780px !important;
  margin: 18px auto 0 !important;
  color: #111827 !important;
  font-size: clamp(38px, 4.8vw, 62px) !important;
  line-height: 0.98 !important;
  font-weight: 950 !important;
  letter-spacing: -0.064em !important;
  text-align: center !important;
}

.bf-home-features-grid .bf-section-text,
.bf-home-features-grid .bf-section-head__text,
.bf-home-features-grid .bf-features-grid__text {
  max-width: 620px !important;
  margin: 14px auto 0 !important;
  color: #64748b !important;
  font-size: 16px !important;
  line-height: 1.45 !important;
  font-weight: 700 !important;
  letter-spacing: -0.018em !important;
  text-align: center !important;
}

/* Mobile */

@media (max-width: 767.98px) {
  .bf-home-features-grid .bf-section-head {
    text-align: left;
  }

  .bf-home-features-grid .bf-section-eyebrow,
  .bf-home-features-grid .bf-section-head__eyebrow,
  .bf-home-features-grid .bf-features-grid__eyebrow {
    justify-content: center !important;
    min-height: 32px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 14px !important;
    font-size: 11px !important;
  }

  .bf-home-features-grid .bf-section-title,
  .bf-home-features-grid .bf-section-head__title,
  .bf-home-features-grid .bf-features-grid__title {
    max-width: 390px !important;
    margin: 16px 0 0 !important;
    font-size: clamp(34px, 10vw, 44px) !important;
    line-height: 0.98 !important;
    text-align: left !important;
  }

  .bf-home-features-grid .bf-section-text,
  .bf-home-features-grid .bf-section-head__text,
  .bf-home-features-grid .bf-features-grid__text {
    max-width: 360px !important;
    margin: 12px 0 0 !important;
    font-size: 14px !important;
    line-height: 1.45 !important;
    text-align: left !important;
  }
}

@media (max-width: 767.98px) {
  .bf-home-features-grid {
    padding: 56px 0 62px !important;
  }

  .bf-home-features-grid .container {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .bf-home-features-grid .bf-section-header {
    max-width: 100% !important;
    margin: 0 0 34px !important;
    text-align: left !important;
  }

  .bf-home-features-grid .bf-section-eyebrow {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: fit-content !important;
    min-height: 34px !important;
    padding: 0 16px !important;
    border-radius: 999px !important;
    background: rgba(79, 70, 229, 0.11) !important;
    color: #4F46E5 !important;
    font-size: 11px !important;
    line-height: 1 !important;
    font-weight: 950 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
  }

  .bf-home-features-grid .bf-section-title {
    max-width: 390px !important;
    margin: 18px 0 0 !important;
    font-size: clamp(36px, 10.5vw, 46px) !important;
    line-height: 0.98 !important;
    font-weight: 950 !important;
    letter-spacing: -0.068em !important;
  }

  .bf-home-features-grid .bf-section-text {
    max-width: 390px !important;
    margin: 18px 0 0 !important;
    color: #64748b !important;
    font-size: 15px !important;
    line-height: 1.5 !important;
    font-weight: 720 !important;
    letter-spacing: -0.02em !important;
  }

  .bf-home-features-grid .bf-features-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 22px !important;
    max-width: 100% !important;
    margin: 0 !important;
  }

  .bf-home-features-grid .bf-features-grid .bf-feature-card {
    display: grid !important;
    grid-template-columns: 58px minmax(0, 1fr) !important;
    gap: 16px !important;
    align-items: flex-start !important;

    width: 100% !important;
    min-width: 0 !important;
    min-height: auto !important;

    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;

    background: transparent !important;
    background-image: none !important;
    box-shadow: none !important;

    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;

    overflow: visible !important;
    transform: none !important;
  }

  .bf-home-features-grid .bf-features-grid .bf-feature-card::before,
  .bf-home-features-grid .bf-features-grid .bf-feature-card::after {
    display: none !important;
  }

  .bf-home-features-grid .bf-features-grid .bf-feature-card:hover,
  .bf-home-features-grid .bf-features-grid .bf-feature-card:focus,
  .bf-home-features-grid .bf-features-grid .bf-feature-card:focus-within {
    transform: none !important;
    border-color: transparent !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .bf-home-features-grid .bf-feature-card__top {
    grid-column: 1 !important;
    grid-row: 1 !important;

    display: block !important;
    width: 58px !important;
    min-width: 58px !important;
    margin: 0 !important;
  }

  .bf-home-features-grid .bf-feature-card__icon {
    display: grid !important;
    place-items: center !important;

    width: 58px !important;
    height: 58px !important;
    min-width: 58px !important;

    border: 0 !important;
    border-radius: 21px !important;

    background:
      radial-gradient(circle at 18% 8%, rgba(236, 72, 153, 0.16), transparent 42%),
      rgba(79, 70, 229, 0.08) !important;

    color: #4F46E5 !important;
    font-size: 22px !important;

    box-shadow:
      0 16px 38px rgba(79, 70, 229, 0.10),
      inset 0 1px 0 rgba(255, 255, 255, 0.8) !important;
  }

  .bf-home-features-grid .bf-feature-card__badge {
    display: none !important;
  }

  .bf-home-features-grid .bf-feature-card__content {
    grid-column: 2 !important;
    grid-row: 1 !important;

    min-width: 0 !important;
    max-width: 100% !important;
    padding-top: 2px !important;
  }

  .bf-home-features-grid .bf-feature-card__title {
    max-width: 100% !important;
    margin: 0 !important;

    color: #111827 !important;
    font-size: 25px !important;
    line-height: 1.04 !important;
    font-weight: 950 !important;
    letter-spacing: -0.058em !important;

    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
    overflow-wrap: normal !important;
  }

  .bf-home-features-grid .bf-feature-card__text {
    max-width: 100% !important;
    margin: 9px 0 0 !important;

    color: #64748b !important;
    font-size: 15px !important;
    line-height: 1.45 !important;
    font-weight: 720 !important;
    letter-spacing: -0.02em !important;

    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
    overflow-wrap: break-word !important;
  }
}

@media (max-width: 575.98px) {
  .bf-home-features-grid {
    padding: 54px 0 60px !important;
  }

  .bf-home-features-grid .container {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .bf-home-features-grid .bf-section-title {
    max-width: 360px !important;
    font-size: clamp(34px, 10.6vw, 42px) !important;
  }

  .bf-home-features-grid .bf-section-text {
    max-width: 350px !important;
    font-size: 14px !important;
  }

  .bf-home-features-grid .bf-features-grid {
    gap: 21px !important;
  }

  .bf-home-features-grid .bf-features-grid .bf-feature-card {
    grid-template-columns: 54px minmax(0, 1fr) !important;
    gap: 14px !important;
  }

  .bf-home-features-grid .bf-feature-card__top {
    width: 54px !important;
    min-width: 54px !important;
  }

  .bf-home-features-grid .bf-feature-card__icon {
    width: 54px !important;
    height: 54px !important;
    min-width: 54px !important;
    border-radius: 20px !important;
    font-size: 20px !important;
  }

  .bf-home-features-grid .bf-feature-card__title {
    font-size: 23px !important;
    line-height: 1.06 !important;
  }

  .bf-home-features-grid .bf-feature-card__text {
    font-size: 14px !important;
    line-height: 1.45 !important;
  }
}

/* =========================================================
   15. Home: Order Flow
========================================================= */

.bf-home-order-flow {
  position: relative;
  overflow: hidden;
  padding: 92px 0 98px;
  background: transparent !important;
  color: var(--bf-text, #111827);
}

.bf-home-order-flow__bg {
  display: none !important;
}

.bf-home-order-flow > .container {
  position: relative;
  z-index: 3;
}

.bf-order-flow-header {
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}

.bf-order-flow-header__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(79, 70, 229, 0.11);
  color: #4f46e5;
  font-size: 12px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bf-order-flow-header__title {
  max-width: 850px;
  margin: 20px auto 0;
  color: #111827;
  font-size: clamp(38px, 5vw, 62px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.065em;
}

.bf-order-flow-header__text {
  max-width: 740px;
  margin: 18px auto 0;
  color: #64748b;
  font-size: 17px;
  line-height: 1.55;
  font-weight: 700;
  letter-spacing: -0.018em;
}

/* Timeline */

.bf-order-flow-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
  max-width: 1120px;
  margin: 76px auto 0;
}

.bf-order-flow-timeline::before {
  content: "";
  position: absolute;
  top: 146px;
  left: 16.666%;
  right: 16.666%;
  z-index: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    rgba(79, 70, 229, 0.34),
    rgba(236, 72, 153, 0.24)
  );
}

/* ВАЖНО: перебиваем общий glass-card из bf-home-background.css */
.bf-home-order-flow .bf-order-flow-step {
  position: relative;
  min-width: 0;
  padding: 0 18px;
  text-align: center;
  cursor: default;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  overflow: visible !important;
}

.bf-order-flow-step__icon {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 116px;
  height: 116px;
  margin: 0 auto 44px;
  border: 1px solid rgba(79, 70, 229, 0.08);
  border-radius: 32px;
  background:
    radial-gradient(circle at 25% 10%, rgba(79, 70, 229, 0.12), transparent 42%),
    rgba(255, 255, 255, 0.86);
  color: #4f46e5;
  font-size: 42px;
  box-shadow:
    0 24px 64px rgba(15, 23, 42, 0.075),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition:
    transform 220ms ease,
    background 220ms ease,
    color 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease;
}

.bf-order-flow-step__line {
  position: absolute;
  top: 120px;
  left: 0;
  right: 0;
  z-index: 4;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}

.bf-order-flow-step__line span {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 4px solid #ffffff;
  border-radius: 999px;
  background: #ffffff;
  color: #4f46e5;
  font-size: 21px;
  line-height: 1;
  font-weight: 950;
  box-shadow:
    inset 0 0 0 2px rgba(79, 70, 229, 0.42),
    0 14px 28px rgba(79, 70, 229, 0.14);
  transition:
    transform 220ms ease,
    background 220ms ease,
    color 220ms ease,
    box-shadow 220ms ease;
}

.bf-order-flow-step__content {
  position: relative;
  z-index: 2;
  max-width: 350px;
  margin: 0 auto;
  padding: 22px 18px 0;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  transition: transform 220ms ease;
}

.bf-order-flow-step__content h3 {
  margin: 0;
  color: #111827;
  font-size: 25px;
  line-height: 1.14;
  font-weight: 950;
  letter-spacing: -0.045em;
}

.bf-order-flow-step__content p {
  margin: 15px 0 0;
  color: #64748b;
  font-size: 15px;
  line-height: 1.58;
  font-weight: 700;
  letter-spacing: -0.014em;
}

/* Hover */

.bf-order-flow-step:hover .bf-order-flow-step__icon,
.bf-order-flow-step:focus-within .bf-order-flow-step__icon {
  transform: translateY(-8px) scale(1.035);
  border-color: rgba(79, 70, 229, 0.22);
  background:
    radial-gradient(circle at 22% 0%, rgba(255, 255, 255, 0.22), transparent 38%),
    linear-gradient(135deg, #4f46e5 0%, #ec4899 100%);
  color: #ffffff;
  box-shadow: 0 30px 76px rgba(79, 70, 229, 0.22);
}

.bf-order-flow-step:hover .bf-order-flow-step__line span,
.bf-order-flow-step:focus-within .bf-order-flow-step__line span {
  transform: scale(1.08);
  background: #4f46e5;
  color: #ffffff;
  box-shadow:
    0 0 0 7px rgba(79, 70, 229, 0.10),
    0 18px 34px rgba(79, 70, 229, 0.22);
}

.bf-order-flow-step:hover .bf-order-flow-step__content,
.bf-order-flow-step:focus-within .bf-order-flow-step__content {
  transform: translateY(-3px);
}

/* Tablet */

@media (max-width: 991.98px) {
  .bf-home-order-flow {
    padding: 74px 0 78px;
  }

  .bf-order-flow-header__title {
    font-size: clamp(36px, 6.2vw, 54px);
  }

  .bf-order-flow-timeline {
    gap: 20px;
    margin-top: 58px;
  }

  .bf-order-flow-timeline::before {
    top: 126px;
    left: 16.666%;
    right: 16.666%;
  }

  .bf-home-order-flow .bf-order-flow-step {
    padding: 0 10px;
  }

  .bf-order-flow-step__icon {
    width: 96px;
    height: 96px;
    border-radius: 28px;
    font-size: 36px;
  }

  .bf-order-flow-step__line {
    top: 100px;
  }

  .bf-order-flow-step__line span {
    width: 46px;
    height: 46px;
    font-size: 18px;
  }

  .bf-order-flow-step__content {
    padding-top: 18px;
  }

  .bf-order-flow-step__content h3 {
    font-size: 22px;
  }

  .bf-order-flow-step__content p {
    font-size: 14px;
  }
}

/* Mobile */

@media (max-width: 767.98px) {
  .bf-home-order-flow {
    padding: 58px 0 64px !important;
    background: transparent !important;
  }

  .bf-home-order-flow .container {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .bf-order-flow-header {
    max-width: 100% !important;
    text-align: left !important;
  }

  .bf-order-flow-header__eyebrow {
    min-height: 34px !important;
    padding: 0 15px !important;
    font-size: 11px !important;
  }

  .bf-order-flow-header__title {
    max-width: 420px !important;
    margin: 18px 0 0 !important;
    font-size: clamp(34px, 10vw, 44px) !important;
    line-height: 0.98 !important;
    letter-spacing: -0.064em !important;
  }

  .bf-order-flow-header__text {
    max-width: 390px !important;
    margin: 15px 0 0 !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    font-weight: 700 !important;
  }

  .bf-order-flow-timeline {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    max-width: 430px !important;
    margin: 36px 0 0 !important;
  }

  .bf-order-flow-timeline::before {
    display: none !important;
  }

  .bf-home-order-flow .bf-order-flow-step {
    position: relative !important;
    display: grid !important;
    grid-template-columns: 58px minmax(0, 1fr) !important;
    gap: 14px !important;
    align-items: start !important;
    min-height: auto !important;
    padding: 16px !important;
    border: 1px solid rgba(15, 23, 42, 0.075) !important;
    border-radius: 26px !important;
    background:
      radial-gradient(circle at 0% 0%, rgba(79, 70, 229, 0.07), transparent 34%),
      radial-gradient(circle at 100% 0%, rgba(236, 72, 153, 0.055), transparent 34%),
      rgba(255, 255, 255, 0.90) !important;
    box-shadow:
      0 18px 52px rgba(15, 23, 42, 0.075),
      inset 0 1px 0 rgba(255, 255, 255, 0.88) !important;
    backdrop-filter: blur(18px) !important;
    -webkit-backdrop-filter: blur(18px) !important;
    text-align: left !important;
    overflow: hidden !important;
    transition:
      transform 180ms ease,
      border-color 180ms ease,
      box-shadow 180ms ease,
      background 180ms ease !important;
  }

  .bf-home-order-flow .bf-order-flow-step:hover,
  .bf-home-order-flow .bf-order-flow-step:focus-within {
    transform: translateY(-2px) !important;
    border-color: rgba(79, 70, 229, 0.20) !important;
    background: #ffffff !important;
    box-shadow: 0 24px 64px rgba(15, 23, 42, 0.10) !important;
  }

  .bf-order-flow-step__icon {
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: 58px !important;
    height: 58px !important;
    margin: 0 !important;
    border: 1px solid rgba(79, 70, 229, 0.10) !important;
    border-radius: 20px !important;
    background:
      radial-gradient(circle at 25% 0%, rgba(79, 70, 229, 0.13), transparent 42%),
      #ffffff !important;
    color: #4f46e5 !important;
    font-size: 25px !important;
    box-shadow: 0 14px 34px rgba(79, 70, 229, 0.09) !important;
    transform: none !important;
  }

  .bf-order-flow-step:hover .bf-order-flow-step__icon,
  .bf-order-flow-step:focus-within .bf-order-flow-step__icon {
    transform: none !important;
    background: linear-gradient(135deg, #4f46e5 0%, #ec4899 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 18px 42px rgba(79, 70, 229, 0.20) !important;
  }

  .bf-order-flow-step__line {
    position: absolute !important;
    top: 16px !important;
    right: 16px !important;
    left: auto !important;
    z-index: 4 !important;
    width: auto !important;
    height: auto !important;
    display: block !important;
    pointer-events: none !important;
  }

  .bf-order-flow-step__line span {
    width: 38px !important;
    height: 38px !important;
    border: 0 !important;
    border-radius: 14px !important;
    background: rgba(79, 70, 229, 0.10) !important;
    color: #4f46e5 !important;
    font-size: 15px !important;
    font-weight: 950 !important;
    box-shadow: none !important;
  }

  .bf-order-flow-step:hover .bf-order-flow-step__line span,
  .bf-order-flow-step:focus-within .bf-order-flow-step__line span {
    transform: none !important;
    background: #4f46e5 !important;
    color: #ffffff !important;
    box-shadow: 0 12px 26px rgba(79, 70, 229, 0.22) !important;
  }

  .bf-order-flow-step__content {
    grid-column: 2 !important;
    grid-row: 1 !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 44px 0 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    transform: none !important;
  }

  .bf-order-flow-step:hover .bf-order-flow-step__content,
  .bf-order-flow-step:focus-within .bf-order-flow-step__content {
    transform: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .bf-order-flow-step__content h3 {
    margin: 0 !important;
    padding-top: 2px !important;
    color: #111827 !important;
    font-size: 21px !important;
    line-height: 1.08 !important;
    font-weight: 950 !important;
    letter-spacing: -0.052em !important;
  }

  .bf-order-flow-step__content p {
    margin: 9px 0 0 !important;
    color: #64748b !important;
    font-size: 13.5px !important;
    line-height: 1.45 !important;
    font-weight: 700 !important;
    letter-spacing: -0.014em !important;
  }
}

/* Small mobile */

@media (max-width: 575.98px) {
  .bf-home-order-flow {
    padding: 52px 0 58px !important;
  }

  .bf-home-order-flow .container {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .bf-order-flow-header__title {
    max-width: 360px !important;
    font-size: clamp(32px, 10.4vw, 41px) !important;
  }

  .bf-order-flow-header__text {
    max-width: 350px !important;
    font-size: 14px !important;
  }

  .bf-order-flow-timeline {
    gap: 12px !important;
    margin-top: 32px !important;
  }

  .bf-home-order-flow .bf-order-flow-step {
    grid-template-columns: 54px minmax(0, 1fr) !important;
    gap: 13px !important;
    padding: 14px !important;
    border-radius: 24px !important;
  }

  .bf-order-flow-step__icon {
    width: 54px !important;
    height: 54px !important;
    border-radius: 18px !important;
    font-size: 23px !important;
  }

  .bf-order-flow-step__line {
    top: 14px !important;
    right: 14px !important;
  }

  .bf-order-flow-step__line span {
    width: 34px !important;
    height: 34px !important;
    border-radius: 12px !important;
    font-size: 14px !important;
  }

  .bf-order-flow-step__content {
    padding-right: 38px !important;
  }

  .bf-order-flow-step__content h3 {
    font-size: 20px !important;
  }

  .bf-order-flow-step__content p {
    font-size: 13px !important;
    line-height: 1.44 !important;
  }
}

/* =========================================================
   16. Home: Reviews Carousel
========================================================= */

.bf-reviews-carousel-section {
  position: relative;
  overflow: hidden;
  padding: 76px 0 84px;
  background:
    radial-gradient(circle at 12% 0%, rgba(99, 102, 241, 0.08), transparent 34%),
    radial-gradient(circle at 88% 8%, rgba(236, 72, 153, 0.075), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 56%, #ffffff 100%);
  color: #111827;
}

.bf-reviews-carousel-section__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(15, 23, 42, 0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 23, 42, 0.022) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, transparent 0%, #000 16%, #000 84%, transparent 100%);
  opacity: 0.58;
}

.bf-reviews-carousel-section .container {
  position: relative;
  z-index: 2;
}

.bf-reviews-carousel__head {
  max-width: 780px;
  margin: 0 auto 22px;
  text-align: center;
}

.bf-reviews-carousel__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 15px;
  border-radius: 999px;
  background: rgba(99, 102, 241, 0.1);
  color: #4f46e5;
  font-size: 11px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0.065em;
  text-transform: uppercase;
}

.bf-reviews-carousel__title {
  margin: 16px 0 0;
  color: #111827;
  font-size: clamp(38px, 4.3vw, 60px);
  line-height: 0.98;
  font-weight: 950;
  letter-spacing: -0.064em;
}

.bf-reviews-carousel__text {
  max-width: 640px;
  margin: 14px auto 0;
  color: #64748b;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 760;
  letter-spacing: -0.022em;
}

.bf-reviews-carousel__summary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin: 0 auto 34px;
}

.bf-reviews-carousel__rating,
.bf-reviews-carousel__verified {
  display: inline-flex;
  align-items: center;
  min-height: 52px;
  padding: 0 16px;
  border: 1px solid rgba(15, 23, 42, 0.065);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.045);
  backdrop-filter: blur(16px);
}

.bf-reviews-carousel__rating {
  gap: 12px;
}

.bf-reviews-carousel__rating > strong {
  color: #111827;
  font-size: 28px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.06em;
}

.bf-reviews-carousel__rating-copy {
  display: grid;
  gap: 5px;
}

.bf-reviews-carousel__rating-copy span {
  display: flex;
  gap: 3px;
}

.bf-reviews-carousel__rating-copy span i {
  color: #22c55e;
  font-size: 13px;
}

.bf-reviews-carousel__rating-copy small {
  color: #64748b;
  font-size: 11px;
  line-height: 1;
  font-weight: 850;
}

.bf-reviews-carousel__verified {
  gap: 8px;
  color: #047857;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  background: rgba(34, 197, 94, 0.1);
}

.bf-reviews-carousel__verified i {
  color: #22c55e;
  font-size: 15px;
}

/* Carousel */

.bf-reviews-carousel {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
}

.bf-reviews-carousel__viewport {
  position: relative;
  min-height: 376px;
  overflow: hidden;
  padding: 12px 0 18px;
}

.bf-reviews-carousel__track {
  position: relative;
  min-height: 344px;
}

.bf-review-card {
  position: absolute;
  top: 0;
  left: 50%;
  width: calc((100% - 44px) / 3);
  min-height: 324px;
  overflow: hidden;
  padding: 24px;
  border: 1px solid rgba(15, 23, 42, 0.075);
  border-radius: 30px;
  background:
    radial-gradient(circle at 0% 0%, rgba(99, 102, 241, 0.08), transparent 34%),
    rgba(255, 255, 255, 0.93);
  box-shadow:
    0 18px 48px rgba(15, 23, 42, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(18px);
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) scale(0.9);
  transition:
    opacity 320ms ease,
    transform 320ms ease,
    box-shadow 320ms ease,
    border-color 320ms ease;
}

.bf-review-card.is-active {
  z-index: 3;
  opacity: 1;
  pointer-events: auto;
  border-color: rgba(99, 102, 241, 0.16);
  box-shadow:
    0 30px 72px rgba(15, 23, 42, 0.10),
    0 0 0 3px rgba(99, 102, 241, 0.04);
  transform: translateX(-50%) scale(1);
}

.bf-review-card.is-prev {
  z-index: 2;
  opacity: 0.72;
  pointer-events: auto;
  transform: translateX(calc(-150% - 22px)) scale(0.94);
}

.bf-review-card.is-next {
  z-index: 2;
  opacity: 0.72;
  pointer-events: auto;
  transform: translateX(calc(50% + 22px)) scale(0.94);
}

.bf-review-card.is-hidden {
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) scale(0.88);
}

.bf-review-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.bf-review-card__identity {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.bf-review-card__avatar {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: linear-gradient(135deg, #4f46e5, #ec4899);
  color: #ffffff;
  font-size: 13px;
  line-height: 1;
  font-weight: 950;
  box-shadow: 0 16px 34px rgba(99, 102, 241, 0.18);
}

.bf-review-card__person {
  min-width: 0;
}

.bf-review-card__person strong {
  display: block;
  color: #111827;
  font-size: 15px;
  line-height: 1.1;
  font-weight: 950;
  letter-spacing: -0.02em;
}

.bf-review-card__person span {
  display: block;
  margin-top: 5px;
  color: #64748b;
  font-size: 11px;
  line-height: 1;
  font-weight: 850;
}

.bf-review-card__quote {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  border-radius: 14px;
  background: rgba(99, 102, 241, 0.08);
  color: #4f46e5;
}

.bf-review-card__quote i {
  color: #4f46e5;
  font-size: 18px;
}

.bf-review-card__stars {
  display: flex;
  gap: 5px;
  margin-top: 20px;
}

.bf-review-card__stars i {
  display: grid;
  place-items: center;
  width: 23px;
  height: 23px;
  border-radius: 7px;
  background: rgba(34, 197, 94, 0.12);
  color: #bbf7d0;
  font-size: 11px;
}

.bf-review-card__stars i.is-active {
  background: #22c55e;
  color: #ffffff;
}

.bf-review-card__text {
  display: -webkit-box;
  min-height: 132px;
  max-height: 132px;
  overflow: hidden;
  margin: 18px 0 0;
  color: #334155;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 760;
  letter-spacing: -0.016em;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.bf-review-card__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(15, 23, 42, 0.06);
}

.bf-review-card__bottom span,
.bf-review-card__bottom small {
  color: #64748b;
  font-size: 11px;
  line-height: 1;
  font-weight: 850;
}

.bf-review-card__bottom span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.bf-review-card__bottom span i {
  color: #ec4899;
}

/* Controls */

.bf-reviews-carousel__controls {
  position: relative;
  display: grid;
  grid-template-columns: 46px auto 46px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  width: min(520px, 100%);
  margin: 16px auto 0;
}

.bf-reviews-carousel__arrow {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(99, 102, 241, 0.14);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(99, 102, 241, 0.09), rgba(236, 72, 153, 0.07)),
    rgba(255, 255, 255, 0.9);
  color: #4f46e5;
  cursor: pointer;
  box-shadow:
    0 16px 36px rgba(15, 23, 42, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(16px);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.bf-reviews-carousel__arrow:hover {
  transform: translateY(-2px);
  border-color: rgba(99, 102, 241, 0.24);
  box-shadow:
    0 22px 48px rgba(15, 23, 42, 0.085),
    0 0 0 4px rgba(99, 102, 241, 0.055);
}

.bf-reviews-carousel__arrow i {
  color: #4f46e5;
  font-size: 17px;
}

.bf-reviews-carousel__dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid rgba(15, 23, 42, 0.055);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.04);
  backdrop-filter: blur(14px);
}

.bf-reviews-carousel__dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(99, 102, 241, 0.22);
  cursor: pointer;
  transition:
    width 180ms ease,
    background 180ms ease,
    opacity 180ms ease;
}

.bf-reviews-carousel__dot.is-active {
  width: 24px;
  background: linear-gradient(135deg, #4f46e5, #ec4899);
}

/* Tablet */

@media (max-width: 1099.98px) {
  .bf-reviews-carousel__viewport {
    min-height: 364px;
  }

  .bf-reviews-carousel__track {
    min-height: 332px;
  }

  .bf-review-card {
    width: 48%;
  }

  .bf-review-card.is-prev {
    transform: translateX(calc(-105% - 14px)) scale(0.94);
  }

  .bf-review-card.is-next {
    transform: translateX(calc(5% + 14px)) scale(0.94);
  }
}

/* Mobile */

@media (max-width: 699.98px) {
  .bf-reviews-carousel-section {
    padding: 48px 0 56px;
  }

  .bf-reviews-carousel-section .container {
    padding-left: 14px;
    padding-right: 14px;
  }

  .bf-reviews-carousel__head {
    margin-bottom: 16px;
    text-align: left;
  }

  .bf-reviews-carousel__eyebrow {
    min-height: 30px;
    padding: 0 12px;
    font-size: 10px;
  }

  .bf-reviews-carousel__title {
    max-width: 360px;
    margin-top: 14px;
    font-size: clamp(38px, 11.2vw, 48px);
    line-height: 0.98;
    letter-spacing: -0.058em;
  }

  .bf-reviews-carousel__text {
    max-width: 350px;
    margin: 12px 0 0;
    font-size: 14px;
    line-height: 1.44;
  }

  .bf-reviews-carousel__summary {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 22px;
  }

  .bf-reviews-carousel__rating,
  .bf-reviews-carousel__verified {
    width: 100%;
    min-height: 48px;
    padding: 0 15px;
    justify-content: flex-start;
    border-radius: 22px;
  }

  .bf-reviews-carousel__rating > strong {
    min-width: 50px;
    font-size: 24px;
  }

  .bf-reviews-carousel__rating-copy {
    gap: 4px;
  }

  .bf-reviews-carousel__rating-copy span i {
    font-size: 12px;
  }

  .bf-reviews-carousel__rating-copy small {
    font-size: 10px;
  }

  .bf-reviews-carousel__verified {
    font-size: 11px;
  }

  .bf-reviews-carousel__verified i {
    font-size: 14px;
  }

  .bf-reviews-carousel__viewport {
    min-height: 332px;
    padding: 6px 0 8px;
  }

  .bf-reviews-carousel__track {
    min-height: 318px;
  }

  .bf-review-card {
    width: 100%;
    min-height: 304px;
    padding: 18px;
    border-radius: 24px;
  }

  .bf-review-card.is-active {
    transform: translateX(-50%) scale(1);
    box-shadow:
      0 20px 44px rgba(15, 23, 42, 0.08),
      0 0 0 2px rgba(99, 102, 241, 0.04);
  }

  .bf-review-card.is-prev,
  .bf-review-card.is-next,
  .bf-review-card.is-hidden {
    opacity: 0;
    pointer-events: none;
    transform: translateX(-50%) scale(0.95);
  }

  .bf-review-card__top {
    gap: 10px;
  }

  .bf-review-card__identity {
    gap: 10px;
  }

  .bf-review-card__avatar {
    width: 42px;
    height: 42px;
    border-radius: 15px;
    font-size: 12px;
  }

  .bf-review-card__person strong {
    font-size: 14px;
  }

  .bf-review-card__person span {
    margin-top: 4px;
    font-size: 10px;
  }

  .bf-review-card__quote {
    width: 36px;
    height: 36px;
    border-radius: 13px;
  }

  .bf-review-card__quote i {
    font-size: 16px;
  }

  .bf-review-card__stars {
    gap: 4px;
    margin-top: 16px;
  }

  .bf-review-card__stars i {
    width: 21px;
    height: 21px;
    border-radius: 7px;
    font-size: 10px;
  }

  .bf-review-card__text {
    min-height: 116px;
    max-height: 116px;
    margin-top: 16px;
    font-size: 13px;
    line-height: 1.5;
    -webkit-line-clamp: 6;
  }

  .bf-review-card__bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
    margin-top: 14px;
    padding-top: 13px;
  }

  .bf-review-card__bottom span,
  .bf-review-card__bottom small {
    font-size: 10px;
  }

  .bf-reviews-carousel__controls {
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }

  .bf-reviews-carousel__arrow {
    display: none;
  }

  .bf-reviews-carousel__dots {
    min-height: 40px;
    padding: 0 11px;
    border-radius: 999px;
  }
}

/* =========================================================
   17. Home: FAQ
========================================================= */

.bf-home-faq {
  position: relative;
  overflow: hidden;
  padding: 96px 0;
  background:
    radial-gradient(circle at 12% 10%, rgba(79, 70, 229, 0.08), transparent 34%),
    radial-gradient(circle at 90% 14%, rgba(236, 72, 153, 0.09), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  color: var(--bf-text, #111827);
}

.bf-home-faq::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(15, 23, 42, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 23, 42, 0.018) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.32), transparent 74%);
  opacity: 0.6;
}

.bf-home-faq > .container {
  position: relative;
  z-index: 1;
}

.bf-faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: 54px;
  align-items: flex-start;
  max-width: 1120px;
  margin: 0 auto;
}

.bf-faq-layout__content {
  position: sticky;
  top: 110px;
}

.bf-home-faq .bf-section-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  background: rgba(79, 70, 229, 0.11);
  color: #4F46E5;
  font-size: 12px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: none;
}

.bf-home-faq .bf-section-title {
  max-width: 540px;
  margin: 18px 0 0;
  color: #111827;
  font-size: clamp(42px, 4.8vw, 64px);
  line-height: 0.98;
  font-weight: 950;
  letter-spacing: -0.068em;
}

.bf-home-faq .bf-section-text {
  max-width: 500px;
  margin: 18px 0 0;
  color: #64748b;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 650;
  letter-spacing: -0.018em;
}

.bf-faq-layout__items {
  min-width: 0;
}

.bf-faq-list {
  display: grid;
  gap: 16px;
}

.bf-faq-item {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.075);
  border-radius: 26px;
  background:
    radial-gradient(circle at 0% 0%, rgba(79, 70, 229, 0.045), transparent 34%),
    rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 54px rgba(15, 23, 42, 0.075);
  backdrop-filter: blur(18px);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.bf-faq-item:hover,
.bf-faq-item--active {
  transform: translateY(-2px);
  border-color: rgba(79, 70, 229, 0.22);
  background:
    radial-gradient(circle at 0% 0%, rgba(79, 70, 229, 0.07), transparent 34%),
    rgba(255, 255, 255, 0.96);
  box-shadow: 0 26px 76px rgba(15, 23, 42, 0.11);
}

.bf-faq-item__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  padding: 22px 24px;
  border: 0;
  background: transparent;
  color: #111827;
  text-align: left;
  cursor: pointer;
}

.bf-faq-item__button span {
  min-width: 0;
  color: #111827;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 950;
  letter-spacing: -0.035em;
}

.bf-faq-item__button i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(79, 70, 229, 0.10);
  border-radius: 15px;
  background: rgba(79, 70, 229, 0.08);
  color: #4F46E5;
  font-size: 14px;
  transition:
    transform 180ms ease,
    background 180ms ease,
    color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.bf-faq-item--active .bf-faq-item__button i {
  transform: rotate(180deg);
  background: #4F46E5;
  color: #ffffff;
  border-color: #4F46E5;
  box-shadow: 0 12px 26px rgba(79, 70, 229, 0.22);
}

.bf-faq-item__content {
  display: grid;
  grid-template-rows: 0fr;
  padding: 0 24px;
  overflow: hidden;
  transition:
    grid-template-rows 230ms ease,
    padding-bottom 230ms ease;
}

.bf-faq-item--active .bf-faq-item__content {
  grid-template-rows: 1fr;
  padding-bottom: 24px;
}

.bf-faq-item__content-inner {
  min-height: 0;
  overflow: hidden;
}

.bf-faq-item__content p {
  max-width: 640px;
  margin: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.72;
  font-weight: 650;
  letter-spacing: -0.014em;
}

/* Tablet */

@media (max-width: 991.98px) {
  .bf-home-faq {
    padding: 76px 0;
  }

  .bf-faq-layout {
    grid-template-columns: 1fr;
    gap: 34px;
    max-width: 760px;
  }

  .bf-faq-layout__content {
    position: static;
    text-align: center;
  }

  .bf-home-faq .bf-section-title,
  .bf-home-faq .bf-section-text {
    margin-left: auto;
    margin-right: auto;
  }
}

/* Mobile */

@media (max-width: 767.98px) {
  .bf-home-faq {
    padding: 64px 0;
  }

  .bf-home-faq .container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .bf-faq-layout {
    gap: 30px;
  }

  .bf-faq-layout__content {
    text-align: left;
  }

  .bf-home-faq .bf-section-eyebrow {
    min-height: 34px;
    padding: 0 16px;
    font-size: 11px;
  }

  .bf-home-faq .bf-section-title {
    max-width: 420px;
    margin-left: 0;
    margin-right: 0;
    font-size: clamp(36px, 10vw, 46px);
    line-height: 1;
    letter-spacing: -0.064em;
  }

  .bf-home-faq .bf-section-text {
    max-width: 410px;
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
    line-height: 1.55;
  }

  .bf-faq-list {
    gap: 12px;
  }

  .bf-faq-item {
    border-radius: 22px;
  }

  .bf-faq-item:hover,
  .bf-faq-item--active {
    transform: none;
  }

  .bf-faq-item__button {
    align-items: center;
    padding: 18px;
    gap: 14px;
  }

  .bf-faq-item__button span {
    font-size: 16px;
    line-height: 1.3;
  }

  .bf-faq-item__button i {
    flex-basis: 34px;
    width: 34px;
    height: 34px;
    border-radius: 13px;
    font-size: 13px;
  }

  .bf-faq-item__content {
    padding-left: 18px;
    padding-right: 18px;
  }

  .bf-faq-item--active .bf-faq-item__content {
    padding-bottom: 18px;
  }

  .bf-faq-item__content p {
    font-size: 13px;
    line-height: 1.62;
  }
}

@media (max-width: 575.98px) {
  .bf-home-faq {
    padding: 56px 0;
  }

  .bf-home-faq .container {
    padding-left: 14px;
    padding-right: 14px;
  }

  .bf-home-faq .bf-section-title {
    font-size: 38px;
  }

  .bf-faq-item__button {
    padding: 16px;
  }

  .bf-faq-item__button span {
    font-size: 15px;
  }

  .bf-faq-item__content {
    padding-left: 16px;
    padding-right: 16px;
  }

  .bf-faq-item--active .bf-faq-item__content {
    padding-bottom: 16px;
  }
}

/* =========================================================
   18. Home: CTA
========================================================= */

.bf-home-cta {
  position: relative;
  overflow: hidden;
  padding: 92px 0;
  background:
    radial-gradient(circle at 14% 14%, rgba(79, 70, 229, 0.13), transparent 34%),
    radial-gradient(circle at 88% 16%, rgba(236, 72, 153, 0.12), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  color: var(--bf-text, #111827);
}

.bf-home-cta__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(15, 23, 42, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 23, 42, 0.018) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.28), transparent 76%);
  opacity: 0.7;
}

.bf-home-cta > .container {
  position: relative;
  z-index: 1;
}

.bf-home-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.75fr);
  gap: 72px;
  align-items: center;
  max-width: 1120px;
  margin: 0 auto;
}

.bf-home-cta__content {
  max-width: 620px;
}

.bf-home-cta__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(79, 70, 229, 0.10);
  color: #4F46E5;
  font-size: 12px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bf-home-cta__title {
  margin: 18px 0 0;
  color: #111827;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 0.96;
  font-weight: 950;
  letter-spacing: -0.072em;
}

.bf-home-cta__text {
  max-width: 560px;
  margin: 22px 0 0;
  color: #64748b;
  font-size: 18px;
  line-height: 1.58;
  font-weight: 720;
  letter-spacing: -0.022em;
}

.bf-home-cta__services {
  display: grid;
  gap: 16px;
}

.bf-home-cta-service {
  position: relative;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) 42px;
  gap: 16px;
  align-items: center;
  min-height: 86px;
  padding: 14px 16px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.075);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  color: #111827;
  text-decoration: none;
  box-shadow: 0 18px 55px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(18px);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.bf-home-cta-service::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 0% 0%, rgba(79, 70, 229, 0.13), transparent 36%),
    radial-gradient(circle at 100% 0%, rgba(236, 72, 153, 0.11), transparent 36%);
  opacity: 0;
  transition: opacity 180ms ease;
}

.bf-home-cta-service:hover {
  transform: translateY(-3px);
  border-color: rgba(79, 70, 229, 0.22);
  background: rgba(255, 255, 255, 0.96);
  color: #111827;
  text-decoration: none;
  box-shadow: 0 26px 76px rgba(15, 23, 42, 0.13);
}

.bf-home-cta-service:hover::before {
  opacity: 1;
}

.bf-home-cta-service > * {
  position: relative;
  z-index: 1;
}

.bf-home-cta-service__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 20px;
  background:
    radial-gradient(circle at 22% 0%, rgba(255, 255, 255, 0.28), transparent 36%),
    linear-gradient(135deg, #4F46E5 0%, #8b5cf6 46%, #ec4899 100%);
  color: #ffffff;
  font-size: 22px;
  box-shadow: 0 16px 36px rgba(79, 70, 229, 0.24);
}

.bf-home-cta-service__content {
  min-width: 0;
}

.bf-home-cta-service__content small {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  margin-bottom: 7px;
  padding: 0 9px;
  border-radius: 999px;
  background: rgba(79, 70, 229, 0.10);
  color: #4F46E5;
  font-size: 10px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.bf-home-cta-service__content strong {
  display: block;
  overflow: hidden;
  color: #111827;
  font-size: 18px;
  line-height: 1.15;
  font-weight: 950;
  letter-spacing: -0.04em;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.bf-home-cta-service__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 16px;
  background: #4F46E5;
  color: #ffffff;
  font-size: 16px;
  box-shadow: 0 14px 30px rgba(79, 70, 229, 0.22);
  transition:
    transform 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.bf-home-cta-service:hover .bf-home-cta-service__arrow {
  transform: translateX(3px);
  background: #4338ca;
  box-shadow: 0 18px 38px rgba(79, 70, 229, 0.30);
}

/* Tablet */

@media (max-width: 991.98px) {
  .bf-home-cta {
    padding: 76px 0;
  }

  .bf-home-cta__inner {
    grid-template-columns: 1fr;
    gap: 38px;
    max-width: 720px;
    text-align: center;
  }

  .bf-home-cta__content {
    max-width: 100%;
  }

  .bf-home-cta__text {
    margin-left: auto;
    margin-right: auto;
  }

  .bf-home-cta__services {
    max-width: 520px;
    width: 100%;
    margin: 0 auto;
  }
}

/* Mobile */

@media (max-width: 575.98px) {
  .bf-home-cta {
    padding: 58px 0 64px;
  }

  .bf-home-cta .container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .bf-home-cta__inner {
    gap: 32px;
    text-align: left;
  }

  .bf-home-cta__eyebrow {
    min-height: 32px;
    padding: 0 14px;
    font-size: 11px;
  }

  .bf-home-cta__title {
    max-width: 390px;
    font-size: clamp(36px, 11vw, 46px);
    line-height: 0.98;
    letter-spacing: -0.068em;
  }

  .bf-home-cta__text {
    max-width: 390px;
    margin: 18px 0 0;
    font-size: 14px;
    line-height: 1.5;
  }

  .bf-home-cta__services {
    gap: 14px;
    max-width: 100%;
  }

  .bf-home-cta-service {
    grid-template-columns: 52px minmax(0, 1fr) 38px;
    gap: 13px;
    min-height: 78px;
    padding: 13px;
    border-radius: 22px;
  }

  .bf-home-cta-service__icon {
    width: 52px;
    height: 52px;
    border-radius: 18px;
    font-size: 20px;
  }

  .bf-home-cta-service__content small {
    min-height: 22px;
    margin-bottom: 6px;
    font-size: 9px;
  }

  .bf-home-cta-service__content strong {
    font-size: 15px;
    line-height: 1.15;
    white-space: normal;
  }

  .bf-home-cta-service__arrow {
    width: 38px;
    height: 38px;
    border-radius: 14px;
    font-size: 15px;
  }
}

/* =========================================================
   19. Instagram: Landing Hero
========================================================= */

.bf-ig-landing-hero {
  position: relative;
  overflow: hidden;
  padding: 82px 0 72px;
  background: transparent !important;
  color: #111827;
}

.bf-ig-landing-hero__bg {
  display: none !important;
}

.bf-ig-landing-hero > .container {
  position: relative;
  z-index: 3;
}

.bf-ig-landing-hero__head {
  max-width: 1060px;
  margin: 0 auto;
  text-align: center;
}

.bf-ig-landing-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 34px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(99, 102, 241, 0.11);
  color: #4f46e5;
  font-size: 11px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.bf-ig-landing-hero__eyebrow i {
  color: #ec4899;
  font-size: 15px;
}

.bf-ig-landing-hero__title {
  max-width: 1020px;
  margin: 22px auto 0;
  color: #111827;
  font-size: clamp(54px, 6vw, 82px);
  line-height: 0.94;
  font-weight: 950;
  letter-spacing: -0.078em;
}

.bf-ig-landing-hero__title strong,
.bf-ig-landing-hero__title span {
  display: inline;
  background: linear-gradient(135deg, #4f46e5 0%, #8b5cf6 38%, #ec4899 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.bf-ig-landing-hero__text {
  max-width: 680px;
  margin: 24px auto 0;
  color: #64748b;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 760;
  letter-spacing: -0.022em;
}

/* Panel */

.bf-ig-services-panel {
  width: min(920px, 100%);
  margin: 48px auto 0;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.075);
  border-radius: 32px;
  background:
    radial-gradient(circle at 0% 0%, rgba(99, 102, 241, 0.08), transparent 34%),
    radial-gradient(circle at 100% 0%, rgba(236, 72, 153, 0.08), transparent 34%),
    rgba(255, 255, 255, 0.90);
  box-shadow:
    0 28px 78px rgba(15, 23, 42, 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}

.bf-ig-services-panel__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 26px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
  background:
    linear-gradient(90deg, rgba(99, 102, 241, 0.065), rgba(236, 72, 153, 0.055)),
    rgba(255, 255, 255, 0.72);
}

.bf-ig-services-panel__brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  text-align: left;
}

.bf-ig-services-panel__brand-icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
  border-radius: 18px;
  background:
    radial-gradient(circle at 30% 0%, rgba(236, 72, 153, 0.16), transparent 42%),
    #ffffff;
  color: #ec4899;
  box-shadow:
    0 16px 34px rgba(15, 23, 42, 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.bf-ig-services-panel__brand-icon i {
  color: #ec4899;
  font-size: 23px;
}

.bf-ig-services-panel__brand strong {
  display: block;
  color: #111827;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 950;
  letter-spacing: -0.028em;
}

.bf-ig-services-panel__brand span {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 8px;
  color: #64748b;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  white-space: nowrap;
}

.bf-ig-services-panel__brand span i {
  color: #22c55e;
  font-size: 13px;
}

.bf-ig-services-panel__brand span small {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.055);
  color: #64748b;
  font-size: 11px;
  font-weight: 950;
}

.bf-ig-services-panel__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(34, 197, 94, 0.11);
  color: #047857;
  font-size: 11px;
  line-height: 1;
  font-weight: 950;
  white-space: nowrap;
}

/* Main buttons */

.bf-ig-services-panel__body {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.62);
}

.bf-ig-buy-button {
  position: relative;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) 38px;
  gap: 14px;
  align-items: center;
  min-height: 108px;
  padding: 20px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.075);
  border-radius: 26px;
  background:
    radial-gradient(circle at 0% 0%, rgba(99, 102, 241, 0.075), transparent 36%),
    rgba(255, 255, 255, 0.88);
  color: #111827;
  text-decoration: none;
  box-shadow:
    0 16px 42px rgba(15, 23, 42, 0.065),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease,
    background 220ms ease;
}

.bf-ig-buy-button::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 10% 0%, rgba(255, 255, 255, 0.42), transparent 36%),
    linear-gradient(135deg, rgba(99, 102, 241, 0.08), rgba(236, 72, 153, 0.06));
  opacity: 0;
  transition: opacity 220ms ease;
}

.bf-ig-buy-button > * {
  position: relative;
  z-index: 2;
}

.bf-ig-buy-button:hover {
  transform: translateY(-4px);
  border-color: rgba(99, 102, 241, 0.22);
  color: #111827;
  text-decoration: none;
  box-shadow:
    0 26px 64px rgba(15, 23, 42, 0.11),
    0 0 0 4px rgba(99, 102, 241, 0.055);
}

.bf-ig-buy-button:hover::before {
  opacity: 1;
}

.bf-ig-buy-button__icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 19px;
  background: linear-gradient(135deg, #4f46e5, #ec4899);
  color: #ffffff;
  box-shadow: 0 18px 38px rgba(99, 102, 241, 0.20);
  transition:
    transform 220ms ease,
    box-shadow 220ms ease;
}

.bf-ig-buy-button__icon i {
  color: #ffffff;
  font-size: 22px;
}

.bf-ig-buy-button:hover .bf-ig-buy-button__icon {
  transform: scale(1.04) rotate(-2deg);
  box-shadow: 0 24px 52px rgba(99, 102, 241, 0.28);
}

.bf-ig-buy-button__copy {
  min-width: 0;
  text-align: left;
}

.bf-ig-buy-button__copy strong {
  display: block;
  color: #111827;
  font-size: 20px;
  line-height: 1.02;
  font-weight: 950;
  letter-spacing: -0.045em;
}

.bf-ig-buy-button__copy small {
  display: block;
  margin-top: 9px;
  color: #64748b;
  font-size: 12px;
  line-height: 1;
  font-weight: 850;
}

.bf-ig-buy-button__arrow {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: linear-gradient(135deg, #4f46e5, #7c3aed 48%, #ec4899);
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(99, 102, 241, 0.20);
}

.bf-ig-buy-button__arrow i {
  color: #ffffff;
  font-size: 15px;
  transition: transform 180ms ease;
}

.bf-ig-buy-button:hover .bf-ig-buy-button__arrow i {
  transform: translateX(3px);
}

/* Bottom trust row */

.bf-ig-services-panel__bottom {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 0 28px 28px;
}

.bf-ig-services-panel__bottom div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  color: #64748b;
  font-size: 11px;
  line-height: 1;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.035);
}

.bf-ig-services-panel__bottom i {
  color: #4f46e5;
  font-size: 14px;
}

/* Tablet */

@media (max-width: 991.98px) {
  .bf-ig-landing-hero {
    padding: 68px 0 64px;
  }

  .bf-ig-landing-hero__title {
    font-size: clamp(44px, 8vw, 64px);
  }

  .bf-ig-services-panel {
    width: min(760px, 100%);
    margin-top: 40px;
    border-radius: 30px;
  }

  .bf-ig-services-panel__body {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .bf-ig-services-panel__bottom {
    grid-template-columns: 1fr;
    padding: 0 22px 22px;
  }
}

/* Mobile */

@media (max-width: 575.98px) {
  .bf-ig-landing-hero {
    padding: 46px 0 52px;
  }

  .bf-ig-landing-hero .container {
    padding-left: 14px;
    padding-right: 14px;
  }

  .bf-ig-landing-hero__head {
    text-align: left;
  }

  .bf-ig-landing-hero__eyebrow {
    min-height: 32px;
    padding: 0 13px;
    font-size: 10px;
  }

  .bf-ig-landing-hero__title {
    max-width: 390px;
    margin-top: 18px;
    font-size: clamp(36px, 10.8vw, 44px);
    line-height: 0.96;
    letter-spacing: -0.066em;
  }

  .bf-ig-landing-hero__text {
    max-width: 350px;
    margin: 16px 0 0;
    font-size: 14px;
    line-height: 1.44;
  }

  .bf-ig-services-panel {
    margin-top: 32px;
    border-radius: 25px;
  }

  .bf-ig-services-panel__top {
    align-items: flex-start;
    flex-direction: column;
    padding: 16px;
  }

  .bf-ig-services-panel__brand {
    gap: 12px;
  }

  .bf-ig-services-panel__brand-icon {
    width: 46px;
    height: 46px;
    border-radius: 16px;
  }

  .bf-ig-services-panel__brand strong {
    font-size: 16px;
  }

  .bf-ig-services-panel__brand span {
    flex-wrap: wrap;
    font-size: 11px;
  }

  .bf-ig-services-panel__body {
    gap: 12px;
    padding: 16px;
  }

  .bf-ig-buy-button {
    grid-template-columns: 50px minmax(0, 1fr) 36px;
    gap: 12px;
    min-height: 96px;
    padding: 16px;
    border-radius: 22px;
  }

  .bf-ig-buy-button__icon {
    width: 50px;
    height: 50px;
    border-radius: 17px;
  }

  .bf-ig-buy-button__icon i {
    font-size: 20px;
  }

  .bf-ig-buy-button__copy strong {
    font-size: 18px;
  }

  .bf-ig-buy-button__copy small {
    font-size: 11px;
  }

  .bf-ig-buy-button__arrow {
    width: 36px;
    height: 36px;
  }

  .bf-ig-services-panel__bottom {
    gap: 8px;
    padding: 0 16px 16px;
  }

  .bf-ig-services-panel__bottom div {
    justify-content: flex-start;
    min-height: 42px;
    padding: 0 13px;
    font-size: 11px;
  }
}

/* =========================================================
   20. Instagram: How It Works
========================================================= */

.bf-instagram-how {
  position: relative;
  overflow: hidden;
  padding: 84px 0 88px;
  background: transparent !important;
  color: #111827;
}

.bf-instagram-how__bg {
  display: none !important;
}

.bf-instagram-how > .container {
  position: relative;
  z-index: 3;
}

.bf-instagram-how__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 42px;
  align-items: center;
  max-width: 1120px;
  margin: 0 auto;
}

.bf-instagram-how__content {
  position: sticky;
  top: 110px;
  min-width: 0;
}

.bf-instagram-how__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 15px;
  border-radius: 999px;
  background: rgba(99, 102, 241, 0.10);
  color: #4f46e5;
  font-size: 11px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0.065em;
  text-transform: uppercase;
}

.bf-instagram-how__title {
  max-width: 520px;
  margin: 16px 0 0;
  color: #111827;
  font-size: clamp(38px, 4.2vw, 58px);
  line-height: 0.98;
  font-weight: 950;
  letter-spacing: -0.064em;
}

.bf-instagram-how__text {
  max-width: 500px;
  margin: 16px 0 0;
  color: #64748b;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 760;
  letter-spacing: -0.022em;
}

.bf-instagram-how__trust {
  display: flex;
  align-items: center;
  gap: 13px;
  max-width: 440px;
  margin-top: 26px;
  padding: 14px 16px;
  border: 1px solid rgba(15, 23, 42, 0.065);
  border-radius: 24px;
  background:
    radial-gradient(circle at 0% 0%, rgba(34, 197, 94, 0.12), transparent 36%),
    rgba(255, 255, 255, 0.88);
  box-shadow:
    0 18px 44px rgba(15, 23, 42, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.bf-instagram-how__trust-icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: rgba(34, 197, 94, 0.12);
  color: #16a34a;
}

.bf-instagram-how__trust-icon i {
  color: #16a34a;
  font-size: 19px;
}

.bf-instagram-how__trust strong {
  display: block;
  color: #111827;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 950;
  letter-spacing: -0.02em;
}

.bf-instagram-how__trust span {
  display: block;
  margin-top: 5px;
  color: #64748b;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 760;
}

/* Steps */

.bf-instagram-how__steps {
  position: relative;
  display: grid;
  gap: 14px;
}

.bf-instagram-how__steps::before {
  content: "";
  position: absolute;
  top: 38px;
  bottom: 38px;
  left: 36px;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(
    180deg,
    rgba(79, 70, 229, 0.34),
    rgba(236, 72, 153, 0.24)
  );
  opacity: 0.55;
}

.bf-instagram-how-step {
  --bf-how-x: 50%;
  --bf-how-y: 50%;
  position: relative;
  display: grid;
  grid-template-columns: 72px 54px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 126px;
  padding: 18px;
  border: 1px solid rgba(15, 23, 42, 0.075);
  border-radius: 28px;
  background:
    radial-gradient(circle at var(--bf-how-x) var(--bf-how-y), rgba(99, 102, 241, 0.08), transparent 34%),
    rgba(255, 255, 255, 0.90);
  box-shadow:
    0 18px 52px rgba(15, 23, 42, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition:
    transform 200ms ease,
    border-color 200ms ease,
    box-shadow 200ms ease,
    background 200ms ease;
}

.bf-instagram-how-step:hover {
  transform: translateY(-4px);
  border-color: rgba(99, 102, 241, 0.20);
  background:
    radial-gradient(circle at 12% 0%, rgba(99, 102, 241, 0.10), transparent 34%),
    radial-gradient(circle at 100% 0%, rgba(236, 72, 153, 0.08), transparent 34%),
    rgba(255, 255, 255, 0.96);
  box-shadow:
    0 28px 70px rgba(15, 23, 42, 0.11),
    0 0 0 4px rgba(99, 102, 241, 0.045);
}

.bf-instagram-how-step__number {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border: 4px solid rgba(255, 255, 255, 0.92);
  border-radius: 24px;
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 255, 255, 0.22), transparent 36%),
    linear-gradient(135deg, #4f46e5 0%, #7c3aed 46%, #ec4899 100%);
  color: #ffffff;
  font-size: 20px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.05em;
  box-shadow: 0 18px 38px rgba(99, 102, 241, 0.22);
}

.bf-instagram-how-step__icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(15, 23, 42, 0.065);
  border-radius: 18px;
  background: rgba(248, 250, 252, 0.86);
  color: #4f46e5;
  transition:
    background 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.bf-instagram-how-step__icon i {
  color: inherit;
  font-size: 21px;
}

.bf-instagram-how-step:hover .bf-instagram-how-step__icon {
  transform: scale(1.04);
  background: rgba(99, 102, 241, 0.10);
  color: #4f46e5;
}

.bf-instagram-how-step__copy {
  min-width: 0;
}

.bf-instagram-how-step__copy h3 {
  margin: 0;
  color: #111827;
  font-size: 21px;
  line-height: 1.1;
  font-weight: 950;
  letter-spacing: -0.048em;
}

.bf-instagram-how-step__copy p {
  margin: 9px 0 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: -0.016em;
}

/* Tablet */

@media (max-width: 991.98px) {
  .bf-instagram-how {
    padding: 72px 0 76px;
  }

  .bf-instagram-how__inner {
    grid-template-columns: 1fr;
    gap: 32px;
    max-width: 760px;
  }

  .bf-instagram-how__content {
    position: static;
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
  }

  .bf-instagram-how__title,
  .bf-instagram-how__text {
    margin-left: auto;
    margin-right: auto;
  }

  .bf-instagram-how__trust {
    margin-left: auto;
    margin-right: auto;
  }
}

/* Mobile */

@media (max-width: 767.98px) {
  .bf-instagram-how {
    padding: 58px 0 64px;
  }

  .bf-instagram-how .container {
    padding-left: 14px;
    padding-right: 14px;
  }

  .bf-instagram-how__content {
    text-align: left;
  }

  .bf-instagram-how__eyebrow {
    min-height: 30px;
    padding: 0 12px;
    font-size: 10px;
  }

  .bf-instagram-how__title {
    max-width: 390px;
    margin-top: 14px;
    font-size: clamp(34px, 10vw, 44px);
    line-height: 0.98;
  }

  .bf-instagram-how__text {
    max-width: 390px;
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.45;
  }

  .bf-instagram-how__trust {
    max-width: none;
    margin-top: 20px;
    border-radius: 22px;
  }

  .bf-instagram-how__steps {
    gap: 12px;
  }

  .bf-instagram-how__steps::before {
    display: none;
  }

  .bf-instagram-how-step {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 13px;
    min-height: auto;
    padding: 14px;
    border-radius: 24px;
  }

  .bf-instagram-how-step:hover {
    transform: none;
  }

  .bf-instagram-how-step__number {
    grid-column: 1;
    grid-row: 1;
    width: 54px;
    height: 54px;
    border-width: 3px;
    border-radius: 18px;
    font-size: 16px;
  }

  .bf-instagram-how-step__icon {
    display: none;
  }

  .bf-instagram-how-step__copy {
    grid-column: 2;
    grid-row: 1;
    padding-right: 2px;
  }

  .bf-instagram-how-step__copy h3 {
    padding-top: 2px;
    font-size: 20px;
    line-height: 1.08;
  }

  .bf-instagram-how-step__copy p {
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.45;
  }
}

@media (max-width: 575.98px) {
  .bf-instagram-how {
    padding: 54px 0 60px;
  }

  .bf-instagram-how__title {
    max-width: 350px;
    font-size: clamp(32px, 10.4vw, 41px);
  }

  .bf-instagram-how__trust {
    padding: 13px;
  }

  .bf-instagram-how__trust-icon {
    width: 42px;
    height: 42px;
    border-radius: 15px;
  }

  .bf-instagram-how-step {
    grid-template-columns: 50px minmax(0, 1fr);
    padding: 13px;
    border-radius: 22px;
  }

  .bf-instagram-how-step__number {
    width: 50px;
    height: 50px;
    border-radius: 17px;
    font-size: 15px;
  }

  .bf-instagram-how-step__copy h3 {
    font-size: 19px;
  }

  .bf-instagram-how-step__copy p {
    font-size: 12.5px;
  }
}

/* =========================================================
   21. Instagram: Features
========================================================= */

.bf-instagram-features {
  position: relative;
  overflow: hidden;
  padding: 82px 0 88px;
  background: transparent !important;
  color: #111827;
}

.bf-instagram-features__bg {
  display: none !important;
}

.bf-instagram-features > .container {
  position: relative;
  z-index: 3;
}

.bf-instagram-features__head {
  max-width: 790px;
  margin: 0 auto 34px;
  text-align: center;
}

.bf-instagram-features__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 15px;
  border-radius: 999px;
  background: rgba(99, 102, 241, 0.10);
  color: #4f46e5;
  font-size: 11px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0.065em;
  text-transform: uppercase;
}

.bf-instagram-features__title {
  max-width: 780px;
  margin: 16px auto 0;
  color: #111827;
  font-size: clamp(38px, 4.3vw, 60px);
  line-height: 0.98;
  font-weight: 950;
  letter-spacing: -0.064em;
}

.bf-instagram-features__text {
  max-width: 640px;
  margin: 14px auto 0;
  color: #64748b;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 760;
  letter-spacing: -0.022em;
}

/* Grid */

.bf-instagram-features-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 1120px;
  margin: 0 auto;
}

.bf-instagram-feature-card {
  --bf-feature-x: 50%;
  --bf-feature-y: 50%;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 252px;
  overflow: hidden;
  padding: 24px;
  border: 1px solid rgba(15, 23, 42, 0.075);
  border-radius: 28px;
  background:
    radial-gradient(circle at var(--bf-feature-x) var(--bf-feature-y), rgba(99, 102, 241, 0.075), transparent 34%),
    rgba(255, 255, 255, 0.90);
  box-shadow:
    0 18px 52px rgba(15, 23, 42, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition:
    transform 200ms ease,
    box-shadow 200ms ease,
    border-color 200ms ease,
    background 200ms ease;
}

.bf-instagram-feature-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 0%, rgba(99, 102, 241, 0.10), transparent 34%),
    radial-gradient(circle at 100% 0%, rgba(236, 72, 153, 0.085), transparent 34%);
  opacity: 0;
  transition: opacity 200ms ease;
}

.bf-instagram-feature-card:hover {
  transform: translateY(-5px);
  border-color: rgba(99, 102, 241, 0.20);
  background:
    radial-gradient(circle at var(--bf-feature-x) var(--bf-feature-y), rgba(99, 102, 241, 0.10), transparent 36%),
    rgba(255, 255, 255, 0.96);
  box-shadow:
    0 28px 70px rgba(15, 23, 42, 0.11),
    0 0 0 4px rgba(99, 102, 241, 0.045);
}

.bf-instagram-feature-card:hover::before {
  opacity: 1;
}

.bf-instagram-feature-card--featured {
  border-color: rgba(34, 197, 94, 0.16);
  background:
    radial-gradient(circle at 0% 0%, rgba(34, 197, 94, 0.10), transparent 38%),
    rgba(255, 255, 255, 0.92);
}

.bf-instagram-feature-card > * {
  position: relative;
  z-index: 1;
}

.bf-instagram-feature-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 28px;
}

.bf-instagram-feature-card__icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
  border-radius: 19px;
  background: linear-gradient(135deg, #4f46e5, #ec4899);
  color: #ffffff;
  box-shadow: 0 16px 34px rgba(99, 102, 241, 0.19);
  transition:
    transform 200ms ease,
    box-shadow 200ms ease;
}

.bf-instagram-feature-card__icon i {
  color: #ffffff;
  font-size: 21px;
}

.bf-instagram-feature-card:hover .bf-instagram-feature-card__icon {
  transform: scale(1.04) rotate(-2deg);
  box-shadow: 0 20px 44px rgba(99, 102, 241, 0.26);
}

.bf-instagram-feature-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 11px;
  border-radius: 999px;
  background: rgba(17, 24, 39, 0.92);
  color: #ffffff;
  font-size: 11px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.015em;
  white-space: nowrap;
}

.bf-instagram-feature-card--featured .bf-instagram-feature-card__badge {
  background: rgba(34, 197, 94, 0.12);
  color: #047857;
}

.bf-instagram-feature-card__copy {
  min-width: 0;
}

.bf-instagram-feature-card__title {
  margin: 0;
  color: #111827;
  font-size: 23px;
  line-height: 1.1;
  font-weight: 950;
  letter-spacing: -0.052em;
}

.bf-instagram-feature-card__text {
  margin: 13px 0 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.58;
  font-weight: 700;
  letter-spacing: -0.016em;
}

/* Responsive */

@media (max-width: 1199.98px) {
  .bf-instagram-features-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 760px;
  }
}

@media (max-width: 767.98px) {
  .bf-instagram-features {
    padding: 58px 0 64px;
  }

  .bf-instagram-features .container {
    padding-left: 14px;
    padding-right: 14px;
  }

  .bf-instagram-features__head {
    margin-bottom: 24px;
    text-align: left;
  }

  .bf-instagram-features__eyebrow {
    min-height: 30px;
    padding: 0 12px;
    font-size: 10px;
  }

  .bf-instagram-features__title {
    max-width: 390px;
    margin: 14px 0 0;
    font-size: clamp(34px, 10vw, 44px);
    line-height: 0.98;
  }

  .bf-instagram-features__text {
    max-width: 390px;
    margin: 12px 0 0;
    font-size: 14px;
    line-height: 1.45;
  }

  .bf-instagram-features-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    max-width: 430px;
    margin: 0;
  }

  .bf-instagram-feature-card {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 13px;
    min-height: auto;
    padding: 14px;
    border-radius: 24px;
  }

  .bf-instagram-feature-card:hover {
    transform: none;
  }

  .bf-instagram-feature-card__top {
    display: block;
    margin: 0;
  }

  .bf-instagram-feature-card__icon {
    width: 54px;
    height: 54px;
    border-radius: 18px;
  }

  .bf-instagram-feature-card__icon i {
    font-size: 22px;
  }

  .bf-instagram-feature-card__badge {
    position: absolute;
    top: 14px;
    right: 14px;
    min-height: 24px;
    padding: 0 9px;
    font-size: 10px;
  }

  .bf-instagram-feature-card__copy {
    padding-right: 54px;
  }

  .bf-instagram-feature-card__title {
    padding-top: 2px;
    font-size: 20px;
    line-height: 1.08;
  }

  .bf-instagram-feature-card__text {
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.45;
  }
}

@media (max-width: 575.98px) {
  .bf-instagram-features {
    padding: 54px 0 60px;
  }

  .bf-instagram-features__title {
    max-width: 350px;
    font-size: clamp(32px, 10.4vw, 41px);
  }

  .bf-instagram-features-grid {
    max-width: none;
  }

  .bf-instagram-feature-card {
    grid-template-columns: 50px minmax(0, 1fr);
    padding: 13px;
    border-radius: 22px;
  }

  .bf-instagram-feature-card__icon {
    width: 50px;
    height: 50px;
    border-radius: 17px;
  }

  .bf-instagram-feature-card__badge {
    top: 13px;
    right: 13px;
  }

  .bf-instagram-feature-card__copy {
    padding-right: 50px;
  }

  .bf-instagram-feature-card__title {
    font-size: 19px;
  }

  .bf-instagram-feature-card__text {
    font-size: 12.5px;
  }
}

/* =========================================================
   22. Instagram: FAQ
========================================================= */

.bf-instagram-faq {
  position: relative;
  overflow: hidden;
  padding: 82px 0 88px;
  background: transparent !important;
  color: #111827;
}

.bf-instagram-faq__bg {
  display: none !important;
}

.bf-instagram-faq > .container {
  position: relative;
  z-index: 3;
}

.bf-instagram-faq__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 42px;
  align-items: flex-start;
  max-width: 1120px;
  margin: 0 auto;
}

.bf-instagram-faq__content {
  position: sticky;
  top: 110px;
  min-width: 0;
}

.bf-instagram-faq__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 15px;
  border-radius: 999px;
  background: rgba(99, 102, 241, 0.10);
  color: #4f46e5;
  font-size: 11px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0.065em;
  text-transform: uppercase;
}

.bf-instagram-faq__title {
  max-width: 520px;
  margin: 16px 0 0;
  color: #111827;
  font-size: clamp(38px, 4.2vw, 58px);
  line-height: 0.98;
  font-weight: 950;
  letter-spacing: -0.064em;
}

.bf-instagram-faq__text {
  max-width: 500px;
  margin: 16px 0 0;
  color: #64748b;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 760;
  letter-spacing: -0.022em;
}


/* FAQ list */

.bf-instagram-faq__list {
  display: grid;
  gap: 12px;
}

.bf-instagram-faq-item {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.075);
  border-radius: 24px;
  background:
    radial-gradient(circle at 0% 0%, rgba(99, 102, 241, 0.055), transparent 34%),
    rgba(255, 255, 255, 0.90);
  box-shadow:
    0 16px 46px rgba(15, 23, 42, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition:
    transform 190ms ease,
    border-color 190ms ease,
    box-shadow 190ms ease,
    background 190ms ease;
}

.bf-instagram-faq-item::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 10% 0%, rgba(99, 102, 241, 0.09), transparent 34%),
    radial-gradient(circle at 100% 0%, rgba(236, 72, 153, 0.075), transparent 34%);
  opacity: 0;
  transition: opacity 190ms ease;
}

.bf-instagram-faq-item:hover,
.bf-instagram-faq-item--active {
  transform: translateY(-2px);
  border-color: rgba(99, 102, 241, 0.20);
  background:
    radial-gradient(circle at 0% 0%, rgba(99, 102, 241, 0.075), transparent 34%),
    rgba(255, 255, 255, 0.96);
  box-shadow:
    0 24px 64px rgba(15, 23, 42, 0.10),
    0 0 0 4px rgba(99, 102, 241, 0.04);
}

.bf-instagram-faq-item:hover::before,
.bf-instagram-faq-item--active::before {
  opacity: 1;
}

.bf-instagram-faq-item__button {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  padding: 20px 22px;
  border: 0;
  background: transparent;
  color: #111827;
  text-align: left;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 950;
  letter-spacing: -0.032em;
  cursor: pointer;
}

.bf-instagram-faq-item__button span {
  color: #111827;
}

.bf-instagram-faq-item__button i {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(15, 23, 42, 0.065);
  border-radius: 14px;
  background: rgba(248, 250, 252, 0.88);
  color: #64748b;
  font-size: 14px;
  transition:
    transform 190ms ease,
    background 190ms ease,
    color 190ms ease,
    border-color 190ms ease,
    box-shadow 190ms ease;
}

.bf-instagram-faq-item--active .bf-instagram-faq-item__button i {
  transform: rotate(180deg);
  border-color: transparent;
  background: linear-gradient(135deg, #4f46e5, #ec4899);
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(99, 102, 241, 0.20);
}

.bf-instagram-faq-item__content {
  position: relative;
  z-index: 1;
  padding: 0 22px 22px;
}

.bf-instagram-faq-item__content p {
  max-width: 620px;
  margin: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.66;
  font-weight: 700;
  letter-spacing: -0.016em;
}

/* Tablet */

@media (max-width: 991.98px) {
  .bf-instagram-faq {
    padding: 72px 0 76px;
  }

  .bf-instagram-faq__layout {
    grid-template-columns: 1fr;
    gap: 32px;
    max-width: 760px;
  }

  .bf-instagram-faq__content {
    position: static;
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
  }

  .bf-instagram-faq__title,
  .bf-instagram-faq__text {
    margin-left: auto;
    margin-right: auto;
  }

}

/* Mobile */

@media (max-width: 767.98px) {
  .bf-instagram-faq {
    padding: 58px 0 64px;
  }

  .bf-instagram-faq .container {
    padding-left: 14px;
    padding-right: 14px;
  }

  .bf-instagram-faq__content {
    text-align: left;
  }

  .bf-instagram-faq__eyebrow {
    min-height: 30px;
    padding: 0 12px;
    font-size: 10px;
  }

  .bf-instagram-faq__title {
    max-width: 390px;
    margin-top: 14px;
    font-size: clamp(34px, 10vw, 44px);
    line-height: 0.98;
  }

  .bf-instagram-faq__text {
    max-width: 390px;
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.45;
  }

  .bf-instagram-faq__list {
    gap: 10px;
  }

  .bf-instagram-faq-item {
    border-radius: 22px;
  }

  .bf-instagram-faq-item:hover,
  .bf-instagram-faq-item--active {
    transform: none;
  }

  .bf-instagram-faq-item__button {
    gap: 12px;
    padding: 16px;
    font-size: 14px;
    line-height: 1.35;
  }

  .bf-instagram-faq-item__button i {
    width: 34px;
    height: 34px;
    border-radius: 13px;
    font-size: 13px;
  }

  .bf-instagram-faq-item__content {
    padding: 0 16px 16px;
  }

  .bf-instagram-faq-item__content p {
    font-size: 13px;
    line-height: 1.55;
  }
}

@media (max-width: 575.98px) {
  .bf-instagram-faq {
    padding: 54px 0 60px;
  }

  .bf-instagram-faq__title {
    max-width: 350px;
    font-size: clamp(32px, 10.4vw, 41px);
  }


  .bf-instagram-faq-item__button {
    padding: 15px;
    font-size: 13.5px;
  }

  .bf-instagram-faq-item__content {
    padding: 0 15px 15px;
  }
}

/* =========================================================
   23. Order Page
========================================================= */

.bf-order-page {
  position: relative;
  overflow: hidden;
  padding: 72px 0 96px;
  background:
    radial-gradient(circle at 14% 12%, rgba(99, 102, 241, 0.14), transparent 34%),
    radial-gradient(circle at 86% 14%, rgba(236, 72, 153, 0.16), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  color: var(--bf-text);
}

.bf-order-page__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.42)),
    radial-gradient(circle at 50% 120%, rgba(99, 102, 241, 0.10), transparent 42%);
}

.bf-order-page > .container {
  position: relative;
  z-index: 1;
}

.bf-order-page__hero {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

.bf-order-page__title {
  margin: 0;
  color: var(--bf-text);
  font-size: clamp(42px, 5vw, 68px);
  line-height: 0.96;
  font-weight: 900;
  letter-spacing: -0.07em;
}

.bf-order-page__text {
  max-width: 680px;
  margin: 18px auto 0;
  color: var(--bf-muted);
  font-size: 17px;
  line-height: 1.7;
  font-weight: 650;
  letter-spacing: -0.02em;
}

.bf-order-start {
  max-width: 1120px;
  margin: 0 auto;
}

.bf-order-start__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.55fr);
  gap: 22px;
  align-items: flex-start;
}

.bf-order-card,
.bf-order-summary {
  border: 1px solid var(--bf-border);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--bf-shadow-soft);
  backdrop-filter: blur(18px);
}

.bf-order-card {
  overflow: hidden;
  padding: 26px;
  border-radius: 34px;
}

.bf-order-card__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--bf-border);
}

.bf-order-card__label,
.bf-order-summary__label {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 11px;
  border-radius: var(--bf-radius-pill);
  background: #111827;
  color: #ffffff;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bf-order-card__title {
  margin: 12px 0 0;
  color: var(--bf-text);
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -0.06em;
}

.bf-order-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  border-radius: 19px;
  background: linear-gradient(135deg, var(--bf-accent), var(--bf-accent-2));
  color: #ffffff;
  font-size: 22px;
  box-shadow: 0 14px 30px rgba(99, 102, 241, 0.20);
}

.bf-order-form {
  display: grid;
  gap: 18px;
}

.bf-order-field {
  display: grid;
  gap: 8px;
}

.bf-order-label,
.bf-order-label-row {
  color: var(--bf-text);
  font-size: 14px;
  line-height: 1.35;
  font-weight: 900;
  letter-spacing: -0.025em;
}

.bf-order-label-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.bf-order-input-wrap,
.bf-order-select-wrap {
  position: relative;
}

.bf-order-input-wrap > i,
.bf-order-select-wrap > i {
  position: absolute;
  top: 50%;
  left: 16px;
  z-index: 2;
  transform: translateY(-50%);
  color: var(--bf-muted);
  font-size: 17px;
}

.bf-order-input,
.bf-order-select {
  min-height: 56px;
  width: 100%;
  padding-left: 46px !important;
  border: 1px solid var(--bf-border) !important;
  border-radius: 18px !important;
  background-color: rgba(248, 250, 252, 0.86) !important;
  color: var(--bf-text) !important;
  font-size: 15px;
  font-weight: 750;
  letter-spacing: -0.02em;
  box-shadow: none !important;
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.bf-order-input:focus,
.bf-order-select:focus {
  border-color: rgba(99, 102, 241, 0.34) !important;
  background-color: #ffffff !important;
  box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.10) !important;
}

.bf-order-select:disabled {
  opacity: 1;
  cursor: not-allowed;
}

.bf-order-edit-package {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 32px;
  padding: 0 11px;
  border: 1px solid var(--bf-border);
  border-radius: var(--bf-radius-pill);
  background: rgba(255, 255, 255, 0.86);
  color: var(--bf-accent);
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.bf-order-edit-package:hover {
  transform: translateY(-1px);
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
}

.bf-order-captcha {
  overflow: hidden;
  min-height: 78px;
  padding: 12px;
  border: 1px solid var(--bf-border);
  border-radius: 18px;
  background: rgba(248, 250, 252, 0.72);
}

.bf-order-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  width: 100%;
  border: 0;
  border-radius: var(--bf-radius-pill);
  background: #111827;
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: -0.02em;
  box-shadow: 0 16px 36px rgba(17, 24, 39, 0.18);
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.bf-order-submit:hover {
  transform: translateY(-1px);
  background: #020617;
  box-shadow: 0 20px 44px rgba(17, 24, 39, 0.24);
}

.bf-order-summary {
  position: sticky;
  top: 110px;
  overflow: hidden;
  padding: 24px;
  border-radius: 30px;
}

.bf-order-summary__top {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--bf-border);
}

.bf-order-summary__title {
  margin: 14px 0 0;
  color: var(--bf-text);
  font-size: 26px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -0.055em;
}

.bf-order-summary__price {
  margin-top: 14px;
  color: var(--bf-text);
  font-size: 34px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.06em;
}

.bf-order-summary__items {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.bf-order-summary-item {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: flex-start;
  padding: 14px;
  border: 1px solid var(--bf-border);
  border-radius: 20px;
  background: rgba(248, 250, 252, 0.78);
}

.bf-order-summary-item i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 16px;
  background: #ffffff;
  color: var(--bf-accent);
  border: 1px solid var(--bf-border);
  font-size: 17px;
}

.bf-order-summary-item strong {
  display: block;
  color: var(--bf-text);
  font-size: 14px;
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: -0.025em;
}

.bf-order-summary-item span {
  display: block;
  margin-top: 4px;
  color: var(--bf-muted);
  font-size: 12px;
  line-height: 1.45;
  font-weight: 650;
}

.bf-order-summary__trust {
  display: flex;
  justify-content: center;
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid var(--bf-border);
}

.bf-order-summary__trust img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 991px) {
  .bf-order-page {
    padding: 62px 0 76px;
  }

  .bf-order-start__layout {
    grid-template-columns: 1fr;
  }

  .bf-order-summary {
    position: static;
  }
}

@media (max-width: 767px) {
  .bf-order-card,
  .bf-order-summary {
    border-radius: 26px;
  }

  .bf-order-card {
    padding: 20px;
  }

  .bf-order-card__header {
    flex-direction: column;
  }
}

@media (max-width: 575px) {
  .bf-order-page__title {
    font-size: 40px;
  }

  .bf-order-page__text {
    font-size: 15px;
  }

  .bf-order-card {
    padding: 16px;
    border-radius: 24px;
  }

  .bf-order-label-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .bf-order-edit-package {
    width: 100%;
    justify-content: center;
  }

  .bf-order-summary {
    padding: 18px;
    border-radius: 24px;
  }
}

/* =========================================================
   24. Track Order Page
========================================================= */

.bf-track-order-page {
  position: relative;
  overflow: hidden;
  min-height: 680px;
  padding: 104px 0 92px;
  background:
    radial-gradient(circle at 16% 12%, rgba(79, 70, 229, 0.13), transparent 34%),
    radial-gradient(circle at 88% 18%, rgba(236, 72, 153, 0.11), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  color: var(--bf-text, #111827);
}

.bf-track-order-page__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.44)),
    radial-gradient(circle at 50% 116%, rgba(79, 70, 229, 0.08), transparent 42%);
}

.bf-track-order-page > .container {
  position: relative;
  z-index: 1;
}

.bf-track-order-hero {
  max-width: 760px;
  margin: 0 auto 44px;
  text-align: center;
}

.bf-track-order-hero .bf-section-eyebrow {
  gap: 8px;
}

.bf-track-order-hero .bf-section-eyebrow i {
  color: #4F46E5;
}

.bf-track-order-hero__title {
  margin: 0;
  color: var(--bf-text, #111827);
  font-size: clamp(42px, 5vw, 68px);
  line-height: 0.98;
  font-weight: 900;
  letter-spacing: -0.065em;
}

.bf-track-order-hero__text {
  max-width: 650px;
  margin: 20px auto 0;
  color: var(--bf-muted, #64748b);
  font-size: 17px;
  line-height: 1.7;
  font-weight: 650;
  letter-spacing: -0.02em;
}

.bf-track-order-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 22px;
  align-items: stretch;
  max-width: 1040px;
  margin: 0 auto;
}

.bf-track-order-card,
.bf-track-order-info {
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 24px 80px rgba(15, 23, 42, 0.10);
  backdrop-filter: blur(18px);
}

.bf-track-order-card {
  padding: 30px;
  border-radius: 34px;
}

.bf-track-order-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 26px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.bf-track-order-card__head span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 11px;
  border-radius: 999px;
  background: #4F46E5;
  color: #ffffff;
  font-size: 11px;
  line-height: 1;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bf-track-order-card__head h2 {
  margin: 13px 0 0;
  color: var(--bf-text, #111827);
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -0.055em;
}

.bf-track-order-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
  border-radius: 20px;
  background: linear-gradient(135deg, #4F46E5, #ec4899);
  color: #ffffff;
  font-size: 22px;
  box-shadow: 0 16px 34px rgba(79, 70, 229, 0.24);
}

.bf-track-order-form {
  display: grid;
  gap: 18px;
}

.bf-track-order-field {
  display: grid;
  gap: 8px;
}

.bf-track-order-field label {
  margin: 0;
  color: var(--bf-text, #111827);
  font-size: 14px;
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: -0.025em;
}

.bf-track-order-input {
  position: relative;
}

.bf-track-order-input i {
  position: absolute;
  top: 50%;
  left: 17px;
  z-index: 2;
  transform: translateY(-50%);
  color: var(--bf-muted, #64748b);
  font-size: 17px;
}

.bf-track-order-input input {
  min-height: 58px;
  width: 100%;
  padding: 0 18px 0 48px;
  border: 1px solid rgba(15, 23, 42, 0.09);
  border-radius: 18px;
  background: rgba(248, 250, 252, 0.86);
  color: var(--bf-text, #111827);
  font-size: 15px;
  font-weight: 780;
  letter-spacing: -0.02em;
  outline: none;
  box-shadow: none;
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.bf-track-order-input input:focus {
  border-color: rgba(79, 70, 229, 0.36);
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(79, 70, 229, 0.10);
}

.bf-track-order-input input::placeholder {
  color: #94a3b8;
}

.bf-track-order-captcha {
  overflow: hidden;
  min-height: 78px;
  padding: 12px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  background: rgba(248, 250, 252, 0.72);
}

.bf-track-order-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 58px;
  width: 100%;
  border: 0;
  border-radius: 999px;
  background: #4F46E5;
  color: #ffffff;
  font-size: 15px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.02em;
  box-shadow: 0 18px 40px rgba(79, 70, 229, 0.24);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.bf-track-order-submit:hover {
  transform: translateY(-1px);
  background: #4338ca;
  color: #ffffff;
  box-shadow: 0 22px 50px rgba(79, 70, 229, 0.30);
}

.bf-track-order-submit i {
  font-size: 15px;
}

.bf-track-order-alert {
  min-height: 20px;
}

.bf-track-order-info {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 24px;
  border-radius: 30px;
}

.bf-track-order-info__item {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 13px;
  align-items: flex-start;
  padding: 15px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 20px;
  background: rgba(248, 250, 252, 0.78);
}

.bf-track-order-info__item i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 16px;
  background: #ffffff;
  color: #4F46E5;
  border: 1px solid rgba(15, 23, 42, 0.08);
  font-size: 18px;
}

.bf-track-order-info__item strong {
  display: block;
  color: var(--bf-text, #111827);
  font-size: 15px;
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: -0.025em;
}

.bf-track-order-info__item span {
  display: block;
  margin-top: 5px;
  color: var(--bf-muted, #64748b);
  font-size: 13px;
  line-height: 1.5;
  font-weight: 650;
}

.bf-track-order-details {
  padding: 0 0 80px;
  background: #f8fafc;
}

/* Validation compatibility */
.bf-track-order-field .invalid-feedback {
  margin-top: 6px;
  font-size: 12px;
  font-weight: 750;
}

.bf-track-order-field .form-control.is-invalid,
.bf-track-order-field input.is-invalid {
  border-color: #ef4444 !important;
}

/* Responsive */
@media (max-width: 991.98px) {
  .bf-track-order-page {
    padding: 82px 0 76px;
  }

  .bf-track-order-layout {
    grid-template-columns: 1fr;
    max-width: 680px;
  }
}

@media (max-width: 767.98px) {
  .bf-track-order-page {
    padding: 68px 0 66px;
  }

  .bf-track-order-card {
    padding: 24px;
    border-radius: 28px;
  }

  .bf-track-order-card__head {
    flex-direction: column;
  }

  .bf-track-order-info {
    border-radius: 26px;
  }
}

@media (max-width: 575.98px) {
  .bf-track-order-page {
    padding: 54px 0 58px;
  }

  .bf-track-order-page .container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .bf-track-order-hero {
    margin-bottom: 34px;
  }

  .bf-track-order-hero__title {
    font-size: 40px;
  }

  .bf-track-order-hero__text {
    font-size: 15px;
    line-height: 1.6;
  }

  .bf-track-order-card {
    padding: 18px;
    border-radius: 24px;
  }

  .bf-track-order-card__head h2 {
    font-size: 30px;
  }

  .bf-track-order-input input {
    min-height: 56px;
  }

  .bf-track-order-info {
    padding: 18px;
    border-radius: 24px;
  }

  .bf-track-order-info__item {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   25. Checkout Page
========================================================= */

.bf-checkout-page {
  position: relative;
  overflow: hidden;
  min-height: auto;
  padding: 46px 0 66px;
  color: #111827;
  background:
    radial-gradient(
      circle at 10% 2%,
      rgba(99, 102, 241, 0.1),
      transparent 34%
    ),
    radial-gradient(
      circle at 92% 4%,
      rgba(236, 72, 153, 0.085),
      transparent 34%
    ),
    linear-gradient(
      180deg,
      #ffffff 0%,
      #fafbff 100%
    );
}

.bf-checkout-page__background {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(
      circle at 50% 100%,
      rgba(99, 102, 241, 0.045),
      transparent 48%
    );
}

.bf-checkout-page > .container {
  position: relative;
  z-index: 1;
}


/* =========================================================
   Checkout progress
========================================================= */

.bf-checkout-progress {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  min-height: 50px;
  margin: 0 auto 30px;
  padding: 7px 14px;
  gap: 13px;
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow:
    0 13px 34px rgba(15, 23, 42, 0.055);
  backdrop-filter: blur(18px);
  white-space: nowrap;
}

.bf-checkout-progress__step {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #94a3b8;
}

.bf-checkout-progress__step strong {
  color: inherit;
  font-size: 13px;
  line-height: 1;
  font-weight: 850;
  letter-spacing: -0.02em;
}

.bf-checkout-progress__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  border-radius: 999px;
  background: #eef2ff;
  color: #6366f1;
  font-size: 12px;
  font-weight: 900;
}

.bf-checkout-progress__step--complete {
  color: #111827;
}

.bf-checkout-progress__step--complete
.bf-checkout-progress__number {
  background: #ecfdf3;
  color: #16a34a;
}

.bf-checkout-progress__step--active {
  color: #111827;
}

.bf-checkout-progress__step--active
.bf-checkout-progress__number {
  color: #ffffff;
  background:
    linear-gradient(
      135deg,
      #5b4df5 0%,
      #c946c1 100%
    );
  box-shadow:
    0 8px 20px rgba(99, 102, 241, 0.22);
}

.bf-checkout-progress__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #cbd5e1;
  font-size: 12px;
}


/* =========================================================
   Main layout
========================================================= */

.bf-checkout-layout {
  display: grid;
  grid-template-columns:
    minmax(0, 1.05fr)
    minmax(350px, 0.75fr);
  align-items: start;
  gap: 24px;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}

.bf-checkout-main,
.bf-checkout-sidebar {
  min-width: 0;
}


/* =========================================================
   Main checkout card
========================================================= */

.bf-checkout-card {
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow:
    0 20px 56px rgba(15, 23, 42, 0.068);
  backdrop-filter: blur(18px);
}

.bf-checkout-card--main {
  padding: 34px;
}

.bf-checkout-card__heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 22px;
  padding-bottom: 27px;
  border-bottom: 1px solid #e8edf4;
}

.bf-checkout-card__eyebrow {
  display: block;
  margin-bottom: 10px;
  color: #6155e8;
  font-size: 11px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bf-checkout-card__heading h1 {
  margin: 0;
  color: #111827;
  font-size: clamp(40px, 4vw, 49px);
  line-height: 0.98;
  font-weight: 920;
  letter-spacing: -0.055em;
}

.bf-checkout-card__heading p {
  max-width: 470px;
  margin: 13px 0 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.58;
  font-weight: 600;
}

.bf-checkout-card__heading-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 47px;
  height: 47px;
  flex: 0 0 47px;
  border-radius: 15px;
  color: #6254ed;
  background: #f1efff;
  font-size: 18px;
}


/* =========================================================
   Billing heading
========================================================= */

.bf-checkout-section {
  padding-top: 29px;
}

.bf-checkout-section__heading {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 22px;
}

.bf-checkout-section__icon {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 13px;
  color: #5b4df5 !important;
  background: #f1efff;
  font-size: 17px !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  box-shadow:
    inset 0 0 0 1px rgba(99, 102, 241, 0.055);
}

.bf-checkout-section__icon i {
  display: block;
  line-height: 1;
}

.bf-checkout-section__heading > div {
  min-width: 0;
}

.bf-checkout-section__heading > div > span {
  display: block;
  color: #94a3b8;
  font-size: 10px;
  line-height: 1;
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.bf-checkout-section__heading h2 {
  margin: 5px 0 0;
  color: #111827;
  font-size: 21px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: -0.035em;
}


/* =========================================================
   Billing form
========================================================= */

.bf-checkout-form-grid {
  display: grid;
  grid-template-columns:
    repeat(2, minmax(0, 1fr));
  gap: 17px;
}

.bf-checkout-field {
  display: grid;
  min-width: 0;
  gap: 8px;
}

.bf-checkout-field--full {
  grid-column: 1 / -1;
}

.bf-checkout-field > label {
  margin: 0;
  color: #111827;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 850;
}

.bf-checkout-field > label > span {
  color: #ef4444;
}

.bf-checkout-field .form-control,
.bf-checkout-coupon .form-control {
  width: 100%;
  min-height: 54px;
  padding: 0 17px;
  border: 1px solid #dfe5ee;
  border-radius: 16px;
  outline: none;
  background: #fafbfe;
  color: #111827;
  font-size: 14px;
  font-weight: 700;
  box-shadow: none;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.bf-checkout-field .form-control:hover,
.bf-checkout-coupon .form-control:hover {
  border-color: #cdd6e2;
}

.bf-checkout-field .form-control:focus,
.bf-checkout-coupon .form-control:focus {
  border-color: rgba(99, 102, 241, 0.44);
  background: #ffffff;
  box-shadow:
    0 0 0 4px rgba(99, 102, 241, 0.075);
}

.bf-checkout-field .form-control:disabled {
  color: #111827;
  opacity: 1;
  background: #fafbfe;
}


/* =========================================================
   Email
========================================================= */

.bf-checkout-email {
  display: grid;
  grid-template-columns:
    minmax(0, 1fr)
    54px;
  gap: 10px;
}

.bf-checkout-email__edit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  min-height: 54px;
  padding: 0;
  border: 0;
  border-radius: 16px;
  background: #111827;
  color: #ffffff;
  font-size: 17px;
  cursor: pointer;
  transition:
    transform 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.bf-checkout-email__edit:hover {
  transform: translateY(-1px);
  background: #4f46e5;
  box-shadow:
    0 14px 30px rgba(79, 70, 229, 0.2);
}


/* =========================================================
   Newsletter checkbox
========================================================= */

.bf-checkout-newsletter {
  display: inline-flex !important;
  align-items: center;
  width: max-content;
  min-height: auto;
  margin: 1px 0 2px;
  padding: 0;
  gap: 9px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #64748b !important;
  cursor: pointer;
}

.bf-checkout-newsletter .form-check-input {
  position: relative;
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  margin: 0;
  border: 1px solid #cbd5e1;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: none;
  cursor: pointer;
}

.bf-checkout-newsletter
.form-check-input:checked {
  border-color: #f59e0b;
  background-color: #f59e0b;
}

.bf-checkout-newsletter
.form-check-input:focus {
  border-color: #f59e0b;
  box-shadow:
    0 0 0 3px rgba(245, 158, 11, 0.12);
}

.bf-checkout-newsletter span {
  color: #64748b !important;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 720;
}


/* =========================================================
   Phone input
========================================================= */

.bf-checkout-field .iti {
  display: block;
  width: 100%;
}

.bf-checkout-field .iti__selected-container {
  height: 100%;
}

.bf-checkout-field .iti__selected-country,
.bf-checkout-field .iti__selected-flag {
  display: flex;
  align-items: center;
  min-height: 54px;
  padding-left: 14px;
  padding-right: 11px;
  border-radius: 16px 0 0 16px;
  background: transparent;
}

.bf-checkout-field .iti__selected-country:hover,
.bf-checkout-field .iti__selected-flag:hover {
  background: rgba(99, 102, 241, 0.045);
}

.bf-checkout-field .iti__arrow {
  margin-left: 7px;
  border-top-color: #64748b;
}

.bf-checkout-field .iti input,
.bf-checkout-field .iti input.form-control {
  width: 100%;
  min-height: 54px;
  padding-left: 92px !important;
  border: 1px solid #dfe5ee;
  border-radius: 16px;
  background: #fafbfe;
}

.bf-checkout-field .iti input:hover {
  border-color: #cdd6e2;
}

.bf-checkout-field .iti input:focus {
  border-color: rgba(99, 102, 241, 0.44);
  background: #ffffff;
  box-shadow:
    0 0 0 4px rgba(99, 102, 241, 0.075);
}


/* Country dropdown */

.iti__dropdown-content,
.iti__country-list {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 310px;
  margin-top: 8px;
  padding: 7px;
  border: 1px solid #dfe5ee;
  border-radius: 16px;
  background: #ffffff;
  box-shadow:
    0 20px 50px rgba(15, 23, 42, 0.14);
}

.iti__search-input {
  min-height: 42px;
  margin-bottom: 6px;
  padding: 0 12px;
  border: 1px solid #dfe5ee;
  border-radius: 11px;
  outline: none;
  background: #f8fafc;
  color: #111827;
  font-size: 13px;
}

.iti__search-input:focus {
  border-color: rgba(99, 102, 241, 0.4);
  background: #ffffff;
}

.iti__country {
  min-height: 39px;
  padding: 8px 10px;
  border-radius: 10px;
  color: #334155;
  font-size: 13px;
}

.iti__country:hover,
.iti__country.iti__highlight {
  background: #f3f2ff;
}

.iti__country-name {
  color: #334155;
  font-weight: 680;
}

.iti__dial-code {
  color: #94a3b8;
}


/* =========================================================
   Trust information
========================================================= */

.bf-checkout-main-trust {
  display: grid;
  grid-template-columns:
    repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 25px;
  padding-top: 24px;
  border-top: 1px solid #e8edf4;
}

.bf-checkout-main-trust > div {
  display: flex;
  min-width: 0;
  align-items: flex-start;
  gap: 10px;
}

.bf-checkout-main-trust > div > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  border-radius: 11px;
  background: #f2f1ff;
  color: #635bdb;
}

.bf-checkout-main-trust strong {
  display: block;
  color: #111827;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 850;
}

.bf-checkout-main-trust small {
  display: block;
  max-width: 190px;
  margin-top: 4px;
  color: #94a3b8;
  font-size: 10px;
  line-height: 1.45;
  font-weight: 650;
}


/* =========================================================
   Sidebar
========================================================= */

.bf-checkout-sidebar__sticky {
  position: sticky;
  top: 92px;
  display: grid;
  gap: 16px;
}


/* =========================================================
   Summary and payment cards
========================================================= */

.bf-checkout-summary,
.bf-checkout-payment {
  overflow: hidden;
  padding: 25px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 27px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow:
    0 20px 56px rgba(15, 23, 42, 0.065);
  backdrop-filter: blur(16px);
}


/* =========================================================
   Order summary
========================================================= */

.bf-checkout-summary__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 17px;
}

.bf-checkout-summary__platform {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #64748b;
  font-size: 13px;
  font-weight: 850;
}

.bf-checkout-summary__instagram {
  color: #ec4899;
  font-size: 16px;
}

.bf-checkout-summary__status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 27px;
  padding: 0 11px;
  border-radius: 999px;
  background: #eaf8ef;
  color: #16a34a;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.bf-checkout-summary__service {
  margin-top: 20px;
}

.bf-checkout-summary__service h2 {
  margin: 0;
  color: #111827;
  font-size: 27px;
  line-height: 1.04;
  font-weight: 920;
  letter-spacing: -0.045em;
}

.bf-checkout-summary__service span {
  display: block;
  margin-top: 7px;
  color: #64748b;
  font-size: 13px;
  font-weight: 700;
}

.bf-checkout-summary__rows {
  display: grid;
  gap: 11px;
  margin-top: 20px;
  padding: 18px 0;
  border-top: 1px solid #e7ebf1;
  border-bottom: 0;
}

.bf-checkout-summary__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.bf-checkout-summary__row span {
  color: #64748b;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 750;
}

.bf-checkout-summary__row strong {
  min-width: 0;
  max-width: 65%;
  overflow: hidden;
  color: #111827;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 850;
  text-align: right;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.bf-checkout-summary__row--link strong {
  color: #4f46e5;
}


/* Single separator before total */

.bf-checkout-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 0;
  padding: 19px 0 0;
  border-top: 1px solid #e7ebf1;
  border-radius: 0;
  background: transparent;
}

.bf-checkout-total span {
  color: #64748b;
  font-size: 13px;
  font-weight: 850;
}

.bf-checkout-total strong {
  color: #111827;
  font-size: 33px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.055em;
}


/* =========================================================
   Payment heading
========================================================= */

.bf-checkout-payment__heading {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 19px;
}

.bf-checkout-payment__heading > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 41px;
  height: 41px;
  flex: 0 0 41px;
  border-radius: 13px;
  background: #f2f0ff;
  color: #635bdb;
  font-size: 17px;
}

.bf-checkout-payment__heading small {
  display: block;
  color: #94a3b8;
  font-size: 9px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.bf-checkout-payment__heading h2 {
  margin: 5px 0 0;
  color: #111827;
  font-size: 19px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: -0.035em;
}


/* =========================================================
   Payment option
========================================================= */

.bf-payment-options {
  display: grid;
  min-width: 0;
  gap: 9px;
  margin: 0;
  padding: 0;
  border: 0;
}

.bf-payment-options legend {
  width: auto;
  margin: 0 0 5px;
  padding: 0;
  color: #111827;
  font-size: 11px;
  font-weight: 850;
}

.bf-payment-option {
  position: relative;
  width: 100%;
  min-width: 0;
  min-height: 68px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 1px solid #dfe5ee;
  border-radius: 18px;
  background: #fbfcff;
  cursor: pointer;
  transform: none;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.bf-payment-option:hover {
  transform: none;
  border-color: rgba(99, 102, 241, 0.34);
  background: #ffffff;
}

.bf-payment-option.selected {
  transform: none;
  border-color: rgba(91, 77, 245, 0.5);
  background: #ffffff;
  box-shadow:
    inset 0 0 0 2px rgba(91, 77, 245, 0.075);
}

.bf-payment-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.bf-payment-option__label {
  display: grid;
  grid-template-columns:
    48px
    minmax(0, 1fr)
    24px;
  align-items: center;
  width: 100%;
  min-width: 0;
  min-height: 68px;
  margin: 0;
  padding: 10px 13px;
  gap: 11px;
  cursor: pointer;
}

.bf-payment-option__logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 40px;
  overflow: hidden;
  border: 1px solid #e5e9f0;
  border-radius: 11px;
  background: #ffffff;
}

.bf-payment-option__logo img {
  display: block;
  max-width: 36px;
  max-height: 23px;
  object-fit: contain;
}

.bf-payment-option__content {
  min-width: 0;
}

.bf-payment-option__content strong {
  display: block;
  overflow: hidden;
  color: #111827;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 880;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.bf-payment-option__content small {
  display: block;
  margin-top: 4px;
  color: #94a3b8;
  font-size: 10px;
  line-height: 1.25;
  font-weight: 650;
}

.bf-payment-option__check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 23px;
  height: 23px;
  flex: 0 0 23px;
  border-radius: 999px;
  background: #eef2f7;
  color: transparent;
  font-size: 13px;
}

.bf-payment-option.selected
.bf-payment-option__check {
  background: #5b4df5;
  color: #ffffff;
}

.bf-payment-option--disabled {
  display: flex;
  align-items: center;
  min-height: 58px;
  padding: 15px;
  color: #64748b;
  cursor: default;
}


/* =========================================================
   Coupon
========================================================= */

.bf-checkout-coupon {
  display: grid;
  gap: 8px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #e7ebf1;
}

.bf-checkout-coupon label {
  margin: 0;
  color: #111827;
  font-size: 11px;
  font-weight: 850;
}

.bf-checkout-coupon__row {
  display: grid;
  grid-template-columns:
    minmax(0, 1fr)
    88px;
  gap: 8px;
}

.bf-checkout-coupon .form-control {
  min-height: 48px;
  border-radius: 14px;
  font-size: 12px;
}

.bf-checkout-coupon__button {
  min-height: 48px;
  border: 0;
  border-radius: 14px;
  background: #f1efff;
  color: #5547dc;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
  transition:
    transform 180ms ease,
    background 180ms ease;
}

.bf-checkout-coupon__button:hover {
  transform: translateY(-1px);
  background: #e7e3ff;
}


/* =========================================================
   Captcha
========================================================= */

.bf-checkout-payment__captcha {
  max-width: 100%;
  margin-top: 17px;
  overflow: hidden;
}

.bf-checkout-payment__captcha
.g-recaptcha {
  transform-origin: left top;
}


/* =========================================================
   Payment button
========================================================= */

.bf-checkout-pay-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 54px;
  margin-top: 16px;
  padding: 0 18px;
  gap: 10px;
  border: 0;
  border-radius: 16px;
  color: #ffffff;
  background:
    linear-gradient(
      100deg,
      #5547f3 0%,
      #7443eb 48%,
      #dd3f9e 100%
    );
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.01em;
  cursor: pointer;
  box-shadow:
    0 15px 32px rgba(99, 72, 225, 0.21);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.bf-checkout-pay-button:hover {
  transform: translateY(-1px);
  color: #ffffff;
  box-shadow:
    0 20px 40px rgba(99, 72, 225, 0.28);
}

.bf-checkout-pay-button i {
  font-size: 15px;
}


/* =========================================================
   Payment footer
========================================================= */

.bf-checkout-payment__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 11px 16px;
  margin-top: 13px;
  color: #8491a5;
}

.bf-checkout-payment__footer span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 9px;
  font-weight: 750;
}

.bf-checkout-payment__footer i {
  color: #8b80f6;
}


/* =========================================================
   Empty state
========================================================= */

.bf-checkout-empty {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 19px;
  padding: 15px;
  border-radius: 15px;
  background: #f8fafc;
  color: #64748b;
  font-size: 12px;
  font-weight: 700;
}


/* =========================================================
   Tablet
========================================================= */

@media (max-width: 991.98px) {

  .bf-checkout-page {
    padding-bottom: 57px;
  }

  .bf-checkout-layout {
    grid-template-columns: 1fr;
    max-width: 760px;
  }

  .bf-checkout-sidebar__sticky {
    position: static;
  }

}


/* =========================================================
   Mobile
========================================================= */

@media (max-width: 575.98px) {

  .bf-checkout-page {
    padding: 30px 0 50px;
  }

  .bf-checkout-page .container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .bf-checkout-progress {
    min-height: 48px;
    margin-bottom: 22px;
    padding: 6px 11px;
    gap: 9px;
  }

  .bf-checkout-progress__step {
    gap: 7px;
  }

  .bf-checkout-progress__step strong {
    font-size: 11px;
  }

  .bf-checkout-progress__number {
    width: 26px;
    height: 26px;
    flex-basis: 26px;
  }

  .bf-checkout-card--main,
  .bf-checkout-summary,
  .bf-checkout-payment {
    padding: 19px;
    border-radius: 23px;
  }

  .bf-checkout-card__heading {
    gap: 13px;
    padding-bottom: 22px;
  }

  .bf-checkout-card__heading h1 {
    font-size: 36px;
  }

  .bf-checkout-card__heading p {
    font-size: 13px;
  }

  .bf-checkout-card__heading-icon {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

  .bf-checkout-form-grid {
    grid-template-columns: 1fr;
  }

  .bf-checkout-newsletter {
    width: 100%;
  }

  .bf-checkout-main-trust {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .bf-checkout-main-trust small {
    max-width: none;
  }

  .bf-checkout-summary__service h2 {
    font-size: 24px;
  }

  .bf-checkout-summary__row {
    gap: 12px;
  }

  .bf-checkout-summary__row strong {
    max-width: 59%;
  }

  .bf-checkout-total strong {
    font-size: 30px;
  }

  .bf-checkout-coupon__row {
    grid-template-columns:
      minmax(0, 1fr)
      80px;
  }

  .bf-checkout-payment__captcha
  .g-recaptcha {
    transform: scale(0.88);
  }

}


/* =========================================================
   Small mobile
========================================================= */

@media (max-width: 380px) {

  .bf-checkout-progress__step strong {
    display: none;
  }

  .bf-checkout-payment__captcha
  .g-recaptcha {
    transform: scale(0.79);
  }

}
/* =========================================================
   Checkout final fixes:
   phone dropdown, payment option, payment button
========================================================= */


/* =========================================================
   Allow phone country dropdown to leave main card
========================================================= */

.bf-checkout-card,
.bf-checkout-card--main,
.bf-checkout-main,
.bf-checkout-section,
.bf-checkout-form-grid,
.bf-checkout-field {
  overflow: visible;
}

.bf-checkout-card--main {
  position: relative;
  z-index: 3;
}

.bf-checkout-sidebar {
  position: relative;
  z-index: 2;
}


/* =========================================================
   Phone input
========================================================= */

.bf-checkout-field .iti {
  position: relative;
  display: block;
  width: 100%;
  z-index: 20;
}

.bf-checkout-field .iti__selected-container {
  height: 54px;
}

.bf-checkout-field .iti__selected-country,
.bf-checkout-field .iti__selected-flag {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 76px;
  height: 52px;
  min-height: 52px;
  padding: 0 13px;
  border-radius: 15px 0 0 15px;
  background: transparent;
}

.bf-checkout-field .iti__selected-country:hover,
.bf-checkout-field .iti__selected-flag:hover {
  background: #f3f4fa;
}

.bf-checkout-field .iti__selected-dial-code {
  margin-left: 8px;
  color: #111827;
  font-size: 14px;
  font-weight: 800;
}

.bf-checkout-field .iti__arrow {
  margin-left: 7px;
  border-top-color: #64748b;
}

.bf-checkout-field .iti input,
.bf-checkout-field .iti input.form-control {
  width: 100%;
  height: 54px;
  min-height: 54px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 91px !important;
  border: 1px solid #dfe5ee;
  border-radius: 16px;
  background: #fafbfe;
  color: #111827;
  font-size: 14px;
  line-height: 54px;
  font-weight: 720;
  box-shadow: none;
}

.bf-checkout-field .iti input:hover {
  border-color: #cbd5e1;
}

.bf-checkout-field .iti input:focus {
  border-color: rgba(91, 77, 245, 0.48);
  background: #ffffff;
  outline: 0;
  box-shadow:
    0 0 0 4px rgba(91, 77, 245, 0.075);
}


/* =========================================================
   Country dropdown
========================================================= */

.iti {
  --iti-border-color: #dfe5ee;
  --iti-hover-color: #f3f2ff;
}

.iti__dropdown-content {
  position: absolute;
  z-index: 9999 !important;
  width: min(420px, calc(100vw - 36px)) !important;
  max-width: 420px;
  margin-top: 8px;
  overflow: hidden;
  border: 1px solid #dfe5ee;
  border-radius: 16px;
  background: #ffffff;
  box-shadow:
    0 22px 58px rgba(15, 23, 42, 0.16);
}

.iti__search-input {
  display: block;
  width: calc(100% - 16px);
  height: 43px;
  min-height: 43px;
  margin: 8px;
  padding: 0 13px;
  border: 1px solid #dfe5ee;
  border-radius: 11px;
  outline: 0;
  background: #f8fafc;
  color: #111827;
  font-size: 13px;
  line-height: 43px;
  font-weight: 650;
  box-shadow: none;
}

.iti__search-input:focus {
  border-color: rgba(91, 77, 245, 0.42);
  background: #ffffff;
  box-shadow:
    0 0 0 3px rgba(91, 77, 245, 0.07);
}

.iti__country-list {
  max-height: 235px;
  margin: 0;
  padding: 5px 7px 8px;
  overflow-x: hidden;
  overflow-y: auto;
  border: 0;
  background: #ffffff;
  box-shadow: none;
}

.iti__country {
  display: flex;
  align-items: center;
  min-height: 39px;
  margin: 0;
  padding: 8px 10px;
  border-radius: 10px;
  color: #334155;
  font-size: 13px;
  line-height: 1.3;
}

.iti__country:hover,
.iti__country.iti__highlight {
  background: #f3f2ff;
}

.iti__flag-box {
  margin-right: 9px;
}

.iti__country-name {
  color: #334155;
  font-size: 13px;
  font-weight: 760;
}

.iti__dial-code {
  margin-left: 7px;
  color: #94a3b8;
  font-size: 12px;
  font-weight: 650;
}


/* =========================================================
   Remove duplicate outlines from selected payment
========================================================= */

.bf-payment-option,
.bf-payment-option:hover,
.bf-payment-option.selected {
  transform: none !important;
}

.bf-payment-option {
  overflow: hidden;
  border: 1px solid #dfe5ee;
  background: #fbfcff;
  box-shadow: none;
}

.bf-payment-option:hover {
  border-color: rgba(91, 77, 245, 0.32);
  background: #ffffff;
  box-shadow: none;
}

.bf-payment-option.selected {
  border-color: #8b7ff5;
  background: #ffffff;
  box-shadow:
    0 0 0 3px rgba(91, 77, 245, 0.08);
}

.bf-payment-option__label,
.bf-payment-option__label:hover,
.bf-payment-option__label:focus,
.bf-payment-option__label:focus-visible {
  outline: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
}

.bf-payment-option input:focus,
.bf-payment-option input:focus-visible {
  outline: 0 !important;
  box-shadow: none !important;
}

.bf-payment-option input:focus
+ .bf-payment-option__label,
.bf-payment-option input:checked
+ .bf-payment-option__label {
  outline: 0 !important;
  box-shadow: none !important;
}

.bf-payment-option::before,
.bf-payment-option::after,
.bf-payment-option__label::before,
.bf-payment-option__label::after {
  content: none !important;
  display: none !important;
}


/* =========================================================
   Payment button text fix
========================================================= */

.bf-checkout-pay-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 20px;
  gap: 10px;
  overflow: hidden;
  white-space: nowrap;
  line-height: 1;
}

.bf-checkout-pay-button::before,
.bf-checkout-pay-button::after {
  content: none !important;
  display: none !important;
}

.bf-checkout-pay-button > span {
  position: static !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  transform: none !important;
  opacity: 1;
  color: #ffffff;
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.01em;
  text-indent: 0;
  text-shadow: none;
  white-space: nowrap;
}

.bf-checkout-pay-button
> .spinner {
  position: static !important;
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
}

.bf-checkout-pay-button
> .spinner.d-none {
  display: none !important;
}

.bf-checkout-pay-button > i {
  position: static;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 2px;
  transform: none;
  font-size: 15px;
  line-height: 1;
}


/* =========================================================
   Mobile
========================================================= */

@media (max-width: 575.98px) {

  .iti__dropdown-content {
    width: calc(100vw - 48px) !important;
    max-width: none;
  }

  .iti__country-list {
    max-height: 220px;
  }

  .bf-checkout-pay-button {
    padding-left: 14px;
    padding-right: 14px;
  }

  .bf-checkout-pay-button > span {
    font-size: 12px;
  }

}
/* =========================================================
   26. Checkout Status Pages
========================================================= */

.bf-checkout-status {
  position: relative;
  overflow: hidden;
  min-height: 72vh;
  padding: 78px 0 92px;
  background:
    radial-gradient(circle at 14% 10%, rgba(99, 102, 241, 0.12), transparent 34%),
    radial-gradient(circle at 88% 12%, rgba(236, 72, 153, 0.10), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  color: var(--bf-text, #111827);
}

.bf-checkout-status__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 108%, rgba(99, 102, 241, 0.08), transparent 42%);
}

.bf-checkout-status > .container {
  position: relative;
  z-index: 1;
}

.bf-checkout-status__wrap {
  max-width: 860px;
  margin: 0 auto;
}

.bf-checkout-status__hero {
  text-align: center;
}

.bf-checkout-status__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 92px;
  margin-bottom: 22px;
  border-radius: 32px;
  background: #111827;
  color: #ffffff;
  font-size: 46px;
  box-shadow: 0 24px 54px rgba(17, 24, 39, 0.16);
}

.bf-checkout-status--success .bf-checkout-status__icon {
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 255, 255, 0.22), transparent 35%),
    #16a34a;
  box-shadow: 0 24px 54px rgba(22, 163, 74, 0.18);
}

.bf-checkout-status--failed .bf-checkout-status__icon {
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 255, 255, 0.22), transparent 35%),
    #ef4444;
  box-shadow: 0 24px 54px rgba(239, 68, 68, 0.18);
}

.bf-checkout-status__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 15px;
  border-radius: 999px;
  background: #111827;
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.bf-checkout-status__hero h1 {
  max-width: 760px;
  margin: 18px auto 0;
  color: var(--bf-text, #111827);
  font-size: clamp(42px, 5.8vw, 68px);
  line-height: 0.98;
  font-weight: 920;
  letter-spacing: -0.06em;
}

.bf-checkout-status__hero p {
  max-width: 680px;
  margin: 20px auto 0;
  color: var(--bf-muted, #64748b);
  font-size: 17px;
  line-height: 1.7;
  font-weight: 560;
  letter-spacing: -0.016em;
}

.bf-checkout-status-card {
  margin-top: 42px;
  padding: 28px;
  border: 1px solid rgba(15, 23, 42, 0.075);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 24px 68px rgba(15, 23, 42, 0.085);
  backdrop-filter: blur(18px);
}

.bf-checkout-status-card--small {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.bf-checkout-status-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.075);
}

.bf-checkout-status-card__head span {
  display: block;
  margin-bottom: 8px;
  color: var(--bf-muted, #64748b);
  font-size: 12px;
  line-height: 1;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.bf-checkout-status-card__head h2 {
  margin: 0;
  color: var(--bf-text, #111827);
  font-size: 28px;
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -0.045em;
}

.bf-checkout-status-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(22, 163, 74, 0.10);
  color: #15803d;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: -0.01em;
}

.bf-checkout-status-rows {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.bf-checkout-status-row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 17px 18px;
  border-radius: 20px;
  background: rgba(248, 250, 252, 0.92);
}

.bf-checkout-status-row span {
  color: var(--bf-muted, #64748b);
  font-size: 14px;
  font-weight: 760;
}

.bf-checkout-status-row strong {
  min-width: 0;
  max-width: 62%;
  overflow: hidden;
  color: var(--bf-text, #111827);
  font-size: 14px;
  font-weight: 880;
  text-align: right;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.bf-checkout-status-row--total {
  background:
    radial-gradient(circle at 12% 0%, rgba(99, 102, 241, 0.14), transparent 34%),
    radial-gradient(circle at 92% 0%, rgba(236, 72, 153, 0.11), transparent 34%),
    #111827;
}

.bf-checkout-status-row--total span {
  color: rgba(255, 255, 255, 0.62);
}

.bf-checkout-status-row--total strong {
  color: #ffffff;
  font-size: 24px;
  letter-spacing: -0.035em;
}

.bf-checkout-status-card__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 24px;
}

.bf-checkout-status-card__actions--center {
  justify-content: center;
}

.bf-status-btn,
.bf-status-copy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 20px;
  border: 0;
  border-radius: 999px;
  font-size: 14px;
  line-height: 1;
  font-weight: 880;
  letter-spacing: -0.015em;
  text-decoration: none;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease;
}

.bf-status-btn--primary {
  background: #4F46E5;
  color: #ffffff;
  box-shadow: 0 16px 34px rgba(79, 70, 229, 0.23);
}

.bf-status-btn--primary:hover {
  transform: translateY(-1px);
  background: #4338ca;
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 20px 42px rgba(79, 70, 229, 0.30);
}

.bf-status-btn--secondary,
.bf-status-copy {
  background: #f8fafc;
  color: #111827;
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.bf-status-btn--secondary:hover,
.bf-status-copy:hover {
  transform: translateY(-1px);
  background: #ffffff;
  color: #111827;
  text-decoration: none;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.08);
}

@media (max-width: 575.98px) {
  .bf-checkout-status {
    padding: 58px 0 68px;
  }

  .bf-checkout-status .container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .bf-checkout-status__icon {
    width: 78px;
    height: 78px;
    border-radius: 26px;
    font-size: 38px;
  }

  .bf-checkout-status__hero h1 {
    font-size: 40px;
  }

  .bf-checkout-status__hero p {
    font-size: 16px;
  }

  .bf-checkout-status-card {
    padding: 20px;
    border-radius: 28px;
  }

  .bf-checkout-status-card__head {
    flex-direction: column;
  }

  .bf-checkout-status-row {
    flex-direction: column;
    gap: 6px;
  }

  .bf-checkout-status-row strong {
    max-width: 100%;
    text-align: left;
  }

  .bf-checkout-status-card__actions {
    flex-direction: column;
  }

  .bf-status-btn,
  .bf-status-copy {
    width: 100%;
  }
}

/* =========================================================
   27. Contact Page
========================================================= */

.bf-contact-page {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 8vw, 120px) 0 56px;
  background:
    radial-gradient(circle at 15% 10%, rgba(99, 102, 241, 0.14), transparent 34%),
    radial-gradient(circle at 90% 20%, rgba(236, 72, 153, 0.12), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, var(--bf-bg, #f8fafc) 100%);
}

.bf-contact-bg {
  position: absolute;
  pointer-events: none;
  border-radius: 999px;
  filter: blur(8px);
  opacity: 0.75;
}

.bf-contact-bg-one {
  width: 260px;
  height: 260px;
  left: -90px;
  top: 110px;
  background: rgba(99, 102, 241, 0.12);
}

.bf-contact-bg-two {
  width: 320px;
  height: 320px;
  right: -120px;
  bottom: 40px;
  background: rgba(236, 72, 153, 0.1);
}

.bf-contact-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.bf-contact-intro {
  padding-top: 22px;
}

.bf-contact-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--bf-accent, #6366f1);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.bf-contact-eyebrow span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--bf-accent, #6366f1), var(--bf-accent-2, #ec4899));
  box-shadow: 0 0 0 6px rgba(99, 102, 241, 0.1);
}

.bf-contact-intro h1 {
  max-width: 620px;
  margin: 0;
  color: var(--bf-text, #111827);
  font-size: clamp(42px, 5vw, 76px);
  line-height: 0.96;
  letter-spacing: -0.065em;
  font-weight: 800;
}

.bf-contact-lead {
  max-width: 590px;
  margin: 24px 0 0;
  color: var(--bf-muted, #64748b);
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.65;
  letter-spacing: -0.02em;
}

.bf-contact-points {
  display: grid;
  gap: 14px;
  margin-top: 34px;
}

.bf-contact-point {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  max-width: 610px;
  padding: 16px;
  border: 1px solid var(--bf-border, rgba(15, 23, 42, 0.08));
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.06);
  backdrop-filter: blur(16px);
}

.bf-contact-point-icon {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  background: linear-gradient(135deg, var(--bf-accent, #6366f1), var(--bf-accent-2, #ec4899));
}

.bf-contact-point strong {
  display: block;
  color: var(--bf-text, #111827);
  font-size: 16px;
  line-height: 1.25;
}

.bf-contact-point span {
  display: block;
  margin-top: 4px;
  color: var(--bf-muted, #64748b);
  font-size: 14px;
  line-height: 1.5;
}

.bf-contact-info-card {
  max-width: 610px;
  margin-top: 22px;
  padding: 22px;
  border: 1px solid var(--bf-border, rgba(15, 23, 42, 0.08));
  border-radius: 28px;
  background: var(--bf-dark, #111827);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.18);
}

.bf-contact-info-card h2 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 20px;
  letter-spacing: -0.03em;
}

.bf-contact-info-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 0;
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.bf-contact-info-row strong {
  color: #fff;
  font-weight: 700;
  text-align: right;
}

.bf-contact-form-card {
  position: relative;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 28px 90px rgba(15, 23, 42, 0.12);
  backdrop-filter: blur(24px);
}

.bf-contact-form-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.35), rgba(236, 72, 153, 0.22), rgba(255, 255, 255, 0.2));
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  pointer-events: none;
}

.bf-contact-form-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
  margin-bottom: 26px;
}

.bf-contact-form-head span {
  display: block;
  margin-bottom: 5px;
  color: var(--bf-accent, #6366f1);
  font-size: 14px;
  font-weight: 700;
}

.bf-contact-form-head h2 {
  margin: 0;
  color: var(--bf-text, #111827);
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.05;
  letter-spacing: -0.05em;
}

.bf-contact-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 13px;
  border-radius: 999px;
  color: #16a34a;
  font-size: 13px;
  font-weight: 700;
  background: rgba(34, 197, 94, 0.1);
  white-space: nowrap;
}

.bf-contact-status::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #22c55e;
}

.bf-contact-form {
  position: relative;
  z-index: 1;
}

.bf-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.bf-form-group {
  margin-bottom: 16px;
}

.bf-form-group label {
  display: block;
  margin-bottom: 8px;
  color: var(--bf-text, #111827);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.bf-form-group label span {
  color: var(--bf-accent-2, #ec4899);
}

.bf-contact-form .form-control,
.bf-contact-form .form-select {
  min-height: 54px;
  width: 100%;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 18px;
  color: var(--bf-text, #111827);
  background-color: rgba(248, 250, 252, 0.88);
  box-shadow: none;
  font-size: 15px;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.bf-contact-form textarea.form-control {
  min-height: 138px;
  resize: vertical;
}

.bf-contact-form .form-control:focus,
.bf-contact-form .form-select:focus {
  border-color: rgba(99, 102, 241, 0.55);
  background-color: #fff;
  box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.1);
}

.bf-contact-submit {
  width: 100%;
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.02em;
  background: linear-gradient(135deg, var(--bf-accent, #6366f1), var(--bf-accent-2, #ec4899));
  box-shadow: 0 18px 42px rgba(99, 102, 241, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.bf-contact-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 56px rgba(99, 102, 241, 0.34);
}

.bf-contact-visual {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 42px auto 0;
  padding: 12px;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--bf-border, rgba(15, 23, 42, 0.08));
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.08);
}

.bf-contact-visual img {
  display: block;
  width: 100%;
  max-height: 440px;
  object-fit: cover;
  border-radius: 24px;
}

/* Optional content */

.bf-contact-extra {
  padding: 28px 0 clamp(72px, 8vw, 110px);
  background: var(--bf-bg, #f8fafc);
}

.bf-contact-extra-shell {
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid var(--bf-border, rgba(15, 23, 42, 0.08));
  border-radius: 36px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.07);
}

.bf-contact-extra-head {
  max-width: 760px;
}

.bf-contact-extra-head span {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--bf-accent, #6366f1);
  font-size: 14px;
  font-weight: 800;
}

.bf-contact-extra-head h2 {
  margin: 0;
  color: var(--bf-text, #111827);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1;
  letter-spacing: -0.055em;
  font-weight: 800;
}

.bf-contact-extra-head p {
  margin: 18px 0 0;
  color: var(--bf-muted, #64748b);
  font-size: 17px;
  line-height: 1.65;
}

.bf-contact-extra-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 30px;
}

.bf-contact-extra-card {
  padding: 22px;
  border-radius: 26px;
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
  border: 1px solid var(--bf-border, rgba(15, 23, 42, 0.08));
}

.bf-contact-extra-number {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 16px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  background: var(--bf-dark, #111827);
}

.bf-contact-extra-card h3 {
  margin: 0;
  color: var(--bf-text, #111827);
  font-size: 20px;
  letter-spacing: -0.035em;
}

.bf-contact-extra-card p {
  margin: 10px 0 0;
  color: var(--bf-muted, #64748b);
  font-size: 15px;
  line-height: 1.6;
}

.bf-contact-extra-content {
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid var(--bf-border, rgba(15, 23, 42, 0.08));
  color: var(--bf-muted, #64748b);
  font-size: 16px;
  line-height: 1.7;
}

.bf-contact-extra-content h1,
.bf-contact-extra-content h2,
.bf-contact-extra-content h3,
.bf-contact-extra-content h4 {
  color: var(--bf-text, #111827);
  letter-spacing: -0.035em;
}

.bf-contact-extra-content a {
  color: var(--bf-accent, #6366f1);
  font-weight: 700;
}

/* Responsive */

@media (max-width: 991.98px) {
  .bf-contact-shell {
    grid-template-columns: 1fr;
  }

  .bf-contact-intro {
    padding-top: 0;
  }

  .bf-contact-form-card {
    border-radius: 30px;
  }

  .bf-contact-extra-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575.98px) {
  .bf-contact-page {
    padding: 54px 0 36px;
  }

  .bf-contact-intro h1 {
    font-size: 44px;
  }

  .bf-contact-lead {
    font-size: 16px;
  }

  .bf-contact-point {
    border-radius: 22px;
  }

  .bf-form-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .bf-contact-form-card {
    padding: 20px;
    border-radius: 28px;
  }

  .bf-contact-form-head {
    flex-direction: column;
    margin-bottom: 22px;
  }

  .bf-contact-form-head h2 {
    font-size: 31px;
  }

  .bf-contact-info-row {
    flex-direction: column;
    gap: 4px;
  }

  .bf-contact-info-row strong {
    text-align: left;
  }

  .bf-contact-extra-shell {
    border-radius: 30px;
  }

  .bf-contact-extra-head h2 {
    font-size: 32px;
  }
}

/* =========================================================
   28. Blog Header
========================================================= */

.bf-blog-header {
  position: relative;
  overflow: hidden;
  padding: clamp(74px, 8vw, 126px) 0 clamp(56px, 7vw, 96px);
  background:
    radial-gradient(circle at 16% 12%, rgba(99, 102, 241, 0.14), transparent 34%),
    radial-gradient(circle at 88% 18%, rgba(236, 72, 153, 0.12), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, var(--bf-bg, #f8fafc) 100%);
}

.bf-blog-header-bg {
  position: absolute;
  pointer-events: none;
  border-radius: 999px;
  filter: blur(10px);
  opacity: 0.8;
}

.bf-blog-header-bg-one {
  width: 280px;
  height: 280px;
  left: -110px;
  top: 110px;
  background: rgba(99, 102, 241, 0.13);
}

.bf-blog-header-bg-two {
  width: 340px;
  height: 340px;
  right: -140px;
  bottom: -80px;
  background: rgba(236, 72, 153, 0.11);
}

.bf-blog-header-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}

.bf-blog-header-content {
  max-width: 780px;
}

.bf-blog-header-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  color: var(--bf-accent, #6366f1);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.bf-blog-header-eyebrow span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--bf-accent, #6366f1), var(--bf-accent-2, #ec4899));
  box-shadow: 0 0 0 6px rgba(99, 102, 241, 0.1);
}

.bf-blog-header h1 {
  margin: 0;
  max-width: 820px;
  color: var(--bf-text, #111827);
  font-size: clamp(44px, 6vw, 84px);
  line-height: 0.96;
  letter-spacing: -0.07em;
  font-weight: 850;
}

.bf-blog-header p {
  margin: 24px 0 0;
  max-width: 650px;
  color: var(--bf-muted, #64748b);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.65;
  letter-spacing: -0.02em;
}

.bf-blog-header-card {
  position: relative;
  padding: 24px;
  border-radius: 34px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 28px 90px rgba(15, 23, 42, 0.11);
  backdrop-filter: blur(24px);
}

.bf-blog-header-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.34), rgba(236, 72, 153, 0.22), rgba(255, 255, 255, 0.25));
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  pointer-events: none;
}

.bf-blog-header-card-top {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin-bottom: 18px;
}

.bf-blog-header-card-top span {
  color: var(--bf-muted, #64748b);
  font-size: 14px;
  font-weight: 700;
}

.bf-blog-header-card-top strong {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 12px;
  border-radius: 999px;
  color: #16a34a;
  font-size: 13px;
  background: rgba(34, 197, 94, 0.1);
}

.bf-blog-header-card-top strong::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #22c55e;
}

.bf-blog-header-topic {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 14px;
  padding: 16px 0;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.bf-blog-header-topic > span {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  background: linear-gradient(135deg, var(--bf-accent, #6366f1), var(--bf-accent-2, #ec4899));
}

.bf-blog-header-topic strong {
  display: block;
  color: var(--bf-text, #111827);
  font-size: 16px;
  line-height: 1.25;
}

.bf-blog-header-topic p {
  margin: 5px 0 0;
  color: var(--bf-muted, #64748b);
  font-size: 14px;
  line-height: 1.5;
}

.bf-blog-header-stats {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 14px;
}

.bf-blog-header-stats div {
  padding: 16px;
  border-radius: 22px;
  background: var(--bf-dark, #111827);
}

.bf-blog-header-stats strong {
  display: block;
  color: #fff;
  font-size: 22px;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.bf-blog-header-stats span {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  line-height: 1.35;
}

@media (max-width: 991.98px) {
  .bf-blog-header-shell {
    grid-template-columns: 1fr;
  }

  .bf-blog-header-card {
    max-width: 560px;
  }
}

@media (max-width: 575.98px) {
  .bf-blog-header {
    padding: 58px 0 46px;
  }

  .bf-blog-header h1 {
    font-size: 44px;
  }

  .bf-blog-header p {
    font-size: 16px;
  }

  .bf-blog-header-card {
    padding: 20px;
    border-radius: 28px;
  }

  .bf-blog-header-stats {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   29. Blog List
========================================================= */

.bf-blog-list-section {
  position: relative;
  padding: clamp(44px, 6vw, 82px) 0 clamp(80px, 9vw, 128px);
  background:
    radial-gradient(circle at 14% 8%, rgba(99, 102, 241, 0.08), transparent 28%),
    radial-gradient(circle at 92% 22%, rgba(236, 72, 153, 0.07), transparent 30%),
    var(--bf-bg, #f8fafc);
}

.bf-blog-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: clamp(24px, 4vw, 42px);
  align-items: start;
}

.bf-blog-main {
  min-width: 0;
}

.bf-blog-posts-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

/* Post card */

.bf-blog-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--bf-border, rgba(15, 23, 42, 0.08));
  border-radius: 32px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.07);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.bf-blog-card:hover {
  transform: translateY(-5px);
  border-color: rgba(99, 102, 241, 0.22);
  box-shadow: 0 30px 90px rgba(15, 23, 42, 0.11);
}

.bf-blog-card-image {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  text-decoration: none;
  background:
    radial-gradient(circle at 20% 10%, rgba(99, 102, 241, 0.16), transparent 32%),
    radial-gradient(circle at 90% 20%, rgba(236, 72, 153, 0.14), transparent 34%),
    #eef2ff;
}

.bf-blog-card-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform 0.35s ease;
}

.bf-blog-card:hover .bf-blog-card-image img {
  transform: scale(1.06);
}

.bf-blog-card-image-placeholder {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  color: var(--bf-accent, #6366f1);
  font-size: 42px;
}

.bf-blog-card-badge {
  position: absolute;
  left: 18px;
  top: 18px;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 13px;
  border-radius: 999px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  background: rgba(17, 24, 39, 0.78);
  backdrop-filter: blur(14px);
}

.bf-blog-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px;
}

.bf-blog-card-body h2 {
  margin: 0;
  color: var(--bf-text, #111827);
  font-size: clamp(22px, 2.2vw, 28px);
  line-height: 1.08;
  letter-spacing: -0.045em;
  font-weight: 800;
}

.bf-blog-card-body h2 a {
  color: inherit;
  text-decoration: none;
}

.bf-blog-card-body h2 a:hover {
  color: var(--bf-accent, #6366f1);
}

.bf-blog-card-body p {
  margin: 14px 0 0;
  color: var(--bf-muted, #64748b);
  font-size: 15px;
  line-height: 1.65;
}

.bf-blog-card-footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin-top: auto;
  padding-top: 22px;
}

.bf-blog-author {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.bf-blog-author-avatar {
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  overflow: hidden;
  border-radius: 999px;
  background: var(--bf-dark, #111827);
}

.bf-blog-author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bf-blog-author span {
  display: block;
  color: var(--bf-muted, #64748b);
  font-size: 12px;
  line-height: 1.1;
}

.bf-blog-author a {
  display: block;
  color: var(--bf-text, #111827);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  line-height: 1.2;
}

.bf-blog-card-footer time {
  flex: 0 0 auto;
  color: var(--bf-muted, #64748b);
  font-size: 14px;
  white-space: nowrap;
}

/* Load more */

.bf-blog-load-more-wrap {
  display: flex;
  justify-content: center;
  margin-top: 42px;
}

.bf-blog-load-more {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -0.02em;
  background: linear-gradient(135deg, var(--bf-accent, #6366f1), var(--bf-accent-2, #ec4899));
  box-shadow: 0 18px 42px rgba(99, 102, 241, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.bf-blog-load-more:hover {
  transform: translateY(-2px);
  color: #fff;
  box-shadow: 0 24px 56px rgba(99, 102, 241, 0.32);
}

/* Sidebar */

.bf-blog-sidebar {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 18px;
}

.bf-blog-widget {
  padding: 22px;
  border: 1px solid var(--bf-border, rgba(15, 23, 42, 0.08));
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 22px 64px rgba(15, 23, 42, 0.07);
  backdrop-filter: blur(18px);
}

.bf-blog-widget-head span {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--bf-accent, #6366f1);
  font-size: 13px;
  font-weight: 800;
}

.bf-blog-widget-head h3 {
  margin: 0;
  color: var(--bf-text, #111827);
  font-size: 24px;
  line-height: 1.05;
  letter-spacing: -0.045em;
  font-weight: 800;
}

/* Categories widget */

.bf-blog-categories-list {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.bf-blog-category-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid rgba(15, 23, 42, 0.07);
  border-radius: 18px;
  color: var(--bf-text, #111827);
  background: #fff;
  text-decoration: none;
  transition: border-color 0.2s ease, transform 0.2s ease, background-color 0.2s ease;
}

.bf-blog-category-link:hover {
  transform: translateY(-2px);
  color: var(--bf-text, #111827);
  border-color: rgba(99, 102, 241, 0.22);
  background: #f8fafc;
}

.bf-blog-category-link span {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
}

.bf-blog-category-link strong {
  min-width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  background: linear-gradient(135deg, var(--bf-accent, #6366f1), var(--bf-accent-2, #ec4899));
}

/* Follow widget */

.bf-blog-social-list {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.bf-blog-social-link {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 12px;
  min-height: 52px;
  padding: 8px 12px 8px 8px;
  border: 1px solid rgba(15, 23, 42, 0.07);
  border-radius: 18px;
  color: var(--bf-text, #111827);
  background: #fff;
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.bf-blog-social-link:hover {
  transform: translateY(-2px);
  color: var(--bf-text, #111827);
  border-color: rgba(99, 102, 241, 0.22);
  background: #f8fafc;
}

.bf-blog-social-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: #fff;
  background: var(--bf-dark, #111827);
}

.bf-blog-social-name {
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
}

.bf-blog-social-arrow {
  color: var(--bf-muted, #64748b);
  font-size: 15px;
  transition: transform 0.2s ease, color 0.2s ease;
}

.bf-blog-social-link:hover .bf-blog-social-arrow {
  transform: translate(2px, -2px);
  color: var(--bf-accent, #6366f1);
}

/* Help widget */

.bf-blog-help-widget {
  overflow: hidden;
  background:
    radial-gradient(circle at 90% 10%, rgba(236, 72, 153, 0.16), transparent 36%),
    radial-gradient(circle at 12% 20%, rgba(99, 102, 241, 0.18), transparent 34%),
    var(--bf-dark, #111827);
}

.bf-blog-help-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 18px;
  color: #fff;
  font-size: 22px;
  background: linear-gradient(135deg, var(--bf-accent, #6366f1), var(--bf-accent-2, #ec4899));
}

.bf-blog-help-widget h3 {
  margin: 0;
  color: #fff;
  font-size: 24px;
  line-height: 1.08;
  letter-spacing: -0.045em;
  font-weight: 800;
}

.bf-blog-help-widget p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
  line-height: 1.6;
}

.bf-blog-help-link {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
  padding: 0 18px;
  border-radius: 999px;
  color: var(--bf-text, #111827);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  background: #fff;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.bf-blog-help-link:hover {
  transform: translateY(-2px);
  color: var(--bf-text, #111827);
  background: #f8fafc;
}

/* Responsive */

@media (max-width: 991.98px) {
  .bf-blog-layout {
    grid-template-columns: 1fr;
  }

  .bf-blog-sidebar {
    position: static;
    grid-template-columns: 1fr 1fr;
  }

  .bf-blog-help-widget {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767.98px) {
  .bf-blog-posts-grid {
    grid-template-columns: 1fr;
  }

  .bf-blog-sidebar {
    grid-template-columns: 1fr;
  }

  .bf-blog-help-widget {
    grid-column: auto;
  }
}

@media (max-width: 575.98px) {
  .bf-blog-list-section {
    padding: 36px 0 78px;
  }

  .bf-blog-card {
    border-radius: 28px;
  }

  .bf-blog-card-body {
    padding: 20px;
  }

  .bf-blog-card-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .bf-blog-widget {
    border-radius: 26px;
  }

  .bf-blog-social-link {
    min-height: 50px;
  }
}

/* =========================================================
   30. Blog Single
========================================================= */

.bf-blog-single-section {
  position: relative;
  overflow: hidden;
  padding: clamp(56px, 7vw, 104px) 0 clamp(80px, 9vw, 130px);
  background:
    radial-gradient(circle at 14% 8%, rgba(99, 102, 241, 0.09), transparent 30%),
    radial-gradient(circle at 92% 18%, rgba(236, 72, 153, 0.08), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, var(--bf-bg, #f8fafc) 100%);
}

.bf-blog-single-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: clamp(26px, 4vw, 48px);
  align-items: start;
}

.bf-blog-single-main {
  min-width: 0;
}

.bf-blog-single-article {
  overflow: hidden;
  border: 1px solid var(--bf-border, rgba(15, 23, 42, 0.08));
  border-radius: 38px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 28px 90px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(20px);
}

.bf-blog-single-head {
  padding: clamp(24px, 4vw, 46px) clamp(22px, 4vw, 50px) 24px;
}

.bf-blog-single-category {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-bottom: 18px;
  padding: 8px 13px;
  border-radius: 999px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  background: linear-gradient(135deg, var(--bf-accent, #6366f1), var(--bf-accent-2, #ec4899));
  box-shadow: 0 12px 30px rgba(99, 102, 241, 0.22);
}

.bf-blog-single-category:hover {
  color: #fff;
  transform: translateY(-1px);
}

.bf-blog-single-head h1 {
  max-width: 920px;
  margin: 0;
  color: var(--bf-text, #111827);
  font-size: clamp(38px, 5vw, 74px);
  line-height: 0.98;
  letter-spacing: -0.07em;
  font-weight: 850;
}

.bf-blog-single-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 24px;
  color: var(--bf-muted, #64748b);
}

.bf-blog-single-author {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.bf-blog-single-author-avatar {
  width: 42px;
  height: 42px;
  overflow: hidden;
  border-radius: 999px;
  background: var(--bf-dark, #111827);
}

.bf-blog-single-author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bf-blog-single-author span {
  display: block;
  color: var(--bf-muted, #64748b);
  font-size: 12px;
  line-height: 1.1;
}

.bf-blog-single-author strong {
  display: block;
  color: var(--bf-text, #111827);
  font-size: 14px;
  line-height: 1.2;
  font-weight: 800;
}

.bf-blog-single-dot {
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: rgba(100, 116, 139, 0.5);
}

.bf-blog-single-meta time {
  font-size: 14px;
  font-weight: 700;
}

.bf-blog-single-image {
  margin: 0 clamp(14px, 2vw, 22px);
  overflow: hidden;
  border-radius: 28px;
  background:
    radial-gradient(circle at 20% 10%, rgba(99, 102, 241, 0.16), transparent 32%),
    radial-gradient(circle at 90% 20%, rgba(236, 72, 153, 0.14), transparent 34%),
    #eef2ff;
}

.bf-blog-single-image img {
  display: block;
  width: 100%;
  max-height: 540px;
  object-fit: cover;
}

.bf-blog-single-content {
  padding: clamp(26px, 4vw, 50px);
  color: var(--bf-text, #111827);
  font-size: 17px;
  line-height: 1.82;
}

.bf-blog-single-content > *:first-child {
  margin-top: 0;
}

.bf-blog-single-content > *:last-child {
  margin-bottom: 0;
}

.bf-blog-single-content p {
  margin: 0 0 20px;
  color: #334155;
}

.bf-blog-single-content h2,
.bf-blog-single-content h3,
.bf-blog-single-content h4 {
  margin: 34px 0 14px;
  color: var(--bf-text, #111827);
  line-height: 1.08;
  letter-spacing: -0.045em;
  font-weight: 850;
}

.bf-blog-single-content h2 {
  font-size: clamp(30px, 3.4vw, 44px);
}

.bf-blog-single-content h3 {
  font-size: clamp(24px, 2.8vw, 34px);
}

.bf-blog-single-content h4 {
  font-size: 22px;
}

.bf-blog-single-content a {
  color: var(--bf-accent, #6366f1);
  font-weight: 800;
  text-decoration: none;
}

.bf-blog-single-content a:hover {
  text-decoration: underline;
}

.bf-blog-single-content ul,
.bf-blog-single-content ol {
  margin: 0 0 24px;
  padding-left: 22px;
  color: #334155;
}

.bf-blog-single-content li {
  margin-bottom: 9px;
}

.bf-blog-single-content blockquote {
  margin: 30px 0;
  padding: 22px 24px;
  border-left: 4px solid var(--bf-accent, #6366f1);
  border-radius: 22px;
  color: var(--bf-text, #111827);
  background: #f8fafc;
}

.bf-blog-single-content img {
  max-width: 100%;
  height: auto;
  border-radius: 24px;
}

.bf-blog-single-content table {
  width: 100%;
  margin: 28px 0;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 18px;
}

.bf-blog-single-content th,
.bf-blog-single-content td {
  padding: 13px 14px;
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.bf-blog-single-content th {
  color: var(--bf-text, #111827);
  background: #f8fafc;
}

.bf-blog-single-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  padding: 0 clamp(22px, 4vw, 50px) clamp(24px, 4vw, 46px);
}

.bf-blog-single-nav-card {
  display: flex;
  min-height: 112px;
  flex-direction: column;
  justify-content: center;
  padding: 18px;
  border: 1px solid var(--bf-border, rgba(15, 23, 42, 0.08));
  border-radius: 26px;
  color: var(--bf-text, #111827);
  background: #fff;
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.bf-blog-single-nav-card:hover {
  transform: translateY(-3px);
  color: var(--bf-text, #111827);
  border-color: rgba(99, 102, 241, 0.24);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
}

.bf-blog-single-nav-card span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 8px;
  color: var(--bf-accent, #6366f1);
  font-size: 13px;
  font-weight: 800;
}

.bf-blog-single-nav-card strong {
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: -0.025em;
}

.bf-blog-single-nav-next {
  text-align: right;
  align-items: flex-end;
}

.bf-blog-single-nav-push {
  grid-column: 2;
}

/* Single sidebar */

.bf-blog-single-sidebar {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 18px;
}

.bf-blog-share-list {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.bf-blog-share-link {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-height: 52px;
  padding: 8px 12px 8px 8px;
  border: 1px solid rgba(15, 23, 42, 0.07);
  border-radius: 18px;
  color: var(--bf-text, #111827);
  background: #fff;
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.bf-blog-share-link:hover {
  transform: translateY(-2px);
  color: var(--bf-text, #111827);
  border-color: rgba(99, 102, 241, 0.22);
  background: #f8fafc;
}

.bf-blog-share-link i {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: #fff;
  background: var(--bf-dark, #111827);
}

.bf-blog-share-link span {
  font-size: 15px;
  font-weight: 800;
}

.bf-blog-related-list {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.bf-blog-related-item {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 10px;
  border: 1px solid rgba(15, 23, 42, 0.07);
  border-radius: 20px;
  color: var(--bf-text, #111827);
  background: #fff;
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.bf-blog-related-item:hover {
  transform: translateY(-2px);
  color: var(--bf-text, #111827);
  border-color: rgba(99, 102, 241, 0.22);
  background: #f8fafc;
}

.bf-blog-related-image {
  width: 74px;
  height: 66px;
  overflow: hidden;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: var(--bf-accent, #6366f1);
  background:
    radial-gradient(circle at 20% 10%, rgba(99, 102, 241, 0.16), transparent 32%),
    radial-gradient(circle at 90% 20%, rgba(236, 72, 153, 0.14), transparent 34%),
    #eef2ff;
}

.bf-blog-related-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bf-blog-related-item strong {
  display: block;
  color: var(--bf-text, #111827);
  font-size: 14px;
  line-height: 1.28;
  letter-spacing: -0.02em;
}

.bf-blog-related-item span {
  display: block;
  margin-top: 6px;
  color: var(--bf-muted, #64748b);
  font-size: 12px;
  line-height: 1.2;
}

@media (max-width: 991.98px) {
  .bf-blog-single-layout {
    grid-template-columns: 1fr;
  }

  .bf-blog-single-sidebar {
    position: static;
    grid-template-columns: 1fr 1fr;
  }

  .bf-blog-help-widget {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767.98px) {
  .bf-blog-single-sidebar {
    grid-template-columns: 1fr;
  }

  .bf-blog-help-widget {
    grid-column: auto;
  }

  .bf-blog-single-nav {
    grid-template-columns: 1fr;
  }

  .bf-blog-single-nav-next {
    text-align: left;
    align-items: flex-start;
  }

  .bf-blog-single-nav-push {
    grid-column: auto;
  }
}

@media (max-width: 575.98px) {
  .bf-blog-single-section {
    padding: 42px 0 82px;
  }

  .bf-blog-single-article {
    border-radius: 30px;
  }

  .bf-blog-single-head {
    padding: 24px 20px 20px;
  }

  .bf-blog-single-head h1 {
    font-size: 38px;
  }

  .bf-blog-single-image {
    margin: 0 12px;
    border-radius: 22px;
  }

  .bf-blog-single-content {
    padding: 26px 20px;
    font-size: 16px;
  }

  .bf-blog-single-nav {
    padding: 0 20px 26px;
  }

  .bf-blog-related-item {
    grid-template-columns: 68px minmax(0, 1fr);
  }

  .bf-blog-related-image {
    width: 68px;
    height: 62px;
  }
}

/* =========================================================
   31. Blog Category Hero
========================================================= */

.bf-blog-category-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 8vw, 122px) 0 clamp(54px, 7vw, 88px);
  background:
    radial-gradient(circle at 16% 12%, rgba(99, 102, 241, 0.14), transparent 34%),
    radial-gradient(circle at 88% 18%, rgba(236, 72, 153, 0.12), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, var(--bf-bg, #f8fafc) 100%);
}

.bf-blog-category-bg {
  position: absolute;
  pointer-events: none;
  border-radius: 999px;
  filter: blur(10px);
  opacity: 0.8;
}

.bf-blog-category-bg-one {
  width: 280px;
  height: 280px;
  left: -110px;
  top: 110px;
  background: rgba(99, 102, 241, 0.13);
}

.bf-blog-category-bg-two {
  width: 340px;
  height: 340px;
  right: -140px;
  bottom: -80px;
  background: rgba(236, 72, 153, 0.11);
}

.bf-blog-category-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 390px);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}

.bf-blog-category-content {
  max-width: 820px;
}

.bf-blog-category-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  color: var(--bf-accent, #6366f1);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.bf-blog-category-eyebrow span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--bf-accent, #6366f1), var(--bf-accent-2, #ec4899));
  box-shadow: 0 0 0 6px rgba(99, 102, 241, 0.1);
}

.bf-blog-category-content h1 {
  margin: 0;
  color: var(--bf-text, #111827);
  font-size: clamp(44px, 6vw, 82px);
  line-height: 0.96;
  letter-spacing: -0.07em;
  font-weight: 850;
}

.bf-blog-category-content p {
  max-width: 650px;
  margin: 24px 0 0;
  color: var(--bf-muted, #64748b);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.65;
  letter-spacing: -0.02em;
}

.bf-blog-category-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.bf-blog-category-back {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 18px;
  border-radius: 999px;
  color: var(--bf-text, #111827);
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  background: #fff;
  border: 1px solid var(--bf-border, rgba(15, 23, 42, 0.08));
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.bf-blog-category-back:hover {
  transform: translateY(-2px);
  color: var(--bf-text, #111827);
  border-color: rgba(99, 102, 241, 0.22);
}

.bf-blog-category-card {
  padding: 26px;
  border-radius: 34px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 28px 90px rgba(15, 23, 42, 0.11);
  backdrop-filter: blur(24px);
}

.bf-blog-category-card span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--bf-accent, #6366f1);
  font-size: 14px;
  font-weight: 800;
}

.bf-blog-category-card strong {
  display: block;
  color: var(--bf-text, #111827);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1;
  letter-spacing: -0.055em;
  font-weight: 850;
}

.bf-blog-category-card p {
  margin: 14px 0 0;
  color: var(--bf-muted, #64748b);
  font-size: 15px;
  line-height: 1.6;
}

@media (max-width: 991.98px) {
  .bf-blog-category-shell {
    grid-template-columns: 1fr;
  }

  .bf-blog-category-card {
    max-width: 560px;
  }
}

@media (max-width: 575.98px) {
  .bf-blog-category-hero {
    padding: 58px 0 46px;
  }

  .bf-blog-category-content h1 {
    font-size: 44px;
  }

  .bf-blog-category-content p {
    font-size: 16px;
  }

  .bf-blog-category-card {
    padding: 22px;
    border-radius: 28px;
  }
}

/* =========================================================
   32. Legal Pages
========================================================= */

.bf-legal-header {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 8vw, 122px) 0 clamp(54px, 7vw, 88px);
  background:
    radial-gradient(circle at 16% 12%, rgba(99, 102, 241, 0.14), transparent 34%),
    radial-gradient(circle at 88% 18%, rgba(236, 72, 153, 0.12), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, var(--bf-bg, #f8fafc) 100%);
}

.bf-legal-header-bg {
  position: absolute;
  pointer-events: none;
  border-radius: 999px;
  filter: blur(10px);
  opacity: 0.8;
}

.bf-legal-header-bg-one {
  width: 280px;
  height: 280px;
  left: -110px;
  top: 110px;
  background: rgba(99, 102, 241, 0.13);
}

.bf-legal-header-bg-two {
  width: 340px;
  height: 340px;
  right: -140px;
  bottom: -80px;
  background: rgba(236, 72, 153, 0.11);
}

.bf-legal-header-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 390px);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}

.bf-legal-header-content {
  max-width: 820px;
}

.bf-legal-header-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  color: var(--bf-accent, #6366f1);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.bf-legal-header-eyebrow span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--bf-accent, #6366f1), var(--bf-accent-2, #ec4899));
  box-shadow: 0 0 0 6px rgba(99, 102, 241, 0.1);
}

.bf-legal-header-content h1 {
  margin: 0;
  color: var(--bf-text, #111827);
  font-size: clamp(44px, 6vw, 82px);
  line-height: 0.96;
  letter-spacing: -0.07em;
  font-weight: 850;
}

.bf-legal-header-content p {
  max-width: 650px;
  margin: 24px 0 0;
  color: var(--bf-muted, #64748b);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.65;
  letter-spacing: -0.02em;
}

.bf-legal-header-card {
  padding: 26px;
  border-radius: 34px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 28px 90px rgba(15, 23, 42, 0.11);
  backdrop-filter: blur(24px);
}

.bf-legal-header-card span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--bf-accent, #6366f1);
  font-size: 14px;
  font-weight: 800;
}

.bf-legal-header-card strong {
  display: block;
  color: var(--bf-text, #111827);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1;
  letter-spacing: -0.055em;
  font-weight: 850;
}

.bf-legal-header-card p {
  margin: 14px 0 0;
  color: var(--bf-muted, #64748b);
  font-size: 15px;
  line-height: 1.6;
}

.bf-legal-content-section {
  padding: clamp(42px, 6vw, 80px) 0 clamp(82px, 9vw, 130px);
  background: var(--bf-bg, #f8fafc);
}

.bf-legal-content-shell {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: clamp(24px, 4vw, 42px);
  align-items: start;
}

.bf-legal-content-side {
  position: sticky;
  top: 96px;
  padding: 24px;
  border-radius: 30px;
  border: 1px solid var(--bf-border, rgba(15, 23, 42, 0.08));
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 22px 64px rgba(15, 23, 42, 0.07);
  backdrop-filter: blur(18px);
}

.bf-legal-content-side span {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--bf-accent, #6366f1);
  font-size: 13px;
  font-weight: 800;
}

.bf-legal-content-side h2 {
  margin: 0;
  color: var(--bf-text, #111827);
  font-size: 28px;
  line-height: 1.05;
  letter-spacing: -0.045em;
  font-weight: 850;
}

.bf-legal-content-side p {
  margin: 14px 0 0;
  color: var(--bf-muted, #64748b);
  font-size: 15px;
  line-height: 1.65;
}

.bf-legal-contact-link {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: 22px;
  padding: 0 18px;
  border-radius: 999px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  background: linear-gradient(135deg, var(--bf-accent, #6366f1), var(--bf-accent-2, #ec4899));
  box-shadow: 0 16px 36px rgba(99, 102, 241, 0.24);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.bf-legal-contact-link:hover {
  transform: translateY(-2px);
  color: #fff;
  box-shadow: 0 22px 48px rgba(99, 102, 241, 0.3);
}

.bf-legal-content-card {
  overflow: hidden;
  padding: clamp(26px, 4vw, 50px);
  border-radius: 36px;
  border: 1px solid var(--bf-border, rgba(15, 23, 42, 0.08));
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 28px 90px rgba(15, 23, 42, 0.08);
}

.bf-legal-content {
  color: var(--bf-text, #111827);
  font-size: 17px;
  line-height: 1.82;
}

.bf-legal-content > *:first-child {
  margin-top: 0;
}

.bf-legal-content > *:last-child {
  margin-bottom: 0;
}

.bf-legal-content p {
  margin: 0 0 20px;
  color: #334155;
}

.bf-legal-content h1,
.bf-legal-content h2,
.bf-legal-content h3,
.bf-legal-content h4 {
  margin: 34px 0 14px;
  color: var(--bf-text, #111827);
  line-height: 1.08;
  letter-spacing: -0.045em;
  font-weight: 850;
}

.bf-legal-content h1 {
  font-size: clamp(34px, 4vw, 52px);
}

.bf-legal-content h2 {
  font-size: clamp(28px, 3vw, 40px);
}

.bf-legal-content h3 {
  font-size: clamp(23px, 2.5vw, 30px);
}

.bf-legal-content h4 {
  font-size: 21px;
}

.bf-legal-content a {
  color: var(--bf-accent, #6366f1);
  font-weight: 800;
  text-decoration: none;
}

.bf-legal-content a:hover {
  text-decoration: underline;
}

.bf-legal-content ul,
.bf-legal-content ol {
  margin: 0 0 24px;
  padding-left: 22px;
  color: #334155;
}

.bf-legal-content li {
  margin-bottom: 9px;
}

.bf-legal-content blockquote {
  margin: 30px 0;
  padding: 22px 24px;
  border-left: 4px solid var(--bf-accent, #6366f1);
  border-radius: 22px;
  color: var(--bf-text, #111827);
  background: #f8fafc;
}

@media (max-width: 991.98px) {
  .bf-legal-header-shell,
  .bf-legal-content-shell {
    grid-template-columns: 1fr;
  }

  .bf-legal-header-card {
    max-width: 560px;
  }

  .bf-legal-content-side {
    position: static;
  }
}

@media (max-width: 575.98px) {
  .bf-legal-header {
    padding: 58px 0 46px;
  }

  .bf-legal-header-content h1 {
    font-size: 44px;
  }

  .bf-legal-header-content p {
    font-size: 16px;
  }

  .bf-legal-header-card,
  .bf-legal-content-card,
  .bf-legal-content-side {
    border-radius: 28px;
  }

  .bf-legal-content-card {
    padding: 24px 20px;
  }

  .bf-legal-content {
    font-size: 16px;
  }
}

/* =========================================================
   33. Brand Color Overrides
========================================================= */

/* Header logo bigger */

.bf-header.header-menu .bf-navbar-brand img {
  width: 54px !important;
  height: 54px !important;
}

.bf-header.header-menu .bf-navbar-brand span {
  font-size: 24px !important;
}

/* Footer logo bigger */

.bf-footer-logo img {
  width: 56px !important;
  height: 56px !important;
}

.bf-footer-logo span {
  font-size: 24px !important;
}

/* Main dark buttons */

.bf-btn--dark,
.bf-package-card__button,
.bf-instagram-package-card__button,
.bf-order-submit,
.bf-hero-selected,
.bf-order-step__number,
.bf-hero-configurator__label,
.bf-order-card__label,
.bf-order-summary__label,
.bf-checkout-summary__label,
.bf-checkout-summary-card__total em,
.bf-platform-card--soon .bf-platform-card__icon,
.bf-clean-growth-widget__badge,
.bf-feature-card__badge,
.bf-instagram-service-card__badge,
.bf-instagram-package-card__badge,
.bf-instagram-feature-card__badge,
.bf-blog-header-stats div,
.bf-contact-info-card,
.bf-contact-extra-number,
.bf-back-to-top,
.btn-back-to-top {
  background: #4F46E5 !important;
  border-color: #4F46E5 !important;
  color: #ffffff !important;
}

/* Hover for dark buttons */

.bf-btn--dark:hover,
.bf-package-card__button:hover,
.bf-instagram-package-card__button:hover,
.bf-order-submit:hover,
.bf-back-to-top:hover,
.btn-back-to-top:hover {
  background: #4338CA !important;
  border-color: #4338CA !important;
  color: #ffffff !important;
}

/* Hero selected panel with new violet instead of black */

.bf-hero-selected {
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 255, 255, 0.16), transparent 32%),
    radial-gradient(circle at 92% 0%, rgba(236, 72, 153, 0.18), transparent 32%),
    linear-gradient(135deg, #4F46E5 0%, #4338CA 55%, #3730A3 100%) !important;
  box-shadow: 0 18px 44px rgba(79, 70, 229, 0.24) !important;
}

/* Platform/service active buttons */

.bf-hero-platform--active,
.bf-hero-platform--active:hover,
.bf-hero-service--active,
.bf-hero-service--active:hover,
.bf-instagram-packages__tab--active,
.bf-instagram-packages__tab--active:hover {
  background: #4F46E5 !important;
  border-color: #4F46E5 !important;
  color: #ffffff !important;
  box-shadow: 0 14px 30px rgba(79, 70, 229, 0.22) !important;
}

.bf-hero-platform--active *,
.bf-hero-service--active * {
  color: #ffffff !important;
}

/* Header CTA also in the same violet */

.bf-header.header-menu .bf-navbar-menu .navbar-nav > .nav-item:last-child > .nav-link,
.bf-header.header-menu .bf-navbar-menu .navbar-nav > .nav-item:last-child > a.nav-link {
  background: #4F46E5 !important;
  border-color: #4F46E5 !important;
  box-shadow: 0 18px 44px rgba(79, 70, 229, 0.26) !important;
}

.bf-header.header-menu .bf-navbar-menu .navbar-nav > .nav-item:last-child > .nav-link:hover,
.bf-header.header-menu .bf-navbar-menu .navbar-nav > .nav-item:last-child > a.nav-link:hover {
  background: #4338CA !important;
  border-color: #4338CA !important;
  box-shadow: 0 22px 52px rgba(79, 70, 229, 0.32) !important;
}

/* Mobile logo balanced */

@media (max-width: 1199.98px) {
  .bf-header.header-menu .bf-navbar-brand img {
    width: 46px !important;
    height: 46px !important;
  }

  .bf-header.header-menu .bf-navbar-brand span {
    font-size: 19px !important;
  }
}

@media (max-width: 575.98px) {
  .bf-header.header-menu .bf-navbar-brand img {
    width: 42px !important;
    height: 42px !important;
  }

  .bf-header.header-menu .bf-navbar-brand span {
    font-size: 18px !important;
  }

  .bf-footer-logo img {
    width: 46px !important;
    height: 46px !important;
  }

  .bf-footer-logo span {
    font-size: 20px !important;
  }
}
/* =========================================================
   BuyFollowers Checkout Page — Clean Buzzoid-like layout
   Paste at the END of buyfollowers.css
========================================================= */

.bf-checkout-page {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  padding: 42px 0 86px;
  background:
    radial-gradient(circle at 18% 12%, rgba(79, 70, 229, 0.09), transparent 34%),
    radial-gradient(circle at 82% 8%, rgba(236, 72, 153, 0.13), transparent 35%),
    linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
  color: #111827;
}

.bf-checkout-page *,
.bf-checkout-page *::before,
.bf-checkout-page *::after {
  box-sizing: border-box;
}

.bf-checkout-page__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(79, 70, 229, 0.025), transparent 45%, rgba(236, 72, 153, 0.035)),
    repeating-linear-gradient(
      90deg,
      rgba(15, 23, 42, 0.012) 0,
      rgba(15, 23, 42, 0.012) 1px,
      transparent 1px,
      transparent 92px
    );
  mask-image: linear-gradient(to bottom, black 0%, transparent 92%);
}

.bf-checkout-page .container {
  position: relative;
  z-index: 1;
}

/* Steps */

.bf-checkout-steps {
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 0 auto 34px;
  padding: 10px 18px;
  border: 1px solid rgba(203, 213, 225, 0.86);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.07);
  backdrop-filter: blur(14px);
}

.bf-checkout-step {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #94a3b8;
  font-size: 13px;
  font-weight: 900;
}

.bf-checkout-step span {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: #eef2ff;
  color: #7c3aed;
  font-size: 12px;
  font-weight: 950;
}

.bf-checkout-step strong {
  color: inherit;
  font-weight: 950;
}

.bf-checkout-step--active span {
  background: linear-gradient(135deg, #4f46e5, #ec4899);
  color: #ffffff;
  box-shadow: 0 10px 22px rgba(124, 58, 237, 0.22);
}

.bf-checkout-step--active strong {
  color: #111827;
}

.bf-checkout-step__divider {
  color: #cbd5e1;
  font-size: 13px;
}

/* Layout */

.bf-checkout-details {
  background: transparent !important;
}

.bf-checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 560px) minmax(300px, 410px);
  align-items: start;
  justify-content: center;
  gap: 34px;
  max-width: 1060px;
  margin: 0 auto;
}

/* Main card */

.bf-checkout-main-card {
  width: 100%;
  padding: 34px;
  border: 1px solid rgba(203, 213, 225, 0.92);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow:
    0 26px 70px rgba(15, 23, 42, 0.10),
    0 1px 0 rgba(255, 255, 255, 0.95) inset;
  backdrop-filter: blur(16px);
}

.bf-checkout-main-card__header {
  display: grid;
  justify-items: center;
  gap: 14px;
  margin-bottom: 30px;
  text-align: center;
}

.bf-checkout-main-card__header h1 {
  margin: 0;
  color: #111827;
  font-size: 42px;
  line-height: 0.95;
  font-weight: 950;
  letter-spacing: -0.065em;
}

.bf-checkout-live {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 36px;
  padding: 0 16px;
  border: 1px solid rgba(34, 197, 94, 0.18);
  border-radius: 999px;
  background: rgba(220, 252, 231, 0.88);
  color: #111827;
  box-shadow: 0 10px 22px rgba(34, 197, 94, 0.08);
}

.bf-checkout-live span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #22c55e;
  box-shadow: 0 0 0 6px rgba(34, 197, 94, 0.13);
  animation: bf-checkout-live-pulse 1.8s ease-in-out infinite;
}

.bf-checkout-live strong {
  color: #111827;
  font-size: 14px;
  font-weight: 950;
}

.bf-checkout-live p {
  margin: 0;
  color: #334155;
  font-size: 13px;
  font-weight: 850;
}

/* Form */

.bf-checkout-form {
  display: grid;
  gap: 14px;
}

.bf-checkout-field {
  position: relative;
}

.bf-checkout-input {
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: center;
  min-height: 62px;
  border: 1px solid #d7deea;
  border-radius: 14px;
  background: #ffffff;
  box-shadow:
    0 8px 18px rgba(15, 23, 42, 0.035),
    0 1px 0 rgba(255, 255, 255, 0.95) inset;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease;
}

.bf-checkout-input:focus-within {
  border-color: rgba(124, 58, 237, 0.55);
  box-shadow:
    0 0 0 4px rgba(124, 58, 237, 0.09),
    0 10px 24px rgba(15, 23, 42, 0.055);
}

.bf-checkout-input__icon {
  display: grid;
  place-items: center;
  color: #ec4899;
  font-size: 18px;
}

.bf-checkout-input__body {
  min-width: 0;
  padding: 8px 14px 8px 0;
}

.bf-checkout-input__body label {
  display: block;
  margin: 0 0 5px;
  color: #64748b;
  font-size: 12px;
  line-height: 1;
  font-weight: 850;
}

.bf-checkout-input .form-control {
  width: 100%;
  height: 28px;
  padding: 0;
  border: 0 !important;
  background: transparent !important;
  color: #111827;
  outline: none !important;
  box-shadow: none !important;
  font-size: 15px;
  line-height: 1;
  font-weight: 850;
}

.bf-checkout-input .form-control::placeholder {
  color: #94a3b8;
  opacity: 1;
}

/* Package */

.bf-checkout-package-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 6px 0 10px;
}

.bf-checkout-package-head span {
  color: #111827;
  font-size: 13px;
  font-weight: 950;
}

.bf-checkout-change-package {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 32px;
  padding: 0 13px;
  border: 1px solid rgba(124, 58, 237, 0.16);
  border-radius: 999px;
  background: rgba(124, 58, 237, 0.08);
  color: #4f46e5;
  font-size: 12px;
  font-weight: 950;
  cursor: pointer;
}

.bf-checkout-change-package i {
  color: #4f46e5;
}

.bf-checkout-custom-select {
  position: relative;
}

.bf-checkout-custom-select__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: 100%;
  min-height: 58px;
  padding: 0 18px;
  border: 1px solid #d7deea;
  border-radius: 14px;
  background: #ffffff;
  color: #111827;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.035);
}

.bf-checkout-custom-select__button span {
  min-width: 0;
  color: #111827;
  font-size: 15px;
  font-weight: 950;
}

.bf-checkout-custom-select__button strong {
  margin-left: auto;
  color: #4f46e5;
  font-size: 15px;
  font-weight: 950;
  white-space: nowrap;
}

.bf-checkout-custom-select__button i {
  color: #64748b;
  font-size: 15px;
  transition: transform 160ms ease;
}

.bf-checkout-custom-select.is-open .bf-checkout-custom-select__button i {
  transform: rotate(180deg);
}

.bf-checkout-custom-select__menu {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 8px);
  z-index: 50;
  max-height: 270px;
  overflow: auto;
  padding: 8px;
  border: 1px solid rgba(203, 213, 225, 0.94);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 24px 58px rgba(15, 23, 42, 0.16);
  backdrop-filter: blur(16px);
}

.bf-checkout-custom-select__option {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 48px;
  padding: 0 12px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: #111827;
  cursor: pointer;
  text-align: left;
}

.bf-checkout-custom-select__option:hover {
  background: #f8fafc;
}

.bf-checkout-custom-select__option.is-selected {
  background: linear-gradient(90deg, rgba(79, 70, 229, 0.10), rgba(236, 72, 153, 0.10));
}

.bf-checkout-custom-select__option span {
  color: #111827;
  font-size: 14px;
  font-weight: 900;
}

.bf-checkout-custom-select__option strong {
  margin-left: auto;
  color: #4f46e5;
  font-size: 14px;
  font-weight: 950;
  white-space: nowrap;
}

.bf-checkout-custom-select__option i {
  display: none;
  color: #22c55e;
}

.bf-checkout-custom-select__option.is-selected i {
  display: inline-flex;
}

.bf-checkout-custom-select__empty {
  padding: 14px;
  color: #64748b;
  font-size: 13px;
  font-weight: 850;
}

/* Captcha */

.bf-checkout-captcha {
  margin-top: 2px;
  overflow: hidden;
}

.bf-checkout-captcha iframe {
  max-width: 100%;
}

/* Continue */

.bf-checkout-continue {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  min-height: 56px;
  margin-top: 4px;
  border: 0;
  border-radius: 13px;
  background: linear-gradient(90deg, #4f46e5 0%, #7c3aed 48%, #ec4899 100%);
  color: #ffffff;
  box-shadow:
    0 18px 38px rgba(124, 58, 237, 0.24),
    0 1px 0 rgba(255, 255, 255, 0.25) inset;
  font-size: 14px;
  line-height: 1;
  font-weight: 950;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    transform 170ms ease,
    box-shadow 170ms ease,
    filter 170ms ease;
}

.bf-checkout-continue:hover {
  transform: translateY(-2px);
  filter: saturate(1.08);
  box-shadow:
    0 24px 52px rgba(124, 58, 237, 0.32),
    0 1px 0 rgba(255, 255, 255, 0.25) inset;
}

.bf-checkout-continue strong,
.bf-checkout-continue i {
  color: #ffffff;
}

.bf-checkout-safe {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: 2px;
  color: #64748b;
  font-size: 13px;
  font-weight: 850;
  text-align: center;
}

.bf-checkout-safe i {
  color: #22c55e;
}

/* Trust */

.bf-checkout-trust {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: fit-content;
  max-width: 100%;
  margin: 22px auto 0;
  padding: 10px 16px;
  border: 1px solid rgba(203, 213, 225, 0.82);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.04);
}

.bf-checkout-trust img {
  display: block;
  width: 122px !important;
  max-width: 122px !important;
  height: auto !important;
  object-fit: contain;
}

.bf-checkout-trust strong {
  color: #111827;
  font-size: 14px;
  font-weight: 950;
}

.bf-checkout-trust span {
  color: #64748b;
  font-size: 13px;
  font-weight: 850;
  white-space: nowrap;
}

/* Side summary */

.bf-checkout-side {
  position: sticky;
  top: 105px;
  display: grid;
  gap: 16px;
}

.bf-checkout-summary-card,
.bf-checkout-benefits {
  border: 1px solid rgba(203, 213, 225, 0.9);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow:
    0 22px 60px rgba(15, 23, 42, 0.09),
    0 1px 0 rgba(255, 255, 255, 0.95) inset;
  backdrop-filter: blur(16px);
}

.bf-checkout-summary-card {
  padding: 24px;
}

.bf-checkout-summary-card__platform {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 22px;
}

.bf-checkout-summary-card__platform div {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #64748b;
  font-size: 13px;
  font-weight: 950;
}

.bf-checkout-summary-card__platform i {
  color: #ec4899;
}

.bf-checkout-summary-card__platform strong {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(34, 197, 94, 0.10);
  color: #16a34a;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.bf-checkout-summary-card__service h3 {
  margin: 0;
  color: #111827;
  font-size: 26px;
  line-height: 1.05;
  font-weight: 950;
  letter-spacing: -0.065em;
}

.bf-checkout-summary-card__service p {
  margin: 7px 0 0;
  color: #64748b;
  font-size: 14px;
  font-weight: 850;
}

.bf-checkout-summary-card__rows {
  display: grid;
  gap: 14px;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(203, 213, 225, 0.75);
}

.bf-checkout-summary-card__rows > div,
.bf-checkout-summary-card__total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.bf-checkout-summary-card__rows span,
.bf-checkout-summary-card__total span {
  color: #64748b;
  font-size: 13px;
  font-weight: 850;
}

.bf-checkout-summary-card__rows strong {
  color: #111827;
  font-size: 13px;
  font-weight: 950;
  text-align: right;
}

.bf-checkout-summary-card__discount strong {
  color: #16a34a;
}

.bf-checkout-summary-card__total {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(203, 213, 225, 0.75);
}

.bf-checkout-summary-card__total div {
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.bf-checkout-summary-card__total em {
  display: inline-flex;
  align-items: center;
  min-height: 19px;
  padding: 0 5px;
  border-radius: 4px;
  background: #4f46e5;
  color: #ffffff;
  font-size: 10px;
  font-weight: 950;
  font-style: normal;
}

.bf-checkout-summary-card__total strong {
  color: #111827;
  font-size: 29px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.06em;
}

.bf-checkout-benefits {
  display: grid;
  gap: 12px;
  padding: 18px;
}

.bf-checkout-benefits div {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #64748b;
  font-size: 13px;
  font-weight: 850;
}

.bf-checkout-benefits i {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 11px;
  background: rgba(79, 70, 229, 0.09);
  color: #4f46e5;
}

/* Validation */

.bf-checkout-page .invalid-feedback,
.bf-checkout-details .invalid-feedback {
  margin-top: 7px;
  color: #dc2626;
  font-size: 12px;
  font-weight: 850;
}

.ajax-alert-message,
.ajax-apply-counpon-alert-message {
  font-size: 13px;
  font-weight: 850;
}

/* =========================================================
   Payment step page too
========================================================= */

.bf-checkout-page__head {
  max-width: 680px;
  margin: 0 auto 34px;
  text-align: center;
}

.bf-checkout-page__eyebrow,
.bf-checkout-panel__label {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(124, 58, 237, 0.10);
  color: #4f46e5;
  font-size: 11px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bf-checkout-page__title {
  margin: 16px 0 0;
  color: #111827;
  font-size: clamp(38px, 5vw, 62px);
  line-height: 0.96;
  font-weight: 950;
  letter-spacing: -0.075em;
}

.bf-checkout-page__text {
  max-width: 560px;
  margin: 18px auto 0;
  color: #64748b;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 750;
}

.bf-checkout-payment-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 28px;
  align-items: start;
  max-width: 1080px;
  margin: 0 auto;
}

.bf-checkout-payment-main {
  display: grid;
  gap: 22px;
}

.bf-checkout-panel {
  padding: 24px;
  border: 1px solid rgba(203, 213, 225, 0.9);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.09);
}

.bf-checkout-panel--sticky {
  position: sticky;
  top: 105px;
}

.bf-checkout-panel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
}

.bf-checkout-panel__head h2 {
  margin: 8px 0 0;
  color: #111827;
  font-size: 25px;
  line-height: 1.05;
  font-weight: 950;
  letter-spacing: -0.055em;
}

.bf-checkout-panel__icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 15px;
  background: linear-gradient(135deg, #4f46e5, #ec4899);
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(124, 58, 237, 0.20);
}

.bf-checkout-panel__icon i {
  color: #ffffff;
  font-size: 19px;
}

.bf-checkout-order-card {
  overflow: hidden;
  border: 1px solid rgba(203, 213, 225, 0.84);
  border-radius: 18px;
  background: #ffffff;
}

.bf-checkout-order-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px;
  background: linear-gradient(90deg, rgba(79, 70, 229, 0.06), rgba(236, 72, 153, 0.06));
}

.bf-checkout-order-card__top span {
  display: block;
  color: #64748b;
  font-size: 12px;
  font-weight: 850;
}

.bf-checkout-order-card__top strong {
  display: block;
  margin-top: 5px;
  color: #111827;
  font-size: 17px;
  font-weight: 950;
}

.bf-checkout-order-card__price {
  color: #4f46e5;
  font-size: 22px;
  font-weight: 950;
  white-space: nowrap;
}

.bf-checkout-order-rows {
  display: grid;
  gap: 12px;
  padding: 18px;
}

.bf-checkout-order-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.bf-checkout-order-row span {
  color: #64748b;
  font-size: 13px;
  font-weight: 850;
}

.bf-checkout-order-row strong {
  color: #111827;
  font-size: 13px;
  font-weight: 900;
  text-align: right;
  word-break: break-word;
}

.bf-checkout-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.bf-checkout-field--full {
  grid-column: 1 / -1;
}

.bf-checkout-field > label,
.bf-coupon-box label,
.bf-payment-options legend {
  display: block;
  margin-bottom: 9px;
  color: #111827;
  font-size: 13px;
  font-weight: 950;
}

.bf-checkout-field > label span {
  color: #ec4899;
}

.bf-checkout-field > .form-control,
.bf-coupon-box__row .form-control {
  width: 100%;
  height: 54px;
  padding: 0 16px;
  border: 1px solid #d7deea !important;
  border-radius: 14px;
  background: #ffffff !important;
  color: #111827;
  box-shadow: none !important;
  font-size: 15px;
  font-weight: 850;
}

.bf-checkout-email-field {
  display: flex;
  gap: 10px;
}

.bf-checkout-email-field .form-control {
  flex: 1;
}

.bf-checkout-edit-email,
.bf-coupon-box__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  height: 54px;
  border: 0;
  border-radius: 14px;
  background: #111827;
  color: #ffffff;
  font-size: 14px;
  font-weight: 950;
  cursor: pointer;
}

.bf-checkout-checkbox {
  display: flex !important;
  align-items: center;
  gap: 10px;
  margin: 0 !important;
  padding: 13px 15px;
  border: 1px solid rgba(203, 213, 225, 0.84);
  border-radius: 14px;
  background: #ffffff;
}

.bf-checkout-checkbox span {
  color: #334155;
  font-size: 14px;
  font-weight: 850;
}

/* Payment methods */

.bf-payment-options {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  border: 0;
}

.bf-payment-option {
  position: relative;
}

.bf-payment-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.bf-payment-option__label {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 56px;
  padding: 10px 14px;
  border: 1px solid rgba(203, 213, 225, 0.9);
  border-radius: 14px;
  background: #ffffff;
  cursor: pointer;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease;
}

.bf-payment-option.selected .bf-payment-option__label,
.bf-payment-option input:checked + .bf-payment-option__label {
  border-color: rgba(79, 70, 229, 0.44);
  box-shadow: 0 0 0 4px rgba(79, 70, 229, 0.08);
}

.bf-payment-option__logo {
  display: grid;
  place-items: center;
  width: 42px;
  height: 32px;
  border-radius: 10px;
  background: #f8fafc;
}

.bf-payment-option__logo img {
  max-width: 32px;
  max-height: 22px;
  object-fit: contain;
}

.bf-payment-option__name {
  color: #111827;
  font-size: 14px;
  font-weight: 950;
}

.bf-payment-option__check {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  margin-left: auto;
  border-radius: 50%;
  background: #eef2ff;
  color: #4f46e5;
}

.bf-coupon-box {
  margin-top: 20px;
}

.bf-coupon-box__row {
  display: flex;
  gap: 10px;
}

.bf-coupon-box__button {
  min-width: 92px;
  background: linear-gradient(90deg, #4f46e5, #ec4899);
}

.bf-checkout-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 22px;
  padding: 18px 0 0;
  border-top: 1px solid rgba(203, 213, 225, 0.74);
}

.bf-checkout-total span {
  color: #64748b;
  font-size: 14px;
  font-weight: 900;
}

.bf-checkout-total strong {
  color: #111827;
  font-size: 30px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.055em;
}

.bf-checkout-pay-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 56px;
  margin-top: 18px;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(90deg, #4f46e5, #7c3aed, #ec4899);
  color: #ffffff;
  box-shadow: 0 18px 38px rgba(124, 58, 237, 0.24);
  font-size: 14px;
  font-weight: 950;
  text-transform: uppercase;
  cursor: pointer;
}

.bf-checkout-note {
  display: flex;
  gap: 10px;
  margin-top: 16px;
  padding: 14px;
  border-radius: 14px;
  background: rgba(79, 70, 229, 0.07);
  color: #475569;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 800;
}

/* Common img fix */

.bf-checkout-page img,
.bf-checkout-details img {
  max-width: 100%;
  height: auto;
}

/* Animations */

@keyframes bf-checkout-live-pulse {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 5px rgba(34, 197, 94, 0.13);
  }

  50% {
    transform: scale(0.84);
    box-shadow: 0 0 0 8px rgba(34, 197, 94, 0.08);
  }
}

/* Responsive */

@media (max-width: 991px) {
  .bf-checkout-layout,
  .bf-checkout-payment-grid {
    grid-template-columns: 1fr;
    max-width: 620px;
  }

  .bf-checkout-side,
  .bf-checkout-panel--sticky {
    position: static;
  }
}

@media (max-width: 767px) {
  .bf-checkout-page {
    padding: 28px 0 58px;
  }

  .bf-checkout-steps {
    margin-bottom: 24px;
    padding: 8px 12px;
  }

  .bf-checkout-step {
    font-size: 12px;
  }

  .bf-checkout-layout {
    gap: 18px;
  }

  .bf-checkout-main-card {
    padding: 22px;
    border-radius: 22px;
  }

  .bf-checkout-main-card__header h1 {
    font-size: 36px;
  }

  .bf-checkout-input {
    grid-template-columns: 42px 1fr;
    min-height: 62px;
    border-radius: 14px;
  }

  .bf-checkout-input .form-control {
    font-size: 14px;
  }

  .bf-checkout-custom-select__button {
    min-height: 56px;
  }

  .bf-checkout-custom-select__button span,
  .bf-checkout-custom-select__button strong {
    font-size: 14px;
  }

  .bf-checkout-continue {
    min-height: 54px;
  }

  .bf-checkout-trust {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 8px;
    text-align: center;
  }

  .bf-checkout-trust img {
    width: 108px !important;
    max-width: 108px !important;
  }

  .bf-checkout-trust span {
    white-space: normal;
  }

  .bf-checkout-summary-card {
    padding: 22px;
    border-radius: 22px;
  }

  .bf-checkout-summary-card__service h3 {
    font-size: 24px;
  }

  .bf-checkout-form-grid {
    grid-template-columns: 1fr;
  }

  .bf-checkout-page__title {
    font-size: 38px;
  }

  .bf-checkout-page__text {
    font-size: 14px;
  }

  .bf-coupon-box__row {
    display: grid;
  }

  .bf-coupon-box__button {
    width: 100%;
  }
}

@media (max-width: 390px) {
  .bf-checkout-main-card,
  .bf-checkout-summary-card,
  .bf-checkout-benefits,
  .bf-checkout-panel {
    padding: 18px;
  }

  .bf-checkout-step strong {
    display: none;
  }

  .bf-checkout-main-card__header h1 {
    font-size: 34px;
  }
}
/* Checkout header without live users badge */
.bf-checkout-main-card__header {
  margin-bottom: 28px;
}

.bf-checkout-main-card__header h1 {
  margin-bottom: 0;
}