/*
Theme Name: First Ball to Last
Theme URI: https://firstballtolast.com
Author: First Ball to Last
Description: Custom replica theme. Elementor-ready. No Woodmart.
Version: 1.12.5
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
Text Domain: fbtl
*/

:root {
  --navy: #092242;
  --navy-deep: #05162e;
  --navy-mid: #0c2a4a;
  --green: #00ab3b;
  --lime: #c9db00;
  --lime-hot: #d4e61a;
  --ink: #1a1a1a;
  --muted: #5a6570;
  --paper: #f4f6f8;
  --white: #ffffff;
  --border: rgba(9, 34, 66, 0.1);
  --max: 1280px;
  --header-h: 88px;
  --serif: "Barlow Condensed", Impact, sans-serif;
  --sans: Inter, system-ui, sans-serif;
  --script: "Great Vibes", "Segoe Script", cursive;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-h);
}

html, body {
  margin: 0;
  padding: 0;
  max-width: 100%;
}

body.fbtl-body {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--white);
  line-height: 1.65;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

img, video, iframe, svg {
  max-width: 100%;
  height: auto;
}

body.fbtl-native-replica .fbtl-orig iframe[src*="youtube"] {
  max-width: none !important;
  height: 100% !important;
}

body.fbtl-native-replica .elementor-widget-html,
body.fbtl-native-replica .elementor-widget-html .elementor-widget-container {
  overflow: visible;
}

img { display: block; }

a { color: var(--green); text-decoration: none; }
a:hover { color: var(--navy); }

h1, h2, h3, h4, .fbtl-display {
  font-family: var(--serif);
  letter-spacing: 0.02em;
  line-height: 1.15;
  color: var(--navy);
  margin: 0 0 0.45em;
}

h1 { font-size: clamp(2.1rem, 5vw, 3.6rem); }
h2 { font-size: clamp(1.7rem, 3.6vw, 2.5rem); }
h3 { font-size: clamp(1.25rem, 2.4vw, 1.7rem); }

p { margin: 0 0 1em; }

.screen-reader-text,
.fbtl-skip {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.fbtl-skip:focus {
  clip: auto;
  height: auto;
  width: auto;
  inset: 8px;
  z-index: 4000;
  background: var(--lime);
  color: var(--navy-deep);
  padding: 8px 12px;
}

.fbtl-wrap {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

/* ========== HEADER (matches attached mock) ========== */
.fbtl-kicker { display: none !important; }

.fbtl-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10000;
  background: var(--navy-deep);
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.28);
}

.fbtl-header-spacer {
  height: var(--header-h);
}

body.admin-bar .fbtl-header { top: 32px; }
body.admin-bar .fbtl-header-spacer { height: calc(var(--header-h) + 32px); }

@media screen and (max-width: 782px) {
  body.admin-bar .fbtl-header { top: 46px; }
  body.admin-bar .fbtl-header-spacer { height: calc(var(--header-h) + 46px); }
}

.fbtl-header-inner {
  width: min(1480px, calc(100% - 36px));
  margin: 0 auto;
  min-height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 0;
}

.fbtl-logo {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  line-height: 0;
}

.fbtl-logo img,
.fbtl-logo-img {
  height: 58px;
  width: auto;
  max-width: min(240px, 52vw);
  object-fit: contain;
}

.fbtl-nav {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
}

.fbtl-nav .fbtl-menu,
.fbtl-nav ul.menu,
.fbtl-menu,
.fbtl-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fbtl-nav .fbtl-menu,
.fbtl-nav ul.menu {
  display: none;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 4px 16px;
}

.fbtl-nav .fbtl-menu > li,
.fbtl-nav ul.menu > li { position: relative; }

.fbtl-nav a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #ffffff;
  font-family: var(--sans);
  font-weight: 800;
  font-size: 12.5px;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 10px 2px;
  transition: color 0.15s ease;
}

.fbtl-nav a:hover,
.fbtl-nav .current-menu-item > a,
.fbtl-nav .current-menu-ancestor > a {
  color: var(--lime);
}

.fbtl-caret {
  font-size: 11px;
  line-height: 1;
  opacity: 0.95;
  transform: translateY(-1px);
}

.fbtl-nav .sub-menu {
  display: none;
  position: absolute;
  top: calc(100% - 2px);
  left: 50%;
  transform: translateX(-50%);
  min-width: 220px;
  background: #071525;
  border: 1px solid rgba(201, 219, 0, 0.18);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
  padding: 8px 0;
  z-index: 30;
}

.fbtl-nav li:hover > .sub-menu,
.fbtl-nav li:focus-within > .sub-menu {
  display: block;
}

.fbtl-nav .sub-menu a {
  display: block;
  padding: 10px 18px;
  font-size: 12px;
  white-space: nowrap;
}

.fbtl-nav .sub-menu a:hover {
  background: rgba(201, 219, 0, 0.08);
  color: var(--lime);
}

.fbtl-header-inner > .fbtl-login {
  flex: 0 0 auto;
  background: var(--lime);
  color: var(--navy-deep) !important;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 11px 26px;
  border-radius: 4px;
  line-height: 1;
}

.fbtl-header-inner > .fbtl-login:hover {
  background: var(--lime-hot);
  color: var(--navy-deep) !important;
}

.fbtl-burger {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  background: transparent;
  border: 0;
  width: 44px;
  height: 44px;
  padding: 10px 8px;
  cursor: pointer;
}

.fbtl-burger span {
  display: block;
  height: 2px;
  background: #fff;
  margin: 3px 0;
  border-radius: 2px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

body.fbtl-nav-open .fbtl-burger span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
body.fbtl-nav-open .fbtl-burger span:nth-child(2) { opacity: 0; }
body.fbtl-nav-open .fbtl-burger span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

body.fbtl-nav-open {
  overflow: hidden;
}

.fbtl-mobile {
  display: none;
  background: #071525;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 8px 20px 22px;
  max-height: calc(100vh - var(--header-h));
  overflow: auto;
}

.fbtl-mobile.is-open { display: block; }

.fbtl-mobile .fbtl-menu,
.fbtl-mobile ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fbtl-mobile a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-weight: 800;
  font-size: 15px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 14px 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.fbtl-mobile a:hover { color: var(--lime); }

.fbtl-mobile .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0 0 8px 14px;
}

.fbtl-mobile .sub-menu a {
  font-size: 14px;
  font-weight: 700;
  color: #c9d4de;
  text-transform: none;
  letter-spacing: 0.02em;
}

.fbtl-mobile > .fbtl-login {
  display: inline-flex;
  margin-top: 16px;
  background: var(--lime);
  color: var(--navy-deep) !important;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 12px 22px;
  border-radius: 4px;
}

@media (min-width: 1100px) {
  .fbtl-nav .fbtl-menu,
  .fbtl-nav ul.menu { display: flex; }
  .fbtl-burger { display: none; }
  .fbtl-mobile { display: none !important; }
}

/* ========== PAGE ========== */
.fbtl-main { min-height: 50vh; }

.fbtl-entry,
.fbtl-fallback,
.fbtl-content {
  width: min(1100px, calc(100% - 40px));
  margin: 0 auto;
  padding: 36px 0 64px;
}

body.elementor-page .fbtl-main > .elementor,
body.elementor-page .fbtl-main > article {
  max-width: none;
  width: 100%;
  padding: 0;
}

.fbtl-empty { color: var(--muted); }

/* ========== FOOTER ========== */
.fbtl-footer {
  background: var(--navy);
  color: #d5dde6;
  padding: 56px 22px 0;
  margin-top: 0;
}

.fbtl-footer-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr 0.95fr 1fr;
  gap: 36px;
}

.fbtl-footer-logo {
  width: 220px;
  max-width: 100%;
  height: auto;
  margin-bottom: 12px;
}

.fbtl-stores {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
}

.fbtl-stores img {
  width: 140px;
  height: auto;
}

.fbtl-footer h2,
.fbtl-footer h3 {
  color: #fff;
  font-family: var(--serif);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 1.35rem;
  margin: 0 0 14px;
}

.fbtl-footer p,
.fbtl-footer li { color: #c5cfda; }

.fbtl-footer a { color: #fff; }
.fbtl-footer a:hover { color: var(--lime); }

.fbtl-footer ul { list-style: none; margin: 0; padding: 0; }
.fbtl-footer li { margin: 0 0 10px; }

.fbtl-social {
  display: flex;
  gap: 14px;
  margin: 22px 0 0;
}

.fbtl-social a {
  width: 48px;
  height: 48px;
  border: 2px solid #c9db00;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #092242;
  color: #c9db00 !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.28);
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.fbtl-social a svg {
  display: block;
}

.fbtl-social a:hover,
.fbtl-social a:focus {
  background: #c9db00;
  color: #05162e !important;
  transform: translateY(-3px);
  box-shadow: 0 12px 26px rgba(201, 219, 0, 0.28);
}

.fbtl-copy {
  max-width: 1200px;
  margin: 36px auto 0;
  padding: 18px 0 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 13px;
  color: #9aabbc;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 20px;
}

.fbtl-copy p {
  margin: 0;
  color: #9aabbc;
}

.fbtl-legal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #9aabbc;
}

.fbtl-legal a {
  color: #d5dde6;
}

.fbtl-legal a:hover {
  color: var(--lime);
}

.fbtl-policy-section {
  background: #fff;
}

.fbtl-policy-title .elementor-heading-title,
.fbtl-policy-title {
  font-family: var(--serif) !important;
  font-size: clamp(2rem, 4vw, 3rem) !important;
  letter-spacing: 0.02em;
  color: #092242 !important;
}

.fbtl-policy-h2 .elementor-heading-title,
.fbtl-policy-h2 {
  font-family: var(--serif) !important;
  font-size: 1.35rem !important;
  color: #092242 !important;
  margin: 8px 0 0;
}

.fbtl-policy-updated {
  color: #6b7280;
  font-size: 13px;
  letter-spacing: 0.02em;
  margin: 0 0 16px;
}

.fbtl-policy p,
.fbtl-policy li {
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.7;
  color: #334155;
}

.fbtl-policy a {
  color: #0b6b2c;
}

.fbtl-policy ul {
  padding-left: 1.2em;
}

/* ========== HOMEPAGE HERO ========== */
.fbtl-hero {
  position: relative;
  min-height: min(88vh, 860px);
  display: flex;
  align-items: flex-end;
  color: #fff;
  overflow: hidden;
  background: var(--navy-deep);
}

.fbtl-hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 22, 46, 0.22) 0%, rgba(5, 22, 46, 0.42) 38%, rgba(5, 22, 46, 0.9) 100%),
    url("/wp-content/uploads/2021/10/Sinnerlandingpage.jpg") center 28% / cover no-repeat;
}

