html {
  scroll-behavior: smooth;
}

body.followturbo-theme {
  margin: 0;
  overflow-x: hidden;
  background: #f8fbff;
  color: #23242a;
  font-family: "Varela Round", Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ft-container {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
}

.ft-safe-buy {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 996;
  display: flex;
  width: 360px;
  max-width: calc(100% - 24px);
  transform: translateX(-50%);
  justify-content: center;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  background: #2eb26a;
}

.ft-safe-buy a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 6px 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .8px;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
}

.ft-safe-buy svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.ft-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 987;
  padding: 30px 0 6px;
  border-bottom: 2px solid #e4e4e4;
  background: #fff;
  box-shadow: 0 2px 7px 0 #0000000a;
}

.ft-navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 56px;
}

.ft-logo img {
  display: block;
  width: 190px;
  max-width: 100%;
}

.ft-menu-toggle {
  display: none;
}

.ft-menu-icon {
  display: none;
  width: 30px;
  height: 24px;
  cursor: pointer;
}

.ft-menu-icon span,
.ft-menu-icon::before,
.ft-menu-icon::after {
  display: block;
  width: 24px;
  height: 2px;
  border-radius: 99px;
  background: #999;
  content: "";
  transition: transform .2s ease, opacity .2s ease;
}

.ft-menu-icon span {
  margin: 6px 0;
}

.ft-menu {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.ft-menu a {
  color: #515151;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  transition: color .3s ease, background .3s ease;
}

.ft-menu a:hover {
  color: #ff7502;
}

.ft-menu .ft-buy-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 20px;
  border: 2px solid #ff7502;
  border-radius: 27px;
  color: #ff7502;
  font-weight: 500;
}

.ft-menu .ft-buy-link:hover {
  background: #ff7502;
  color: #fff;
}

.ft-menu-dropdown {
  position: relative;
}

.ft-menu-dropdown-toggle {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border: 0;
  outline: none;
  background: transparent;
  color: #515151;
  cursor: pointer;
  font: inherit;
  font-size: 15px;
  padding: 0;
  transition: color .3s ease;
  -webkit-appearance: none;
  appearance: none;
}

.ft-menu-dropdown.is-open .ft-menu-dropdown-toggle {
  color: #ff7502;
}

.ft-menu-dropdown-list {
  position: absolute;
  top: calc(100% + 16px);
  left: 50%;
  z-index: 20;
  display: none;
  width: 270px;
  transform: translateX(-50%);
  border: 1px solid #eef0f4;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(19, 22, 36, .14);
  overflow: hidden;
}

.ft-menu-dropdown.is-open .ft-menu-dropdown-list {
  display: block;
}

.ft-menu-dropdown-list a {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  padding: 8px 14px;
  color: #30333d;
  font-size: 15px;
  font-weight: 500;
}

.ft-menu-dropdown-list a:hover {
  background: #fff4eb;
  color: #ff7502;
}

.ft-menu-dropdown-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  flex: 0 0 auto;
  border-radius: 7px;
  background: #ff7502;
  color: #fff;
}

.ft-hero {
  padding: 145px 0 64px;
  background: #f8fbff;
}

.ft-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(360px, 1.05fr);
  align-items: center;
  gap: 72px;
}

.ft-badge-block {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 20px;
  color: #fd7e14;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .75px;
  text-transform: uppercase;
}

.ft-badge-block img {
  width: 20px;
  height: 20px;
}

.ft-hero h1 {
  margin: 0 0 20px;
  color: #151a2d;
  font-size: clamp(34px, 4.2vw, 58px);
  font-weight: 800;
  line-height: 1.25;
}

.ft-hero h1 img {
  display: inline-block;
  width: 48px;
  max-height: 44px;
  margin: 0 5px;
  vertical-align: middle;
}

.ft-hero p {
  max-width: 540px;
  margin: 0 0 28px;
  color: #7d7691;
  font-size: 18px;
  line-height: 1.62;
}

