@import "./fc-hub.css";

/* —— Hero —— */
.fc-billing-surcharges-lp .fc-bill-hero-band {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 90% 70% at 100% 0%, rgba(0, 119, 255, 0.09) 0%, transparent 50%),
    radial-gradient(ellipse 70% 50% at 0% 100%, rgba(16, 185, 129, 0.07) 0%, transparent 48%),
    linear-gradient(165deg, #f8fafc 0%, #eef2f7 42%, #f5f5f7 100%);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.fc-billing-surcharges-lp .fc-bill-hero-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(0, 0, 0, 0.04) 1px, transparent 1px);
  background-size: 22px 22px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), transparent 72%);
  pointer-events: none;
}

.fc-billing-surcharges-lp .fc-bill-hero-band > .container {
  position: relative;
  z-index: 1;
}

.fc-billing-surcharges-lp .fc-bill-hero-focus {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.fc-billing-surcharges-lp .fc-bill-page-intro {
  max-width: 38rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.25rem;
  text-align: center;
}

.fc-billing-surcharges-lp .fc-bill-page-intro h1 {
  font-size: clamp(1.55rem, 3.2vw, 2.15rem);
  font-weight: 600;
  letter-spacing: -0.035em;
  color: var(--cd-apple-text, #1d1d1f);
  margin-bottom: 0.65rem;
}

.fc-billing-surcharges-lp .fc-bill-page-intro .fc-bill-page-lead {
  font-size: 1.0625rem;
  line-height: 1.58;
  color: var(--cd-apple-text-secondary, #6e6e73);
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 36rem;
}

.fc-billing-surcharges-lp .fc-bill-page-intro .fc-bill-page-lead strong {
  color: var(--cd-apple-text, #1d1d1f);
  font-weight: 600;
}

/* —— Main showcase card —— */
.fc-billing-surcharges-lp .fc-bill-cs-card {
  position: relative;
  border-radius: 1.35rem;
  overflow: hidden;
  background: linear-gradient(145deg, #ffffff 0%, #f9fbfd 55%, #f4f7fb 100%);
  border: 1px solid rgba(0, 0, 0, 0.07);
  box-shadow:
    0 4px 6px rgba(0, 0, 0, 0.02),
    0 22px 48px rgba(0, 40, 120, 0.09);
}

.fc-billing-surcharges-lp .fc-bill-cs-glow {
  position: absolute;
  top: -88px;
  left: 50%;
  transform: translateX(-50%);
  width: min(520px, 110vw);
  height: 280px;
  background: radial-gradient(ellipse at center, rgba(0, 119, 255, 0.18) 0%, transparent 68%);
  pointer-events: none;
  z-index: 0;
}

.fc-billing-surcharges-lp .fc-bill-cs-mesh {
  position: absolute;
  inset: 0;
  opacity: 0.45;
  background:
    radial-gradient(circle at 15% 85%, rgba(16, 185, 129, 0.08) 0%, transparent 35%),
    radial-gradient(circle at 88% 20%, rgba(99, 102, 241, 0.1) 0%, transparent 32%);
  pointer-events: none;
  z-index: 0;
}

.fc-billing-surcharges-lp .fc-bill-cs-inner {
  position: relative;
  z-index: 1;
  padding: 2.85rem 1.75rem 2.35rem;
  text-align: center;
}

@media (min-width: 576px) {
  .fc-billing-surcharges-lp .fc-bill-cs-inner {
    padding: 3.1rem 2.5rem 2.65rem;
  }
}

.fc-billing-surcharges-lp .fc-bill-cs-title {
  font-size: clamp(1.35rem, 2.5vw, 1.65rem);
  font-weight: 600;
  color: var(--cd-apple-text, #1d1d1f);
  margin-bottom: 1.35rem;
  letter-spacing: -0.03em;
  max-width: 22rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.25;
}

@media (min-width: 576px) {
  .fc-billing-surcharges-lp .fc-bill-cs-title {
    max-width: 32rem;
  }
}

@media (min-width: 992px) {
  .fc-billing-surcharges-lp .fc-bill-cs-title {
    max-width: 36rem;
  }
}

.fc-billing-surcharges-lp .fc-bill-cs-features {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.1rem;
  margin-bottom: 1.75rem;
  text-align: left;
}

@media (min-width: 768px) {
  .fc-billing-surcharges-lp .fc-bill-cs-features {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.15rem;
  }
}

.fc-billing-surcharges-lp .fc-bill-cs-features--viz .fc-bill-cs-feature {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  padding: 0;
  overflow: hidden;
  border-radius: 1rem;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.07);
  box-shadow:
    0 2px 6px rgba(0, 0, 0, 0.03),
    0 14px 36px rgba(0, 45, 110, 0.06);
  transition:
    transform 0.3s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.3s ease,
    border-color 0.2s ease;
}

.fc-billing-surcharges-lp .fc-bill-cs-features--viz .fc-bill-cs-feature:hover {
  transform: translateY(-6px);
  border-color: rgba(0, 119, 255, 0.22);
  box-shadow:
    0 8px 24px rgba(0, 55, 130, 0.09),
    0 2px 8px rgba(0, 0, 0, 0.04);
}

.fc-billing-surcharges-lp .fc-bill-cs-feature-body {
  padding: 1rem 1.15rem 1.2rem;
}

.fc-billing-surcharges-lp .fc-bill-cs-feature-title {
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--cd-apple-text, #1d1d1f);
  margin-bottom: 0.35rem;
  letter-spacing: -0.02em;
}

.fc-billing-surcharges-lp .fc-bill-cs-feature-desc {
  font-size: 0.8125rem;
  color: var(--cd-apple-text-secondary, #6e6e73);
  line-height: 1.52;
  margin-bottom: 0;
}

/* —— Art: billing rules —— */
.fc-billing-surcharges-lp .fc-bill-cs-feature-art {
  position: relative;
  height: 132px;
  flex-shrink: 0;
  overflow: hidden;
}

.fc-billing-surcharges-lp .fc-bill-cs-feature-art--rules {
  background: linear-gradient(165deg, #e8f4ff 0%, #d2e8fc 48%, #c5e0fb 100%);
}

.fc-billing-surcharges-lp .fc-bill-art-rules {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.05rem;
  padding: 1.1rem 1.35rem;
}

.fc-billing-surcharges-lp .fc-bill-art-ruleline {
  height: 9px;
  border-radius: 999px;
  background: rgba(0, 119, 255, 0.11);
  position: relative;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-billing-surcharges-lp .fc-bill-art-knob {
  position: absolute;
  top: 50%;
  left: var(--fc-k, 50%);
  width: 22px;
  height: 22px;
  margin: 0;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: linear-gradient(160deg, #ffffff, #e3f0ff);
  border: 2px solid rgba(0, 119, 255, 0.38);
  box-shadow:
    0 2px 6px rgba(0, 80, 180, 0.15),
    0 0 0 3px rgba(255, 255, 255, 0.65);
}

/* —— Art: AI —— */
.fc-billing-surcharges-lp .fc-bill-cs-feature-art--ai {
  background: linear-gradient(165deg, #ede9fe 0%, #e0e7ff 45%, #ddd6fe 100%);
}

.fc-billing-surcharges-lp .fc-bill-art-ai {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fc-billing-surcharges-lp .fc-bill-art-ai-ring {
  position: absolute;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  border: 2px dashed rgba(99, 102, 241, 0.32);
  animation: fc-bill-ai-ring 16s linear infinite;
}

.fc-billing-surcharges-lp .fc-bill-art-ai-core {
  position: relative;
  z-index: 2;
  width: 50px;
  height: 50px;
  border-radius: 14px;
  background: linear-gradient(145deg, #6366f1 0%, #7c3aed 100%);
  box-shadow:
    0 10px 28px rgba(99, 102, 241, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.fc-billing-surcharges-lp .fc-bill-art-ai-spark {
  position: absolute;
  z-index: 1;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 14px rgba(139, 92, 246, 0.65);
}

.fc-billing-surcharges-lp .fc-bill-art-ai-spark--a {
  top: 22%;
  left: 20%;
}

.fc-billing-surcharges-lp .fc-bill-art-ai-spark--b {
  top: 18%;
  right: 18%;
}

.fc-billing-surcharges-lp .fc-bill-art-ai-spark--c {
  bottom: 24%;
  left: 17%;
}

.fc-billing-surcharges-lp .fc-bill-art-ai-spark--d {
  bottom: 20%;
  right: 20%;
}

@keyframes fc-bill-ai-ring {
  to {
    transform: rotate(360deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .fc-billing-surcharges-lp .fc-bill-art-ai-ring {
    animation: none;
    opacity: 0.45;
  }

  .fc-billing-surcharges-lp .fc-bill-cs-features--viz .fc-bill-cs-feature:hover {
    transform: none;
  }
}

/* —— Art: exports (no format labels) —— */
.fc-billing-surcharges-lp .fc-bill-cs-feature-art--exports {
  background: linear-gradient(165deg, #ecfdf5 0%, #d1fae5 42%, #a7f3d0 100%);
}

.fc-billing-surcharges-lp .fc-bill-art-export {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fc-billing-surcharges-lp .fc-bill-art-sheet {
  position: absolute;
  width: 62px;
  height: 76px;
  border-radius: 7px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid rgba(16, 120, 90, 0.22);
  box-shadow:
    0 10px 22px rgba(5, 80, 60, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.fc-billing-surcharges-lp .fc-bill-art-sheet::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  height: 5px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.06);
  box-shadow: 0 9px 0 rgba(0, 0, 0, 0.04), 0 18px 0 rgba(0, 0, 0, 0.028);
}

.fc-billing-surcharges-lp .fc-bill-art-sheet--1 {
  transform: translate(-34px, -4px) rotate(-10deg);
  z-index: 1;
}

.fc-billing-surcharges-lp .fc-bill-art-sheet--2 {
  transform: translate(0, 6px) rotate(0deg);
  z-index: 3;
  border-color: rgba(0, 119, 255, 0.2);
}

.fc-billing-surcharges-lp .fc-bill-art-sheet--3 {
  transform: translate(34px, -8px) rotate(11deg);
  z-index: 2;
}

.fc-billing-surcharges-lp .fc-bill-cs-footnote {
  font-size: 0.8125rem;
  color: var(--cd-apple-text-secondary, #6e6e73);
  line-height: 1.55;
  max-width: 36rem;
  margin: 0 auto 1.5rem;
}

/* —— Why —— */
.fc-billing-surcharges-lp .fc-bill-why-band {
  position: relative;
  background: linear-gradient(180deg, #ffffff 0%, #f6f7f9 100%);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.fc-billing-surcharges-lp .fc-bill-section-kicker {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--cd-apple-text-secondary, #6e6e73);
  margin-bottom: 0.35rem;
}

.fc-billing-surcharges-lp .fc-bill-why-card {
  position: relative;
  border-radius: 1rem;
  padding: 1.4rem 1.3rem;
  height: 100%;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.07);
  overflow: hidden;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}

.fc-billing-surcharges-lp .fc-bill-why-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  border-radius: 1rem 0 0 1rem;
  opacity: 0.9;
}

.fc-billing-surcharges-lp .fc-bill-why-card--tone-1::before {
  background: linear-gradient(180deg, #0077ff, #38bdf8);
}

.fc-billing-surcharges-lp .fc-bill-why-card--tone-2::before {
  background: linear-gradient(180deg, #6366f1, #818cf8);
}

.fc-billing-surcharges-lp .fc-bill-why-card--tone-3::before {
  background: linear-gradient(180deg, #10b981, #34d399);
}

.fc-billing-surcharges-lp .fc-bill-why-card--tone-4::before {
  background: linear-gradient(180deg, #0ea5e9, #38bdf8);
}

.fc-billing-surcharges-lp .fc-bill-why-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 119, 255, 0.18);
  box-shadow: 0 14px 36px rgba(0, 40, 90, 0.08);
}

.fc-billing-surcharges-lp .fc-bill-why-heading {
  font-size: clamp(1.35rem, 2.8vw, 1.75rem);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.28;
  color: var(--cd-apple-text, #1d1d1f);
  max-width: 38rem;
  margin-left: auto;
  margin-right: auto;
}

.fc-billing-surcharges-lp .fc-bill-why-intro {
  font-size: 0.9375rem;
  line-height: 1.55;
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}

.fc-billing-surcharges-lp .fc-bill-why-card--check {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fc-billing-surcharges-lp .fc-bill-why-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 0.55rem;
  margin-bottom: 0.95rem;
  font-size: 1.05rem;
  background: linear-gradient(145deg, rgba(0, 119, 255, 0.2), rgba(0, 119, 255, 0.07));
  color: #0066dd;
  box-shadow: 0 1px 2px rgba(0, 60, 140, 0.06);
}

.fc-billing-surcharges-lp .fc-bill-why-lead {
  font-size: 0.875rem;
  color: var(--cd-apple-text-secondary, #6e6e73);
  line-height: 1.5;
  margin-bottom: 0.4rem;
  max-width: 15rem;
}

.fc-billing-surcharges-lp .fc-bill-why-title {
  font-weight: 700;
  font-size: 1rem;
  color: var(--cd-apple-text, #1d1d1f);
  margin-bottom: 0;
  letter-spacing: -0.02em;
  line-height: 1.3;
}

.fc-billing-surcharges-lp .fc-bill-why-desc {
  font-size: 0.875rem;
  color: var(--cd-apple-text-secondary, #6e6e73);
  line-height: 1.55;
  margin-bottom: 0;
}

/* —— How —— */
.fc-billing-surcharges-lp .fc-bill-how-band {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.fc-billing-surcharges-lp .fc-bill-how-card {
  border-radius: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.07);
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 28px rgba(0, 40, 100, 0.06);
}

.fc-billing-surcharges-lp .fc-bill-how-head {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.9rem 1.15rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--cd-apple-text, #1d1d1f);
  background: linear-gradient(90deg, rgba(0, 119, 255, 0.08), rgba(16, 185, 129, 0.06));
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.fc-billing-surcharges-lp .fc-bill-how-head i {
  color: #0077ff;
  font-size: 1rem;
}

.fc-billing-surcharges-lp .fc-bill-how-body {
  padding: 1.25rem 1.15rem 1.35rem;
}

.fc-billing-surcharges-lp .fc-bill-step {
  position: relative;
  padding-left: 1.35rem;
  margin-bottom: 1.15rem;
}

.fc-billing-surcharges-lp .fc-bill-step:last-child {
  margin-bottom: 0;
}

.fc-billing-surcharges-lp .fc-bill-step::before {
  content: "";
  position: absolute;
  left: 0.2rem;
  top: 0.35rem;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(145deg, #0077ff, #38bdf8);
  box-shadow: 0 0 0 3px rgba(0, 119, 255, 0.15);
}

.fc-billing-surcharges-lp .fc-bill-step:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 0.44rem;
  top: 1.1rem;
  bottom: -0.85rem;
  width: 2px;
  background: linear-gradient(180deg, rgba(0, 119, 255, 0.35), rgba(16, 185, 129, 0.2));
  border-radius: 1px;
}

.fc-billing-surcharges-lp .fc-bill-step-title {
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--cd-apple-text, #1d1d1f);
  margin-bottom: 0.35rem;
}

.fc-billing-surcharges-lp .fc-bill-step-desc {
  font-size: 0.8125rem;
  color: var(--cd-apple-text-secondary, #6e6e73);
  line-height: 1.55;
  margin-bottom: 0;
}

.fc-billing-surcharges-lp .fc-bill-today {
  position: relative;
  border-radius: 1rem;
  border: 1px solid rgba(0, 119, 255, 0.18);
  padding: 1.35rem 1.4rem;
  background: linear-gradient(135deg, rgba(0, 119, 255, 0.07) 0%, rgba(16, 185, 129, 0.08) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.75),
    0 10px 36px rgba(0, 40, 100, 0.08);
}

.fc-billing-surcharges-lp .fc-bill-today > * {
  position: relative;
  z-index: 1;
}

.fc-billing-surcharges-lp .fc-bill-today p {
  color: var(--cd-apple-text-secondary, #5c5c61);
}

.fc-billing-surcharges-lp .ls-wide {
  letter-spacing: 0.08em;
}