.fbtl-hero-inner {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 80px 0 72px;
  text-align: left;
}

.fbtl-hero-kicker {
  display: inline-block;
  background: var(--lime);
  color: var(--navy-deep);
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 7px 12px;
  margin: 0 0 18px;
}

.fbtl-hero h1 {
  color: #fff;
  font-family: var(--serif);
  font-weight: 800;
  font-size: clamp(2.6rem, 7vw, 5.2rem);
  max-width: 16ch;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
  margin: 0 0 16px;
}

.fbtl-hero h1 strong { font-weight: 800; color: var(--lime); }

.fbtl-hero p,
.fbtl-hero-lead {
  max-width: 42rem;
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  color: #e8eef4;
  margin: 0 0 28px;
}

.fbtl-hero-cta,
.fbtl-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.fbtl-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: var(--lime);
  color: var(--navy-deep) !important;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 14px 26px;
  border-radius: 4px;
  min-height: 50px;
  font-size: 15px;
  border: 2px solid var(--lime);
}

.fbtl-btn:hover { background: var(--lime-hot); color: var(--navy-deep) !important; }

.fbtl-btn-primary {
  background: var(--lime);
  color: var(--navy-deep) !important;
}

.fbtl-btn-ghost {
  background: transparent;
  color: #fff !important;
  border-color: #fff;
}

.fbtl-btn-ghost:hover {
  background: #fff;
  color: var(--navy-deep) !important;
}

.fbtl-btn-navy {
  background: var(--navy);
  border-color: var(--navy);
  color: #fff !important;
}

.home .elementor-6391 > .e-con:first-child {
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.home .elementor-heading-title,
.home .elementor-widget-heading .elementor-heading-title {
  font-family: var(--serif) !important;
}

.home .elementor-button {
  border-radius: 4px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.04em !important;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease,
    transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease !important;
}

.home .elementor-button:hover,
.home .elementor-button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(9, 34, 66, 0.2);
}

.home .fbtl-main a,
.home .fbtl-footer a {
  transition: color 0.2s ease, opacity 0.2s ease, transform 0.2s ease, background-color 0.2s ease;
}

/* Replica sections */
.fbtl-section-title {
  font-family: var(--serif);
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 800;
  color: var(--navy);
  text-align: center;
  margin: 0 0 24px;
}

.fbtl-quotes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.fbtl-quote {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 22px;
  text-align: center;
}

.fbtl-quote img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 50%;
  margin: 0 auto 12px;
}

.fbtl-quote p { font-size: 15px; margin: 0 0 12px; }
.fbtl-quote strong { display: block; color: var(--navy); }
.fbtl-quote span { font-size: 13px; color: var(--muted); }

.fbtl-plans {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 860px;
  margin: 0 auto;
}

.fbtl-plan {
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 32px 28px;
  background: #fff;
}

.fbtl-plan.is-featured {
  border-color: var(--lime);
  box-shadow: 0 12px 30px rgba(201, 219, 0, 0.18);
}

.fbtl-plan h3 {
  font-family: var(--serif);
  text-transform: uppercase;
  margin: 0 0 8px;
}

.fbtl-plan .price {
  font-family: var(--serif);
  font-size: 42px;
  font-weight: 800;
  color: var(--navy);
  margin: 0 0 16px;
}

.fbtl-plan ul { padding-left: 18px; margin: 0 0 22px; }
.fbtl-plan li { margin: 0 0 8px; }

.fbtl-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 12px;
}

.fbtl-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.fbtl-pv-placeholder {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #08182a;
}

.fbtl-media-frame {
  position: relative;
  display: block;
  overflow: hidden;
  background: #08182a;
}

.fbtl-media-frame:has(iframe) {
  aspect-ratio: 16 / 9;
}

