:root {
  --bg: #f2f6fa;
  --surface: #ffffff;
  --ivory: #fffdf6;
  --blue: #174d9b;
  --blue-dark: #0a2d63;
  --blue-soft: #e8f0fb;
  --green: #087a50;
  --green-light: #0aa469;
  --gold: #c79a35;
  --ink: #111923;
  --muted: #5f6a76;
  --line: #d7e0e8;
  --shadow: 0 20px 55px rgba(20, 53, 88, .11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { margin: 0; background: var(--bg); color: var(--ink); }
body {
  font-family: Inter, "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

.bfd-page { background: var(--bg); }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 84px 0; }
.center { text-align: center; }

h1, h2, h3, h4, p { margin-top: 0; }
h1 {
  margin-bottom: 24px;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.01;
  letter-spacing: -.05em;
}
h1 span, h2 span { color: var(--blue); }
h2 {
  margin-bottom: 18px;
  font-size: clamp(31px, 3.6vw, 48px);
  line-height: 1.08;
  letter-spacing: -.04em;
}
p { line-height: 1.65; }

.hero-kicker, .section-label {
  margin-bottom: 16px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.lead {
  max-width: 690px;
  margin-bottom: 16px;
  color: #34414f;
  font-size: clamp(18px, 1.55vw, 22px);
  line-height: 1.55;
}
.audience {
  max-width: 670px;
  margin-bottom: 30px;
  color: var(--muted);
  font-size: 15px;
}
.section-intro {
  max-width: 770px;
  margin-right: auto;
  margin-left: auto;
  color: var(--muted);
  font-size: 17px;
}

.button {
  display: inline-flex;
  min-height: 60px;
  align-items: center;
  justify-content: center;
  padding: 16px 31px;
  border-radius: 13px;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .01em;
  line-height: 1.2;
  box-shadow: 0 10px 25px rgba(8, 122, 80, .19);
  transition: transform .2s ease, filter .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); filter: brightness(1.04); box-shadow: 0 15px 31px rgba(8, 122, 80, .24); }
.button:focus-visible, .site-footer a:focus-visible, .terms-note a:focus-visible, .faq summary:focus-visible { outline: 3px solid #f1c75b; outline-offset: 4px; }
.button-green { background: linear-gradient(90deg, var(--green-light), var(--green)); }
.button.disabled { cursor: not-allowed; opacity: .66; pointer-events: none; }
.button-note {
  margin: 11px 0 0;
  color: #52606c;
  font-size: 12px;
  font-weight: 800;
}
.button-note span, .payment-details span { margin: 0 5px; color: var(--gold); }
.professional-note {
  max-width: 720px;
  margin: 16px 0 0;
  color: #7a848e;
  font-size: 11px;
  line-height: 1.55;
}

/* Hero */
.hero {
  position: relative;
  overflow: hidden;
  min-height: 740px;
  padding: 72px 0 76px;
  background:
    radial-gradient(circle at 8% 12%, rgba(23, 77, 155, .12), transparent 31%),
    radial-gradient(circle at 92% 74%, rgba(8, 122, 80, .10), transparent 30%),
    linear-gradient(135deg, #f8fbff, #eef4f9);
}
.hero::after {
  content: "";
  position: absolute;
  right: -130px;
  bottom: -180px;
  width: 480px;
  height: 480px;
  border: 1px solid rgba(23, 77, 155, .1);
  border-radius: 50%;
  box-shadow: 0 0 0 55px rgba(23, 77, 155, .03), 0 0 0 110px rgba(23, 77, 155, .02);
}
.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  align-items: center;
  gap: 54px;
}
.hero-copy { padding-top: 8px; }
.hero-visual {
  position: relative;
  width: 100%;
  max-width: 610px;
  height: 570px;
  margin-left: auto;
}
.hero-visual::before {
  content: "";
  position: absolute;
  inset: 54px 28px 50px 44px;
  background: radial-gradient(circle, rgba(23,77,155,.16), rgba(23,77,155,0) 68%);
  filter: blur(12px);
}
.hero-tablet {
  position: absolute;
  top: 95px;
  left: 117px;
  z-index: 5;
  width: 355px;
  height: 440px;
  padding: 17px;
  background: #101c29;
  border: 6px solid #233345;
  border-radius: 28px;
  box-shadow: 0 33px 60px rgba(8, 31, 59, .3);
  transform: rotate(-1deg);
}
.tablet-camera { position: absolute; top: 8px; left: 50%; width: 6px; height: 6px; background: #526171; border-radius: 50%; transform: translateX(-50%); }
.tablet-screen {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 22px;
  color: #fff;
  text-align: center;
  background:
    radial-gradient(circle at 75% 25%, rgba(199,154,53,.27), transparent 24%),
    linear-gradient(155deg, #0d326d, #071d40);
  border-radius: 16px;
}
.tablet-screen p { margin: 0 0 8px; color: #d5e1ef; font-size: 11px; font-weight: 900; letter-spacing: .13em; }
.tablet-screen h2 { margin: 0; color: #fff; font-family: Georgia, serif; font-size: 30px; letter-spacing: .015em; }
.cover-eye {
  position: relative;
  width: 170px;
  height: 84px;
  margin: 34px 0;
  overflow: hidden;
  border: 2px solid rgba(255,255,255,.54);
  border-radius: 80% 10% 80% 10%;
  transform: rotate(-3deg);
}
.cover-eye::before { content: ""; position: absolute; inset: 8px 28px; border: 2px solid rgba(255,255,255,.72); border-radius: 50%; }
.cover-eye i { position: absolute; top: 50%; left: 50%; width: 42px; height: 42px; background: radial-gradient(circle, #0b2d5e 0 24%, #7cb2d8 27% 58%, #e7f2f7 61%); border: 2px solid #fff; border-radius: 50%; transform: translate(-50%, -50%); }
.cover-pills { display: flex; flex-wrap: wrap; justify-content: center; gap: 7px; }
.cover-pills span { padding: 6px 9px; color: #d6e6f4; border: 1px solid rgba(255,255,255,.26); border-radius: 999px; font-size: 8px; font-weight: 800; letter-spacing: .05em; }
.hero-sheet {
  position: absolute;
  z-index: 2;
  width: 240px;
  height: 315px;
  padding: 21px;
  color: #15385e;
  background: #fff;
  border: 1px solid #d6e0ea;
  border-radius: 13px;
  box-shadow: 0 18px 35px rgba(22, 53, 85, .14);
}
.hero-sheet small { display: block; margin-bottom: 6px; color: var(--green); font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.hero-sheet strong { display: block; min-height: 38px; font-size: 13px; line-height: 1.25; }
.hero-sheet > span, .scattered-card > i { display: block; height: 5px; margin-top: 9px; background: #dce5ed; border-radius: 99px; }
.hero-sheet > span:nth-last-child(1), .scattered-card > i:nth-last-child(1) { width: 68%; }
.hero-sheet-one { top: 12px; left: 15px; transform: rotate(-8deg); }
.hero-sheet-two { top: 0; right: 4px; transform: rotate(8deg); }
.hero-sheet-three { right: 2px; bottom: 0; transform: rotate(7deg); }
.mini-eye {
  position: relative;
  width: 145px;
  height: 75px;
  margin: 28px auto 20px;
  overflow: hidden;
  background: linear-gradient(160deg, #dceef9, #f7d9cd);
  border: 2px solid #6f9cc5;
  border-radius: 90% 8% 90% 8%;
}
.mini-eye::before { content: ""; position: absolute; inset: 7px 24px; background: #fff; border: 2px solid #8ba0b5; border-radius: 50%; }
.mini-eye i { position: absolute; top: 50%; left: 50%; width: 38px; height: 38px; background: radial-gradient(circle, #152d4a 0 24%, #79a9c6 27% 61%, #d9eef4 63%); border-radius: 50%; transform: translate(-50%, -50%); }
.split-eye { display: flex; gap: 10px; margin: 28px 0 22px; }
.split-eye i { position: relative; display: block; width: 88px; height: 76px; background: radial-gradient(circle at 50% 55%, #376b97 0 10%, #d7eff5 12% 23%, #f4d9d1 24% 48%, #fff 50%); border: 1px solid #c8d7e3; border-radius: 12px; }
.hero-badge {
  position: absolute;
  bottom: 39px;
  left: 45px;
  z-index: 8;
  display: flex;
  width: 136px;
  height: 72px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: #fff;
  background: linear-gradient(135deg, var(--green-light), var(--green));
  border: 5px solid #eef4f9;
  border-radius: 18px;
  box-shadow: 0 14px 27px rgba(8,122,80,.25);
}
.hero-badge b { font-size: 31px; }
.hero-badge span { font-size: 11px; font-weight: 900; line-height: 1.1; text-transform: uppercase; }

/* Problem */
.problem { background: #fff; }
.problem-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: 88px;
}
.problem-grid > div:last-child > p:not(.section-label) { color: var(--muted); font-size: 17px; }
.product-visual {
  position: relative;
  width: min(610px, 100%);
  margin: 0 auto;
}
.product-visual img { display: block; width: 100%; height: auto; object-fit: contain; }
.product-visual-organized { padding: 4px 0; }
.product-visual-routine { width: min(630px, 100%); }
.problem-visual { position: relative; min-height: 535px; }
.problem-visual::before { content: ""; position: absolute; inset: 40px; background: radial-gradient(circle, #e7f0fb, transparent 69%); }
.scattered-card {
  position: absolute;
  z-index: 1;
  width: 175px;
  height: 205px;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 12px 28px rgba(21, 57, 91, .11);
}
.scattered-card > span { color: var(--blue); font-size: 9px; font-weight: 900; letter-spacing: .11em; }
.card-a { top: 44px; left: 4px; transform: rotate(-8deg); }
.card-b { top: 4px; right: 20px; transform: rotate(7deg); }
.card-c { right: 0; bottom: 16px; transform: rotate(8deg); }
.organised-device {
  position: absolute;
  top: 130px;
  left: 72px;
  z-index: 4;
  width: 325px;
  min-height: 330px;
  padding: 34px 28px;
  color: #fff;
  background: linear-gradient(145deg, #0f3977, #082653);
  border: 10px solid #14283c;
  border-radius: 22px;
  box-shadow: 0 30px 50px rgba(9, 39, 77, .25);
}
.organised-device small { color: #c9dced; font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.organised-device strong { display: block; margin: 15px 0 28px; font-size: 25px; line-height: 1.13; }
.organised-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.organised-grid i { height: 72px; background: linear-gradient(#d9ae58 0 18%, #f6f2e8 18%); border-radius: 6px; }
.benefit-list { display: grid; gap: 11px; margin: 28px 0 30px; }
.benefit-list article {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  background: #f7f9fb;
  border: 1px solid var(--line);
  border-radius: 12px;
}
.benefit-list span { color: #2f5275; font-size: 15px; font-weight: 900; }
.benefit-list strong { font-size: 15px; line-height: 1.35; }

/* Preview */
.preview {
  background:
    radial-gradient(circle at 50% 0, rgba(23,77,155,.06), transparent 34%),
    var(--bg);
}
.preview-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 38px 0 26px;
}
.preview-card {
  overflow: hidden;
  text-align: left;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 17px;
  box-shadow: 0 11px 27px rgba(22,57,91,.07);
}
.preview-art {
  position: relative;
  min-height: 245px;
  padding: 20px;
  overflow: hidden;
  background: linear-gradient(145deg, #f8fbfe, #eaf1f8);
  border-bottom: 1px solid var(--line);
}
.visual-tag {
  position: relative;
  z-index: 3;
  display: inline-block;
  padding: 6px 9px;
  color: #fff;
  background: var(--blue);
  border-radius: 99px;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .09em;
}
.diagram-pair { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; margin-top: 30px; }
.diagram-pair span { position: relative; height: 118px; background: #fff; border: 1px solid #cbd9e6; border-radius: 9px; }
.diagram-pair span::before { content: ""; position: absolute; top: 17px; left: 50%; width: 78px; height: 45px; background: #f0d6cc; border-radius: 70% 15% 70% 15%; transform: translateX(-50%); }
.diagram-pair i { position: absolute; top: 30px; left: 50%; width: 25px; height: 25px; background: radial-gradient(circle, #1f4a74 0 24%, #81b4d1 27% 60%, #fff 63%); border-radius: 50%; transform: translateX(-50%); }
.diagram-pair span::after { content: ""; position: absolute; right: 12px; bottom: 16px; left: 12px; height: 5px; background: #d8e2ec; box-shadow: 0 11px #e4ebf1, 0 22px #d8e2ec; }
.diagram-line { width: 72%; height: 6px; margin: 13px auto 0; background: #8fb5d6; border-radius: 99px; }
.large-eye {
  position: absolute;
  top: 74px;
  left: 50%;
  width: 174px;
  height: 105px;
  background: linear-gradient(160deg, #ecd0c7, #faf4f0);
  border: 2px solid #75a2c8;
  border-radius: 90% 8% 90% 8%;
  transform: translateX(-50%);
}
.large-eye::before { content: ""; position: absolute; inset: 12px 30px; background: #fff; border: 2px solid #b7c5d1; border-radius: 50%; }
.large-eye i { position: absolute; top: 50%; left: 50%; width: 52px; height: 52px; background: radial-gradient(circle, #142a40 0 24%, #75a4c7 26% 61%, #e4f0f5 64%); border-radius: 50%; transform: translate(-50%, -50%); }
.large-eye b { position: absolute; top: 11px; right: 18px; width: 7px; height: 7px; background: #6dbee1; border-radius: 50%; box-shadow: -11px 15px #6dbee1, -2px 31px #6dbee1; }
.callout { position: absolute; width: 58px; height: 4px; background: #92aac0; border-radius: 99px; }
.callout::after { content: ""; position: absolute; top: -3px; width: 9px; height: 9px; background: var(--blue); border-radius: 50%; }
.callout-a { top: 104px; right: 6px; transform: rotate(-11deg); }
.callout-a::after { left: -2px; }
.callout-b { bottom: 30px; left: 12px; transform: rotate(13deg); }
.callout-b::after { right: -2px; }
.orbit-rings {
  position: absolute;
  top: 67px;
  left: 50%;
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, #244b72 0 10%, #84b4d0 11% 21%, #fff 22% 31%, #eacdc2 32% 43%, #d7a58e 44% 52%, transparent 53%);
  border: 1px solid #cbd7e2;
  border-radius: 50%;
  transform: translateX(-50%);
}
.orbit-rings::before, .orbit-rings::after { content: ""; position: absolute; inset: -11px; border: 1px dashed #7699bb; border-radius: 50%; }
.orbit-rings::after { inset: 22px; border-style: solid; border-color: rgba(23,77,155,.28); }
.label-stack { position: absolute; right: 16px; bottom: 22px; left: 16px; display: grid; gap: 6px; }
.label-stack span { height: 7px; background: linear-gradient(90deg, #6e94b8 0 23%, #dbe5ee 23%); border-radius: 99px; }
.shield-eye {
  position: absolute;
  top: 68px;
  left: 50%;
  width: 138px;
  height: 138px;
  background: #dceefa;
  border: 3px solid #6b9ec6;
  border-radius: 46% 46% 54% 54% / 35% 35% 65% 65%;
  transform: translateX(-50%);
}
.shield-eye span { position: absolute; top: 4px; right: 8px; display: grid; width: 32px; height: 32px; place-items: center; color: #fff; background: var(--green); border-radius: 50%; font-weight: 900; }
.shield-eye i { position: absolute; top: 49%; left: 50%; width: 91px; height: 52px; background: radial-gradient(circle, #21486e 0 12%, #7eaeca 13% 28%, #fff 30% 42%, #efd5cb 44%); border: 2px solid #7697b5; border-radius: 90% 10% 90% 10%; transform: translate(-50%, -50%); }
.preview-copy { display: flex; min-height: 116px; align-items: flex-start; gap: 14px; padding: 21px; }
.preview-copy > span { color: #42668d; font-size: 25px; font-weight: 900; }
.preview-copy h3 { margin: 2px 0 0; color: var(--blue-dark); font-size: 17px; line-height: 1.3; }
.preview-note { max-width: 760px; margin: 0 auto 27px; color: var(--muted); font-size: 14px; }

/* Routine */
.routine { background: #fff; }
.routine-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: 88px;
}
.routine-grid > div:last-child > p:not(.section-label) { color: var(--muted); font-size: 17px; }
.routine-device {
  position: relative;
  width: min(470px, 100%);
  height: 540px;
  margin: auto;
  padding: 18px;
  background: #12263b;
  border-radius: 28px;
  box-shadow: 0 30px 55px rgba(10,44,99,.24);
  transform: rotate(-2deg);
}
.routine-device::before, .routine-device::after { content: ""; position: absolute; z-index: -1; width: 240px; height: 315px; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); }
.routine-device::before { top: 54px; left: -42px; transform: rotate(-8deg); }
.routine-device::after { right: -37px; bottom: 32px; transform: rotate(9deg); }
.routine-screen {
  height: 100%;
  padding: 45px 38px;
  color: #fff;
  text-align: center;
  background: linear-gradient(150deg, #174d9b, #0a2d63);
  border-radius: 15px;
}
.routine-screen small { color: #d5e4f2; font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.routine-screen h3 { margin: 18px 0 24px; font-size: 27px; line-height: 1.17; }
.routine-eye { position: relative; width: 230px; height: 130px; margin: 0 auto 30px; border: 2px solid rgba(255,255,255,.55); border-radius: 85% 15% 85% 15%; }
.routine-eye::before { content: ""; position: absolute; inset: 15px 42px; background: #fff; border-radius: 50%; }
.routine-eye i { position: absolute; top: 50%; left: 50%; width: 65px; height: 65px; background: radial-gradient(circle, #102941 0 23%, #79a8c5 25% 60%, #e8f3f7 63%); border: 3px solid #fff; border-radius: 50%; transform: translate(-50%, -50%); }
.routine-lines { display: grid; gap: 10px; }
.routine-lines span { height: 7px; background: rgba(255,255,255,.28); border-radius: 99px; }
.routine-lines span:nth-child(2) { width: 83%; margin: auto; }
.routine-lines span:nth-child(3) { width: 64%; margin: auto; }
.use-cases { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; margin: 28px 0 30px; }
.use-cases article { padding: 17px; background: #f6f8fa; border: 1px solid var(--line); border-radius: 12px; }
.use-cases b, .use-cases span { display: block; }
.use-cases b { margin-bottom: 6px; color: var(--blue-dark); font-size: 15px; }
.use-cases span { color: var(--muted); font-size: 13px; line-height: 1.45; }

/* Bonuses */
.bonuses { background: var(--ivory); }
.eyebrow {
  display: inline-block;
  margin-bottom: 16px;
  padding: 9px 18px;
  color: var(--blue);
  background: var(--blue-soft);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.bonus-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 23px;
  margin-top: 38px;
  text-align: left;
}
.bonus-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dedbd0;
  border-radius: 18px;
  box-shadow: 0 13px 31px rgba(55, 56, 47, .08);
}
.bonus-visual {
  display: grid;
  height: 330px;
  place-items: center;
  overflow: hidden;
  background: linear-gradient(145deg, #f4f0e7, #fffdf7);
  border-bottom: 1px solid #e7e2d6;
}
.bonus-visual img { display: block; width: 100%; height: 100%; object-fit: contain; }
.bonus-copy { flex: 1; padding: 24px 23px; text-align: center; }
.bonus-copy h3 { margin-bottom: 10px; font-size: 17px; }
.bonus-copy h4 { margin-bottom: 14px; color: var(--blue); font-size: 17px; line-height: 1.35; }
.bonus-copy p { margin: 0; color: var(--muted); font-size: 14px; }
.bonus-price { display: flex; align-items: center; justify-content: center; gap: 6px; padding: 17px 21px; border-top: 1px solid #e7e5dd; font-size: 14px; text-align: center; flex-wrap: wrap; }
.bonus-price span { display: inline-flex; align-items: baseline; gap: 4px; }
.bonus-price span strong { color: #c83a3a; font-size: 18px; }
.bonus-price > b { color: var(--green); text-transform: uppercase; margin-left: 2px; }
.bonuses-button { margin-top: 32px; }

/* Access */
.access { background: #fff; }
.access-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 39px;
}
.access-flow::before { content: ""; position: absolute; top: 49px; right: 11%; left: 11%; height: 2px; background: linear-gradient(90deg, var(--blue), var(--green)); }
.access-flow article { position: relative; z-index: 1; padding: 22px 18px; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 10px 26px rgba(23,62,97,.07); }
.access-flow article > span { position: absolute; top: 15px; left: 17px; color: #345574; font-size: 14px; font-weight: 900; }
.access-icon { display: grid; width: 62px; height: 62px; margin: 0 auto 18px; place-items: center; color: #fff; background: linear-gradient(145deg, var(--blue), var(--blue-dark)); border: 6px solid #edf3fa; border-radius: 50%; font-size: 23px; font-weight: 900; }
.access-flow h3 { margin-bottom: 7px; color: var(--blue-dark); font-size: 17px; }
.access-flow p { margin: 0; color: var(--muted); font-size: 13px; }

/* Proof */
.proof {
  background:
    radial-gradient(circle at 50% 15%, rgba(23,77,155,.07), transparent 36%),
    var(--bg);
}
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin: 38px 0 30px; }
.proof-grid article { padding: 31px 24px; background: #fff; border: 1px solid var(--line); border-radius: 17px; box-shadow: 0 11px 28px rgba(24,59,91,.07); }
.proof-icon { display: grid; width: 64px; height: 64px; margin: 0 auto 18px; place-items: center; color: var(--blue); background: var(--blue-soft); border-radius: 18px; font-size: 31px; font-weight: 900; }
.proof-grid h3 { margin-bottom: 9px; font-size: 19px; }
.proof-grid p { margin: 0; color: var(--muted); font-size: 14px; }

/* Offer */
.offer { padding: 92px 0; background: linear-gradient(145deg, #e9f0f6, #f5f8fa); }
.offer-model {
  max-width: 690px;
  margin: auto;
  padding: 34px 35px 31px;
  overflow: hidden;
  color: #052f3f;
  text-align: center;
  background: #fffdf5;
  border: 1px solid #d8dedb;
  border-top: 7px solid #0a5d49;
  border-radius: 7px;
  box-shadow: 0 22px 60px rgba(18, 58, 70, .15);
}
.offer-intro { margin: 0 auto 7px; font-size: 17px; font-weight: 900; text-transform: uppercase; }
.product-mockup { position: relative; width: 550px; max-width: 100%; height: 350px; margin: 0 auto 10px; }
.mockup-book, .mockup-screen, .mockup-phone, .mockup-tablet, .mockup-sheet { position: absolute; box-shadow: 0 8px 18px rgba(8, 42, 50, .18); }
.mockup-book {
  top: 48px;
  left: 24px;
  z-index: 3;
  display: flex;
  width: 166px;
  height: 226px;
  flex-direction: column;
  justify-content: center;
  padding: 15px;
  color: #113c43;
  background: #faf7e9;
  border: 5px solid #152423;
  border-radius: 4px;
  transform: rotate(-2deg);
}
.mockup-book::before { content: ""; width: 44px; height: 2px; margin: 0 auto 16px; background: #b68b45; }
.mockup-book small { font-size: 8px; font-weight: 800; letter-spacing: .05em; }
.mockup-book strong { margin: 10px 0; font-family: Georgia, serif; font-size: 21px; line-height: 1.03; }
.mockup-book span { font-size: 8px; font-weight: 700; line-height: 1.3; }
.mockup-screen {
  top: 28px;
  right: 14px;
  z-index: 2;
  width: 315px;
  height: 190px;
  padding: 14px;
  text-align: left;
  background: #f7f4e9;
  border: 7px solid #172221;
  border-radius: 6px;
  transform: rotate(2deg);
}
.mockup-screen::before { content: ""; position: absolute; bottom: -56px; left: 50%; width: 16px; height: 50px; background: #273231; transform: translateX(-50%); }
.mockup-screen::after { content: ""; position: absolute; bottom: -62px; left: 50%; width: 104px; height: 10px; background: #273231; border-radius: 50%; transform: translateX(-50%); }
.screen-head { margin-bottom: 14px; font-size: 10px; font-weight: 900; }
.screen-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 11px; }
.screen-grid i { display: block; height: 46px; background: linear-gradient(#e0be78 0 30%, #f6efdc 30%); border: 1px solid #ddd4bf; border-radius: 3px; }
.mockup-phone {
  bottom: 39px;
  left: 186px;
  z-index: 6;
  width: 86px;
  height: 160px;
  padding: 22px 8px 8px;
  color: #113c43;
  background: #fbf8ec;
  border: 5px solid #183130;
  border-radius: 15px;
  transform: rotate(-1deg);
}
.mockup-phone::before { content: ""; position: absolute; top: 6px; left: 50%; width: 25px; height: 4px; background: #203331; border-radius: 4px; transform: translateX(-50%); }
.mockup-phone small { font-size: 8px; font-weight: 900; }
.mockup-phone b { display: block; margin: 6px 0 10px; font-family: Georgia, serif; font-size: 9px; line-height: 1.1; }
.mockup-phone i, .mockup-tablet i, .mockup-sheet i { display: block; height: 6px; margin: 5px 0; background: #dae5de; border-radius: 4px; }
.mockup-tablet {
  bottom: 0;
  left: 169px;
  z-index: 7;
  width: 185px;
  height: 106px;
  padding: 17px 13px;
  background: #fbf8ec;
  border: 6px solid #183130;
  border-radius: 8px;
  transform: rotate(-5deg);
}
.mockup-tablet small { display: block; margin-bottom: 8px; font-size: 8px; font-weight: 900; }
.mockup-sheet { bottom: 5px; z-index: 1; width: 132px; height: 152px; padding: 19px 12px; background: #fdfbf2; border: 1px solid #d9d4c7; }
.mockup-sheet-left { left: 28px; transform: rotate(7deg); }
.mockup-sheet-right { right: 34px; transform: rotate(-6deg); }
.offer-model > h2, .offer-model > h3 { font-family: Georgia, "Times New Roman", serif; color: #062f45; letter-spacing: -.015em; }
.offer-model > h2 { margin-bottom: 19px; font-size: 30px; line-height: 1.06; }
.offer-checklist { padding: 18px 19px 15px; text-align: left; background: #fff; border: 1px solid #d8dedd; border-radius: 12px; box-shadow: 0 5px 13px rgba(24, 64, 67, .1); }
.offer-checklist ul { margin: 0; padding: 0; list-style: none; }
.offer-checklist li { display: flex; gap: 10px; margin: 12px 0; }
.offer-checklist li p { margin: 0; font-size: 14px; line-height: 1.3; }
.offer-checklist li strong { display: block; }
.offer-checklist li small { display: block; margin-top: 3px; font-size: 12px; }
.offer-checklist del { color: #b64739; font-weight: 700; }
.offer-checklist li small b { margin-left: 4px; color: #07824e; }
.check { display: grid; width: 18px; height: 18px; flex: 0 0 18px; margin-top: 1px; place-items: center; color: #fff; background: #0c8b56; border-radius: 3px; font-size: 12px; font-weight: 900; }
.offer-features { margin-top: 15px; padding-top: 12px; border-top: 1px solid #e1e5e3; }
.offer-features p { margin: 7px 0; font-size: 12px; font-weight: 800; line-height: 1.3; }
.bonus-total { margin: 21px 0 3px; font-size: 13px; }
.bonus-total strong { text-decoration: line-through; text-decoration-color: #ba4c3f; }
.offer-model > h3 { margin-bottom: 5px; font-size: 33px; line-height: 1; }
.offer-price { margin-bottom: 3px; color: #079445; font-family: Georgia, "Times New Roman", serif; font-size: 53px; font-weight: 900; line-height: 1; }
.final-price { margin-bottom: 20px; font-size: 10px; }
.instant-access { margin-bottom: 5px; color: #a97911; font-family: Georgia, "Times New Roman", serif; font-size: 25px; font-weight: 900; }
.access-copy { max-width: 430px; margin: 0 auto 18px; font-size: 12px; font-weight: 800; line-height: 1.35; }
.secure-button { display: flex; width: 100%; min-height: 64px; color: #fff; background: linear-gradient(90deg, #07953f, #068c38); border-radius: 999px; text-transform: uppercase; }
.payment-details { margin: 11px 0 0; color: #426054; font-size: 11px; font-weight: 800; }
.terms-note { margin: 8px 0 0; color: #414b56; text-align: center; font-size: 10px; line-height: 1.5; }
.terms-note a { color: var(--blue); }

/* Author and risk reduction */
.author { background: #fff; }
.author-grid {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  align-items: center;
  max-width: 980px;
  gap: 78px;
}
.author h2 { margin-bottom: 9px; color: var(--ink); }
.author-name { color: var(--blue); font-size: 14px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.author-grid > div > p:not(.section-label):not(.author-name) { color: #35404b; font-size: 17px; }
.author-note { padding: 14px 16px; color: #52606b !important; background: #f2f6fa; border-left: 4px solid var(--blue); border-radius: 0 9px 9px 0; font-size: 13px !important; }
.author img { display: block; width: 100%; height: auto; border-radius: 22px; box-shadow: 10px 10px 0 #dfe7ee; }
.guarantee, .transparency { background: var(--ivory); }
.guarantee-inner { display: grid; grid-template-columns: 180px 1fr; align-items: center; max-width: 870px; gap: 48px; text-align: left; }
.guarantee-seal { display: grid; width: 165px; height: 165px; place-content: center; color: #fff; text-align: center; background: radial-gradient(circle, #d2a742 0 48%, #a97911 49% 63%, #f0ce72 64%); border: 7px double #fff4cf; border-radius: 50%; box-shadow: 0 14px 28px rgba(151,112,22,.2); }
.guarantee-seal b, .guarantee-seal span { display: block; }
.guarantee-seal b { font-size: 52px; line-height: .9; }
.guarantee-seal span { font-size: 17px; font-weight: 900; letter-spacing: .1em; }
.guarantee-inner p:not(.section-label) { max-width: 650px; color: var(--muted); font-size: 17px; }
.transparency-inner { max-width: 850px; }
.transparency-inner > p:not(.section-label) { max-width: 720px; margin-right: auto; margin-left: auto; color: var(--muted); font-size: 17px; }
.trust-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 28px; }
.trust-row span { padding: 13px 17px; color: #1b4b3b; background: #fff; border: 1px solid #d9e1dc; border-radius: 999px; font-size: 13px; font-weight: 900; }

/* FAQ and final CTA */
.faq { background: var(--bg); }
.faq-inner { max-width: 960px; }
.faq h2 { margin-bottom: 31px; color: var(--ink); text-align: center; }
.faq details { margin: 13px 0; padding: 0 24px; background: #fff; border: 1px solid #d3dce5; border-radius: 14px; }
.faq summary { display: flex; align-items: center; justify-content: space-between; padding: 23px 0; cursor: pointer; font-size: 17px; font-weight: 900; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; display: grid; width: 34px; height: 34px; flex: 0 0 auto; margin-left: 18px; place-items: center; color: #fff; background: var(--blue); border-radius: 50%; font-size: 22px; font-weight: 400; }
.faq details[open] summary::after { content: "−"; }
.faq details p { margin: 0; padding: 0 0 23px; color: var(--muted); font-size: 14px; }
.final-cta {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 10% 20%, rgba(255,255,255,.12), transparent 30%),
    radial-gradient(circle at 90% 80%, rgba(10,164,105,.2), transparent 31%),
    linear-gradient(145deg, #0c3774, #071f45);
}
.final-cta .section-label, .final-cta h2 span { color: #9fd4ef; }
.final-cta-inner { max-width: 880px; }
.final-cta-inner > p:not(.section-label):not(.final-cta-price):not(.button-note):not(.professional-note) { color: #dce7f1; font-size: 17px; }
.final-cta .professional-note { margin-right: auto; margin-left: auto; color: rgba(255,255,255,.6); }
.final-cta .button-note { color: rgba(255,255,255,.82); }
.final-cta-price { margin: 7px 0 20px; color: #fff; font-family: Georgia, serif; font-size: 48px; font-weight: 900; }
.final-mini-mockup { position: relative; width: 330px; height: 175px; margin: 0 auto 30px; }
.mini-cover, .mini-page { position: absolute; background: #fffdf2; border: 4px solid #172c3d; border-radius: 6px; box-shadow: 0 14px 25px rgba(0,0,0,.22); }
.mini-cover { top: 5px; left: 92px; z-index: 3; display: flex; width: 150px; height: 168px; flex-direction: column; align-items: center; justify-content: center; color: #123b46; transform: rotate(-1deg); }
.mini-cover small { font-size: 7px; font-weight: 900; }
.mini-cover strong { margin: 8px 0; font-family: Georgia, serif; font-size: 18px; }
.mini-cover i { width: 70px; height: 34px; border: 2px solid #668da3; border-radius: 90% 10% 90% 10%; }
.mini-page { top: 31px; width: 122px; height: 137px; padding: 24px 14px; }
.mini-page-a { left: 22px; transform: rotate(-9deg); }
.mini-page-b { right: 22px; transform: rotate(9deg); }
.mini-page span { display: block; height: 7px; margin: 10px 0; background: #d8e2e5; border-radius: 99px; }

.site-footer { padding: 31px 20px; color: #fff; background: #061a37; font-size: 12px; }
.footer-inner { width: min(1180px, 100%); margin: auto; text-align: center; }
.site-footer p { margin-bottom: 14px; }
.site-footer nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 9px 20px; }
.site-footer a { color: rgba(255,255,255,.82); text-decoration: underline; text-underline-offset: 3px; }
.site-footer a:hover { color: #fff; }

.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.bfd-standard-content { max-width: 860px; min-height: 80vh; margin: 0 auto; padding: 64px 24px; background: #fff; font: 16px/1.7 Arial, sans-serif; }

@media (max-width: 980px) {
  .section { padding: 68px 0; }
  .hero { min-height: auto; }
  .hero-grid, .problem-grid, .routine-grid, .author-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 28px; }
  .hero-copy { max-width: 780px; text-align: center; margin: auto; }
  .hero-copy .lead, .hero-copy .audience, .hero-copy .professional-note { margin-right: auto; margin-left: auto; }
  .hero-visual { margin: 0 auto; transform: scale(.9); transform-origin: top center; }
  .problem-grid, .routine-grid { gap: 48px; }
  .routine-grid .product-visual { order: 2; }
  .product-visual { width: min(620px, 100%); }
  .problem-visual { width: min(500px, 100%); margin: auto; }
  .routine-device { order: 2; }
  .preview-grid { grid-template-columns: repeat(2, 1fr); }
  .bonus-grid { grid-template-columns: 1fr; max-width: 590px; margin-right: auto; margin-left: auto; }
  .access-flow { grid-template-columns: repeat(2, 1fr); }
  .access-flow::before { display: none; }
  .proof-grid { grid-template-columns: 1fr; max-width: 620px; margin-right: auto; margin-left: auto; }
  .author-grid { gap: 36px; }
  .author-grid > div { order: 2; }
  .author img { max-width: 370px; margin: auto; }
}

@media (max-width: 650px) {
  .container { width: min(100% - 28px, 1180px); }
  .section { padding: 50px 0; }
  h1 { font-size: 39px; }
  h2 { font-size: 31px; }
  .lead { font-size: 17px; }
  .hero { padding-top: 45px; }
  .button { width: 100%; min-height: 57px; padding-right: 18px; padding-left: 18px; font-size: 13px; }
  .hero-visual { left: 50%; width: 600px; max-width: none; height: 450px; margin: 0 0 -35px -300px; transform: scale(.68); }
  .problem-visual { left: 50%; width: 480px; min-height: 430px; margin-right: 0; margin-left: -240px; transform: scale(.78); transform-origin: top center; }
  .product-visual { width: 100%; margin: 0 auto; }
  .product-visual-organized { margin-top: -6px; margin-bottom: -8px; }
  .product-visual-routine { margin-top: -10px; margin-bottom: -4px; }
  .benefit-list article { align-items: flex-start; }
  .preview-grid { grid-template-columns: 1fr; }
  .preview-card { max-width: 410px; margin: auto; }
  .preview-art { min-height: 270px; }
  .routine-device { width: 420px; height: 500px; max-width: none; margin-left: 50%; transform: translateX(-50%) rotate(-2deg) scale(.8); }
  .routine-grid { gap: 8px; }
  .use-cases { grid-template-columns: 1fr; }
  .access-flow { grid-template-columns: 1fr; }
  .bonus-copy { padding: 22px 20px; }
  .bonus-visual { height: min(88vw, 390px); }
  .offer { padding: 50px 0; }
  .offer .container { width: min(100% - 14px, 1180px); }
  .offer-model { padding: 26px 12px; }
  .product-mockup { left: 50%; width: 550px; max-width: none; margin-right: 0; margin-bottom: -110px; margin-left: -275px; transform: scale(.66); transform-origin: top center; }
  .offer-model > h2 { font-size: 25px; }
  .offer-checklist { padding: 13px 11px; }
  .offer-checklist li p { font-size: 11px; }
  .offer-checklist li small, .offer-features p { font-size: 10px; }
  .offer-model > h3 { font-size: 29px; }
  .offer-price { font-size: 48px; }
  .secure-button { min-height: 58px; font-size: 12px; }
  .guarantee-inner { grid-template-columns: 1fr; gap: 27px; text-align: center; }
  .guarantee-seal { margin: auto; }
  .trust-row { display: grid; }
  .faq details { padding: 0 17px; }
  .faq summary { gap: 10px; font-size: 15px; }
  .final-mini-mockup { transform: scale(.84); }
  .site-footer { font-size: 11px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}

/* ══════════════════════════════════════════════════════
   Mockup Hero — faixa abaixo do texto do hero
══════════════════════════════════════════════════════ */
.hero-mockup-wrap {
  background: var(--bg, #f5f3ef);
  padding: 0 0 56px;
  text-align: center;
}
.hero-mockup-wrap .container {
  display: flex;
  justify-content: center;
}
.mockup-hero-img {
  width: 100%;
  max-width: 820px;
  height: auto;
  display: block;
  border-radius: 16px;
  filter: none;
}

/* ══════════════════════════════════════════════════════
   Mockup Offer — foto real na seção de oferta
══════════════════════════════════════════════════════ */
.product-mockup-photo {
  text-align: center;
  margin: 0 auto 32px;
}
.mockup-offer-img {
  width: 100%;
  max-width: 720px;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 14px;
  filter: drop-shadow(0 18px 40px rgba(8,42,50,.15));
}

@media (max-width: 600px) {
  .hero-mockup-wrap { padding: 0 0 36px; }
  .mockup-hero-img  { border-radius: 10px; }
  .mockup-offer-img { border-radius: 10px; }
}

/* hero-grid agora é coluna única (visual removido do grid) */
.hero-grid {
  grid-template-columns: 1fr !important;
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
.hero-copy {
  max-width: 100%;
}
.hero-copy .button,
.hero-copy .button-note,
.hero-copy .professional-note,
.hero-copy .audience {
  /* mantém alinhamento legível no centro */
}

/* ── Offer stars ──────────────────────────────────────── */
.offer-stars {
  font-size: 28px;
  color: #8a6515;
  letter-spacing: 4px;
  text-align: center;
  margin: 20px 0 8px;
  line-height: 1;
}


/* Posicionamento do mockup solicitado */
.hero-mockup-inline {
  width: min(100%, 720px);
  margin: 22px auto 24px;
}
.hero-mockup-inline .mockup-hero-img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 14px;
  box-shadow: none;
}
.offer-model > h2 {
  margin: 0 auto 22px;
}
.product-mockup-photo {
  margin: 0 auto 18px;
}
@media (max-width: 760px) {
  .hero-mockup-inline {
    width: min(100%, 520px);
    margin: 18px auto 22px;
  }
  .hero-mockup-inline .mockup-hero-img {
    border-radius: 10px;
  }
  .offer-model > h2 {
    font-size: 25px;
  }
}

/* ══════════════════════════════════════════════════════
   Carrousel — “Découvrez la bibliothèque de l’intérieur”
══════════════════════════════════════════════════════ */
.library-carousel {
  width: min(100vw, 1180px);
  margin: 34px 50% 30px;
  transform: translateX(-50%);
  overflow: hidden;
  user-select: none;
  -webkit-user-select: none;
}
.library-carousel-viewport {
  overflow: hidden;
  width: 100%;
  cursor: grab;
  touch-action: pan-y;
  -webkit-mask-image: linear-gradient(to right, transparent 0, #000 3%, #000 97%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0, #000 3%, #000 97%, transparent 100%);
}
.library-carousel.is-dragging .library-carousel-viewport { cursor: grabbing; }
.library-carousel-track {
  display: flex;
  align-items: stretch;
  gap: 18px;
  width: max-content;
  will-change: transform;
  transform: translate3d(0,0,0);
}
.library-carousel-slide {
  flex: 0 0 clamp(245px, 28vw, 335px);
  margin: 0;
  border-radius: 15px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 14px 36px rgba(8, 42, 50, .13);
  border: 1px solid rgba(13, 64, 78, .08);
}
.library-carousel-slide img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
  -webkit-user-drag: none;
}
.library-carousel-hint {
  margin: 16px auto 0;
  padding: 0 18px;
  color: var(--muted, #687478);
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: .01em;
  text-align: center;
}
@media (max-width: 760px) {
  .library-carousel {
    margin-top: 26px;
    margin-bottom: 25px;
  }
  .library-carousel-track { gap: 12px; }
  .library-carousel-slide { flex-basis: min(72vw, 295px); }
  .library-carousel-viewport {
    -webkit-mask-image: linear-gradient(to right, transparent 0, #000 2%, #000 98%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0, #000 2%, #000 98%, transparent 100%);
  }
}
@media (max-width: 420px) {
  .library-carousel-slide { flex-basis: 74vw; }
}
@media (prefers-reduced-motion: reduce) {
  .library-carousel-viewport {
    overflow-x: auto;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    -webkit-mask-image: none;
    mask-image: none;
  }
  .library-carousel-slide { scroll-snap-align: center; }
}


/* ══════════════════════════════════════════════════════
   Ajustes visuais — seções com mockup acima do texto
══════════════════════════════════════════════════════ */
.section-copy-stack {
  max-width: 860px;
  margin: 0 auto;
}
.problem-stack,
.routine-stack {
  display: block;
}
.problem-copy,
.routine-copy {
  text-align: left;
}
.problem-copy > p:not(.section-label),
.routine-copy > p:not(.section-label) {
  color: var(--muted);
  font-size: 17px;
}
.section-inline-visual {
  width: 100%;
  margin: 26px 0 28px;
}
.section-inline-visual img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}
.section-inline-visual-organized {
  max-width: 560px;
}
.section-inline-visual-routine {
  max-width: 760px;
}
.section-inline-visual-routine img {
  filter: drop-shadow(0 18px 38px rgba(8, 42, 50, .14));
}
@media (max-width: 760px) {
  .section-copy-stack {
    max-width: 100%;
  }
  .section-inline-visual {
    margin: 22px 0 24px;
  }
  .section-inline-visual-organized {
    max-width: 100%;
  }
  .section-inline-visual-routine {
    max-width: 100%;
  }
}


/* ══════════════════════════════════════════════════════
   Témoignages — sous la section d'accès
══════════════════════════════════════════════════════ */
.testimonials-section {
  background: linear-gradient(180deg, #f8f5ed 0%, #f3f6f9 100%);
}
.testimonials-container {
  max-width: 1120px;
}
.testimonials-section h2 {
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}
.testimonials-section .section-intro {
  max-width: 820px;
}
.testimonials-image-wrap {
  width: min(100%, 1080px);
  margin: 38px auto 24px;
  padding: 12px;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(10,45,99,.08);
  border-radius: 22px;
  box-shadow: 0 24px 55px rgba(20,53,88,.12);
}
.testimonials-image-wrap img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
}
.testimonials-reinforcement {
  max-width: 780px;
  margin: 0 auto;
  color: var(--blue-dark);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.55;
}
@media (max-width: 760px) {
  .testimonials-image-wrap {
    margin-top: 28px;
    padding: 7px;
    border-radius: 15px;
  }
  .testimonials-image-wrap img { border-radius: 10px; }
  .testimonials-reinforcement { font-size: 14px; }
}


/* ══════════════════════════════════════════════════════
   Desktop — centralização visual das seções de conteúdo
══════════════════════════════════════════════════════ */
@media (min-width: 761px) {
  .problem-copy,
  .routine-copy {
    text-align: center;
  }

  .problem-copy h2,
  .routine-copy h2 {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .problem-copy > p,
  .routine-copy > p {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .section-inline-visual {
    margin-left: auto;
    margin-right: auto;
  }

  .problem-copy .benefit-list,
  .routine-copy .use-cases {
    text-align: left;
  }

  .problem-copy > .button,
  .routine-copy > .button {
    margin-left: auto;
    margin-right: auto;
  }
}


/* Transparência real do mockup hero/oferta */
.hero-mockup-inline,
.product-mockup-photo,
.hero-mockup-inline .mockup-hero-img,
.product-mockup-photo .mockup-offer-img {
  background: transparent !important;
}


/* Responsive picture wrappers — no layout shift and no background plate. */
.bfd-picture { display: block; width: 100%; background: transparent; }
.hero-mockup-inline .bfd-picture,
.product-mockup-photo .bfd-picture,
.section-inline-visual .bfd-picture,
.library-carousel-slide .bfd-picture,
.bonus-visual .bfd-picture,
.testimonials-image-wrap .bfd-picture,
.author-grid > .bfd-picture { display: block; width: 100%; background: transparent; }
.author-grid > .bfd-picture img { display: block; width: 100%; height: auto; border-radius: 22px; box-shadow: 10px 10px 0 #dfe7ee; }
