.bd-facebook-offer {
  --bdfo-navy: #0b3154;
  --bdfo-blue: #0d5f91;
  --bdfo-cyan: #00a8d6;
  --bdfo-yellow: #ffc52f;
  --bdfo-orange: #ff7a32;
  --bdfo-pink: #ef2f87;
  --bdfo-ink: #14202b;
  --bdfo-muted: #5b6874;
  --bdfo-soft: #f4f7f9;
  --bdfo-line: #dce4e9;
  --bdfo-white: #ffffff;
  --bdfo-shadow: 0 22px 60px rgba(11, 49, 84, 0.13);
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0;
  overflow: clip;
  color: var(--bdfo-ink);
  background: var(--bdfo-white);
  font-family: inherit;
  font-size: 18px;
  line-height: 1.65;
}

.bd-facebookfreelancere-page .page-heading,
.bd-facebookfreelancere-page .heading-text,
.bd-facebookfreelancere-page .page-title-wrap {
  display: none;
}

.bd-facebookfreelancere-page .inner-page-wrap,
.bd-facebookfreelancere-page #main-container,
.bd-facebookfreelancere-page .content-wrap {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.bd-facebookfreelancere-page #main-container > .container,
.bd-facebookfreelancere-page #main-container .inner-page-wrap,
.bd-facebookfreelancere-page #main-container .page-content {
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

body.bd-facebookfreelancere-page {
  overflow-x: clip;
}

.bd-facebook-offer *,
.bd-facebook-offer *::before,
.bd-facebook-offer *::after {
  box-sizing: border-box;
}

.bd-facebook-offer h1,
.bd-facebook-offer h2,
.bd-facebook-offer h3,
.bd-facebook-offer p,
.bd-facebook-offer ul,
.bd-facebook-offer ol {
  margin-top: 0;
}

.bd-facebook-offer h1,
.bd-facebook-offer h2,
.bd-facebook-offer h3 {
  color: inherit;
  font-family: inherit;
  font-style: normal;
  letter-spacing: -0.025em;
  text-transform: none;
}

.bd-facebook-offer h1 {
  max-width: 980px;
  margin-bottom: 24px;
  font-size: clamp(2.45rem, 4.5vw, 4.5rem);
  font-weight: 750;
  line-height: 1.02;
}

.bd-facebook-offer h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 730;
  line-height: 1.08;
}

.bd-facebook-offer h3 {
  margin-bottom: 12px;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  font-weight: 700;
  line-height: 1.25;
}

.bd-facebook-offer p {
  margin-bottom: 20px;
}

.bd-facebook-offer a {
  color: var(--bdfo-blue);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

.bd-facebook-offer a:focus-visible,
.bd-facebook-offer summary:focus-visible {
  outline: 3px solid var(--bdfo-pink);
  outline-offset: 4px;
}

.bdfo-shell {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.bdfo-section {
  position: relative;
  padding: clamp(76px, 10vw, 132px) 0;
}

.bdfo-heading {
  max-width: 780px;
  margin-bottom: clamp(36px, 6vw, 64px);
}

.bdfo-heading > p:last-child {
  max-width: 690px;
  margin-bottom: 0;
  color: var(--bdfo-muted);
  font-size: clamp(1rem, 1.4vw, 1.15rem);
}

.bdfo-heading--light,
.bdfo-heading--light h2 {
  color: var(--bdfo-white);
}

.bdfo-heading--light > p:last-child {
  color: rgba(255, 255, 255, 0.72);
}

.bdfo-heading--light a {
  color: var(--bdfo-yellow);
}

.bdfo-eyebrow,
.bdfo-kicker {
  margin-bottom: 16px;
  color: var(--bdfo-blue);
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bdfo-section--dark .bdfo-kicker,
.bdfo-section--process .bdfo-kicker,
.bdfo-contact .bdfo-kicker {
  color: var(--bdfo-yellow);
}

.bdfo-hero {
  position: relative;
  min-height: min(860px, 92vh);
  display: grid;
  align-items: center;
  isolation: isolate;
  background: var(--bdfo-navy);
  color: var(--bdfo-white);
}

.bdfo-hero::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 33, 59, 0.96) 0%, rgba(7, 33, 59, 0.82) 48%, rgba(7, 33, 59, 0.12) 100%),
    linear-gradient(180deg, rgba(7, 33, 59, 0.04), rgba(7, 33, 59, 0.55));
}