.ft-hero strong {
  color: #645f7f;
}

.ft-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 78px;
  padding: 0 42px;
  border: 1px solid #ff6d00;
  border-radius: 999px;
  background: #ff6d00;
  box-shadow: 0 6px 14px 0 rgb(255 155 71 / 38%);
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  transition: background .3s ease, color .3s ease;
}

.ft-btn:hover {
  background: transparent;
  color: #ff6d00;
  text-decoration: none;
}

.ft-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
  padding: 18px 0 0;
  margin: 0;
  list-style: none;
}

.ft-benefits li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #363842;
  font-size: 16px;
}

.ft-dot-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ff7502;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
}

.ft-star {
  color: #ffc400;
}

.ft-hero-media {
  position: relative;
  min-height: 510px;
}

.ft-hero-media > img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
}

.ft-section {
  padding: 58px 0;
  background: #f8fbff;
}

.ft-section-white {
  background: #fff;
}

.ft-section-title {
  max-width: 980px;
  margin: 0 auto 28px;
  text-align: center;
}

.ft-section-title h2 {
  margin: 0 0 18px;
  color: #151a2d;
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 800;
  line-height: 1.25;
}

.ft-section-title p {
  margin: 0 auto;
  color: #7d7691;
  font-size: 17px;
  line-height: 1.55;
}

.ft-highlight {
  position: relative;
  z-index: 1;
  display: inline-block;
  color: #eb6a00;
}

.ft-highlight::after {
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  z-index: -1;
  height: 4px;
  background: #06cfad;
  content: "";
}

.ft-pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
  padding-top: 42px;
}

.ft-service-picker {
  max-width: 1040px;
  margin: 28px auto 0;
}

.ft-social-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-bottom: 14px;
}

.ft-social-tab,
.ft-category-tab {
  appearance: none;
  border: 1px solid #e4e6ec;
  background: #fff;
  color: #5f6675;
  cursor: pointer;
  font-family: inherit;
  transition: color .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.ft-social-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 34px;
  padding: 0 16px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.ft-social-tab i {
  font-size: 15px;
}

.ft-social-svg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  color: currentColor;
  flex: 0 0 auto;
}

.ft-social-svg svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.ft-social-tab.is-active,
.ft-social-tab:hover {
  border-color: #ff7502;
  background: #fff4eb;
  color: #ff7502;
  box-shadow: 0 8px 18px rgba(255, 117, 2, .14);
}

.ft-sn-panel,
.ft-cat-panel {
  display: none;
}

.ft-sn-panel.is-active,
.ft-cat-panel.is-active {
  display: block;
}

.ft-sn-panel[hidden],
.ft-cat-panel[hidden] {
  display: none !important;
}

.ft-category-tabs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  margin: 0 auto 28px;
  padding: 10px;
  border: 1px solid #eef0f4;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(20, 25, 40, .06);
  gap: 6px;
}

.ft-category-tab {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  min-height: 40px;
  padding: 8px 12px;
  border-color: transparent;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
}

.ft-category-tab.is-active,
.ft-category-tab:hover {
  background: #fff4eb;
  color: #ff7502;
}

.ft-category-tab.is-active::before {
  position: absolute;
  top: 9px;
  bottom: 9px;
  left: 6px;
  width: 3px;
  border-radius: 99px;
  background: #06cfad;
  content: "";
}

.ft-category-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  color: currentColor;
  font-size: 17px;
  flex: 0 0 auto;
}

.ft-social-tab:focus,
.ft-category-tab:focus {
  outline: none;
}

.ft-social-tab:focus-visible,
.ft-category-tab:focus-visible {
  border-color: #06cfad;
  box-shadow: 0 0 0 3px rgba(6, 207, 173, .16);
}

