:root {
  --fc-green: #10b981;
  --fc-green-dark: #087f5b;
  --fc-green-soft: #e9fbf4;
  --fc-yellow: #facc15;
  --fc-yellow-soft: #fff8d7;
  --fc-ink: #0f172a;
  --fc-copy: #475569;
  --fc-line: #dce7e2;
  --fc-paper: #ffffff;
  --fc-mist: #f7fbf9;
  --fc-shadow: 0 24px 70px rgba(15, 23, 42, 0.1);
}

html { scroll-behavior: smooth; }

body.fc-polished {
  background: var(--fc-paper);
  color: var(--fc-ink);
  padding-bottom: 0;
}

.fc-polished .fc-icon {
  width: 1.15em;
  height: 1.15em;
  flex: 0 0 auto;
}

.fc-polished .fc-topbar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 44px;
  background: linear-gradient(90deg, #079467, var(--fc-green), #079467) !important;
  box-shadow: 0 8px 24px rgba(16, 185, 129, 0.2);
  position: relative;
  z-index: 20;
}

.fc-polished .fc-topbar .fc-icon { width: 17px; height: 17px; }

.fc-polished .fc-hero {
  position: relative;
  overflow: hidden;
  padding: 4.5rem 0 5rem !important;
  background:
    radial-gradient(circle at 10% 12%, rgba(250, 204, 21, 0.18), transparent 27rem),
    radial-gradient(circle at 92% 20%, rgba(16, 185, 129, 0.13), transparent 30rem),
    linear-gradient(180deg, #ffffff 0%, #fbfefa 100%) !important;
}

.fc-polished .fc-hero::before,
.fc-polished .fc-hero::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.fc-polished .fc-hero::before {
  width: 170px;
  height: 170px;
  top: 58px;
  left: -95px;
  border: 28px solid rgba(250, 204, 21, 0.13);
}

.fc-polished .fc-hero::after {
  width: 220px;
  height: 220px;
  right: -130px;
  bottom: 30px;
  border: 34px solid rgba(16, 185, 129, 0.1);
}

.fc-polished .fc-hero > .container {
  max-width: 1180px !important;
  position: relative;
  z-index: 1;
}

.fc-polished .fc-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(310px, 0.72fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 6.5rem);
}

.fc-polished .fc-hero-copy { text-align: left; }

.fc-polished .fc-hero-copy > div:first-child {
  margin: 0 0 1rem !important;
  border: 1px solid rgba(250, 204, 21, 0.65);
  box-shadow: 0 7px 18px rgba(250, 204, 21, 0.18);
}