.bdfo-hero::after {
  content: "";
  position: absolute;
  z-index: 2;
  right: -90px;
  bottom: -130px;
  width: 360px;
  height: 360px;
  border: 55px solid rgba(255, 197, 47, 0.8);
  border-radius: 50%;
}

.bdfo-hero__media {
  position: absolute;
  inset: 0;
  background-image: url("assets/facebook-freelancere/hero.webp");
  background-position: center 44%;
  background-size: cover;
}

.bdfo-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 300px);
  gap: clamp(44px, 8vw, 100px);
  align-items: end;
  padding: 132px 0 110px;
}

.bdfo-hero__copy {
  max-width: 850px;
}

.bdfo-hero .bdfo-eyebrow {
  color: var(--bdfo-yellow);
}

.bdfo-lead {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  line-height: 1.55;
}

.bdfo-hero__fact {
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 22px;
  background: rgba(7, 33, 59, 0.72);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
}

.bdfo-hero__fact strong,
.bdfo-hero__fact span {
  display: block;
}

.bdfo-hero__fact strong {
  color: var(--bdfo-white);
  font-size: 1.65rem;
  line-height: 1.15;
}

.bdfo-hero__fact span {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
}

.bdfo-hero__fact hr {
  margin: 22px 0;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.bdfo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 32px;
}

.bdfo-button,
.bd-facebook-offer a.bdfo-button {
  display: inline-flex;
  width: auto;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 13px 21px;
  border: 2px solid transparent;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.bdfo-button:hover {
  transform: translateY(-2px);
}

.bdfo-button--primary,
.bd-facebook-offer a.bdfo-button--primary {
  color: var(--bdfo-navy);
  background: var(--bdfo-yellow);
  box-shadow: 0 12px 28px rgba(255, 197, 47, 0.23);
}

.bdfo-button--primary:hover {
  color: var(--bdfo-navy);
  background: #ffd45d;
}

.bdfo-button--secondary,
.bd-facebook-offer a.bdfo-button--secondary,
.bdfo-button--secondary-light,
.bd-facebook-offer a.bdfo-button--secondary-light {
  border-color: rgba(255, 255, 255, 0.65);
  color: var(--bdfo-white);
  background: rgba(255, 255, 255, 0.06);
}

.bdfo-button--secondary:hover,
.bdfo-button--secondary-light:hover {
  border-color: var(--bdfo-white);
  color: var(--bdfo-white);
  background: rgba(255, 255, 255, 0.13);
}

.bdfo-note {
  max-width: 720px;
  margin-top: 22px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.96rem;
}

.bdfo-section--intro {
  background:
    radial-gradient(circle at 95% 10%, rgba(0, 168, 214, 0.1), transparent 32%),
    var(--bdfo-white);
}

.bdfo-option-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.bdfo-option {
  position: relative;
  overflow: hidden;
  min-height: 285px;
  padding: 30px;
  border: 1px solid var(--bdfo-line);
  border-radius: 20px;
  background: var(--bdfo-white);
  box-shadow: 0 12px 36px rgba(20, 32, 43, 0.06);
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.bdfo-option:hover {
  transform: translateY(-5px);
  box-shadow: var(--bdfo-shadow);
}

.bdfo-option::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 6px;
  background: var(--bdfo-cyan);
}

.bdfo-option--yellow::before { background: var(--bdfo-yellow); }
.bdfo-option--pink::before { background: var(--bdfo-pink); }

.bdfo-option__number {
  display: block;
  margin-bottom: 46px;
  color: var(--bdfo-cyan);
  font-size: 17px;
  font-weight: 850;
  letter-spacing: 0.15em;
}

.bdfo-option--yellow .bdfo-option__number { color: #946900; }
.bdfo-option--pink .bdfo-option__number { color: #b41563; }

.bdfo-option p {
  margin-bottom: 0;
  color: var(--bdfo-muted);
}

.bdfo-section--dark {
  background:
    radial-gradient(circle at 10% 15%, rgba(0, 168, 214, 0.16), transparent 28%),
    radial-gradient(circle at 90% 85%, rgba(239, 47, 135, 0.14), transparent 30%),
    var(--bdfo-navy);
}

.bdfo-price-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.bdfo-price-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: clamp(28px, 3vw, 40px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 22px;
  color: var(--bdfo-white);
  background: rgba(255, 255, 255, 0.075);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.13);
  backdrop-filter: blur(8px);
  transition: transform 200ms ease, border-color 200ms ease;
}

.bdfo-price-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 255, 255, 0.48);
}