.ft-pricing-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 22px 20px 20px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 24px rgb(0 0 0 / 7%);
  color: rgba(22, 28, 45, .7);
  text-align: center;
}

.ft-pricing-card.featured {
  background: #fffee0;
}

.ft-pricing-card.featured::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(90deg, rgba(192,178,168,.21), #ff6b35 50%, rgba(192,178,168,.21));
  content: "";
}

.ft-bestseller {
  position: absolute;
  top: -18px;
  left: 50%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transform: translateX(-50%);
  width: max-content;
  padding: 7px 16px;
  border: 2px solid rgba(23,23,23,.2);
  border-radius: 20px;
  background: rgba(255,255,255,.72);
  box-shadow: 0 4px 15px rgba(255,109,0,.35);
  color: #23242a;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.ft-pricing-card h3 {
  margin: 0 0 16px;
  color: #23242a;
  font-size: 21px;
  font-weight: 500;
}

.ft-followers-range {
  padding: 16px 12px;
  margin-bottom: 18px;
  border: 2px solid #e3e6ea;
  border-radius: 12px;
  background: blanchedalmond;
}

.ft-followers-range img {
  width: 26px;
  height: 26px;
  margin-bottom: 8px;
}

.ft-range {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 8px;
}

.ft-range strong {
  background: linear-gradient(135deg, #000 0%, #ff6d00 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 28px;
  font-weight: 800;
}

.ft-followers-label {
  color: #6c757d;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .5px;
  text-transform: uppercase;
}

.ft-package-list {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 14px;
  padding: 0;
  margin: 0 0 18px;
  list-style: none;
}

.ft-package-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: #868797;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.25;
}

.ft-package-list svg {
  width: 18px;
  height: 18px;
  fill: #ff6d00;
  color: #ff6d00;
  flex: 0 0 auto;
}

.ft-old-price {
  min-height: 20px;
  margin: 0;
  color: red;
  font-size: 15px;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  text-decoration: line-through;
}

.ft-price {
  margin: 8px 0 18px;
  color: #424141;
  line-height: 1;
}

.ft-price small {
  position: relative;
  top: -6px;
  font-size: 17px;
}

.ft-price strong {
  font-size: 34px;
  font-weight: 700;
}

.ft-card-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 58px;
  padding: 0 24px;
  border: 1px solid #ff6d00;
  border-radius: 999px;
  background: #ff6d00;
  box-shadow: 0 6px 14px 0 rgb(255 155 71 / 38%);
  color: #fff;
  cursor: pointer;
  font-family: inherit;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.ft-card-btn:hover {
  color: #fff;
  text-decoration: none;
}

.ft-videos-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}

.ft-video-card {
  min-width: 0;
}

.ft-video-thumb {
  position: relative;
  overflow: hidden;
  aspect-ratio: 9 / 16;
  border-radius: 10px;
  background: #d6d6d6;
}

.ft-video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ft-play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 40px;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  background: #ff0000;
  color: #fff;
}

.ft-play::before {
  width: 0;
  height: 0;
  margin-left: 3px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid #fff;
  content: "";
}

.ft-video-info {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  margin-top: 12px;
  border: 1px solid #ff8a1a;
  border-radius: 40px;
  background: rgba(255,255,255,.05);
}

.ft-video-info img {
  width: 44px;
  height: 44px;
  border: 2px solid #eb6a00;
  border-radius: 50%;
  object-fit: cover;
}

.ft-video-info strong {
  display: block;
  color: #23242a;
  font-size: 14px;
  line-height: 1.2;
}

.ft-video-info span {
  display: block;
  color: #545454;
  font-size: 12px;
  line-height: 1.2;
}

.ft-comparison {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  max-width: 1030px;
  margin: 42px auto 0;
}

.ft-comparison-col {
  padding: 35px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 4px 20px rgba(0,0,0,.08);
}

.ft-comparison-col.bad {
  border-top: 4px solid #e74c3c;
}

