@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");

.fbv-premium-block,
.fbv-premium-block * {
  box-sizing: border-box;
}

.fbv-premium-block {
  --fbv-ink: #162033;
  --fbv-muted: #647084;
  --fbv-line: rgba(55, 78, 122, 0.14);
  --fbv-bg-soft: #fff7ee;
  --fbv-grad: linear-gradient(135deg, #2563eb 0%, #7c3aed 48%, #f59e0b 100%);
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--fbv-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.fbv-premium-block .fbv-premium-section {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  position: relative;
}

.fbv-premium-block .fbv-premium-section-white {
  background: #fff;
}

.fbv-premium-block .fbv-premium-section-warm {
  background:
    radial-gradient(circle at top left, rgba(37, 99, 235, 0.08), transparent 34%),
    radial-gradient(circle at bottom right, rgba(245, 158, 11, 0.14), transparent 32%),
    linear-gradient(180deg, #fffaf4 0%, #fff3e7 100%);
}

.fbv-premium-block .fbv-premium-container {
  width: min(1240px, calc(100% - 48px));
  max-width: 100%;
  margin: 0 auto;
}

.fbv-premium-block .fbv-premium-heading {
  max-width: 780px;
  margin: 0 auto 42px;
  text-align: center;
}

.fbv-premium-block .fbv-premium-heading h2 {
  margin: 0;
  color: var(--fbv-ink);
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.15;
  letter-spacing: 0;
  font-weight: 850;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.fbv-premium-block .fbv-premium-heading h2 span {
  background: var(--fbv-grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.fbv-premium-block .fbv-premium-heading p {
  margin: 14px auto 0;
  color: var(--fbv-muted);
  font-size: 1.03rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.fbv-premium-block .fbv-premium-grid {
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.fbv-premium-block .fbv-premium-card {
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --fbv-a: #2563eb;
  --fbv-b: #7c3aed;
  --fbv-c: #eff6ff;
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 252px;
  padding: 28px;
  border: 1px solid var(--fbv-line);
  border-radius: 24px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--fbv-a) 18%, transparent), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,0.98), rgba(255,255,255,0.82)),
    linear-gradient(145deg, color-mix(in srgb, var(--fbv-c) 75%, #fff), #fff);
  box-shadow: 0 16px 38px rgba(22, 32, 51, 0.08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(22px);
  opacity: 0;
  transition:
    opacity 0.7s ease,
    transform 0.22s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
  overflow: hidden;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.fbv-premium-block .fbv-premium-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(135deg, color-mix(in srgb, var(--fbv-a) 12%, transparent), transparent 38%);
  opacity: 0.62;
  pointer-events: none;
}

.fbv-premium-block .fbv-premium-card::after {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 0;
  height: 3px;
  border-radius: 99px 99px 0 0;
  background: linear-gradient(90deg, var(--fbv-a), var(--fbv-b));
  opacity: 0.78;
  transform: scaleX(0.28);
  transform-origin: left;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.fbv-premium-block .fbv-premium-card.fbv-visible {
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}

.fbv-premium-block .fbv-premium-card:hover {
  border-color: color-mix(in srgb, var(--fbv-a) 44%, transparent);
  box-shadow: 0 24px 54px rgba(22, 32, 51, 0.15);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}

.fbv-premium-block .fbv-premium-card:hover::after {
  transform: scaleX(1);
  opacity: 1;
}

.fbv-premium-block .fbv-icon {
  width: 54px;
  height: 54px;
  max-width: 100%;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: color-mix(in srgb, var(--fbv-a) 12%, #fff);
  color: var(--fbv-a);
  font-size: 1.25rem;
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--fbv-a) 16%, transparent);
  transition: transform 0.28s ease, color 0.28s ease, background 0.28s ease;
}

.fbv-premium-block .fbv-premium-card:hover .fbv-icon {
  color: #fff;
  background: linear-gradient(135deg, var(--fbv-a), var(--fbv-b));
  transform: translateY(-3px) rotate(-4deg) scale(1.04);
}

.fbv-premium-block .fbv-premium-card h3 {
  position: relative;
  margin: 22px 0 10px;
  color: var(--fbv-ink);
  font-size: 1.08rem;
  line-height: 1.28;
  letter-spacing: 0;
  font-weight: 800;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.fbv-premium-block .fbv-premium-card h3::after {
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  margin-top: 10px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--fbv-a), var(--fbv-b));
  transform: scaleX(0.45);
  transform-origin: left;
  transition: transform 0.28s ease;
}

.fbv-premium-block .fbv-premium-card:hover h3::after {
  transform: scaleX(1.45);
}

.fbv-premium-block .fbv-premium-card p {
  margin: 0;
  color: var(--fbv-muted);
  font-size: 0.95rem;
  line-height: 1.65;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.fbv-premium-block .fbv-cta {
  display: inline-flex;
  max-width: 100%;
  margin-top: 18px;
  color: var(--fbv-a);
  font-size: 0.88rem;
  line-height: 1.4;
  font-weight: 800;
  opacity: 0.2;
  transform: translateY(8px);
  transition: opacity 0.28s ease, transform 0.28s ease, color 0.28s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.fbv-premium-block .fbv-premium-card:hover .fbv-cta {
  opacity: 1;
  transform: translateY(0);
  color: var(--fbv-b);
}

.fbv-premium-block .fbv-premium-grid-benefits .fbv-premium-card:hover {
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-8px);
}

.fbv-premium-block .fbv-process-card {
  padding-top: 24px;
}

.fbv-premium-block .fbv-process-card::before {
  content: attr(data-step);
  position: absolute;
  top: 10px;
  right: 18px;
  z-index: -1;
  color: color-mix(in srgb, var(--fbv-a) 12%, transparent);
  font-size: 5.6rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  transition: transform 0.3s ease, color 0.3s ease;
  pointer-events: none;
}

.fbv-premium-block .fbv-process-card:hover::before {
  color: color-mix(in srgb, var(--fbv-b) 18%, transparent);
  transform: translateY(-6px) scale(1.05);
}

.fbv-premium-block .fbv-step-inline {
  display: inline;
  color: var(--fbv-a);
  font-size: 0.78rem;
  line-height: 1.5;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.fbv-premium-block .fbv-premium-card:nth-child(1) { --fbv-a: #2563eb; --fbv-b: #7c3aed; --fbv-c: #eff6ff; }
.fbv-premium-block .fbv-premium-card:nth-child(2) { --fbv-a: #0891b2; --fbv-b: #2563eb; --fbv-c: #ecfeff; }
.fbv-premium-block .fbv-premium-card:nth-child(3) { --fbv-a: #16a34a; --fbv-b: #0f766e; --fbv-c: #f0fdf4; }
.fbv-premium-block .fbv-premium-card:nth-child(4) { --fbv-a: #f59e0b; --fbv-b: #ef4444; --fbv-c: #fffbeb; }
.fbv-premium-block .fbv-premium-card:nth-child(5) { --fbv-a: #db2777; --fbv-b: #7c3aed; --fbv-c: #fdf2f8; }
.fbv-premium-block .fbv-premium-card:nth-child(6) { --fbv-a: #4f46e5; --fbv-b: #0891b2; --fbv-c: #eef2ff; }
.fbv-premium-block .fbv-premium-card:nth-child(7) { --fbv-a: #ea580c; --fbv-b: #ca8a04; --fbv-c: #fff7ed; }
.fbv-premium-block .fbv-premium-card:nth-child(8) { --fbv-a: #0f766e; --fbv-b: #2563eb; --fbv-c: #f0fdfa; }

@media (min-width: 1200px) {
  .fbv-premium-block .fbv-premium-section { padding: 96px 0; }
  .fbv-premium-block .fbv-premium-container { width: min(1240px, calc(100% - 64px)); }
  .fbv-premium-block .fbv-premium-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
  .fbv-premium-block .fbv-premium-card { padding: 28px; }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .fbv-premium-block .fbv-premium-section { padding: 82px 0; }
  .fbv-premium-block .fbv-premium-container { width: min(1060px, calc(100% - 48px)); }
  .fbv-premium-block .fbv-premium-heading { margin-bottom: 36px; }
  .fbv-premium-block .fbv-premium-heading p { font-size: 1rem; }
  .fbv-premium-block .fbv-premium-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
  .fbv-premium-block .fbv-premium-card { padding: 25px; }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .fbv-premium-block .fbv-premium-section { padding: 70px 0; }
  .fbv-premium-block .fbv-premium-container { width: min(880px, calc(100% - 40px)); }
  .fbv-premium-block .fbv-premium-heading { margin-bottom: 32px; }
  .fbv-premium-block .fbv-premium-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
  .fbv-premium-block .fbv-premium-card { padding: 24px; min-height: 232px; }
  .fbv-premium-block .fbv-premium-card h3 { font-size: 1.02rem; }
  .fbv-premium-block .fbv-premium-card p { font-size: 0.93rem; }
}

@media (min-width: 430px) and (max-width: 767px) {
  .fbv-premium-block .fbv-premium-section { padding: 56px 0; }
  .fbv-premium-block .fbv-premium-container { width: min(100%, calc(100% - 28px)); }
  .fbv-premium-block .fbv-premium-heading { margin-bottom: 26px; }
  .fbv-premium-block .fbv-premium-heading p { font-size: 0.94rem; line-height: 1.6; }
  .fbv-premium-block .fbv-premium-grid { grid-template-columns: 1fr !important; gap: 16px; }
  .fbv-premium-block .fbv-premium-card { padding: 22px; min-height: auto; border-radius: 20px; }
  .fbv-premium-block .fbv-cta { width: 100%; }
}

@media (min-width: 375px) and (max-width: 429px) {
  .fbv-premium-block .fbv-premium-section { padding: 48px 0; }
  .fbv-premium-block .fbv-premium-container { width: min(100%, calc(100% - 24px)); }
  .fbv-premium-block .fbv-premium-heading { margin-bottom: 22px; }
  .fbv-premium-block .fbv-premium-heading p { font-size: 0.9rem; line-height: 1.55; }
  .fbv-premium-block .fbv-premium-grid { grid-template-columns: 1fr !important; gap: 14px; }
  .fbv-premium-block .fbv-premium-card { padding: 20px; min-height: auto; border-radius: 18px; }
  .fbv-premium-block .fbv-icon { width: 48px; height: 48px; border-radius: 16px; font-size: 1.08rem; }
  .fbv-premium-block .fbv-premium-card h3 { font-size: 1rem; }
  .fbv-premium-block .fbv-premium-card p { font-size: 0.9rem; }
  .fbv-premium-block .fbv-process-card::before { font-size: 4.6rem; right: 14px; }
}

@media (min-width: 320px) and (max-width: 374px) {
  .fbv-premium-block .fbv-premium-section { padding: 42px 0; }
  .fbv-premium-block .fbv-premium-container { width: min(100%, calc(100% - 18px)); }
  .fbv-premium-block .fbv-premium-heading { margin-bottom: 20px; }
  .fbv-premium-block .fbv-premium-heading p { font-size: 0.86rem; line-height: 1.5; }
  .fbv-premium-block .fbv-premium-grid { grid-template-columns: 1fr !important; gap: 12px; }
  .fbv-premium-block .fbv-premium-card { padding: 17px; min-height: auto; border-radius: 16px; }
  .fbv-premium-block .fbv-icon { width: 44px; height: 44px; border-radius: 14px; font-size: 1rem; }
  .fbv-premium-block .fbv-premium-card h3 { margin-top: 18px; font-size: 0.96rem; }
  .fbv-premium-block .fbv-premium-card p { font-size: 0.86rem; line-height: 1.55; }
  .fbv-premium-block .fbv-cta { font-size: 0.82rem; }
  .fbv-premium-block .fbv-process-card::before { font-size: 3.9rem; right: 12px; top: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  .fbv-premium-block .fbv-premium-card,
  .fbv-premium-block .fbv-premium-card *,
  .fbv-premium-block .fbv-premium-card::before,
  .fbv-premium-block .fbv-premium-card::after {
    transition: none !important;
    animation: none !important;
  }

  .fbv-premium-block .fbv-premium-card,
  .fbv-premium-block .fbv-premium-card.fbv-visible,
  .fbv-premium-block .fbv-premium-card:hover {
    transform: none !important;
    opacity: 1 !important;
  }
}