.bdfo-price-card--featured {
  border: 2px solid var(--bdfo-yellow);
  background: rgba(255, 255, 255, 0.12);
}

.bdfo-price-card__label {
  margin-bottom: 14px;
  color: var(--bdfo-yellow);
  font-size: 18px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bdfo-price-card h3 {
  min-height: 2.5em;
  color: var(--bdfo-white);
}

.bdfo-price {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 1rem;
}

.bdfo-price strong {
  display: block;
  color: var(--bdfo-white);
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  line-height: 1.1;
}

.bdfo-price-vat {
  margin: 7px 0 26px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.96rem;
}

.bdfo-price-card ul {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

.bdfo-price-card li {
  position: relative;
  padding: 10px 0 10px 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.05rem;
}

.bdfo-price-card li::before {
  content: "";
  position: absolute;
  top: 19px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--bdfo-cyan);
}

.bdfo-price-card--featured li::before { background: var(--bdfo-yellow); }

.bdfo-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: auto;
}

.bdfo-button--card,
.bd-facebook-offer a.bdfo-button--card {
  align-self: flex-start;
  margin-top: 0;
  color: var(--bdfo-navy);
  background: var(--bdfo-white);
}

.bdfo-button--card:hover {
  color: var(--bdfo-navy);
  background: var(--bdfo-yellow);
}

.bdfo-button--card-secondary,
.bd-facebook-offer a.bdfo-button--card-secondary {
  color: var(--bdfo-white);
  border-color: rgba(255, 255, 255, 0.65);
  background: transparent;
}

.bdfo-button--card-secondary:hover,
.bd-facebook-offer a.bdfo-button--card-secondary:hover {
  color: var(--bdfo-navy);
  border-color: var(--bdfo-yellow);
  background: var(--bdfo-yellow);
}

.bdfo-section--split {
  padding: 0;
  background: var(--bdfo-soft);
}

.bdfo-split {
  width: 100%;
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.bdfo-split--reverse .bdfo-split__image { order: 2; }
.bdfo-split--reverse .bdfo-split__content { order: 1; }

.bdfo-split__image {
  min-height: 650px;
  background-position: center;
  background-size: cover;
}

.bdfo-split__image--audience { background-image: url("assets/facebook-freelancere/audience.webp"); }
.bdfo-split__image--evaluation { background-image: url("assets/facebook-freelancere/evaluation.webp"); }

.bdfo-split__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(60px, 8vw, 120px);
}

.bdfo-split__content > p:not(.bdfo-kicker),
.bdfo-responsibility-grid p {
  color: var(--bdfo-muted);
}

.bdfo-responsibility-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
  margin-top: 26px;
}

.bdfo-responsibility-grid > div {
  padding: 24px;
  border: 1px solid var(--bdfo-line);
  border-radius: 16px;
  background: var(--bdfo-white);
}

.bdfo-responsibility-grid ul {
  margin: 0;
  padding-left: 20px;
  color: var(--bdfo-muted);
}

.bdfo-responsibility-grid li + li { margin-top: 8px; }

.bdfo-addon-list {
  overflow: hidden;
  border: 1px solid var(--bdfo-line);
  border-radius: 20px;
  background: var(--bdfo-white);
  box-shadow: 0 14px 40px rgba(20, 32, 43, 0.07);
}

.bdfo-addon {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 19px 24px;
  border-bottom: 1px solid var(--bdfo-line);
}