.ft-comparison-col.good {
  border-top: 4px solid #2eb26a;
}

.ft-comparison-col h3 {
  margin: 0 0 8px;
  color: #2c3e50;
  font-size: 24px;
  text-align: center;
}

.ft-comparison-col h4 {
  padding-bottom: 20px;
  margin: 0 0 30px;
  border-bottom: 2px solid #f0f0f0;
  color: #7f8c8d;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
}

.ft-comparison-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.ft-comparison-list li {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 68px;
  padding: 16px 18px;
  border-radius: 12px;
  color: #2c3e50;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.45;
}

.ft-comparison-list .bad-item {
  background: #fef5f5;
  color: #5a5a5a;
  font-weight: 500;
}

.ft-comparison-list .good-item {
  background: #f0fdf4;
}

.ft-icon-round {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  border-radius: 50%;
}

.bad-item .ft-icon-round {
  background: #fee2e2;
  color: #e74c3c;
}

.good-item .ft-icon-round {
  background: #d1fae5;
  color: #2eb26a;
}

.ft-differentiator {
  position: relative;
  max-width: 800px;
  padding: 28px 30px;
  margin: 0 auto 42px;
  border: 2px solid #ff7502;
  border-radius: 15px;
  background: #f9fbff;
  color: #ff7502;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.ft-differentiator span {
  position: absolute;
  top: -13px;
  left: 50%;
  display: inline-block;
  transform: translateX(-50%);
  padding: 4px 12px;
  border-radius: 12px;
  background: #ff7502;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}

.ft-trust-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 44px;
  color: #151a2d;
  font-size: 16px;
}

.ft-trust-row div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.ft-cta-center {
  text-align: center;
}

.ft-small-benefits {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 18px;
  padding: 20px 0 0;
  margin: 0;
  list-style: none;
}

.ft-small-benefits li {
  color: #151a2d;
  font-size: 16px;
}

.ft-guarantee {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  align-items: center;
  gap: 42px;
  max-width: 760px;
  margin: 58px auto 0;
}

.ft-guarantee img {
  width: 180px;
}

.ft-guarantee h2 {
  margin: 0 0 10px;
  color: #151a2d;
  font-size: 32px;
  font-weight: 500;
}

.ft-guarantee p {
  margin: 0;
  color: #151a2d;
  font-size: 16px;
  line-height: 1.55;
}

.ft-faqs {
  max-width: 860px;
  margin: 0 auto;
}

.ft-faqs details {
  margin-bottom: 14px;
  border: 1px solid #e7edf5;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0,0,0,.04);
}

.ft-faqs summary {
  padding: 18px 20px;
  color: #151a2d;
  cursor: pointer;
  font-size: 17px;
  font-weight: 700;
}

.ft-faqs details > div {
  padding: 0 20px 18px;
  color: #6c7280;
  font-size: 15px;
  line-height: 1.6;
}

.ft-footer {
  padding: 54px 0 26px;
  background: #fff;
  color: #6b7280;
}

.ft-footer-grid {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, 1fr);
  gap: 36px;
}

.ft-footer img {
  width: 160px;
  max-width: 100%;
}

.ft-footer h3 {
  margin: 0 0 14px;
  color: #23242a;
  font-size: 15px;
  text-transform: uppercase;
}

.ft-footer p,
.ft-footer a {
  color: #6b7280;
  font-size: 14px;
  line-height: 1.6;
  text-decoration: none;
}

.ft-footer a:hover {
  color: #ff7502;
}

.ft-footer ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.ft-footer-bottom {
  padding-top: 22px;
  margin-top: 30px;
  border-top: 1px solid #e5e7eb;
  color: #9ca3af;
  font-size: 13px;
  text-align: center;
}

.ft-chat-bubble {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #ff8a1a;
  box-shadow: 0 10px 28px rgba(255,117,2,.25);
  color: #fff;
  text-decoration: none;
}