.fbtl-media-frame iframe,
.fbtl-media-frame video,
.fbtl-media-poster {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fbtl-media-poster {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.elementor-widget-video:not(.fbtl-how-hero-video) .elementor-custom-embed-play,
.fbtl-media-play {
  display: flex !important;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 88px;
  height: 88px;
  margin: 0;
  padding: 0;
  border: 0;
  transform: translate(-50%, -50%);
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 50%;
  box-shadow: 0 16px 40px rgba(5, 22, 46, 0.28);
  z-index: 5;
  cursor: pointer;
}

.elementor-widget-video:not(.fbtl-how-hero-video) .elementor-custom-embed-play svg,
.elementor-widget-video:not(.fbtl-how-hero-video) .elementor-custom-embed-play i,
.fbtl-media-play svg,
.fbtl-media-play i {
  display: none !important;
}

.elementor-widget-video:not(.fbtl-how-hero-video) .elementor-custom-embed-play::after,
.fbtl-media-play::after {
  content: "";
  width: 0;
  height: 0;
  margin-left: 5px;
  border-style: solid;
  border-width: 12px 0 12px 20px;
  border-color: transparent transparent transparent var(--lime);
}

.elementor-widget-video:not(.fbtl-how-hero-video) .elementor-custom-embed-play:hover,
.elementor-widget-video:not(.fbtl-how-hero-video) .elementor-custom-embed-play:focus-visible,
.fbtl-media-play:hover,
.fbtl-media-play:focus-visible {
  transform: translate(-50%, -50%) scale(1.07);
  background: rgba(255, 255, 255, 0.94);
}

.fbtl-media-frame.is-playing .fbtl-media-play,
.fbtl-media-frame.is-playing .fbtl-media-poster {
  display: none !important;
}

.elementor-widget-video:not(.fbtl-how-hero-video) .elementor-custom-embed-image-overlay,
.elementor-widget-video:not(.fbtl-how-hero-video) .elementor-custom-embed-image-overlay img {
  object-fit: cover;
}

.elementor-widget-video.fbtl-has-persist-overlay:not(.is-fbtl-playing) .elementor-custom-embed-image-overlay {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.elementor-widget-video.fbtl-has-persist-overlay:not(.is-fbtl-playing) .elementor-custom-embed-play {
  display: flex !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.elementor-widget-video.is-fbtl-playing .elementor-custom-embed-image-overlay,
.elementor-widget-video.is-fbtl-playing .elementor-custom-embed-play {
  display: none !important;
}

/* Login / MemberPress */
.page-id-30414 .fbtl-content,
.page-id-30414 .fbtl-entry,
.mepr-login-page .fbtl-content {
  max-width: 560px;
}

.fbtl-main .mp_wrapper,
.fbtl-main .elementor-widget-shortcode {
  max-width: 520px;
  margin: 48px auto 80px;
  padding: 0 20px;
}

.page-player-dashboard .fbtl-main .elementor-widget-shortcode,
.page-id-31768 .fbtl-main .elementor-widget-shortcode,
.page-player-dashboard-2 .fbtl-main .elementor-widget-shortcode,
.page-id-33039 .fbtl-main .elementor-widget-shortcode,
.fbtl-replica-page .elementor-widget-shortcode,
.fbtl-main .fbtl-replica-page .elementor-widget-shortcode,
.fbtl-has-replica .fbtl-main .elementor-widget-shortcode {
  max-width: none;
  margin: 0;
  padding: 0;
}

.fbtl-orig {
  width: 100%;
}

.page-player-dashboard .fbtl-dash-page,
.page-id-31768 .fbtl-dash-page {
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.fbtl-form-header { text-align: center; margin-bottom: 28px; }
.fbtl-eyebrow { letter-spacing: 0.12em; font-size: 13px; color: var(--navy); font-weight: 600; }
.fbtl-heading { font-family: var(--serif); font-size: clamp(36px, 6vw, 52px); margin: 8px 0 10px; color: var(--navy); }
.fbtl-tagline { letter-spacing: 0.08em; font-size: 13px; color: var(--muted); }
.fbtl-alt-line { text-align: center; margin-top: 18px; }

.mepr-form input[type="text"],
.mepr-form input[type="password"],
.mepr-form input[type="email"],
.mepr-form input[type="tel"],
.mepr-form select,
.mepr-form textarea {
  width: 100%;
  max-width: 100%;
  padding: 12px 14px;
  border: 1px solid #cfd6dd;
  border-radius: 4px;
  font-size: 16px;
}

.mepr-form .mp-form-row { margin: 0 0 16px; }
.mepr-form label { font-weight: 600; color: var(--navy); }

.mepr-submit,
.mepr-form .mepr-submit,
.mepr-form #wp-submit,
.mepr-form .button-primary {
  background: var(--lime) !important;
  color: var(--navy-deep) !important;
  border: 0 !important;
  font-weight: 800 !important;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 12px 22px !important;
  border-radius: 4px;
  cursor: pointer;
}

.mepr-unauthorized-message { display: none; }

/* ========== SITEWIDE RESPONSIVE ========== */
.feature-grid,
.features,
.cards,
.card-grid,
.grid-3,
.grid-4,
.trust-container {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(min(240px, 100%), 1fr)) !important;
  gap: 20px !important;
  width: 100% !important;
  max-width: 100%;
}

.trust-text { white-space: normal !important; }

.elementor img,
.elementor video,
.wp-block-image img,
.aligncenter,
.alignnone,
.alignwide,
.alignfull {
  max-width: 100% !important;
  height: auto !important;
}

.elementor iframe {
  max-width: 100% !important;
}

.elementor-widget-html,
.elementor-widget-html .elementor-widget-container {
  max-width: 100%;
  overflow-x: auto;
}

.elementor-widget-html table {
  width: 100% !important;
  max-width: 100%;
}

.elementor section,
.elementor-section,
.e-con,
.e-con-inner,
.elementor-widget,
.elementor-widget-container {
  max-width: 100%;
  min-width: 0;
}

.elementor-widget-html html,
.elementor-widget-html body {
  min-height: 0 !important;
  overflow: visible !important;
}

@media (max-width: 1099px) {
  :root { --header-h: 76px; }

  .fbtl-header-inner { min-height: 76px; }

  .fbtl-logo img,
  .fbtl-logo-img { height: 48px; }

  .fbtl-header-inner > .fbtl-login { padding: 10px 16px; font-size: 13px; }

  .fbtl-footer-grid { grid-template-columns: 1.1fr 0.9fr 0.9fr 0.85fr 0.9fr; gap: 24px; }

  .fbtl-hero { min-height: 74vh; }
  .fbtl-hero-inner { padding: 56px 0 48px; }
  .fbtl-quotes { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) {
  .fbtl-footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}

@media (max-width: 800px) {
  .fbtl-footer-grid { grid-template-columns: 1fr; gap: 28px; }
}

@media (max-width: 720px) {
  .fbtl-wrap,
  .fbtl-content,
  .fbtl-entry,
  .fbtl-fallback,
  .fbtl-hero-inner { width: min(100% - 28px, var(--max)); }

  .fbtl-header-inner { width: min(100% - 24px, 1480px); gap: 10px; }

  .fbtl-logo img,
  .fbtl-logo-img { height: 44px; max-width: 52vw; }

  .fbtl-hero { min-height: 80vh; }
  .fbtl-hero h1 { max-width: none; }
  .fbtl-btn { width: 100%; }

  .fbtl-quotes,
  .fbtl-plans { grid-template-columns: 1fr; }

  .elementor-column,
  body:not(.fbtl-native-replica) .e-con.e-child {
    width: 100% !important;
    --width: 100% !important;
    max-width: 100% !important;
    flex-basis: 100% !important;
  }

  .home .fbtl-hero-actions,
  .home .fbtl-hero-actions.e-con.e-child {
    width: 100% !important;
    flex-basis: auto !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
  }
}

@media (max-width: 480px) {
  body.fbtl-body { font-size: 15px; }
  .fbtl-header-inner > .fbtl-login { padding: 9px 12px; font-size: 12px; }
}

/* Inner page heroes */
body:not(.fbtl-native-replica) .fbtl-main .e-con:first-child .elementor-heading-title {
  font-family: var(--serif) !important;
}

/* Homepage — match original layout, keep Elementor-editable */
.home .elementor-6391 > .e-con:first-child {
  margin-top: 0 !important;
}

.fbtl-expert-photo img,
.home .fbtl-expert img {
  width: 132px !important;
  height: 132px !important;
  object-fit: cover !important;
  border-radius: 50% !important;
  margin: 0 auto;
}

.fbtl-plan-card {
  border-top: 3px solid var(--lime);
}

.home .elementor-heading-title {
  font-family: var(--serif) !important;
}

/* Native Elementor sections produced from former HTML widgets */
.fbtl-hero-con .elementor-heading-title,
.fbtl-cta-con .elementor-heading-title {
  color: #fff !important;
  font-family: var(--serif) !important;
}

.fbtl-card .elementor-heading-title {
  font-family: var(--serif) !important;
  font-size: clamp(1.2rem, 2.4vw, 1.55rem) !important;
}

.elementor-widget-text-editor table {
  display: block;
  width: 100%;
  overflow-x: auto;
}

.elementor-widget-image img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.elementor-button {
  min-height: 46px;
}

@media (max-width: 767px) {
  .elementor-widget-button .elementor-button {
    width: 100%;
  }

  .home .fbtl-hero-actions .elementor-widget-button {
    flex: 1 1 0;
    width: auto !important;
    max-width: none;
  }

  .home .fbtl-hero-actions .elementor-button {
    width: 100% !important;
    padding: 12px 12px !important;
    font-size: 12px !important;
    min-height: 44px !important;
    white-space: nowrap;
  }

  .e-con.e-child,
  .e-con[data-id] {
    max-width: 100%;
  }
}

/* Keep Elementor from creating a page-level scroller that kills sticky */
.fbtl-main,
.elementor-6391,
.fbtl-footer {
  overflow-x: clip;
  max-width: 100%;
}

/* ========== Homepage screenshot match ========== */
.home .elementor-6391 > .e-con:first-child .elementor-button {
  min-height: 52px;
  padding: 14px 28px !important;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease,
    transform 0.2s ease, box-shadow 0.2s ease !important;
}

.home .fbtl-hero-cta .elementor-button:hover,
.home .fbtl-hero-cta .elementor-button:focus {
  background-color: #092242 !important;
  color: #c9db00 !important;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(9, 34, 66, 0.35);
}

.home .fbtl-hero-ghost .elementor-button:hover,
.home .fbtl-hero-ghost .elementor-button:focus {
  background-color: #ffffff !important;
  color: var(--navy-deep) !important;
  border-color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}

.fbtl-trust {
  border-bottom: 1px solid rgba(9, 34, 66, 0.08);
}

.fbtl-trust-item .elementor-heading-title {
  font-family: var(--sans) !important;
  font-size: 0.85rem !important;
  font-weight: 500 !important;
  color: #757575 !important;
  text-transform: uppercase !important;
  letter-spacing: 1.5px !important;
  margin: 0 !important;
  line-height: 1.3 !important;
}

.fbtl-trust-item img {
  width: 24px !important;
  height: auto !important;
  max-width: 24px !important;
  opacity: 0.9;
  filter: grayscale(100%) contrast(1.2);
}

.fbtl-trust-item:hover {
  transform: translateY(-2px);
}

.fbtl-how-hero {
  --min-height: 620px;
  position: relative;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  min-height: 620px !important;
  overflow: hidden;
  background: var(--navy-deep) !important;
}

.fbtl-how-hero > .elementor-widget-menu-anchor {
  position: absolute !important;
  width: 0;
  height: 0;
  overflow: hidden;
}

.fbtl-how-hero-copy {
  --width: 40%;
  --min-height: 620px;
  position: relative;
  z-index: 3;
  flex: 0 0 40% !important;
  width: 40% !important;
  max-width: 560px;
  min-height: 620px !important;
  overflow: visible;
  padding: 72px 56px 88px 6vw !important;
  justify-content: center !important;
  background: var(--navy-deep) !important;
}

.fbtl-how-hero-copy::before {
  content: "";
  position: absolute;
  top: -10%;
  right: -88px;
  width: 176px;
  height: 120%;
  background: var(--navy-deep);
  border-radius: 50%;
  box-shadow:
    12px 0 0 -7px var(--lime),
    22px 0 0 -12px var(--lime),
    32px 0 0 -17px var(--lime);
  z-index: 0;
  pointer-events: none;
}

.fbtl-how-hero-copy::after {
  content: "";
  position: absolute;
  left: 6vw;
  bottom: 32px;
  width: 72px;
  height: 48px;
  background-image: radial-gradient(var(--lime) 1.55px, transparent 1.7px);
  background-size: 12px 12px;
  z-index: 1;
  pointer-events: none;
}

.fbtl-how-hero-copy > .elementor-element {
  position: relative;
  z-index: 1;
}

.home .fbtl-how-hero-title .elementor-heading-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-transform: none !important;
  color: #ffffff !important;
  font-family: var(--serif) !important;
  font-size: clamp(3.1rem, 5.6vw, 5.6rem) !important;
  font-weight: 800 !important;
  line-height: 0.86 !important;
  letter-spacing: 0.01em;
  margin: 0 !important;
}

.fbtl-how-script {
  display: block;
  font-family: var(--serif) !important;
  font-size: 0.42em;
  font-weight: 800 !important;
  line-height: 0.9;
  letter-spacing: 0.04em;
  text-transform: uppercase !important;
  color: #ffffff;
  margin: 0 0 0.12em;
}

.fbtl-how-fbtl,
.fbtl-how-works {
  display: block;
  font-family: var(--serif);
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.fbtl-how-fbtl { color: #ffffff; }
.fbtl-how-works { color: var(--lime); }

.fbtl-how-hero-btn .elementor-button {
  border-radius: 999px !important;
  background: var(--lime) !important;
  color: #ffffff !important;
  font-family: var(--sans);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  padding: 14px 18px 14px 26px !important;
  box-shadow: none;
}

.fbtl-how-hero-btn .elementor-button:hover,
.fbtl-how-hero-btn .elementor-button:focus-visible {
  background: #d8e82a !important;
  color: #05162e !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(201, 219, 0, 0.35);
}

.fbtl-how-hero-btn .elementor-button-content-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.fbtl-how-hero-btn .elementor-button-text::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-left: 12px;
  vertical-align: -6px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='12' fill='%23fff'/%3E%3Cpath fill='%23c9db00' d='M10 8l6.2 4L10 16z'/%3E%3C/svg%3E") center / 22px 22px no-repeat;
}

.fbtl-how-hero-media {
  --width: 60%;
  --min-height: 620px;
  position: relative !important;
  flex: 1 1 60% !important;
  width: 60% !important;
  min-height: 620px !important;
  overflow: hidden;
  background: #08182a;
}

.fbtl-how-hero-logo {
  position: absolute;
  top: 24px;
  right: 28px;
  z-index: 6;
  width: 118px;
  pointer-events: none;
}

.fbtl-how-hero-logo img {
  width: 118px !important;
  height: auto !important;
  filter: drop-shadow(0 8px 18px rgba(5, 22, 46, 0.35));
}

.fbtl-how-hero-video,
.fbtl-how-hero-video .elementor-widget-container {
  position: absolute !important;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

.fbtl-how-hero-video .elementor-wrapper,
.fbtl-how-hero-video .e-hosted-video {
  position: absolute !important;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: auto !important;
  background: #08182a;
  border-radius: 0;
  overflow: hidden;
}

.fbtl-how-hero-video .elementor-custom-embed-image-overlay,
.fbtl-how-hero-video .elementor-video,
.fbtl-how-hero-video iframe,
.fbtl-how-hero-video img {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover;
  object-position: 92% 40%;
  background-size: 175% auto;
  background-position: 92% 40%;
}

.fbtl-how-hero-media::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 22%;
  background: linear-gradient(90deg, #05162e 0%, rgba(5, 22, 46, 0) 100%);
  pointer-events: none;
  z-index: 4;
}

.fbtl-how-hero-video .elementor-custom-embed-play {
  display: flex !important;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 112px;
  height: 112px;
  margin: 0;
  transform: translate(-50%, -50%);
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 50%;
  box-shadow: 0 16px 40px rgba(5, 22, 46, 0.28);
  z-index: 5;
  cursor: pointer;
}

.fbtl-how-hero-video .elementor-custom-embed-play svg,
.fbtl-how-hero-video .elementor-custom-embed-play i {
  display: none !important;
}

.fbtl-how-hero-video .elementor-custom-embed-play::after {
  content: "";
  width: 0;
  height: 0;
  margin-left: 6px;
  border-style: solid;
  border-width: 14px 0 14px 24px;
  border-color: transparent transparent transparent var(--lime);
}

.fbtl-how-hero-video .elementor-custom-embed-play:hover,
.fbtl-how-hero-video .elementor-custom-embed-play:focus-visible {
  transform: translate(-50%, -50%) scale(1.07);
  background: rgba(255, 255, 255, 0.94);
}

.fbtl-what-photo-top img,
.fbtl-what-photo-feet img,
.fbtl-what-photo-clay img {
  width: 100% !important;
  height: auto !important;
}

.fbtl-eco {
  background: #f4f6f8;
}

.fbtl-eco-visual {
  position: relative;
  padding: 0;
}

.fbtl-eco-photo img {
  width: 100% !important;
  height: auto !important;
  border-radius: 24px;
  box-shadow: 0 22px 48px rgba(9, 34, 66, 0.12);
}

.fbtl-eco-title .elementor-heading-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-family: var(--serif) !important;
  font-size: clamp(2.2rem, 4.2vw, 3.35rem) !important;
  font-weight: 800 !important;
  line-height: 0.92 !important;
  text-align: left !important;
  margin: 0 0 22px !important;
}

.fbtl-eco-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  font-family: var(--sans);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: var(--lime);
}

.fbtl-eco-kicker::before {
  content: "";
  width: 36px;
  height: 2px;
  background: var(--lime);
}

.fbtl-eco-line1 {
  color: var(--navy);
}

.fbtl-eco-line2 {
  color: var(--lime);
}

.fbtl-eco-item,
.fbtl-eco-item > .e-con-inner {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  --flex-direction: row !important;
  --align-items: center !important;
}

.fbtl-eco-item {
  background: #ffffff !important;
  border-radius: 20px !important;
  padding: 22px 26px !important;
  box-shadow: 0 10px 28px rgba(9, 34, 66, 0.07);
  border: 0;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  position: relative;
}

.fbtl-eco-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(9, 34, 66, 0.12);
}

.fbtl-eco-icon,
.elementor-widget-image.fbtl-eco-icon {
  flex: 0 0 52px !important;
  width: 52px !important;
  min-width: 52px !important;
  max-width: 52px !important;
  height: 52px !important;
  margin: 0 !important;
  align-self: center;
  border-radius: 50% !important;
  overflow: hidden;
}

.fbtl-eco-icon::before,
.fbtl-eco-icon::after,
.fbtl-eco-icon .elementor-widget-container::before,
.fbtl-eco-icon .elementor-widget-container::after {
  content: none !important;
  display: none !important;
}

.fbtl-eco-icon,
.fbtl-eco-icon .elementor-widget-container {
  display: grid !important;
  place-items: center !important;
  align-items: center !important;
  justify-content: center !important;
  width: 52px !important;
  height: 52px !important;
  border-radius: 50% !important;
}

.fbtl-eco-icon img {
  display: block !important;
  width: 26px !important;
  height: 26px !important;
  max-width: 26px !important;
  max-height: 26px !important;
  margin: 0 auto !important;
  object-fit: contain;
  object-position: center;
}

.fbtl-eco-players .fbtl-eco-icon,
.fbtl-eco-players .fbtl-eco-icon .elementor-widget-container { background: var(--lime) !important; }
.fbtl-eco-parents .fbtl-eco-icon,
.fbtl-eco-parents .fbtl-eco-icon .elementor-widget-container { background: var(--navy) !important; }
.fbtl-eco-coaches .fbtl-eco-icon,
.fbtl-eco-coaches .fbtl-eco-icon .elementor-widget-container { background: #163d2a !important; }

.fbtl-eco-copy {
  flex: 1 1 auto;
  min-width: 0;
}

.fbtl-eco-item .elementor-heading-title {
  font-family: var(--serif) !important;
  font-size: 1.12rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.04em;
  margin: 0 0 6px !important;
  color: var(--navy) !important;
}

.fbtl-eco-item .elementor-widget-text-editor,
.fbtl-eco-item p {
  margin: 0 !important;
  color: #3a4450;
  font-size: 0.96rem;
  line-height: 1.6;
}

#howitworks,
.elementor-widget-menu-anchor {
  scroll-margin-top: calc(var(--header-h) + 10px);
}

.fbtl-what-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background-color: #f6f6f3 !important;
  background-image:
    radial-gradient(circle at 92% 10%, rgba(9, 34, 66, 0.14) 1.15px, transparent 1.4px),
    linear-gradient(90deg, transparent 7%, rgba(255, 255, 255, 0.7) 7%, rgba(255, 255, 255, 0.7) calc(7% + 3px), transparent calc(7% + 3px)),
    linear-gradient(90deg, transparent 93%, rgba(255, 255, 255, 0.7) 93%, rgba(255, 255, 255, 0.7) calc(93% + 3px), transparent calc(93% + 3px)),
    linear-gradient(rgba(255, 255, 255, 0.65) 3px, transparent 3px),
    linear-gradient(rgba(255, 255, 255, 0.5) 2px, transparent 2px);
  background-size:
    16px 16px,
    100% 100%,
    100% 100%,
    100% 100%,
    100% 100%;
  background-position:
    88% 0,
    0 0,
    0 0,
    0 38%,
    0 72%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
}

.fbtl-what-section::before {
  content: "";
  position: absolute;
  left: -42px;
  bottom: -86px;
  width: 200px;
  height: 200px;
  background: url("/wp-content/uploads/2026/06/tennis-ball.png") center / contain no-repeat;
  filter: blur(7px);
  opacity: 0.9;
  pointer-events: none;
  z-index: 0;
}

.fbtl-what-section::after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -140px;
  width: 340px;
  height: 340px;
  border: 22px solid rgba(156, 196, 0, 0.38);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.fbtl-what-section > .e-con-inner {
  position: relative;
  z-index: 1;
}

.fbtl-what-card {
  position: relative;
  z-index: 1;
}

.fbtl-what-eyebrow {
  margin: 0 0 6px !important;
  color: #9cc400 !important;
  font-family: var(--sans) !important;
  font-size: 0.78rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase !important;
}

.fbtl-what-title .elementor-heading-title,
.fbtl-what-card .fbtl-what-title .elementor-heading-title {
  font-family: var(--serif) !important;
  font-size: clamp(2.15rem, 4vw, 3.15rem) !important;
  font-weight: 900 !important;
  line-height: 0.92 !important;
  letter-spacing: 0.01em;
  text-transform: uppercase !important;
  color: var(--navy) !important;
  text-align: left !important;
  margin-bottom: 32px !important;
}

.fbtl-what-title-accent {
  color: #9cc400;
}

.fbtl-what-title .elementor-heading-title::after {
  content: "";
  display: block;
  width: 56px;
  height: 4px;
  margin-top: 16px;
  background: #9cc400;
  border-radius: 2px;
}

.fbtl-what-row {
  padding: 36px 0 !important;
  border-top: 1px solid rgba(9, 34, 66, 0.1);
  gap: 20px !important;
  align-items: flex-start !important;
}

.fbtl-what-row + .fbtl-what-row {
  margin-top: 0;
}

.fbtl-what-row.e-con {
  --flex-direction: row !important;
  --align-items: flex-start !important;
}

.fbtl-what-row > .elementor-element,
.fbtl-what-row-copy > .elementor-element {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.fbtl-what-row .fbtl-what-icon-img,
.elementor-widget-image.fbtl-what-icon-img,
.fbtl-what-icon-img {
  flex: 0 0 54px !important;
  flex-shrink: 0 !important;
  align-self: flex-start !important;
  width: 54px !important;
  min-width: 54px !important;
  max-width: 54px !important;
  height: 54px !important;
  min-height: 54px !important;
  max-height: 54px !important;
  aspect-ratio: 1 / 1 !important;
  --width: 54px !important;
  --min-height: 54px !important;
  border-radius: 50% !important;
  overflow: hidden !important;
  display: grid !important;
  place-items: center !important;
  align-items: center !important;
  justify-content: center !important;
  background: var(--navy);
}

.fbtl-what-row-green .fbtl-what-icon-img {
  background: #9cc400;
}

.fbtl-what-icon-img .elementor-widget-container,
.fbtl-what-icon-img img {
  width: 28px !important;
  height: 28px !important;
  max-width: 28px !important;
  max-height: 28px !important;
  margin: 0 auto !important;
  object-fit: contain !important;
}

.fbtl-what-icon-img img {
  object-fit: contain;
}

.fbtl-what-icon-img img[src$=".png"],
.fbtl-what-icon-img img[src*=".png"] {
  filter: brightness(0) invert(1);
}

.fbtl-what-row-copy {
  min-width: 0;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.fbtl-what-row .elementor-widget-heading {
  margin: 0 !important;
}

.fbtl-what-row .elementor-widget-text-editor {
  margin: 0 !important;
}

.fbtl-what-row .elementor-heading-title {
  font-family: var(--serif) !important;
  font-size: clamp(0.95rem, 1.5vw, 1.12rem) !important;
  font-weight: 800 !important;
  letter-spacing: 0.03em;
  text-transform: uppercase !important;
  line-height: 1.4 !important;
  text-align: left !important;
  margin: 0 !important;
}

.fbtl-what-row-green .elementor-heading-title {
  color: #9cc400 !important;
}

.fbtl-what-row-navy .elementor-heading-title {
  color: var(--navy) !important;
}

.fbtl-what-card p,
.fbtl-what-row-copy p {
  margin: 0 !important;
  color: #3a4450;
  font-size: 0.95rem;
  line-height: 1.7;
}

.fbtl-what-photos {
  position: relative;
  z-index: 1;
}

.fbtl-what-photo-top img {
  width: 100% !important;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 28px !important;
}

.fbtl-what-photo-row {
  align-items: stretch !important;
}

.fbtl-what-photo-feet,
.fbtl-what-photo-clay {
  width: 50% !important;
  --width: 50% !important;
}

.fbtl-what-photo-feet img {
  width: 100% !important;
  aspect-ratio: 1 / 1.05;
  object-fit: cover;
  object-position: 50% 70%;
  border-radius: 22px !important;
}

.fbtl-what-photo-clay {
  align-self: flex-end;
  background:
    linear-gradient(90deg, transparent 28%, rgba(255, 255, 255, 0.92) 28%, rgba(255, 255, 255, 0.92) calc(28% + 9px), transparent calc(28% + 9px)),
    #c24b28;
  border-radius: 22px;
  overflow: hidden;
  min-height: 100%;
}

.fbtl-what-photo-clay img {
  width: 100% !important;
  aspect-ratio: 1 / 1.05;
  object-fit: contain;
  padding: 14%;
  border-radius: 0 !important;
}

.fbtl-members-title .elementor-heading-title,
.fbtl-inside-title .elementor-heading-title {
  font-family: var(--serif) !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  letter-spacing: -0.02em;
  font-size: clamp(2.1rem, 5vw, 4.2rem) !important;
  line-height: 0.95 !important;
}

.fbtl-mint-card .elementor-heading-title {
  font-family: var(--serif) !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.03em;
  font-size: clamp(1.35rem, 2.2vw, 1.75rem) !important;
  text-align: left !important;
  margin-bottom: 10px !important;
}

.fbtl-mint-card .elementor-widget-text-editor {
  color: #5a6570;
}

.fbtl-mint-card {
  transition: transform 0.35s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.35s ease;
}

.fbtl-mint-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 44px rgba(9, 34, 66, 0.1);
}

.e-con.fbtl-expert {
  transition: transform 0.35s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.35s ease;
}

.e-con.fbtl-expert:hover {
  transform: translateY(-12px) !important;
  box-shadow: 0 24px 48px rgba(9, 34, 66, 0.16) !important;
}

a.fbtl-inside-card,
.fbtl-inside-card {
  text-decoration: none !important;
  color: inherit !important;
  cursor: pointer;
  transition: transform 0.35s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.35s ease;
}

a.fbtl-inside-card:hover,
a.fbtl-inside-card:focus,
.fbtl-inside-card:hover {
  color: inherit !important;
  transform: translateY(-10px);
  box-shadow: 0 28px 50px rgba(9, 34, 66, 0.12);
}

a.fbtl-inside-card .elementor-widget-text-editor,
a.fbtl-inside-card p {
  color: #5a6570 !important;
}

.fbtl-inside-card .elementor-heading-title {
  font-family: var(--serif) !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.03em;
  font-size: clamp(1.35rem, 2.2vw, 1.75rem) !important;
  text-align: left !important;
}

.fbtl-inside-icon {
  min-height: 48px;
}

.fbtl-inside-icon img,
.fbtl-inside-icon svg {
  width: 48px !important;
  height: 48px !important;
  max-width: 48px !important;
  display: block !important;
  opacity: 1 !important;
}

.fbtl-program-btn .elementor-button:hover,
.fbtl-program-btn .elementor-button:focus {
  background-color: transparent !important;
  color: var(--navy) !important;
  border-color: var(--navy) !important;
}

@media (max-width: 1024px) {
  .fbtl-trust-item .elementor-heading-title {
    font-size: 0.75rem !important;
    letter-spacing: 1px !important;
  }
}

@media (max-width: 767px) {
  .fbtl-what-photos {
    padding-bottom: 0;
  }

  .fbtl-what-photo-feet,
  .fbtl-what-photo-clay {
    width: 50% !important;
    --width: 50% !important;
  }

  .fbtl-eco-item {
    padding: 18px 16px !important;
  }

  .fbtl-trust-item .elementor-heading-title {
    white-space: normal;
    text-align: center;
  }

  .home .fbtl-trust > .e-con-inner > .e-con {
    flex-direction: column !important;
    flex-wrap: wrap !important;
  }

  .home .fbtl-trust-item {
    width: 100% !important;
    --width: 100% !important;
    flex: 1 1 auto !important;
  }
}

.fbtl-lime {
  color: var(--lime) !important;
}

.fbtl-story-title .elementor-heading-title {
  font-family: var(--serif) !important;
  font-size: clamp(2rem, 4.2vw, 3.4rem) !important;
  font-weight: 800 !important;
  text-align: left !important;
  line-height: 1.1 !important;
}

.fbtl-story-photos {
  position: relative;
  min-height: 360px;
}

.fbtl-story-back {
  width: 78%;
  max-width: 460px;
  margin-left: auto;
  margin-top: 22%;
  position: relative;
  z-index: 1;
}

.fbtl-story-front {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 58%;
  max-width: 340px;
  z-index: 2;
  box-shadow: 0 18px 40px rgba(9, 34, 66, 0.16);
}

.fbtl-story-btn .elementor-button:hover,
.fbtl-story-btn .elementor-button:focus {
  background-color: var(--lime) !important;
  color: var(--navy-deep) !important;
  transform: translateY(-2px);
}

.fbtl-cta {
  min-height: 520px;
}

.fbtl-cta-card {
  max-width: 850px;
  width: min(850px, 100%);
  margin: 0 auto;
  box-shadow: 0 40px 80px rgba(9, 34, 66, 0.18);
}

.fbtl-cta-title .elementor-heading-title {
  font-family: var(--serif) !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  letter-spacing: -0.02em;
  font-size: clamp(2.2rem, 6vw, 4.6rem) !important;
  line-height: 0.95 !important;
  color: var(--navy) !important;
}

.fbtl-cta-copy {
  text-align: center;
  max-width: 560px;
  margin: 0 auto;
  color: #2a3340;
}

.fbtl-cta-copy strong {
  color: var(--navy);
  font-size: 1.08em;
}

.fbtl-cta-primary .elementor-button:hover,
.fbtl-cta-primary .elementor-button:focus {
  background-color: transparent !important;
  color: var(--navy) !important;
  border: 2px solid var(--navy) !important;
  transform: translateY(-2px);
}

.fbtl-cta-ghost .elementor-button:hover,
.fbtl-cta-ghost .elementor-button:focus {
  background-color: var(--navy) !important;
  color: #fff !important;
  transform: translateY(-2px);
}

.fbtl-faq-title .elementor-heading-title {
  font-family: var(--serif) !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  letter-spacing: -0.02em;
  font-size: clamp(2rem, 5vw, 4.2rem) !important;
  line-height: 0.95 !important;
  margin-bottom: 28px !important;
}

.fbtl-faq .elementor-accordion {
  border-top: 1px solid rgba(9, 34, 66, 0.12);
}

.fbtl-faq .elementor-accordion-item {
  border: 0 !important;
  border-bottom: 1px solid rgba(9, 34, 66, 0.12) !important;
  background: transparent !important;
}

.fbtl-faq .elementor-tab-title,
.fbtl-faq .elementor-accordion-title {
  font-family: var(--sans) !important;
  font-size: clamp(0.92rem, 1.6vw, 1.12rem) !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.04em;
  color: var(--navy) !important;
  background: transparent !important;
}

.fbtl-faq .elementor-tab-title {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 28px 0 !important;
  flex-direction: row-reverse;
  transition: color 0.2s ease;
}

.fbtl-faq .elementor-tab-title:hover,
.fbtl-faq .elementor-tab-title:hover .elementor-accordion-title,
.fbtl-faq .elementor-tab-title:hover .elementor-accordion-icon {
  color: var(--green) !important;
}

.fbtl-faq .elementor-accordion-icon {
  color: var(--navy) !important;
  margin: 0 0 0 12px !important;
}

.fbtl-faq .elementor-tab-content {
  border: 0 !important;
  padding: 0 0 28px !important;
  color: #5a6570;
  font-size: 1.02rem;
  line-height: 1.75;
}

.fbtl-to-top {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 1500;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 8px 24px rgba(9, 34, 66, 0.16);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.fbtl-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.fbtl-to-top::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin: 16px auto 0;
  border-top: 2px solid #8a93a0;
  border-left: 2px solid #8a93a0;
  transform: rotate(45deg);
}

.fbtl-to-top:hover {
  transform: translateY(-2px);
}

/* Sitewide responsive */
.e-con,
.elementor-widget,
.elementor-widget-container {
  min-width: 0;
  max-width: 100%;
}

.elementor-button {
  max-width: 100%;
  word-break: break-word;
}

@media (min-width: 1025px) {
  .home .fbtl-how-hero {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    --flex-direction: row !important;
  }

  .home .fbtl-eco > .e-con-inner > .e-con,
  .home .fbtl-what-section > .e-con-inner > .e-con,
  .home .fbtl-story > .e-con-inner > .e-con {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    --flex-direction: row !important;
  }

  .home .fbtl-eco > .e-con-inner > .e-con > .e-con:first-of-type {
    width: 46% !important;
    --width: 46% !important;
  }

  .home .fbtl-eco > .e-con-inner > .e-con > .e-con:last-of-type {
    width: 54% !important;
    --width: 54% !important;
  }

  .home .fbtl-what-section > .e-con-inner > .e-con > .e-con,
  .home .fbtl-story > .e-con-inner > .e-con > .e-con {
    width: 50% !important;
    --width: 50% !important;
  }

  .home .fbtl-trust > .e-con-inner > .e-con {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    --flex-direction: row !important;
  }

  .home .fbtl-trust-item {
    flex: 1 1 0 !important;
    width: auto !important;
    --width: auto !important;
  }
}

@media (max-width: 767px) {
  .fbtl-story-photos {
    min-height: 0;
    padding-bottom: 0;
    margin-bottom: 12px;
  }

  .fbtl-story-back,
  .fbtl-story-front {
    position: relative !important;
    width: 100%;
    max-width: none;
    margin: 0 0 14px;
    left: auto;
    top: auto;
  }

  .fbtl-cta-actions {
    flex-direction: column !important;
  }

  .fbtl-cta-actions .e-con.e-child {
    width: 100% !important;
  }

  .fbtl-cta-card {
    padding-left: 8px;
    padding-right: 8px;
  }

  .fbtl-faq .elementor-tab-title {
    padding: 22px 0 !important;
  }

  .home .fbtl-plans-section > .e-con-inner > .e-con {
    flex-direction: column !important;
  }

  .home .fbtl-plan-card {
    width: 100% !important;
    --width: 100% !important;
  }
}

/* Homepage polish: titles, radii, hero, membership */
.home .elementor-heading-title {
  text-transform: uppercase !important;
}

.home .fbtl-hero h1,
.home .fbtl-hero .elementor-heading-title,
.home .fbtl-hero-title .elementor-heading-title {
  text-transform: none !important;
  color: #ffffff !important;
  font-size: clamp(2.15rem, 4.8vw, 4.15rem) !important;
  line-height: 1.08 !important;
  letter-spacing: 0.01em;
  text-align: center;
  max-width: none !important;
}

.home .fbtl-hero-actions {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 640px;
}

.home .fbtl-hero-actions .elementor-widget-button {
  flex: 1 1 0;
}

.home .fbtl-hero-actions .elementor-button {
  width: 100%;
  white-space: nowrap;
}

.home .fbtl-eco-photo img {
  border-radius: 24px !important;
}

.home .fbtl-mint-card,
.home .fbtl-expert,
.home .fbtl-inside-card,
.home .fbtl-story-back img,
.home .fbtl-story-front img,
.home .fbtl-cta-card,
.home .fbtl-plan-card {
  border-radius: 10px !important;
}

.home .fbtl-what-card {
  border-radius: 24px !important;
}

.home .fbtl-what-photo-top img {
  border-radius: 28px !important;
}

.home .fbtl-what-photo-feet img {
  border-radius: 22px !important;
}

.home .fbtl-eco-photo img,
.home .fbtl-what-photo-top img,
.home .fbtl-what-photo-feet img,
.home .fbtl-story-back img,
.home .fbtl-story-front img {
  overflow: hidden;
}

.home .fbtl-plans-title .elementor-heading-title {
  font-weight: 900 !important;
  letter-spacing: -0.02em;
  font-size: clamp(2.1rem, 5vw, 4rem) !important;
  line-height: 0.95 !important;
}

.home .fbtl-plans-lead {
  max-width: 520px;
  margin: 0 auto 8px;
  color: #5a6570;
}

.home .fbtl-plan-card {
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.home .fbtl-plan-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 56px rgba(9, 34, 66, 0.18) !important;
}

.home .fbtl-plan-tier .elementor-heading-title {
  font-family: var(--sans) !important;
  font-size: 0.92rem !important;
  letter-spacing: 0.16em !important;
  margin: 0 0 6px !important;
}

.home .fbtl-plan-price .elementor-heading-title {
  font-size: clamp(2.2rem, 4vw, 3.2rem) !important;
  line-height: 1 !important;
  margin: 0 0 8px !important;
}

.home .fbtl-plan-card ul {
  margin: 18px 0 28px;
  padding: 0;
  list-style: none;
}

.home .fbtl-plan-card li {
  position: relative;
  padding: 8px 0 8px 28px;
  border-bottom: 1px solid rgba(9, 34, 66, 0.08);
  color: #3a4450;
}

.home .fbtl-plan-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 14px;
  height: 7px;
  border-left: 2px solid #00ab3b;
  border-bottom: 2px solid #00ab3b;
  transform: rotate(-45deg);
}

.home .fbtl-plan-note {
  margin: 0 0 8px !important;
  color: #5a6570;
  font-weight: 600;
}

.home .fbtl-plan-basic,
.page-id-30416 .fbtl-plan-basic {
  background: #ffffff;
}

.home .fbtl-plan-premium,
.home .fbtl-plan-premium.e-con,
.home .fbtl-plan-premium > .e-con-inner,
.page-id-30416 .fbtl-plan-premium,
.page-id-30416 .fbtl-plan-premium.e-con,
.page-id-30416 .fbtl-plan-premium > .e-con-inner {
  background: #092242 !important;
  background-color: #092242 !important;
  --background-color: #092242 !important;
  box-shadow: 0 24px 48px rgba(9, 34, 66, 0.22) !important;
}

.home .fbtl-plan-premium .elementor-heading-title,
.home .fbtl-plan-premium .fbtl-plan-note,
.home .fbtl-plan-premium li,
.home .fbtl-plan-premium .elementor-widget-text-editor,
.page-id-30416 .fbtl-plan-premium .elementor-heading-title,
.page-id-30416 .fbtl-plan-premium .elementor-widget-text-editor,
.page-id-30416 .fbtl-plan-premium li {
  color: #ffffff !important;
}

.home .fbtl-plan-premium li,
.page-id-30416 .fbtl-plan-premium li {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

.home .fbtl-plan-premium li::before,
.page-id-30416 .fbtl-plan-premium li::before {
  border-color: #c9db00;
}

.home .fbtl-plan-premium .fbtl-plan-price .elementor-heading-title,
.page-id-30416 .fbtl-plan-premium .elementor-widget-heading:nth-of-type(2) .elementor-heading-title {
  color: #c9db00 !important;
}

.home .fbtl-plan-btn .elementor-button {
  width: 100%;
  min-height: 52px;
}

.home .fbtl-plan-btn .elementor-button:hover,
.home .fbtl-plan-btn .elementor-button:focus-visible {
  filter: brightness(1.06);
  transform: translateY(-2px);
}

@media (min-width: 900px) {
  .home .fbtl-plans-section > .e-con-inner > .e-con {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: stretch;
  }

  .home .fbtl-plan-card {
    width: 48% !important;
    --width: 48% !important;
  }
}

/* ========== Sitewide + homepage responsive pass ========== */
.e-con,
.e-con-inner,
.elementor-widget,
.elementor-widget-container,
.elementor-element {
  min-width: 0;
  max-width: 100%;
}

.elementor img,
.elementor video,
.elementor iframe {
  max-width: 100% !important;
}

@media (max-width: 1099px) {
  .fbtl-header-inner > .fbtl-login {
    padding: 10px 14px;
    font-size: 12px;
  }
}

@media (max-width: 600px) {
  .fbtl-header-inner > .fbtl-login {
    display: none;
  }
}

@media (max-width: 1024px) {
  .home .fbtl-how-hero {
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    --flex-direction: column !important;
    min-height: 0 !important;
    height: auto !important;
    overflow: visible;
  }

  .home .fbtl-how-hero-copy {
    flex: 0 0 auto !important;
    width: 100% !important;
    max-width: none;
    --width: 100% !important;
    min-height: 0 !important;
    padding: 40px 20px 44px !important;
  }

  .home .fbtl-how-hero-title .elementor-heading-title {
    font-size: clamp(2.8rem, 12vw, 4.6rem) !important;
  }

  .home .fbtl-how-hero-btn .elementor-button {
    width: auto;
    max-width: 100%;
  }

  .home .fbtl-how-hero-copy::before {
    display: none;
  }

  .home .fbtl-how-hero-media {
    flex: 0 0 auto !important;
    width: 100% !important;
    --width: 100% !important;
    min-height: 240px !important;
    aspect-ratio: 16 / 9;
  }

  .home .fbtl-how-hero-video,
  .home .fbtl-how-hero-video .elementor-widget-container,
  .home .fbtl-how-hero-video .elementor-wrapper {
    position: absolute !important;
    inset: 0;
    aspect-ratio: auto !important;
    height: 100% !important;
    min-height: 0;
  }

  .home .fbtl-how-hero-video .elementor-custom-embed-image-overlay,
  .home .fbtl-how-hero-video img {
    background-size: 210% auto;
    background-position: 96% 38%;
    object-position: 96% 38%;
  }

  .home .fbtl-how-hero-media::after {
    display: none;
  }

  .home .fbtl-how-hero-video .elementor-custom-embed-play {
    left: 50%;
    width: 84px;
    height: 84px;
  }

  .home .fbtl-how-hero-logo {
    top: 16px;
    right: 16px;
    width: 88px;
  }

  .home .fbtl-how-hero-logo img {
    width: 88px !important;
  }

  .home .fbtl-eco-visual {
    padding: 0;
  }

  .home .fbtl-eco-title .elementor-heading-title {
    font-size: clamp(1.85rem, 8vw, 2.7rem) !important;
  }

  .home .fbtl-eco > .e-con-inner > .e-con,
  .home .fbtl-what-section > .e-con-inner > .e-con,
  .home .fbtl-story > .e-con-inner > .e-con {
    flex-direction: column !important;
    flex-wrap: wrap !important;
    --flex-direction: column !important;
  }

  .home .fbtl-eco > .e-con-inner > .e-con > .e-con,
  .home .fbtl-what-section > .e-con-inner > .e-con > .e-con,
  .home .fbtl-story > .e-con-inner > .e-con > .e-con {
    width: 100% !important;
    --width: 100% !important;
    max-width: 100% !important;
    flex-basis: 100% !important;
  }

  .fbtl-what-photos,
  .fbtl-story-photos {
    min-height: 0;
    padding-bottom: 0;
  }

  .fbtl-what-section::before {
    width: 130px;
    height: 130px;
    left: -28px;
    bottom: -48px;
  }

  .fbtl-story-back,
  .fbtl-story-front {
    position: relative !important;
    width: 100%;
    max-width: none;
    margin: 0 0 14px;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }

  .home .fbtl-trust > .e-con-inner > .e-con {
    flex-wrap: wrap !important;
  }

  .home .fbtl-hero-title .elementor-heading-title,
  .home .fbtl-hero h1,
  .home .fbtl-hero .elementor-heading-title {
    font-size: clamp(1.85rem, 6.2vw, 3.2rem) !important;
  }

  .home .fbtl-members-title .elementor-heading-title,
  .home .fbtl-inside-title .elementor-heading-title,
  .home .fbtl-cta-title .elementor-heading-title,
  .home .fbtl-faq-title .elementor-heading-title,
  .home .fbtl-plans-title .elementor-heading-title {
    font-size: clamp(1.85rem, 6vw, 3rem) !important;
  }
}

@media (max-width: 899px) {
  .home .fbtl-plans-section > .e-con-inner > .e-con {
    flex-direction: column !important;
    flex-wrap: wrap !important;
  }

  .home .fbtl-plan-card,
  .home .fbtl-plan-card.e-con.e-child {
    width: 100% !important;
    --width: 100% !important;
    flex-basis: 100% !important;
  }

  .home .fbtl-trust-item {
    width: 100% !important;
    --width: 100% !important;
    flex: 1 1 100% !important;
  }

  .home .fbtl-trust > .e-con-inner > .e-con {
    flex-direction: column !important;
  }
}

@media (max-width: 767px) {
  .e-con.e-child {
    width: 100% !important;
    --width: 100% !important;
    max-width: 100% !important;
    flex-basis: 100% !important;
  }

  .home .fbtl-eco-item,
  .home .fbtl-eco-item.e-con.e-child,
  .home .fbtl-eco-copy,
  .home .fbtl-eco-copy.e-con.e-child,
  .home .fbtl-what-row,
  .home .fbtl-what-row.e-con.e-child,
  .home .fbtl-what-row-copy,
  .home .fbtl-what-row-copy.e-con.e-child,
  .home .fbtl-trust-item,
  .home .fbtl-trust-item.e-con.e-child,
  .home .fbtl-what-photo-feet,
  .home .fbtl-what-photo-clay,
  .home .fbtl-what-photo-feet.e-con.e-child,
  .home .fbtl-what-photo-clay.e-con.e-child {
    width: auto !important;
    max-width: none !important;
    flex-basis: auto !important;
  }

  .home .fbtl-eco-copy,
  .home .fbtl-eco-copy.e-con.e-child,
  .home .fbtl-what-row-copy,
  .home .fbtl-what-row-copy.e-con.e-child {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    width: auto !important;
  }

  .home .fbtl-eco-item,
  .home .fbtl-eco-item.e-con.e-child {
    width: 100% !important;
    max-width: 100% !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    --flex-direction: row !important;
    --align-items: center !important;
  }

  body:not(.fbtl-native-replica) .e-con.e-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    --grid-template-columns: minmax(0, 1fr) !important;
  }

  .home .fbtl-hero-actions,
  .home .fbtl-hero-actions.e-con.e-child {
    width: 100% !important;
    flex-basis: auto !important;
    max-width: 100% !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 8px !important;
    --gap: 8px !important;
  }

  .home .fbtl-hero-actions .elementor-widget-button {
    flex: 1 1 0;
    width: auto !important;
    max-width: 50%;
    min-width: 0;
  }

  .home .fbtl-hero-actions .elementor-button {
    width: 100% !important;
    padding: 11px 8px !important;
    font-size: 11px !important;
    min-height: 44px !important;
    letter-spacing: 0.03em !important;
    white-space: nowrap;
  }

  .home .elementor-6391 > .e-con:first-child {
    --min-height: 520px !important;
    min-height: 520px !important;
    --padding-left: 16px;
    --padding-right: 16px;
  }

  .home .fbtl-what-photo-row.e-con,
  .home .fbtl-what-photo-row.e-con.e-child {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    --width: 100% !important;
  }

  .home .fbtl-what-photo-feet,
  .home .fbtl-what-photo-clay {
    width: 50% !important;
    max-width: 50% !important;
    flex: 1 1 50% !important;
  }

  .home .fbtl-what-icon-img,
  .home .elementor-widget-image.fbtl-what-icon-img {
    width: 48px !important;
    min-width: 48px !important;
    max-width: 48px !important;
    height: 48px !important;
    min-height: 48px !important;
    max-height: 48px !important;
    aspect-ratio: 1 / 1 !important;
    --width: 48px !important;
    --min-height: 48px !important;
    flex: 0 0 48px !important;
    border-radius: 50% !important;
  }

  .home .fbtl-mint-card,
  .home .fbtl-inside-card,
  .home .fbtl-what-card,
  .home .fbtl-plan-card,
  .home .fbtl-expert,
  .home .fbtl-cta-card {
    --padding-top: 28px !important;
    --padding-right: 20px !important;
    --padding-bottom: 28px !important;
    --padding-left: 20px !important;
    padding: 28px 20px !important;
  }

  .home .fbtl-how-hero-title .elementor-heading-title {
    font-size: clamp(2.4rem, 14vw, 3.6rem) !important;
  }


  .fbtl-cta-actions {
    flex-direction: column !important;
  }

  .fbtl-cta-actions .e-con.e-child {
    width: 100% !important;
  }

  .elementor-widget-button .elementor-button {
    max-width: 100%;
  }

  .fbtl-footer-grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 420px) {
  .home .fbtl-hero-actions {
    flex-wrap: wrap !important;
  }

  .home .fbtl-hero-actions .elementor-widget-button {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

@media (max-width: 1024px) {
  .home .fbtl-expert,
  .home .e-con.fbtl-expert,
  .home .fbtl-expert.e-con.e-child {
    min-height: 0 !important;
    height: auto !important;
    --min-height: 0px !important;
    justify-content: flex-start !important;
  }

  .home .fbtl-cta {
    min-height: 0 !important;
  }

  .home .fbtl-how-hero,
  .home .fbtl-how-hero-copy,
  .home .fbtl-how-hero-media {
    --min-height: 0px !important;
  }
}

@media (max-width: 767px) {
  .home .fbtl-hero,
  .home .elementor-6391 > .e-con:first-child {
    min-height: 0 !important;
    --min-height: 0px !important;
    padding: 36px 18px 40px !important;
  }

  .home .fbtl-hero-title .elementor-heading-title,
  .home .fbtl-hero h1 {
    font-size: clamp(1.85rem, 7.4vw, 2.4rem) !important;
    line-height: 1.12 !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .home .fbtl-hero-actions,
  .home .fbtl-hero-actions.e-con.e-child {
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    width: min(100%, 340px) !important;
    max-width: 340px !important;
    margin-left: auto;
    margin-right: auto;
    gap: 12px !important;
    --gap: 12px !important;
  }

  .home .fbtl-hero-actions .elementor-widget-button {
    flex: 1 1 auto;
    width: 100% !important;
    max-width: 100%;
  }

  .home .fbtl-hero-actions .elementor-button {
    width: 100% !important;
    min-height: 52px !important;
    padding: 14px 18px !important;
    font-size: 14px !important;
    letter-spacing: 0.06em !important;
  }

  .home .fbtl-trust {
    padding: 22px 16px !important;
  }

  .home .fbtl-how-hero-copy {
    padding: 36px 22px 28px !important;
    align-items: flex-start !important;
  }

  .home .fbtl-how-hero-title .elementor-heading-title {
    font-size: clamp(2.6rem, 16vw, 3.4rem) !important;
  }

  .home .fbtl-how-hero-media {
    border-radius: 0;
    overflow: hidden;
  }

  .home .fbtl-eco,
  .home .fbtl-what-section,
  .home .fbtl-members,
  .home .fbtl-experts,
  .home .fbtl-inside,
  .home .fbtl-story,
  .home .fbtl-plans-section,
  .home .fbtl-faq {
    --padding-left: 16px !important;
    --padding-right: 16px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .home .fbtl-eco {
    --padding-top: 36px !important;
    --padding-bottom: 36px !important;
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }

  .home .fbtl-eco-item {
    gap: 14px !important;
    --gap: 14px !important;
    padding: 18px 16px !important;
  }

  .home .fbtl-eco-icon,
  .home .elementor-widget-image.fbtl-eco-icon {
    width: 48px !important;
    min-width: 48px !important;
    max-width: 48px !important;
    height: 48px !important;
    flex-basis: 48px !important;
  }

  .home .fbtl-eco-icon img {
    width: 24px !important;
    height: 24px !important;
  }

  .home .fbtl-eco-item .elementor-heading-title {
    font-size: 1.02rem !important;
    margin: 0 0 4px !important;
  }

  .home .fbtl-eco-item p {
    font-size: 0.9rem !important;
    line-height: 1.5 !important;
  }

  .home .fbtl-what-card {
    padding: 28px 20px 12px !important;
  }

  .home .fbtl-what-row {
    padding: 22px 0 !important;
    align-items: flex-start !important;
    --align-items: flex-start !important;
  }

  .home .fbtl-what-icon-img,
  .home .elementor-widget-image.fbtl-what-icon-img {
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    min-height: 48px !important;
    max-width: 48px !important;
    max-height: 48px !important;
    aspect-ratio: 1 / 1 !important;
    border-radius: 50% !important;
    align-self: flex-start !important;
  }

  .home .fbtl-story-photos {
    position: relative;
    min-height: 260px;
    margin-bottom: 20px;
  }

  .home .fbtl-story-back,
  .home .fbtl-story-back.e-con.e-child {
    position: relative !important;
    width: 74% !important;
    max-width: 74% !important;
    margin: 22% 0 0 auto !important;
    left: auto;
    top: auto;
  }

  .home .fbtl-story-front,
  .home .fbtl-story-front.e-con.e-child {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 58% !important;
    max-width: 58% !important;
    margin: 0 !important;
    z-index: 2;
  }

  .home .fbtl-expert,
  .home .e-con.fbtl-expert {
    padding: 28px 22px !important;
    min-height: 0 !important;
    --min-height: 0px !important;
    height: auto !important;
  }

  .home .fbtl-mint-card,
  .home .fbtl-inside-card {
    padding: 22px 18px !important;
  }

  .home .fbtl-cta-card {
    padding: 32px 20px !important;
    width: calc(100% - 24px) !important;
  }

  .home .fbtl-plan-card {
    padding: 28px 20px !important;
  }
}

/* ============================================================
   Teaching Academy
   ============================================================ */
body.page-id-29449,
body.page-teaching-academy {
  background: #f8fafc;
}

.fbtl-ta-eyebrow .elementor-heading-title {
  font-family: var(--sans) !important;
  font-size: 0.72rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: #00ab3b !important;
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
}

.fbtl-ta-eyebrow .elementor-heading-title::before {
  content: "";
  width: 20px;
  height: 2px;
  background: #00ab3b;
}

.fbtl-ta-h1 .elementor-heading-title {
  font-family: "Playfair Display", Georgia, serif !important;
  font-weight: 800 !important;
  font-size: clamp(2.6rem, 5vw, 4.2rem) !important;
  line-height: 1.05 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  color: #092242 !important;
}

.fbtl-ta-sub .elementor-heading-title {
  font-family: var(--sans) !important;
  font-size: 1.2rem !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  color: #1e293b !important;
}

.fbtl-ta-desc p,
.fbtl-ta-lede p {
  color: #64748b;
  max-width: 540px;
  font-size: 0.97rem;
  line-height: 1.65;
  margin: 0 0 8px !important;
}

.fbtl-ta-list {
  list-style: none;
  margin: 8px 0 8px !important;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.fbtl-ta-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.92rem;
  color: #1e293b;
  line-height: 1.55;
}

.fbtl-ta-list li::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 3px;
  background: #00ab3b url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E") center / 9px no-repeat;
}

.fbtl-ta-actions .elementor-button {
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 700 !important;
  font-size: 0.85rem !important;
  padding: 14px 22px !important;
  border-radius: 10px !important;
}

.fbtl-ta-video .elementor-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #05162e;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(9, 34, 66, 0.12);
}

.fbtl-ta-video .elementor-custom-embed-image-overlay,
.fbtl-ta-video .elementor-video,
.fbtl-ta-video iframe {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  background-size: cover;
  background-position: center;
}

.fbtl-ta-video .elementor-custom-embed-play {
  display: flex !important;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 84px;
  height: 84px;
  margin: 0;
  transform: translate(-50%, -50%);
  align-items: center;
  justify-content: center;
  background: #c9db00;
  border-radius: 50%;
  box-shadow: 0 14px 36px rgba(5, 22, 46, 0.38);
  z-index: 5;
  pointer-events: none;
}

.fbtl-ta-video .elementor-custom-embed-play i::before,
.fbtl-ta-video .elementor-custom-embed-play svg {
  color: #05162e;
  fill: #05162e !important;
}

.fbtl-ta-caption {
  border-bottom: 1.5px solid #e2e8f0;
  text-align: center;
}

.fbtl-ta-caption p {
  font-size: 1rem;
  color: #64748b;
  font-style: italic;
  line-height: 1.7;
  max-width: 680px;
  margin: 0 auto !important;
}

.fbtl-ta-caption em {
  color: #092242;
  font-weight: 600;
  font-style: normal;
}

.fbtl-ta-badge .elementor-heading-title {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  background: rgba(0, 171, 59, 0.18);
  border: 1px solid rgba(0, 171, 59, 0.4);
  color: #5bdb7a !important;
  font-family: var(--sans) !important;
  font-size: 0.7rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  padding: 6px 14px;
  border-radius: 999px;
}

.fbtl-ta-badge .elementor-heading-title::before {
  content: "●";
  font-size: 0.45rem;
}

.fbtl-ta-month-eye .elementor-heading-title {
  font-family: var(--sans) !important;
  font-size: 0.72rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  color: rgba(255, 255, 255, 0.45) !important;
}

.fbtl-ta-month-title .elementor-heading-title {
  font-family: var(--serif) !important;
  font-size: clamp(2.4rem, 4.5vw, 4rem) !important;
  font-weight: 900 !important;
  line-height: 1.05 !important;
  color: #fff !important;
  text-transform: none !important;
}

.fbtl-ta-month-title em {
  font-style: italic;
  color: #c9db00;
}

.fbtl-ta-month-quote p {
  color: rgba(255, 255, 255, 0.75);
  border-left: 3px solid #00ab3b;
  padding-left: 1.25rem;
  max-width: 420px;
  margin: 0 !important;
}

.fbtl-ta-frame {
  position: relative;
}

.fbtl-ta-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 14px;
  background: #00ab3b;
  opacity: 0.2;
  transform: translate(8px, 8px);
  z-index: 0;
}

.fbtl-ta-frame .elementor-widget-image {
  position: relative;
  z-index: 1;
}

.fbtl-ta-frame img {
  border-radius: 12px;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center 10%;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.fbtl-ta-img-badge {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 4;
  background: #092242;
  border: 2px solid #00ab3b;
  border-radius: 10px;
  padding: 8px 12px;
  margin: 0 !important;
  color: #fff;
  line-height: 1.25;
}

.fbtl-ta-img-badge strong {
  display: block;
  font-size: 0.7rem;
  letter-spacing: 0.04em;
}

.fbtl-ta-img-badge span {
  display: block;
  font-size: 0.6rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.55);
}

.fbtl-ta-label .elementor-heading-title {
  font-family: var(--sans) !important;
  font-size: 0.68rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
  color: #00ab3b !important;
}

.page-teaching-academy .fbtl-ta-roadmap h2 .elementor-heading-title,
.page-teaching-academy .fbtl-ta-tools h2 .elementor-heading-title,
.page-teaching-academy .fbtl-ta-schedule h2 .elementor-heading-title,
.page-teaching-academy .fbtl-ta-pathway h2 .elementor-heading-title,
.page-id-29449 .fbtl-ta-roadmap h2 .elementor-heading-title,
.page-id-29449 .fbtl-ta-tools h2 .elementor-heading-title,
.page-id-29449 .fbtl-ta-schedule h2 .elementor-heading-title,
.page-id-29449 .fbtl-ta-pathway h2 .elementor-heading-title {
  font-family: var(--serif) !important;
  font-size: clamp(1.6rem, 3vw, 2.2rem) !important;
  font-weight: 700 !important;
  text-transform: none !important;
  letter-spacing: 0.01em !important;
}

.fbtl-ta-week {
  position: relative;
  overflow: hidden;
  border: 1.5px solid #e2e8f0;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.fbtl-ta-week::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: #00ab3b;
}

.fbtl-ta-week-2::before { background: #c9db00; }
.fbtl-ta-week-3::before { background: #092242; }
.fbtl-ta-week-4::before { background: #5bdb7a; }

.fbtl-ta-week:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(9, 34, 66, 0.1);
}

.fbtl-ta-week-num .elementor-heading-title {
  font-family: var(--serif) !important;
  font-size: 2.4rem !important;
  font-weight: 900 !important;
  color: #092242 !important;
  opacity: 0.08;
  position: absolute;
  top: 12px;
  right: 16px;
  margin: 0 !important;
}

.fbtl-ta-week-label .elementor-heading-title,
.fbtl-ta-month-label .elementor-heading-title {
  font-family: var(--sans) !important;
  font-size: 0.65rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  color: #64748b !important;
}

.fbtl-ta-week h3 .elementor-heading-title,
.fbtl-ta-month-card h3 .elementor-heading-title,
.fbtl-ta-tool h3 .elementor-heading-title {
  font-family: var(--sans) !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  color: #092242 !important;
}

.fbtl-ta-week p,
.fbtl-ta-month-card p,
.fbtl-ta-tool p {
  font-size: 0.82rem;
  color: #64748b;
  line-height: 1.5;
  margin: 0 !important;
}

.fbtl-ta-start .elementor-heading-title {
  font-family: var(--serif) !important;
  font-size: 1.15rem !important;
  color: #092242 !important;
  text-transform: none !important;
}

.fbtl-ta-start-row {
  padding-top: 8px;
  border-top: 1.5px solid #e2e8f0;
}

.fbtl-ta-tool {
  border: 1.5px solid #e2e8f0;
  text-decoration: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  position: relative;
  overflow: hidden;
}

.fbtl-ta-tool::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: #00ab3b;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}

.fbtl-ta-tool:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(9, 34, 66, 0.1);
}

.fbtl-ta-tool:hover::after {
  transform: scaleX(1);
}

.fbtl-ta-tool-icon {
  width: 46px;
  height: 46px;
  border-radius: 11px;
  background: #092242;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  margin: 0 0 4px;
}

.fbtl-ta-tool-link {
  font-size: 0.78rem !important;
  font-weight: 700;
  color: #00ab3b !important;
  letter-spacing: 0.04em;
  margin-top: auto !important;
}

.fbtl-ta-tool-link::after {
  content: " →";
}

.fbtl-ta-series .elementor-heading-title {
  font-family: var(--sans) !important;
  font-size: 0.68rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  color: #092242 !important;
  display: flex !important;
  align-items: center;
  gap: 12px;
}

.fbtl-ta-series .elementor-heading-title::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #e2e8f0;
}

.fbtl-ta-month-card {
  border: 1.5px solid #e2e8f0;
}

.fbtl-ta-month-live {
  border-color: #00ab3b !important;
  box-shadow: 0 4px 18px rgba(0, 171, 59, 0.14);
}

.fbtl-ta-month-locked {
  opacity: 0.72;
}

.fbtl-ta-now,
.fbtl-ta-upcoming {
  display: inline-block !important;
  font-size: 0.6rem !important;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 2px 8px;
  margin: 0 0 6px !important;
  width: fit-content;
}

.fbtl-ta-now {
  background: #00ab3b;
  color: #fff !important;
}

.fbtl-ta-upcoming {
  background: #f8fafc;
  color: #64748b !important;
  border: 1px solid #e2e8f0;
}

.fbtl-ta-month-live .fbtl-ta-month-label .elementor-heading-title {
  color: #00ab3b !important;
}

.fbtl-ta-stat {
  text-align: center;
  border: 1.5px solid #e2e8f0;
}

.fbtl-ta-stat h3 .elementor-heading-title {
  font-family: var(--serif) !important;
  font-size: 1.8rem !important;
  font-weight: 900 !important;
  color: #092242 !important;
  margin: 0 !important;
}

.fbtl-ta-stat p {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #64748b;
  margin: 0 !important;
}

.fbtl-ta-acc .elementor-accordion-item {
  border: 0 !important;
  border-bottom: 1.5px solid #e2e8f0 !important;
  background: #fff;
}

.fbtl-ta-acc .elementor-tab-title {
  font-family: var(--serif) !important;
  font-weight: 700 !important;
  color: #092242 !important;
  padding: 22px 24px !important;
}

.fbtl-ta-acc .elementor-tab-content {
  padding: 0 24px 22px !important;
}

.fbtl-ta-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0 0 !important;
}

.fbtl-ta-chip {
  background: #f8fafc;
  border: 1.5px solid #e2e8f0;
  border-radius: 999px;
  padding: 5px 14px;
  font-size: 0.78rem;
  color: #1e293b;
  font-weight: 500;
}

.fbtl-ta-note {
  text-align: center;
  font-style: italic;
  color: #64748b;
  margin-top: 20px !important;
}

@media (max-width: 1024px) {
  .fbtl-ta-week,
  .fbtl-ta-tool,
  .fbtl-ta-month-card {
    width: 48% !important;
    --width: 48% !important;
    flex: 1 1 48% !important;
  }

  .fbtl-ta-stats {
    width: 100% !important;
  }
}

@media (max-width: 720px) {
  .fbtl-ta-h1 .elementor-heading-title {
    font-size: 2.4rem !important;
  }

  .fbtl-ta-actions,
  .fbtl-ta-start-row {
    flex-direction: column !important;
    align-items: stretch !important;
  }

  .fbtl-ta-actions .e-con,
  .fbtl-ta-start-row .e-con,
  .fbtl-ta-actions .elementor-widget-button,
  .fbtl-ta-actions .elementor-button {
    width: 100% !important;
    max-width: 100%;
  }

  .fbtl-ta-week,
  .fbtl-ta-tool {
    width: 100% !important;
    --width: 100% !important;
    flex: 1 1 100% !important;
  }

  .fbtl-ta-month-card {
    width: 48% !important;
    --width: 48% !important;
    flex: 1 1 48% !important;
  }

  .fbtl-ta-frame img {
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 420px) {
  .fbtl-ta-month-card {
    width: 100% !important;
    --width: 100% !important;
    flex: 1 1 100% !important;
  }
}