.bdfo-addon:last-child { border-bottom: 0; }
.bdfo-addon:nth-child(even) { background: #f8fafb; }
.bdfo-addon strong { color: var(--bdfo-navy); white-space: nowrap; }
.bdfo-addon--conditional { border-left: 6px solid var(--bdfo-orange); }

.bdfo-legal-note {
  margin: 28px 0 0;
  padding: 20px 22px;
  border-left: 5px solid var(--bdfo-cyan);
  color: var(--bdfo-muted);
  background: #eff9fc;
  font-size: 1.04rem;
}

.bdfo-section--example {
  color: var(--bdfo-white);
  background: linear-gradient(120deg, var(--bdfo-blue), var(--bdfo-cyan));
}

.bdfo-example {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
  gap: clamp(40px, 8vw, 90px);
  align-items: center;
}

.bdfo-example h2 { color: var(--bdfo-white); }
.bdfo-example .bdfo-kicker { color: var(--bdfo-yellow); }
.bdfo-example__copy > p:last-child { color: rgba(255, 255, 255, 0.78); }

.bdfo-example__math {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 46px rgba(11, 49, 84, 0.2);
  backdrop-filter: blur(8px);
}

.bdfo-example__math > div {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 18px 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.bdfo-example__math > div:last-child { border-bottom: 0; }
.bdfo-example__total { color: var(--bdfo-navy); background: var(--bdfo-yellow); }
.bdfo-example__vat { color: var(--bdfo-navy); background: var(--bdfo-white); }

.bdfo-section--process {
  isolation: isolate;
  color: var(--bdfo-white);
  background: var(--bdfo-navy);
}

.bdfo-section--process::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 33, 59, 0.97), rgba(7, 33, 59, 0.88));
}

.bdfo-process__media {
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image: url("assets/facebook-freelancere/process.webp");
  background-position: center;
  background-size: cover;
}

.bdfo-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.22);
  list-style: none;
}

.bdfo-steps li {
  min-height: 220px;
  padding: 30px;
  color: var(--bdfo-white);
  background: rgba(11, 49, 84, 0.82);
}

.bdfo-steps li > span {
  display: block;
  margin-bottom: 40px;
  color: var(--bdfo-yellow);
  font-size: 17px;
  font-weight: 850;
  letter-spacing: 0.14em;
}

.bdfo-steps li > strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.18rem;
}

.bdfo-steps li p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
}

.bdfo-marking {
  margin-top: 30px;
  padding: 24px;
  border-left: 6px solid var(--bdfo-pink);
  background: var(--bdfo-white);
  box-shadow: 0 12px 32px rgba(20, 32, 43, 0.08);
}

.bdfo-marking strong {
  display: block;
  margin-bottom: 7px;
  color: var(--bdfo-navy);
  font-size: 1.15rem;
}

.bdfo-marking p { margin-bottom: 0; }

.bdfo-section--terms {
  background: var(--bdfo-white);
}

.bdfo-terms-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.bdfo-term {
  padding: 28px;
  border: 1px solid var(--bdfo-line);
  border-radius: 18px;
  background: var(--bdfo-white);
}

.bdfo-term:nth-child(3n + 1) { border-top: 5px solid var(--bdfo-cyan); }
.bdfo-term:nth-child(3n + 2) { border-top: 5px solid var(--bdfo-yellow); }
.bdfo-term:nth-child(3n + 3) { border-top: 5px solid var(--bdfo-pink); }
.bdfo-term p { margin-bottom: 0; color: var(--bdfo-muted); }

.bdfo-section--faq {
  background: var(--bdfo-soft);
}

.bdfo-faq-layout {
  display: grid;
  grid-template-columns: minmax(250px, 0.65fr) minmax(0, 1fr);
  gap: clamp(45px, 8vw, 100px);
  align-items: start;
}

.bdfo-faq-layout .bdfo-heading {
  position: sticky;
  top: 120px;
  margin-bottom: 0;
}

.bdfo-faq details {
  border-bottom: 1px solid #cfd9df;
}

.bdfo-faq summary {
  position: relative;
  padding: 24px 50px 24px 0;
  color: var(--bdfo-navy);
  cursor: pointer;
  font-size: 1.15rem;
  font-weight: 750;
  list-style: none;
}

.bdfo-faq summary::-webkit-details-marker { display: none; }

.bdfo-faq summary::after {
  content: "+";
  position: absolute;
  top: 20px;
  right: 4px;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--bdfo-navy);
  background: var(--bdfo-yellow);
  font-size: 1.25rem;
  line-height: 1;
}