.ft-chat-bubble::before {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border-bottom-right-radius: 4px;
  background: currentColor;
  content: "";
}

@media (max-width: 1076px) {
  .ft-navbar {
    flex-wrap: wrap;
  }

  .ft-menu-icon {
    display: block;
  }

  .ft-menu {
    display: none;
    width: 100%;
    align-items: stretch;
    gap: 0;
    padding: 8px 0 4px;
    border-top: 1px solid #e0e0e0;
    margin-top: 8px;
  }

  .ft-menu li {
    display: block;
  }

  .ft-menu a,
  .ft-menu .ft-buy-link,
  .ft-menu-dropdown-toggle {
    display: flex;
    width: 100%;
    min-height: 40px;
    justify-content: flex-start;
    border: 0;
    border-radius: 0;
    padding: 8px 0;
  }

  .ft-menu-dropdown-list {
    position: static;
    display: block;
    width: 100%;
    transform: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    overflow: visible;
  }

  .ft-menu-dropdown-list a {
    min-height: 38px;
    padding: 6px 0 6px 14px;
    font-size: 14px;
  }

  .ft-menu-dropdown-icon {
    width: 22px;
    height: 22px;
    border-radius: 6px;
    font-size: 13px;
  }

  .ft-menu-toggle:checked ~ .ft-menu {
    display: block;
  }

  .ft-menu-toggle:checked + .ft-menu-icon span {
    opacity: 0;
  }

  .ft-menu-toggle:checked + .ft-menu-icon::before {
    transform: translateY(8px) rotate(45deg);
  }

  .ft-menu-toggle:checked + .ft-menu-icon::after {
    transform: translateY(-8px) rotate(-45deg);
  }

  .ft-hero-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .ft-hero-media {
    min-height: 0;
  }

  .ft-pricing-grid,
  .ft-videos-grid,
  .ft-trust-row,
  .ft-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .ft-container {
    width: min(100% - 24px, 520px);
  }

  .ft-safe-buy {
    width: 100%;
    max-width: none;
    border-radius: 0;
  }

  .ft-header {
    padding-top: 45px;
  }

  .ft-logo img {
    width: 160px;
  }

  .ft-hero {
    padding-top: 130px;
    text-align: center;
  }

  .ft-badge-block,
  .ft-benefits {
    justify-content: center;
  }

  .ft-hero p {
    padding: 0;
    font-size: 17px;
  }

  .ft-btn {
    width: 100%;
    min-height: 64px;
    padding: 0 20px;
    font-size: 20px;
  }

  .ft-pricing-grid,
  .ft-videos-grid,
  .ft-comparison,
  .ft-trust-row,
  .ft-footer-grid,
  .ft-guarantee {
    grid-template-columns: 1fr;
  }

  .ft-pricing-card {
    max-width: 340px;
    margin: 0 auto;
  }

  .ft-social-tabs {
    gap: 6px;
    margin-bottom: 12px;
  }

  .ft-social-tab {
    min-height: 32px;
    padding: 0 12px;
    font-size: 13px;
  }

  .ft-category-tabs {
    grid-template-columns: 1fr;
    padding: 8px;
    border-radius: 10px;
    margin-bottom: 18px;
  }

  .ft-category-tab {
    min-height: 38px;
    padding: 7px 10px;
    border-radius: 8px;
    font-size: 13px;
  }

  .ft-category-icon {
    width: 20px;
    font-size: 16px;
  }

  .ft-comparison-col {
    padding: 24px 18px;
  }

  .ft-guarantee {
    gap: 20px;
    text-align: center;
  }

  .ft-guarantee img {
    margin: 0 auto;
  }
}

/* ================================================================
   ANIMAÇÕES MODERNAS - FOLLOWTURBO THEME
   Shimmer, Ripple, Glow, Spring, Pulse – cores originais mantidas
   ================================================================ */