.fc-polished .fc-hero h1 {
  max-width: 730px;
  margin: 0 0 1.25rem !important;
  font-size: clamp(2.45rem, 4.2vw, 4.35rem) !important;
  line-height: 0.99 !important;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.fc-polished .fc-hero h1 span { letter-spacing: -0.045em; }

.fc-polished .fc-hero h1 .text-brand-accent {
  text-decoration-thickness: 6px;
  text-decoration-color: rgba(250, 204, 21, 0.82);
}

.fc-polished .fc-hero-copy > p {
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: 650px !important;
}

.fc-polished .fc-hero-copy > p:nth-of-type(1) {
  color: var(--fc-copy);
  font-size: 1.12rem !important;
}

.fc-polished .fc-hero-copy > p:nth-of-type(2) {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 0.9rem;
  margin-bottom: 1rem !important;
  border-radius: 999px;
  background: var(--fc-green-soft);
}

.fc-polished .fc-hero-copy > .bg-emerald-50 {
  margin: 0 0 1.15rem !important;
  max-width: 610px !important;
  text-align: left !important;
  border: 1px solid rgba(16, 185, 129, 0.24) !important;
  border-left: 5px solid var(--fc-green) !important;
  border-radius: 16px !important;
  padding: 1rem 1.15rem !important;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.fc-polished .fc-hero-copy > .flex { align-items: flex-start !important; }

.fc-polished .fc-hero-copy > .flex > button {
  width: min(100%, 520px) !important;
  max-width: 520px !important;
}

.fc-polished button.bg-brand-primary,
.fc-polished .fc-inline-cta,
.fc-polished .fc-mobile-cta button {
  border: 1px solid rgba(5, 122, 84, 0.2);
  background: linear-gradient(135deg, #13bf82, #079467) !important;
  color: #fff !important;
  box-shadow: 0 14px 28px rgba(16, 185, 129, 0.28) !important;
}

.fc-polished button.bg-brand-primary:hover,
.fc-polished .fc-inline-cta:hover {
  filter: brightness(1.04);
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(16, 185, 129, 0.34) !important;
}

.fc-polished .fc-enhanced-button {
  gap: 0.7rem !important;
  letter-spacing: -0.01em;
}

.fc-polished .fc-hero-reassurance {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem 0.5rem;
  margin: 0 0 1.25rem;
  color: #475569;
  font-size: 0.8rem;
  font-weight: 700;
}

.fc-polished .fc-hero-reassurance .fc-icon {
  width: 16px;
  height: 16px;
  color: var(--fc-green);
}

.fc-polished .fc-hero-visual {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fc-polished .fc-hero-visual > .max-w-sm {
  width: min(100%, 355px);
  margin: 0 !important;
  filter: drop-shadow(0 30px 45px rgba(15, 23, 42, 0.2));
}

.fc-polished .fc-hero-visual > .max-w-sm > div {
  border: 6px solid #182235 !important;
  border-radius: 34px !important;
  background: #101827;
}

.fc-polished .fc-video-note {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  width: min(90%, 320px);
  margin: -0.4rem auto 0;
  padding: 0.8rem 1rem;
  border: 1px solid rgba(16, 185, 129, 0.18);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--fc-copy);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.12);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.35;
  transform: translateY(-12px);
}

.fc-polished .fc-video-note .fc-icon { color: var(--fc-yellow); }

.fc-polished .fc-shell {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
}

.fc-polished .fc-trust-strip {
  position: relative;
  z-index: 5;
  margin-top: -1.7rem;
  padding: 0 0 2.2rem;
  background: transparent;
}

.fc-polished .fc-trust-strip .fc-shell {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #fff;
  border: 1px solid var(--fc-line);
  border-radius: 22px;
  box-shadow: var(--fc-shadow);
  overflow: hidden;
}

.fc-polished .fc-trust-item {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  min-height: 92px;
  padding: 1.15rem 1.2rem;
}

.fc-polished .fc-trust-item + .fc-trust-item { border-left: 1px solid var(--fc-line); }

.fc-polished .fc-trust-item > .fc-icon {
  width: 27px;
  height: 27px;
  color: var(--fc-green);
}

.fc-polished .fc-trust-item strong,
.fc-polished .fc-trust-item span { display: block; }
.fc-polished .fc-trust-item strong { margin-bottom: 0.18rem; font-size: 0.9rem; }
.fc-polished .fc-trust-item span { color: #64748b; font-size: 0.72rem; line-height: 1.35; }

.fc-polished section:not(.fc-hero):not(.fc-trust-strip):not(.fc-objections) {
  padding-top: clamp(4.2rem, 7vw, 6.5rem) !important;
  padding-bottom: clamp(4.2rem, 7vw, 6.5rem) !important;
}

.fc-polished .fc-section-results,
.fc-polished .fc-section-testimonials,
.fc-polished .fc-section-bonuses,
.fc-polished .fc-section-faq {
  background: var(--fc-mist) !important;
}

.fc-polished .fc-section-steps,
.fc-polished .fc-section-themes,
.fc-polished .fc-section-guarantee { background: #fff !important; }

.fc-polished .fc-section-title {
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.fc-polished .fc-step-card {
  border: 1px solid var(--fc-line) !important;
  border-radius: 22px !important;
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.07) !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.fc-polished .fc-step-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 46px rgba(15, 23, 42, 0.11) !important;
}

.fc-polished .fc-step-card > div:first-child .fc-icon {
  width: 27px;
  height: 27px;
  color: var(--fc-green-dark);
}

.fc-polished .fc-section-results img,
.fc-polished .fc-section-testimonials img,
.fc-polished .fc-section-themes img {
  transition: transform 0.28s ease, filter 0.28s ease;
}

.fc-polished .fc-section-results img:hover,
.fc-polished .fc-section-testimonials img:hover,
.fc-polished .fc-section-themes img:hover {
  transform: scale(1.025);
  filter: saturate(1.05);
}

.fc-polished .fc-objections {
  padding: clamp(4.8rem, 8vw, 7.5rem) 0;
  background:
    radial-gradient(circle at 6% 5%, rgba(250, 204, 21, 0.17), transparent 22rem),
    linear-gradient(160deg, #fbfefa 0%, #effaf5 100%);
  border-block: 1px solid var(--fc-line);
}

.fc-polished .fc-section-heading { max-width: 760px; margin: 0 auto 2.2rem; text-align: center; }
.fc-polished .fc-section-heading > span {
  display: inline-block;
  margin-bottom: 0.7rem;
  color: var(--fc-green-dark);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.13em;
}
.fc-polished .fc-section-heading h2 {
  margin-bottom: 0.75rem;
  color: var(--fc-ink);
  font-size: clamp(2rem, 4vw, 3.15rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.05em;
  text-wrap: balance;
}
.fc-polished .fc-section-heading p { color: var(--fc-copy); font-size: 1rem; line-height: 1.6; }

.fc-polished .fc-objection-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.fc-polished .fc-objection-card {
  display: flex;
  gap: 1rem;
  padding: 1.35rem;
  border: 1px solid rgba(16, 185, 129, 0.16);
  border-radius: 19px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

.fc-polished .fc-objection-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  border-radius: 15px;
  background: var(--fc-green-soft);
  color: var(--fc-green-dark);
}
.fc-polished .fc-objection-icon .fc-icon { width: 23px; height: 23px; }
.fc-polished .fc-objection-card h3 { margin-bottom: 0.35rem; font-size: 1rem; font-weight: 900; }
.fc-polished .fc-objection-card p { color: var(--fc-copy); font-size: 0.86rem; line-height: 1.55; }

.fc-polished .fc-inline-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  min-height: 56px;
  margin: 2rem auto 0;
  padding: 0.9rem 1.5rem;
  border-radius: 14px;
  font-weight: 900;
  cursor: pointer;
  transition: 0.2s ease;
}

.fc-polished .fc-offer {
  background:
    radial-gradient(circle at 50% 0%, rgba(250, 204, 21, 0.16), transparent 26rem),
    linear-gradient(180deg, #f7fbf9 0%, #fff 100%) !important;
  border-top: 0 !important;
}

.fc-polished .fc-offer .grid > div > .bg-white,
.fc-polished .fc-offer .grid > .bg-white {
  border-radius: 28px !important;
  box-shadow: 0 20px 54px rgba(15, 23, 42, 0.09) !important;
}

.fc-polished .fc-offer .border-brand-primary {
  border-color: var(--fc-green) !important;
  box-shadow: 0 28px 70px rgba(16, 185, 129, 0.16) !important;
}

.fc-polished .fc-section-guarantee > div {
  max-width: 760px !important;
  padding: 2.4rem;
  border: 1px solid rgba(16, 185, 129, 0.2);
  border-radius: 28px;
  background: linear-gradient(145deg, #fff, #effbf6);
  box-shadow: var(--fc-shadow);
}

.fc-polished .fc-section-faq .space-y-4 > div {
  border: 1px solid var(--fc-line);
  border-radius: 15px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.045);
}

.fc-polished .footer-border {
  border-top: 0 !important;
  background: #0f2f26 !important;
  color: rgba(255, 255, 255, 0.74) !important;
  padding: 2.1rem 1rem !important;
}

.fc-polished .fc-purchase-toast {
  display: none !important;
}

.fc-polished .fc-mobile-cta { display: none !important; }

@media (max-width: 900px) {
  .fc-polished .fc-hero { padding-top: 3.2rem !important; }
  .fc-polished .fc-hero-layout {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .fc-polished .fc-hero-copy { text-align: center; }
  .fc-polished .fc-hero-copy > p,
  .fc-polished .fc-hero-copy > .bg-emerald-50 { margin-left: auto !important; margin-right: auto !important; }
  .fc-polished .fc-hero-copy > .flex { align-items: center !important; }
  .fc-polished .fc-hero-reassurance { justify-content: center; }
  .fc-polished .fc-trust-strip .fc-shell { grid-template-columns: repeat(2, 1fr); }
  .fc-polished .fc-trust-item:nth-child(3) { border-left: 0; border-top: 1px solid var(--fc-line); }
  .fc-polished .fc-trust-item:nth-child(4) { border-top: 1px solid var(--fc-line); }
}

@media (max-width: 640px) {
  body.fc-polished { padding-bottom: 76px; }
  .fc-polished .fc-topbar { min-height: 40px; padding-inline: 0.75rem !important; font-size: 0.72rem !important; }
  .fc-polished .fc-hero { padding: 2.6rem 0 3.8rem !important; }
  .fc-polished .fc-hero > .container { padding-inline: 1.15rem !important; }
  .fc-polished .fc-hero h1 { font-size: clamp(2.05rem, 10.8vw, 3rem) !important; line-height: 1.02 !important; }
  .fc-polished .fc-hero-copy > p:nth-of-type(1) { font-size: 1rem !important; }
  .fc-polished .fc-hero-copy > p:nth-of-type(2) { min-height: auto; padding: 0.65rem 0.8rem; }
  .fc-polished .fc-hero-copy > .bg-emerald-50 { font-size: 0.84rem; }
  .fc-polished .fc-hero-reassurance { gap: 0.4rem; font-size: 0.72rem; }
  .fc-polished .fc-hero-visual > .max-w-sm { width: min(86vw, 330px); }
  .fc-polished .fc-trust-strip { margin-top: -1.25rem; }
  .fc-polished .fc-trust-strip .fc-shell { grid-template-columns: 1fr 1fr; border-radius: 18px; }
  .fc-polished .fc-trust-item { min-height: 100px; padding: 0.95rem 0.75rem; align-items: flex-start; gap: 0.6rem; }
  .fc-polished .fc-trust-item:nth-child(3) { border-left: 0; }
  .fc-polished .fc-trust-item > .fc-icon { width: 22px; height: 22px; }
  .fc-polished .fc-trust-item strong { font-size: 0.77rem; }
  .fc-polished .fc-trust-item span { font-size: 0.64rem; }
  .fc-polished section:not(.fc-hero):not(.fc-trust-strip):not(.fc-objections) { padding-block: 4.2rem !important; }
  .fc-polished .fc-objection-grid { grid-template-columns: 1fr; }
  .fc-polished .fc-objection-card { padding: 1.1rem; }
  .fc-polished .fc-section-guarantee > div { width: calc(100% - 2rem); padding: 1.7rem 1.2rem; }
  .fc-polished .fc-offer .scale-105,
  .fc-polished .fc-offer .md\:scale-110,
  .fc-polished .fc-offer .lg\:scale-\[1\.12\] { scale: 1 !important; }
  .fc-polished .fc-purchase-toast { display: none !important; }
  .fc-polished .fc-mobile-cta {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
    min-height: 72px;
    padding: 0.65rem 0.85rem max(0.65rem, env(safe-area-inset-bottom));
    border-top: 1px solid var(--fc-line);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 -14px 34px rgba(15, 23, 42, 0.12);
    backdrop-filter: blur(14px);
  }
  .fc-polished .fc-mobile-cta > div span,
  .fc-polished .fc-mobile-cta > div strong { display: block; }
  .fc-polished .fc-mobile-cta > div span { color: #64748b; font-size: 0.64rem; font-weight: 700; }
  .fc-polished .fc-mobile-cta > div strong { font-size: 1.25rem; line-height: 1.1; }
  .fc-polished .fc-mobile-cta button {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-height: 48px;
    padding: 0.65rem 1rem;
    border-radius: 12px;
    font-size: 0.86rem;
    font-weight: 900;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fc-polished *,
  .fc-polished *::before,
  .fc-polished *::after { scroll-behavior: auto !important; transition: none !important; }
}

/* Offer focus: visually prioritize the complete package without hiding the entry option. */
.fc-polished .fc-enhanced-button,
.fc-polished .fc-inline-cta,
.fc-polished .fc-offer button.bg-brand-primary {
  max-width: 100%;
  padding-inline: clamp(0.7rem, 3vw, 1.35rem) !important;
  font-size: clamp(0.64rem, 2.55vw, 0.92rem) !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

.fc-polished .fc-premium-card {
  z-index: 2;
  scroll-margin-block: 24px;
  border-width: 3px !important;
  background:
    radial-gradient(circle at 92% 8%, rgba(255, 216, 75, 0.32), transparent 28%),
    linear-gradient(160deg, #ffffff 0%, #f8efff 48%, #edfff6 100%) !important;
  box-shadow:
    0 0 0 6px rgba(126, 52, 210, 0.08),
    0 30px 76px rgba(83, 35, 116, 0.22) !important;
  transform: scale(1.045);
}

.fc-polished .fc-premium-card button.bg-brand-primary {
  min-height: 62px !important;
  background: linear-gradient(135deg, #12ce78, #048b4b) !important;
  box-shadow:
    0 6px 0 #046c3c,
    0 18px 34px rgba(7, 151, 80, 0.31) !important;
}

.fc-polished .fc-premium-wow {
  border: 2px solid rgba(119, 54, 220, 0.18);
  background:
    radial-gradient(circle at 8% 0, rgba(255, 217, 78, 0.43), transparent 32%),
    linear-gradient(135deg, #fff9d8, #f5e9ff 58%, #eafff4) !important;
  box-shadow: 0 14px 32px rgba(83, 35, 116, 0.11);
}

.fc-polished .fc-premium-wow > span {
  color: #8a2fd0;
  font-size: 0.72rem;
}

.fc-polished .fc-premium-wow strong { font-size: 1.03rem; }
.fc-polished .fc-premium-wow p b { color: #078a4b; font-size: 1.08em; }

.fc-polished .fc-basic-card {
  position: relative;
  border: 1px solid #d8dce2 !important;
  background: linear-gradient(180deg, #fbfbfc, #f3f4f6) !important;
  box-shadow: 0 10px 28px rgba(36, 44, 58, 0.06) !important;
  filter: saturate(0.68);
  opacity: 0.88;
  transform: scale(0.96);
}

.fc-polished .fc-basic-label {
  margin: -1.5rem -1.5rem 1rem;
  padding: 0.62rem 0.8rem;
  color: #69717d;
  background: #e9ebee;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.055em;
  text-align: center;
}

.fc-polished .fc-basic-card button.bg-brand-primary {
  min-height: 52px !important;
  border: 1px solid #c8cdd4 !important;
  background: #e6e8eb !important;
  color: #525b67 !important;
  box-shadow: none !important;
  animation: none !important;
}

.fc-modal-open { overflow: hidden !important; }

.fc-upgrade-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  padding: 1rem;
}

.fc-upgrade-modal__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(33, 18, 42, 0.76);
  backdrop-filter: blur(7px);
}

.fc-upgrade-modal__card {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(250px, 0.78fr) minmax(330px, 1.22fr);
  width: min(920px, 100%);
  max-height: min(760px, calc(100vh - 2rem));
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 34px 100px rgba(20, 8, 29, 0.38);
}

.fc-upgrade-modal__close {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  z-index: 2;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid #e8ddec;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  color: #51365b;
  font-size: 1.55rem;
  line-height: 1;
  cursor: pointer;
}

.fc-upgrade-modal__visual {
  position: relative;
  display: grid;
  place-items: center;
  padding: 2.2rem 1.5rem;
  background:
    radial-gradient(circle at 20% 12%, rgba(255, 220, 76, 0.48), transparent 30%),
    linear-gradient(145deg, #f2e6ff, #ffeaf5);
}

.fc-upgrade-modal__visual img {
  width: min(100%, 310px);
  aspect-ratio: 1;
  object-fit: cover;
  border: 5px solid #fff;
  border-radius: 24px;
  box-shadow: 0 20px 46px rgba(75, 34, 101, 0.2);
}

.fc-upgrade-modal__visual > span {
  position: absolute;
  bottom: 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.65rem 0.9rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #7b32d1, #e83e8c);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 950;
  letter-spacing: 0.06em;
}

.fc-upgrade-modal__visual .fc-icon { width: 17px; height: 17px; }

.fc-upgrade-modal__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2.4rem clamp(1.5rem, 4vw, 3rem);
}

.fc-upgrade-modal__eyebrow {
  color: #8a35ca;
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.085em;
}

.fc-upgrade-modal__content h2 {
  margin: 0.55rem 0 0.8rem;
  color: #2d1939;
  font-size: clamp(1.55rem, 3.4vw, 2.35rem);
  font-weight: 950;
  line-height: 1.08;
}

.fc-upgrade-modal__content h2 strong { color: #7b31ce; }
.fc-upgrade-modal__content h2 b { color: #079252; white-space: nowrap; }
.fc-upgrade-modal__content > p { margin: 0; color: #6d6372; font-size: 0.92rem; line-height: 1.55; }

.fc-upgrade-modal__benefits {
  display: grid;
  gap: 0.55rem;
  margin: 1.15rem 0;
}

.fc-upgrade-modal__benefits span {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: #3b3440;
  font-size: 0.82rem;
  font-weight: 800;
}

.fc-upgrade-modal__benefits .fc-icon { width: 18px; height: 18px; color: #0aa660; }

.fc-upgrade-modal__price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.65rem;
  margin-bottom: 1rem;
}

.fc-upgrade-modal__price del { color: #978d9b; font-size: 0.92rem; font-weight: 800; }
.fc-upgrade-modal__price strong { color: #079252; font-size: 2.2rem; font-weight: 950; line-height: 1; }
.fc-upgrade-modal__price small { color: #746b79; font-size: 0.7rem; font-weight: 700; }

.fc-upgrade-modal__accept {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  min-height: 58px;
  padding: 0.8rem 1rem;
  border: 0;
  border-radius: 15px;
  background: linear-gradient(135deg, #14ca76, #058b4c);
  color: #fff;
  box-shadow: 0 6px 0 #046b3c, 0 16px 30px rgba(8, 150, 81, 0.26);
  font-size: clamp(0.68rem, 2.6vw, 0.9rem);
  font-weight: 950;
  white-space: nowrap;
  cursor: pointer;
}

.fc-upgrade-modal__accept .fc-icon { width: 18px; height: 18px; }

.fc-upgrade-modal__basic {
  margin-top: 0.9rem;
  border: 0;
  background: transparent;
  color: #817887;
  font-size: 0.7rem;
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
}

@media (max-width: 720px) {
  .fc-polished .fc-premium-card,
  .fc-polished .fc-basic-card { transform: none; }
  .fc-polished .fc-premium-card { order: -1; }
  .fc-polished .fc-basic-card { opacity: 0.8; }
  .fc-upgrade-modal { padding: 0.55rem; }
  .fc-upgrade-modal__card { grid-template-columns: 1fr; border-radius: 21px; }
  .fc-upgrade-modal__visual { padding: 1rem; }
  .fc-upgrade-modal__visual img { width: min(52vw, 190px); border-width: 3px; border-radius: 17px; }
  .fc-upgrade-modal__visual > span { position: static; margin-top: -0.7rem; font-size: 0.56rem; }
  .fc-upgrade-modal__content { padding: 1.2rem 1.05rem 1.35rem; text-align: center; }
  .fc-upgrade-modal__content h2 { font-size: clamp(1.25rem, 6vw, 1.65rem); }
  .fc-upgrade-modal__content > p { font-size: 0.78rem; }
  .fc-upgrade-modal__benefits { width: fit-content; margin: 0.85rem auto; text-align: left; }
  .fc-upgrade-modal__benefits span { font-size: 0.7rem; }
  .fc-upgrade-modal__price { margin-bottom: 0.75rem; }
  .fc-upgrade-modal__price strong { font-size: 1.85rem; }
  .fc-upgrade-modal__accept { min-height: 52px; font-size: clamp(0.62rem, 3.1vw, 0.76rem); }
  .fc-upgrade-modal__basic { font-size: 0.64rem; line-height: 1.35; }
}

/* Festa Criativa: acabamento festivo sobre a base verde e amarela aprovada. */
.fc-polished {
  --fc-party-purple: #7c3aed;
  --fc-party-pink: #ec4899;
  --fc-party-blue: #2f80ed;
  --fc-party-lilac: #f7f1ff;
  --fc-party-rose: #fff1f7;
}

.fc-polished .fc-hero {
  background:
    radial-gradient(circle at 4% 20%, rgba(250, 204, 21, 0.2) 0 5px, transparent 6px),
    radial-gradient(circle at 7% 25%, rgba(236, 72, 153, 0.18) 0 4px, transparent 5px),
    radial-gradient(circle at 90% 12%, rgba(124, 58, 237, 0.15) 0 6px, transparent 7px),
    radial-gradient(circle at 94% 18%, rgba(47, 128, 237, 0.16) 0 4px, transparent 5px),
    linear-gradient(135deg, #fffdf7 0%, #ffffff 42%, #faf5ff 100%) !important;
}

.fc-polished .fc-hero-layout {
  grid-template-columns: minmax(0, 0.92fr) minmax(440px, 1.08fr);
  gap: clamp(2.2rem, 5vw, 5rem);
}

.fc-polished .fc-hero-copy > div:first-child {
  color: #5d3a00 !important;
  background: linear-gradient(135deg, #ffe15d, var(--fc-yellow)) !important;
}

.fc-polished .fc-hero h1 {
  font-size: clamp(2.5rem, 3.9vw, 4.1rem) !important;
}

.fc-polished .fc-hero h1 .text-brand-primary {
  color: var(--fc-green) !important;
  text-shadow: 0 5px 22px rgba(16, 185, 129, 0.12);
}

.fc-polished .fc-hero-art {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border: 7px solid #fff;
  border-radius: 36px;
  background: var(--fc-party-lilac);
  box-shadow: 0 32px 80px rgba(73, 36, 123, 0.2);
  transform: rotate(1.1deg);
}

.fc-polished .fc-hero-art::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border: 1px solid rgba(124, 58, 237, 0.16);
  border-radius: 29px;
  pointer-events: none;
}

.fc-polished .fc-hero-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 68% center;
}

.fc-polished .fc-art-caption {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  width: min(88%, 460px);
  margin: -1.1rem auto 0;
  padding: 0.9rem 1.1rem;
  border: 1px solid rgba(124, 58, 237, 0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.97);
  color: #483260;
  box-shadow: 0 18px 42px rgba(73, 36, 123, 0.16);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.35;
}

.fc-polished .fc-art-caption .fc-icon {
  width: 22px;
  height: 22px;
  color: var(--fc-party-pink);
}

.fc-polished .fc-trust-strip .fc-shell {
  border-color: rgba(124, 58, 237, 0.12);
}

.fc-polished .fc-trust-item > .fc-icon {
  box-sizing: content-box;
  padding: 0.6rem;
  border-radius: 13px;
}

.fc-polished .fc-trust-item:nth-child(1) > .fc-icon { color: var(--fc-party-purple); background: var(--fc-party-lilac); }
.fc-polished .fc-trust-item:nth-child(2) > .fc-icon { color: var(--fc-green-dark); background: var(--fc-green-soft); }
.fc-polished .fc-trust-item:nth-child(3) > .fc-icon { color: #a86f00; background: var(--fc-yellow-soft); }
.fc-polished .fc-trust-item:nth-child(4) > .fc-icon { color: var(--fc-party-pink); background: var(--fc-party-rose); }

.fc-polished .fc-demo-section {
  padding: clamp(4.5rem, 7vw, 6.5rem) 0;
  background:
    radial-gradient(circle at 88% 18%, rgba(236, 72, 153, 0.15), transparent 22rem),
    radial-gradient(circle at 4% 90%, rgba(250, 204, 21, 0.2), transparent 18rem),
    linear-gradient(135deg, #f9f5ff, #fff 58%, #fff8dc);
  border-block: 1px solid rgba(124, 58, 237, 0.1);
}

.fc-polished .fc-demo-section .fc-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(300px, 0.55fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 5rem);
}

.fc-polished .fc-demo-copy > span {
  color: var(--fc-party-pink);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.fc-polished .fc-demo-copy h2 {
  max-width: 620px;
  margin: 0.7rem 0 1rem;
  color: #30203f;
  font-size: clamp(2.2rem, 4.4vw, 4rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.055em;
}

.fc-polished .fc-demo-copy p {
  max-width: 560px;
  color: var(--fc-copy);
  font-size: 1.05rem;
  line-height: 1.65;
}

.fc-polished .fc-demo-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.4rem;
}

.fc-polished .fc-demo-points span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 42px;
  padding: 0.65rem 0.85rem;
  border: 1px solid rgba(124, 58, 237, 0.12);
  border-radius: 999px;
  background: #fff;
  color: #49335e;
  box-shadow: 0 8px 22px rgba(73, 36, 123, 0.07);
  font-size: 0.8rem;
  font-weight: 800;
}

.fc-polished .fc-demo-points span:nth-child(1) .fc-icon { color: var(--fc-party-purple); }
.fc-polished .fc-demo-points span:nth-child(2) .fc-icon { color: var(--fc-party-blue); }
.fc-polished .fc-demo-points span:nth-child(3) .fc-icon { color: var(--fc-party-pink); }

.fc-polished .fc-demo-media > .max-w-sm {
  margin: 0 auto !important;
}

.fc-polished .fc-demo-media > .max-w-sm > div {
  border: 7px solid #271837 !important;
  border-radius: 36px !important;
  box-shadow: 0 30px 70px rgba(73, 36, 123, 0.24) !important;
}

.fc-polished .fc-section-title {
  color: #30203f;
}

.fc-polished .fc-section-results .text-brand-primary,
.fc-polished .fc-section-testimonials .text-brand-primary,
.fc-polished .fc-section-themes .text-brand-primary,
.fc-polished .fc-section-bonuses .text-brand-primary {
  color: var(--fc-party-pink) !important;
}

.fc-polished .fc-section-results,
.fc-polished .fc-section-testimonials {
  background:
    linear-gradient(180deg, #fff 0%, #fbf7ff 100%) !important;
}

.fc-polished .fc-step-card:nth-child(1) { border-top: 4px solid var(--fc-party-purple) !important; }
.fc-polished .fc-step-card:nth-child(2) { border-top: 4px solid var(--fc-party-pink) !important; }
.fc-polished .fc-step-card:nth-child(3) { border-top: 4px solid var(--fc-yellow) !important; }

.fc-polished .fc-objections {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 4% 10%, rgba(250, 204, 21, 0.2), transparent 18rem),
    radial-gradient(circle at 96% 80%, rgba(236, 72, 153, 0.14), transparent 20rem),
    linear-gradient(145deg, #fffaf0, #fff 42%, #faf5ff) !important;
}

.fc-polished .fc-section-heading > span { color: var(--fc-party-pink); }
.fc-polished .fc-section-heading h2 { color: #30203f; }

.fc-polished .fc-objection-card {
  border-color: rgba(124, 58, 237, 0.12);
  box-shadow: 0 18px 42px rgba(73, 36, 123, 0.08);
}
.fc-polished .fc-objection-card:nth-child(1) { border-left: 5px solid var(--fc-party-purple); }
.fc-polished .fc-objection-card:nth-child(2) { border-left: 5px solid var(--fc-party-pink); }
.fc-polished .fc-objection-card:nth-child(3) { border-left: 5px solid var(--fc-party-blue); }
.fc-polished .fc-objection-card:nth-child(4) { border-left: 5px solid var(--fc-yellow); }

.fc-polished .fc-objection-card:nth-child(1) .fc-objection-icon { color: var(--fc-party-purple); background: var(--fc-party-lilac); }
.fc-polished .fc-objection-card:nth-child(2) .fc-objection-icon { color: var(--fc-party-pink); background: var(--fc-party-rose); }
.fc-polished .fc-objection-card:nth-child(3) .fc-objection-icon { color: var(--fc-party-blue); background: #edf5ff; }
.fc-polished .fc-objection-card:nth-child(4) .fc-objection-icon { color: #a86f00; background: var(--fc-yellow-soft); }

.fc-polished .fc-offer {
  background:
    radial-gradient(circle at 8% 8%, rgba(250, 204, 21, 0.15), transparent 20rem),
    radial-gradient(circle at 94% 20%, rgba(124, 58, 237, 0.1), transparent 25rem),
    linear-gradient(180deg, #fff 0%, #f8fcfa 100%) !important;
}

@media (max-width: 900px) {
  .fc-polished .fc-hero-layout,
  .fc-polished .fc-demo-section .fc-shell {
    grid-template-columns: 1fr;
  }
  .fc-polished .fc-hero-visual { width: min(100%, 680px); margin-inline: auto; }
  .fc-polished .fc-demo-copy { text-align: center; }
  .fc-polished .fc-demo-copy p { margin-inline: auto; }
  .fc-polished .fc-demo-points { justify-content: center; }
}

@media (max-width: 640px) {
  .fc-polished .fc-hero-art {
    aspect-ratio: 1.15 / 1;
    border-width: 5px;
    border-radius: 26px;
    transform: rotate(0.6deg);
  }
  .fc-polished .fc-hero-art img { object-position: 68% center; }
  .fc-polished .fc-art-caption {
    width: 92%;
    margin-top: -0.8rem;
    font-size: 0.72rem;
  }
  .fc-polished .fc-trust-item > .fc-icon { padding: 0.4rem; }
  .fc-polished .fc-demo-section { padding-block: 4.4rem; }
  .fc-polished .fc-demo-copy h2 { font-size: 2.5rem; }
  .fc-polished .fc-demo-copy p { font-size: 0.95rem; }
  .fc-polished .fc-demo-media { width: min(88vw, 340px); margin-inline: auto; }
}

/* Festa Criativa v2 — mais desejo, leitura mais limpa e CTAs de alta visibilidade. */
.fc-polished {
  --fc-party-ink: #29183a;
  --fc-party-purple: #7736dc;
  --fc-party-pink: #e83e8c;
  --fc-party-yellow: #ffd43b;
  --fc-cta: #12b866;
  --fc-cta-dark: #078848;
}

.fc-polished .fc-hero {
  padding-block: clamp(3.3rem, 6vw, 5.6rem) !important;
}

.fc-polished .fc-hero-layout {
  grid-template-columns: minmax(0, 0.96fr) minmax(430px, 1.04fr);
  gap: clamp(2.3rem, 5vw, 5.2rem);
}

.fc-polished .fc-hero-copy > div:first-child {
  padding: 0.66rem 1rem !important;
  border: 0 !important;
  background: linear-gradient(135deg, #ffe467, #ffc928) !important;
  color: #583900 !important;
  font-size: 0.78rem !important;
  font-weight: 950 !important;
  letter-spacing: 0.035em;
}

.fc-polished .fc-hero h1 {
  max-width: 710px;
  font-size: clamp(2.45rem, 3.65vw, 3.72rem) !important;
  line-height: 1.01 !important;
  letter-spacing: -0.058em;
}

.fc-polished .fc-hero-count {
  display: block;
  margin-bottom: 0.12em;
  background: linear-gradient(100deg, #6f2bd5 5%, #e83e8c 88%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 1.08em;
  text-shadow: none;
}

.fc-polished .fc-hero h1 .text-brand-primary {
  color: var(--fc-party-pink) !important;
  text-shadow: 0 7px 24px rgba(232, 62, 140, 0.13);
}

.fc-polished .fc-hero-copy > p:nth-of-type(1) {
  max-width: 620px !important;
  color: #5f536a;
  font-size: 1.08rem !important;
  line-height: 1.65 !important;
}

.fc-polished .fc-hero-copy > p:nth-of-type(1) strong {
  color: #33203f;
  font-weight: 900;
}

.fc-polished .fc-hero-copy > p:nth-of-type(2) {
  min-height: 42px;
  border: 1px solid rgba(119, 54, 220, 0.13);
  background: #f8f3ff;
  color: #563978 !important;
  font-size: 0.82rem !important;
  font-weight: 850 !important;
}

.fc-polished .fc-hero-copy > .bg-emerald-50 {
  max-width: 620px !important;
  border: 1px solid rgba(16, 185, 129, 0.17) !important;
  border-left: 4px solid var(--fc-cta) !important;
  background: #f3fcf7 !important;
  box-shadow: none;
}

.fc-polished button.bg-brand-primary,
.fc-polished .fc-inline-cta,
.fc-polished .fc-mobile-cta button {
  border: 1px solid rgba(3, 109, 55, 0.22) !important;
  background: linear-gradient(135deg, #22cf76, #07934d) !important;
  box-shadow: 0 16px 32px rgba(7, 147, 77, 0.26) !important;
  color: #fff !important;
}

.fc-polished .fc-breathe-cta,
.fc-polished .fc-inline-cta,
.fc-polished .fc-mobile-cta button {
  transform-origin: center;
  animation: fc-cta-breathe 4.2s ease-in-out infinite;
}

.fc-polished .fc-breathe-cta:hover,
.fc-polished .fc-inline-cta:hover,
.fc-polished .fc-mobile-cta button:hover {
  animation-play-state: paused;
  transform: translateY(-2px) scale(1.015);
  filter: brightness(1.035);
}

@keyframes fc-cta-breathe {
  0%, 100% { transform: scale(1); box-shadow: 0 14px 28px rgba(7, 147, 77, 0.24); }
  50% { transform: scale(1.018); box-shadow: 0 19px 42px rgba(7, 147, 77, 0.36); }
}

.fc-polished .fc-button-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  max-width: 520px;
  margin: 0.65rem auto 0;
  color: #746b7c;
  font-size: 0.67rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

.fc-polished .fc-button-note .fc-icon {
  width: 14px;
  height: 14px;
  color: var(--fc-cta-dark);
}

.fc-polished .fc-hero-art {
  aspect-ratio: 1.32 / 1;
  border-width: 6px;
  border-radius: 30px;
  box-shadow: 0 28px 68px rgba(74, 35, 105, 0.17);
  transform: rotate(0.45deg);
}

.fc-polished .fc-hero-art img {
  object-position: 67% center;
}

.fc-polished .fc-art-caption {
  width: min(90%, 470px);
  margin-top: -0.75rem;
  border-radius: 14px;
  box-shadow: 0 14px 34px rgba(73, 36, 123, 0.13);
}

.fc-polished .fc-hero-gallery {
  position: relative;
  width: 100%;
  max-width: 610px;
  margin-inline: auto;
}

.fc-polished .fc-gallery-kicker {
  position: absolute;
  z-index: 4;
  top: -0.85rem;
  left: 1.15rem;
  display: flex;
  align-items: center;
  gap: 0.42rem;
  padding: 0.62rem 0.85rem;
  border: 3px solid #fff;
  border-radius: 999px;
  background: linear-gradient(135deg, #e83e8c, #a72fbc);
  box-shadow: 0 10px 28px rgba(167, 47, 188, 0.24);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.08em;
}

.fc-polished .fc-gallery-kicker .fc-icon {
  width: 16px;
  height: 16px;
  fill: rgba(255, 255, 255, 0.18);
}

.fc-polished .fc-gallery-viewport {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.22 / 1;
  border: 7px solid #fff;
  border-radius: 32px;
  background: #f5ecff;
  box-shadow: 0 30px 72px rgba(74, 35, 105, 0.22);
}

.fc-polished .fc-gallery-track {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.fc-polished .fc-gallery-track figure {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  margin: 0;
}

.fc-polished .fc-gallery-track img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.fc-polished .fc-gallery-track figure:nth-child(3) img {
  object-position: center 63%;
}

.fc-polished .fc-gallery-result {
  position: absolute;
  z-index: 3;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.82rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 15px;
  background: rgba(35, 17, 49, 0.78);
  box-shadow: 0 12px 28px rgba(25, 10, 37, 0.2);
  color: #fff;
  text-align: left;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.fc-polished .fc-gallery-result strong {
  font-size: 0.87rem;
  font-weight: 950;
}

.fc-polished .fc-gallery-result span {
  color: #f5d8ff;
  font-size: 0.72rem;
  font-weight: 750;
  white-space: nowrap;
}

.fc-polished .fc-gallery-dots {
  display: flex;
  justify-content: center;
  gap: 0.45rem;
  margin-top: 1rem;
}

.fc-polished .fc-gallery-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #d7c7e8;
  box-shadow: none !important;
  transition: width 0.25s ease, background 0.25s ease;
}

.fc-polished .fc-gallery-dots button.is-active {
  width: 30px;
  background: var(--fc-party-pink);
}

.fc-polished .fc-hero-gallery + .fc-art-caption {
  margin-top: 0.7rem;
}

.fc-polished .fc-trust-strip .fc-shell {
  border-radius: 20px;
  box-shadow: 0 18px 52px rgba(46, 25, 63, 0.09);
}

.fc-polished .fc-demo-section {
  background: linear-gradient(135deg, #fbf7ff 0%, #fff 55%, #fff9e5 100%);
}

.fc-polished .fc-demo-copy h2,
.fc-polished .fc-section-heading h2,
.fc-polished .fc-section-title {
  color: var(--fc-party-ink);
}

.fc-polished .fc-emotion {
  padding: clamp(4.8rem, 8vw, 7.2rem) 0;
  background:
    radial-gradient(circle at 4% 10%, rgba(255, 212, 59, 0.18), transparent 20rem),
    radial-gradient(circle at 96% 90%, rgba(232, 62, 140, 0.1), transparent 22rem),
    #fff;
}

.fc-polished .fc-emotion-copy {
  max-width: 810px;
  margin: 0 auto 2.5rem;
  text-align: center;
}

.fc-polished .fc-emotion-copy > span {
  color: var(--fc-party-pink);
  font-size: 0.73rem;
  font-weight: 950;
  letter-spacing: 0.14em;
}

.fc-polished .fc-emotion-copy h2 {
  margin: 0.75rem 0 1rem;
  color: var(--fc-party-ink);
  font-size: clamp(2rem, 4.2vw, 3.55rem);
  font-weight: 950;
  line-height: 1.04;
  letter-spacing: -0.052em;
  text-wrap: balance;
}

.fc-polished .fc-emotion-copy p {
  max-width: 670px;
  margin: 0 auto;
  color: #675b70;
  font-size: 1rem;
  line-height: 1.65;
}

.fc-polished .fc-emotion-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.fc-polished .fc-emotion-grid article {
  padding: 1.55rem;
  border: 1px solid rgba(119, 54, 220, 0.11);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 34px rgba(55, 29, 73, 0.055);
}

.fc-polished .fc-emotion-grid article > div {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 1rem;
  border-radius: 15px;
  background: #faf3ff;
  color: var(--fc-party-purple);
}

.fc-polished .fc-emotion-grid article:nth-child(2) > div { background: #fff1f7; color: var(--fc-party-pink); }
.fc-polished .fc-emotion-grid article:nth-child(3) > div { background: #fff8d8; color: #a97300; }
.fc-polished .fc-emotion-grid h3 { margin-bottom: 0.5rem; color: var(--fc-party-ink); font-size: 1rem; font-weight: 900; }
.fc-polished .fc-emotion-grid p { color: #6b6171; font-size: 0.83rem; line-height: 1.58; }

.fc-polished .fc-step-card,
.fc-polished .fc-objection-card,
.fc-polished .fc-section-faq .space-y-4 > div {
  box-shadow: 0 12px 30px rgba(45, 25, 59, 0.055) !important;
}

.fc-polished .fc-bonus-icon {
  display: grid !important;
  place-items: center;
  color: var(--fc-party-purple) !important;
}

.fc-polished .fc-bonus-icon .fc-icon {
  width: 28px;
  height: 28px;
}

.fc-polished .fc-bonus-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem !important;
  margin-top: 1.2rem;
}

.fc-polished .fc-bonus-card {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center !important;
  column-gap: 0.9rem !important;
  row-gap: 0.28rem;
  min-height: 118px;
  padding: 1.05rem !important;
  border: 1px solid rgba(119, 54, 220, 0.12) !important;
  border-radius: 18px !important;
  background: #fff !important;
  box-shadow: 0 13px 32px rgba(58, 30, 78, 0.075) !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.fc-polished .fc-bonus-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 38px rgba(58, 30, 78, 0.12) !important;
}

.fc-polished .fc-bonus-card > :nth-child(2) {
  color: #34213f !important;
  font-weight: 900 !important;
}

.fc-polished .fc-bonus-description {
  grid-column: 2;
  margin: 0;
  color: #74677d;
  font-size: 0.72rem;
  line-height: 1.45;
}

.fc-polished .fc-bonus-card .fc-bonus-icon {
  grid-row: 1 / span 2;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 14px;
  background: #f3eaff;
  color: var(--fc-party-purple);
}

.fc-polished .fc-bonus-card:nth-child(2n) .fc-bonus-icon { background: #fff0f7; color: var(--fc-party-pink); }
.fc-polished .fc-bonus-card:nth-child(3n) .fc-bonus-icon { background: #fff7d8; color: #a66b00; }

.fc-polished .fc-bonus-card-mega {
  grid-column: 1 / -1;
  min-height: 132px;
  border: 2px solid rgba(232, 62, 140, 0.26) !important;
  background: linear-gradient(115deg, #fff2b5 0%, #fff 38%, #f8edff 100%) !important;
  box-shadow: 0 20px 48px rgba(119, 54, 220, 0.14) !important;
}

.fc-polished .fc-bonus-card-mega > strong {
  color: #692ac3 !important;
  font-size: 1.12rem;
}

.fc-polished .fc-bonus-card-mega .fc-bonus-icon {
  width: 58px;
  height: 58px;
  background: linear-gradient(135deg, #7736dc, #e83e8c);
  color: #fff !important;
  box-shadow: 0 12px 26px rgba(119, 54, 220, 0.23);
}

.fc-polished .fc-bonus-value {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  max-width: 730px;
  margin: 1.8rem auto;
  padding: 1.25rem 1.35rem;
  border: 1px solid rgba(232, 62, 140, 0.16);
  border-radius: 21px;
  background: linear-gradient(135deg, #fff3b9 0%, #fff 42%, #f7edff 100%);
  box-shadow: 0 18px 42px rgba(72, 34, 94, 0.1);
  text-align: left;
}

.fc-polished .fc-bonus-value-icon {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #7b36dc, #e83e8c);
  color: #fff;
  box-shadow: 0 12px 25px rgba(123, 54, 220, 0.24);
}

.fc-polished .fc-bonus-value-icon .fc-icon { width: 29px; height: 29px; }
.fc-polished .fc-bonus-value span { display: block; color: var(--fc-party-pink); font-size: 0.65rem; font-weight: 950; letter-spacing: 0.1em; }
.fc-polished .fc-bonus-value strong { display: block; margin-top: 0.25rem; color: #30203f; font-size: 1.08rem; line-height: 1.25; }
.fc-polished .fc-bonus-value p { margin: 0.4rem 0 0; color: #6c6074; font-size: 0.78rem; line-height: 1.5; }

.fc-polished .fc-bonus-cta { margin-top: 1.5rem; }

.fc-polished .fc-inline-icon {
  display: inline-grid;
  width: 1.2em;
  height: 1.2em;
  margin-inline: 0.12em;
  place-items: center;
  vertical-align: -0.18em;
  color: currentColor;
}

.fc-polished .fc-inline-icon .fc-icon { width: 100%; height: 100%; }

.fc-polished .fc-inline-note {
  margin-top: 0.75rem;
  color: #746b7c;
  font-size: 0.72rem;
  font-weight: 700;
  text-align: center;
}

.fc-polished .fc-offer .grid > div > .bg-white,
.fc-polished .fc-offer .grid > .bg-white {
  border-radius: 24px !important;
  box-shadow: 0 17px 46px rgba(45, 25, 59, 0.075) !important;
}

.fc-polished .fc-offer .border-brand-primary {
  border-color: var(--fc-cta) !important;
  box-shadow: 0 24px 58px rgba(7, 147, 77, 0.15) !important;
}

.fc-polished .fc-premium-card {
  position: relative;
  overflow: hidden;
  border: 2px solid var(--fc-cta) !important;
  background: linear-gradient(180deg, #fff 0%, #f8fff9 100%) !important;
}

.fc-polished .fc-premium-ribbon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin: -1.5rem -1.5rem 1.15rem;
  padding: 0.8rem 1rem;
  background: linear-gradient(100deg, #6f2bd5, #e83e8c);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 950;
  letter-spacing: 0.08em;
}

.fc-polished .fc-premium-ribbon .fc-icon { width: 17px; height: 17px; fill: rgba(255, 255, 255, 0.16); }

.fc-polished .fc-premium-wow {
  margin: 1.1rem 0;
  padding: 1rem;
  border: 1px solid rgba(119, 54, 220, 0.16);
  border-radius: 16px;
  background: linear-gradient(135deg, #fff6c9, #f8edff);
  text-align: center;
}

.fc-polished .fc-premium-wow > span {
  display: block;
  color: var(--fc-party-pink);
  font-size: 0.65rem;
  font-weight: 950;
  letter-spacing: 0.09em;
}

.fc-polished .fc-premium-wow strong {
  display: block;
  margin-top: 0.38rem;
  color: #35213f;
  font-size: 0.92rem;
  line-height: 1.35;
}

.fc-polished .fc-premium-wow strong b { color: #702bd2; font-size: 1.12em; }
.fc-polished .fc-premium-wow p { margin: 0.42rem 0 0; color: #716377; font-size: 0.72rem; line-height: 1.45; }

.fc-polished .footer-border {
  background: linear-gradient(135deg, #2b1838, #40204e) !important;
}

@media (max-width: 900px) {
  .fc-polished .fc-hero-layout { grid-template-columns: 1fr; }
  .fc-polished .fc-emotion-grid { grid-template-columns: 1fr; }
  .fc-polished .fc-emotion-grid article { display: grid; grid-template-columns: auto 1fr; column-gap: 1rem; }
  .fc-polished .fc-emotion-grid article > div { grid-row: 1 / span 2; }
}

@media (max-width: 640px) {
  .fc-polished .fc-hero { padding: 2.35rem 0 3.5rem !important; }
  .fc-polished .fc-hero-copy > div:first-child { font-size: 0.7rem !important; }
  .fc-polished .fc-hero h1 { font-size: clamp(2.02rem, 9.8vw, 2.7rem) !important; line-height: 1.01 !important; }
  .fc-polished .fc-hero-copy > p:nth-of-type(1) { font-size: 0.96rem !important; line-height: 1.55 !important; }
  .fc-polished .fc-hero-copy > p:nth-of-type(2) { display: block; padding: 0.7rem 0.8rem; font-size: 0.76rem !important; }
  .fc-polished .fc-hero-art { aspect-ratio: 1.08 / 1; border-radius: 24px; transform: none; }
  .fc-polished .fc-hero-gallery { width: 100%; }
  .fc-polished .fc-gallery-viewport { aspect-ratio: 1.05 / 1; border-width: 5px; border-radius: 25px; }
  .fc-polished .fc-gallery-kicker { top: -0.72rem; left: 0.8rem; padding: 0.52rem 0.68rem; font-size: 0.59rem; }
  .fc-polished .fc-gallery-result { right: 0.6rem; bottom: 0.6rem; left: 0.6rem; padding: 0.7rem 0.75rem; }
  .fc-polished .fc-gallery-result strong { font-size: 0.72rem; }
  .fc-polished .fc-gallery-result span { display: none; }
  .fc-polished .fc-art-caption { width: 94%; padding: 0.75rem; font-size: 0.69rem; }
  .fc-polished .fc-button-note { font-size: 0.61rem; }
  .fc-polished .fc-emotion { padding-block: 4.2rem; }
  .fc-polished .fc-emotion-copy h2 { font-size: 2.25rem; }
  .fc-polished .fc-emotion-grid article { padding: 1.15rem; }
  .fc-polished .fc-bonus-grid { grid-template-columns: 1fr; }
  .fc-polished .fc-bonus-card { min-height: 108px; }
  .fc-polished .fc-bonus-value { grid-template-columns: 1fr; padding: 1.1rem; text-align: center; }
  .fc-polished .fc-bonus-value-icon { margin-inline: auto; }
  .fc-polished .fc-mobile-cta > div strong { font-size: 1rem; }
  .fc-polished .fc-mobile-cta button { min-width: 118px; justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  .fc-polished .fc-breathe-cta,
  .fc-polished .fc-inline-cta,
  .fc-polished .fc-mobile-cta button { animation: none !important; }
  .fc-polished .fc-gallery-track { transition: none !important; }
}

/* Festa Criativa v4 — promessa, prova visual e ação na mesma sequência. */
.fc-polished .fc-hero-layout {
  display: block;
  max-width: 1060px;
  margin-inline: auto;
}

.fc-polished .fc-hero-copy {
  max-width: none;
  text-align: center;
}

.fc-polished .fc-hero h1 {
  max-width: 910px;
  margin-inline: auto;
}

.fc-polished .fc-hero-copy > p:nth-of-type(1) {
  max-width: 760px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.fc-polished .fc-hero-visual {
  width: 100%;
  margin: 2.35rem auto 1.25rem;
}

.fc-polished .fc-hero-gallery {
  max-width: 850px;
}

.fc-polished .fc-gallery-viewport {
  aspect-ratio: 1.56 / 1;
}

.fc-polished .fc-hero-reassurance {
  justify-content: center;
}

.fc-polished .fc-hero-copy > .flex {
  align-items: center !important;
}

@media (max-width: 640px) {
  .fc-polished .fc-hero-layout { max-width: 100%; }
  .fc-polished .fc-hero-visual { margin-top: 2.15rem; }
  .fc-polished .fc-gallery-viewport { aspect-ratio: 1.05 / 1; }
}