.bdfo-faq details[open] summary::after { content: "–"; }

.bdfo-faq details p {
  max-width: 720px;
  padding: 0 50px 22px 0;
  color: var(--bdfo-muted);
}

.bdfo-contact {
  position: relative;
  min-height: 590px;
  display: grid;
  align-items: center;
  isolation: isolate;
  padding: clamp(80px, 12vw, 150px) 0;
  color: var(--bdfo-white);
  background: var(--bdfo-navy);
}

.bdfo-contact::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 33, 59, 0.97) 0%, rgba(7, 33, 59, 0.85) 60%, rgba(7, 33, 59, 0.3) 100%);
}

.bdfo-contact__media {
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image: url("assets/facebook-freelancere/contact.webp");
  background-position: center;
  background-size: cover;
}

.bdfo-contact__inner {
  max-width: 1180px;
}

.bdfo-contact__inner > h2,
.bdfo-contact__inner > p {
  max-width: 760px;
}

.bdfo-contact__inner > h2 { color: var(--bdfo-white); }
.bdfo-contact__inner > p:not(.bdfo-kicker):not(.bdfo-note) { color: rgba(255, 255, 255, 0.83); font-size: 1.2rem; }

.bdfo-js .bdfo-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 600ms ease, transform 600ms cubic-bezier(0.22, 1, 0.36, 1);
}

.bdfo-js .bdfo-reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 980px) {
  .bd-facebookfreelancere-page #top-bar-sticky-wrapper {
    height: 0 !important;
  }

  .bdfo-hero { min-height: auto; }
  .bdfo-hero__inner { grid-template-columns: 1fr; padding: 110px 0 90px; }
  .bdfo-hero__fact { max-width: 420px; }
  .bdfo-option-grid,
  .bdfo-price-grid { grid-template-columns: 1fr; }
  .bdfo-option { min-height: auto; }
  .bdfo-price-card h3 { min-height: 0; }
  .bdfo-split { grid-template-columns: 1fr; }
  .bdfo-split--reverse .bdfo-split__image,
  .bdfo-split--reverse .bdfo-split__content { order: initial; }
  .bdfo-split__image { min-height: 460px; }
  .bdfo-example { grid-template-columns: 1fr; }
  .bdfo-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bdfo-terms-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bdfo-faq-layout { grid-template-columns: 1fr; }
  .bdfo-faq-layout .bdfo-heading { position: static; }
}

@media (max-width: 640px) {
  .bdfo-shell { width: min(100% - 28px, 1180px); }
  .bdfo-section { padding: 72px 0; }
  .bd-facebook-offer h1 { font-size: clamp(2.25rem, 12vw, 3.25rem); }
  .bd-facebook-offer h2 { font-size: clamp(1.8rem, 9vw, 2.6rem); }
  .bdfo-hero__inner { padding: 92px 0 76px; }
  .bdfo-hero::after { right: -120px; bottom: -180px; }
  .bdfo-hero__fact { padding: 24px; }
  .bdfo-actions { align-items: stretch; }
  .bdfo-button { max-width: 100%; }
  .bdfo-option,
  .bdfo-price-card,
  .bdfo-term { padding: 24px; }
  .bdfo-split__image { min-height: 310px; }
  .bdfo-split__content { padding: 64px 22px; }
  .bdfo-responsibility-grid { grid-template-columns: 1fr; }
  .bdfo-addon { grid-template-columns: 1fr; gap: 5px; padding: 17px 18px; }
  .bdfo-addon strong { white-space: normal; }
  .bdfo-example__math > div { gap: 10px; padding: 16px; }
  .bdfo-steps { grid-template-columns: 1fr; }
  .bdfo-steps li { min-height: auto; }
  .bdfo-terms-grid { grid-template-columns: 1fr; }
  .bdfo-faq summary { padding-right: 44px; }
  .bdfo-contact::before { background: rgba(7, 33, 59, 0.9); }
}

@media (prefers-reduced-motion: reduce) {
  .bd-facebook-offer *,
  .bd-facebook-offer *::before,
  .bd-facebook-offer *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .bdfo-js .bdfo-reveal {
    opacity: 1;
    transform: none;
  }
}