/* --- Keyframes globais --- */
@keyframes ft-shimmer {
  0%   { left: -100%; }
  55%  { left: 150%; }
  100% { left: 150%; }
}

@keyframes ft-ripple-expand {
  from { width: 0; height: 0; opacity: .5; }
  to   { width: 280px; height: 280px; opacity: 0; }
}

@keyframes ft-glow-pulse {
  0%, 100% { box-shadow: 0 6px 14px 0 rgb(255 155 71 / 38%), 0 0 0 0 rgba(255,109,0,.3); }
  50%       { box-shadow: 0 6px 14px 0 rgb(255 155 71 / 38%), 0 0 0 10px rgba(255,109,0,0); }
}

@keyframes ft-tab-pop {
  0%   { transform: scale(1); }
  40%  { transform: scale(1.07); }
  70%  { transform: scale(.96); }
  100% { transform: scale(1); }
}

@keyframes ft-card-entrance {
  from { opacity: 0; transform: translateY(18px) scale(.97); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes ft-badge-float {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50%       { transform: translateX(-50%) translateY(-3px); }
}

@keyframes ft-spin-in {
  from { transform: rotate(-15deg) scale(.8); opacity: 0; }
  to   { transform: rotate(0deg) scale(1); opacity: 1; }
}

/* --- Botão "Comprar Agora" (ft-card-btn) --- */
.ft-card-btn {
  position: relative;
  overflow: hidden;
  transition: background .28s ease, color .28s ease,
              transform .22s cubic-bezier(.4,0,.2,1),
              box-shadow .28s ease;
}

.ft-card-btn::before {
  /* Shimmer */
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 55%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.28), transparent);
  transform: skewX(-12deg);
  animation: ft-shimmer 2.8s ease-in-out infinite;
  pointer-events: none;
  z-index: 1;
}

.ft-card-btn::after {
  /* Ripple placeholder */
  content: '';
  position: absolute;
  border-radius: 50%;
  background: rgba(255,255,255,.32);
  width: 0;
  height: 0;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 2;
}

.ft-card-btn:hover {
  background: #e86000;
  color: #fff;
  transform: translateY(-3px) scale(1.015);
  box-shadow: 0 12px 28px rgba(255,109,0,.45);
}

.ft-card-btn:active {
  transform: translateY(0) scale(.98);
  transition-duration: .1s;
}

/* Ripple ao clicar – classe adicionada via JS */
.ft-card-btn.ft-ripple-active::after {
  animation: ft-ripple-expand .55s ease-out forwards;
}

/* --- Botão hero (ft-btn) --- */
.ft-btn {
  position: relative;
  overflow: hidden;
  transition: background .3s ease, color .3s ease,
              transform .22s cubic-bezier(.4,0,.2,1),
              box-shadow .3s ease;
}

.ft-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 55%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.2), transparent);
  transform: skewX(-12deg);
  animation: ft-shimmer 3.2s ease-in-out infinite 0.4s;
  pointer-events: none;
}

.ft-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(255,109,0,.42);
}

/* --- Cards de preço --- */
.ft-pricing-card {
  transition: transform .32s cubic-bezier(.4,0,.2,1),
              box-shadow .32s ease;
  animation: ft-card-entrance .45s cubic-bezier(.4,0,.2,1) both;
}

.ft-pricing-card:hover {
  transform: translateY(-6px) scale(1.012);
  box-shadow: 0 22px 48px rgba(0,0,0,.12);
}

.ft-pricing-card.featured {
  animation: ft-glow-pulse 2.5s ease-in-out infinite;
}

.ft-pricing-card.featured:hover {
  animation: none;
  box-shadow: 0 22px 48px rgba(255,109,0,.22);
}

/* Stagger de entrada para os cards */
.ft-pricing-card:nth-child(1) { animation-delay: .05s; }
.ft-pricing-card:nth-child(2) { animation-delay: .12s; }
.ft-pricing-card:nth-child(3) { animation-delay: .19s; }
.ft-pricing-card:nth-child(4) { animation-delay: .26s; }
.ft-pricing-card:nth-child(5) { animation-delay: .33s; }

/* --- Badge "Mais Vendido" flutuante --- */
.ft-bestseller {
  animation: ft-badge-float 2.2s ease-in-out infinite;
}

/* --- Tabs de redes sociais (ft-social-tab) --- */
.ft-social-tab {
  position: relative;
  overflow: hidden;
  transition: color .22s ease, border-color .22s ease,
              background .22s ease, box-shadow .22s ease,
              transform .18s cubic-bezier(.4,0,.2,1);
}

.ft-social-tab::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at 50% 50%, rgba(255,117,2,.18), transparent 65%);
  opacity: 0;
  transition: opacity .2s ease;
  pointer-events: none;
}

.ft-social-tab:hover {
  transform: translateY(-2px) scale(1.04);
}

.ft-social-tab.is-active {
  border-color: #ff7502;
  background: linear-gradient(135deg, #fff4eb, #fff);
  color: #ff7502;
  box-shadow: 0 8px 20px rgba(255,117,2,.18);
  transform: translateY(-2px);
  animation: ft-tab-pop .32s cubic-bezier(.4,0,.2,1);
}

.ft-social-tab.is-active::after {
  opacity: 1;
}

/* --- Tabs de categoria (ft-category-tab) --- */
.ft-category-tab {
  overflow: hidden;
  transition: background .2s ease, color .2s ease,
              transform .18s cubic-bezier(.4,0,.2,1),
              box-shadow .2s ease;
}

.ft-category-tab:hover {
  transform: translateX(4px);
}

.ft-category-tab.is-active {
  background: linear-gradient(90deg, #fff4eb, #fff);
  color: #ff7502;
  transform: translateX(4px);
  box-shadow: 2px 0 8px rgba(255,117,2,.12);
  animation: ft-tab-pop .28s ease;
}

.ft-category-tab.is-active::before {
  background: linear-gradient(180deg, #ff7502, #ff9a30);
  animation: ft-spin-in .25s ease;
}

/* --- Ícones de categoria no dropdown do header --- */
.ft-menu-dropdown-icon {
  transition: transform .22s ease, background .22s ease;
}

.ft-menu-dropdown-list a:hover .ft-menu-dropdown-icon {
  transform: scale(1.15) rotate(-5deg);
  background: #e85f00;
}

/* --- Hover nas tabs do header --- */
.ft-menu-dropdown-list a {
  transition: background .18s ease, color .18s ease, transform .18s ease;
}

.ft-menu-dropdown-list a:hover {
  background: #fff4eb;
  color: #ff7502;
  transform: translateX(4px);
}

/* --- Abertura do dropdown com animação --- */
.ft-menu-dropdown-list {
  transform-origin: top center;
  transition: opacity .2s ease, transform .2s cubic-bezier(.4,0,.2,1);
  opacity: 0;
  transform: translateX(-50%) scaleY(.9) translateY(-6px);
}

@keyframes ft-dropdown-open {
  from { opacity: 0; transform: translateX(-50%) scaleY(.9) translateY(-6px); }
  to   { opacity: 1; transform: translateX(-50%) scaleY(1) translateY(0); }
}

.ft-menu-dropdown.is-open .ft-menu-dropdown-list {
  display: block;
  animation: ft-dropdown-open .22s cubic-bezier(.4,0,.2,1) forwards;
}

/* Mobile: sem animação de dropdown */
@media (max-width: 1076px) {
  .ft-menu-dropdown-list {
    transform: none;
    opacity: 1;
    animation: none !important;
  }
}

/* --- Ripple no ft-card-btn via JS --- */
.ft-btn-ripple {
  position: absolute;
  border-radius: 50%;
  background: rgba(255,255,255,.35);
  width: 0;
  height: 0;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 3;
  animation: ft-ripple-expand .55s ease-out forwards;
}

/* --- Menu Accordion de Pacotes (Dois Níveis) --- */
.ft-menu-dropdown-list.ft-pkg-accordion {
  width: 300px;
  padding: 8px 0;
  overflow: hidden;
}

/* --- Bloco de cada rede social --- */
.ft-pkg-sn {
  border-bottom: 1px solid #f0f2f5;
}

.ft-pkg-sn:last-child {
  border-bottom: 0;
}

/* Botão da rede social (nível 1) */
.ft-pkg-sn-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 12px 16px;
  border: 0;
  background: transparent;
  color: #23242a;
  cursor: pointer;
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
  text-align: left;
  transition: background .18s ease, color .18s ease;
}

.ft-pkg-sn-btn:hover {
  background: #fff8f2;
  color: #ff7502;
}

/* Logo da rede social (do admin) */
.ft-pkg-sn-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  border-radius: 8px;
  background: #ff7502;
  color: #fff;
  font-size: 15px;
  overflow: hidden;
  transition: transform .22s ease, background .22s ease;
}

.ft-pkg-sn-btn:hover .ft-pkg-sn-logo {
  transform: scale(1.1) rotate(-3deg);
  background: #e86000;
}

.ft-pkg-sn-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ft-pkg-sn-logo i {
  font-size: 15px;
}

/* Nome da rede */
.ft-pkg-sn-name {
  flex: 1;
}

/* Seta/chevron */
.ft-pkg-sn-chevron {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  color: #bbb;
  font-size: 18px;
  font-weight: 700;
  transition: transform .25s cubic-bezier(.4,0,.2,1), color .2s ease;
}

.ft-pkg-sn.is-expanded .ft-pkg-sn-chevron {
  transform: rotate(90deg);
  color: #ff7502;
}

/* Painel de serviços (nível 2) - escondido por padrão */
.ft-pkg-sn-services {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .28s cubic-bezier(.4,0,.2,1),
              padding .28s ease;
  overflow: hidden;
  padding: 0;
}

.ft-pkg-sn-services-inner {
  overflow: hidden;
}

.ft-pkg-sn.is-expanded .ft-pkg-sn-services {
  grid-template-rows: 1fr;
  padding: 4px 0 8px;
}

/* Links de serviço individuais */
.ft-pkg-service-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 16px 9px 32px;
  color: #515151;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background .15s ease, color .15s ease, transform .15s ease;
}

.ft-pkg-service-link:hover {
  background: #fff4eb;
  color: #ff7502;
  transform: translateX(3px);
}

/* Ícone do serviço */
.ft-pkg-service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  border-radius: 6px;
  background: #ff7502;
  color: #fff;
  font-size: 12px;
  transition: transform .2s ease;
}

.ft-pkg-service-link:hover .ft-pkg-service-icon {
  transform: scale(1.12);
}

/* Seta do botão Pacotes no menu */
.ft-pkg-arrow {
  display: inline-block;
  flex-shrink: 0;
  transition: transform .25s ease;
}

.ft-menu-dropdown.is-open .ft-pkg-arrow {
  transform: rotate(180deg);
}

/* --- Mobile: layout simplificado --- */
@media (max-width: 1076px) {
  .ft-menu-dropdown-list.ft-pkg-accordion {
    position: static;
    width: 100%;
    transform: none;
    opacity: 1;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    animation: none !important;
    display: block;
    padding: 0;
  }

  .ft-pkg-sn-btn {
    padding: 10px 0 10px 12px;
    font-size: 14px;
  }

  .ft-pkg-sn-logo {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    border-radius: 6px;
    font-size: 13px;
  }

  .ft-pkg-service-link {
    padding: 8px 0 8px 42px;
    font-size: 13px;
  }

  .ft-pkg-service-icon {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    font-size: 11px;
  }
}

