:root {
  --fbh-primary: #1e5fe0;
  --fbh-primary-hover: #1a52c2;
  --fbh-primary-active: #163f94;
  --fbh-ink: #0b1220;
  --fbh-accent: #ffcb05;
  --fbh-accent-hover: #e6b500;
  --fbh-bg: #ffffff;
  --fbh-soft: #f6f8fb;
  --fbh-muted: #eef1f6;
  --fbh-text-2: #475569;
  --fbh-text-3: #94a3b8;
  --fbh-border: #e5eaf2;
  --fbh-shadow-xs: 0 1px 2px rgba(15, 23, 42, 0.04);
  --fbh-shadow-md: 0 6px 16px -4px rgba(15, 23, 42, 0.1);
  --fbh-shadow-xl: 0 24px 40px -20px rgba(15, 23, 42, 0.18);
  --fbh-shadow-primary: 0 8px 20px -8px rgba(30, 95, 224, 0.5);
}

body.fbv2-home-body {
  min-height: 100vh;
  overflow-x: hidden;
  background: var(--fbh-bg);
  color: var(--fbh-ink);
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", "Apple SD Gothic Neo", sans-serif;
  font-size: 14px;
  line-height: 1.55;
}

body.fbv2-home-body *,
body.fbv2-home-body *::before,
body.fbv2-home-body *::after {
  box-sizing: border-box;
}

body.fbv2-home-body a {
  color: inherit;
}

.fbh-skip {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 200;
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--fbh-ink);
  color: #fff;
  text-decoration: none;
  transform: translateY(-160%);
  transition: transform 120ms ease;
}

.fbh-skip:focus {
  transform: translateY(0);
}

.fbh-header {
  position: relative;
  z-index: 100;
  border-bottom: 1px solid var(--fbh-border);
  background: #fff;
}

.fbh-header-inner {
  width: min(1200px, 100%);
  min-height: 69px;
  margin: 0 auto;
  padding: 20px 40px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.fbh-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

.fbh-brand > span {
  padding-left: 12px;
  border-left: 1px solid var(--fbh-border);
  color: var(--fbh-text-2);
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}

.fbh-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin-left: auto;
}

.fbh-nav a,
.fbh-link-login {
  color: var(--fbh-ink);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: color 120ms ease;
}

.fbh-nav a:hover,
.fbh-nav a:focus-visible,
.fbh-link-login:hover,
.fbh-link-login:focus-visible {
  color: var(--fbh-primary);
}

.fbh-header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-left: 4px;
}

.fbh-button {
  padding: 11px 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  transition: background 120ms ease, border-color 120ms ease, color 120ms ease, box-shadow 120ms ease, transform 120ms ease;
}

.fbh-button:active {
  transform: translateY(1px);
}

.fbh-button:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(30, 95, 224, 0.25);
}

.fbh-button-small {
  padding: 7px 12px;
  border-radius: 6px;
  font-size: 12px;
}

.fbv2-body .fbh-button-dark {
  background: var(--fbh-primary);
  color: #fff;
  box-shadow: var(--fbh-shadow-primary);
}

.fbv2-body .fbh-button-dark:hover {
  background: var(--fbh-primary-hover);
  color: #fff;
}

.fbv2-body .fbh-button-dark:active {
  background: var(--fbh-primary-active);
}

.fbv2-body .fbh-button-outline {
  border-color: var(--fbh-primary);
  background: var(--fbh-bg);
  color: var(--fbh-primary);
}

.fbv2-body .fbh-button-outline:hover {
  background: #eef4ff;
  color: var(--fbh-primary-hover);
}

.fbv2-body .fbh-button-gold {
  background: var(--fbh-primary);
  color: #fff;
  box-shadow: var(--fbh-shadow-primary);
}

.fbv2-body .fbh-button-gold:hover {
  background: var(--fbh-primary-hover);
  color: #fff;
}

.fbv2-body .fbh-button-dark-outline {
  border-color: var(--fbh-primary);
  background: #fff;
  color: var(--fbh-primary);
}

.fbv2-body .fbh-button-dark-outline:hover {
  border-color: var(--fbh-primary);
  background: #eef4ff;
  color: var(--fbh-primary-hover);
}

.fbh-hero {
  width: min(1200px, 100%);
  margin: 0 auto;
  padding: 80px 40px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
  align-items: center;
  gap: 48px;
  background: var(--fbh-bg);
}

.fbh-hero-copy {
  max-width: 620px;
}

.fbh-eyebrow {
  margin: 0 0 14px;
  color: var(--fbh-primary);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

.fbh-hero h1,
.fbh-section h2,
.fbh-cta h2 {
  margin: 0;
  color: var(--fbh-ink);
  font-family: inherit;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.fbh-hero h1 {
  max-width: 650px;
  font-size: clamp(40px, 5vw, 56px);
  line-height: 1.1;
}

.fbh-highlight {
  position: relative;
  z-index: 0;
  display: inline-block;
  color: var(--fbh-primary);
}

.fbh-highlight::after {
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  z-index: -1;
  height: 14px;
  background: var(--fbh-accent);
  content: "";
  opacity: 0.45;
}

.fbh-hero-lead {
  max-width: 540px;
  margin: 20px 0 0;
  color: var(--fbh-text-2);
  font-size: 18px;
  line-height: 1.65;
}

.fbh-hero-actions {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.fbh-hero-actions .fbh-button {
  padding: 14px 22px;
  border-radius: 12px;
  font-size: 15px;
}

.fbh-hero-note {
  margin: 18px 0 0;
  color: var(--fbh-text-3);
  font-size: 12px;
  line-height: 1.6;
}

.fbh-hero-panel {
  padding: 24px;
  border: 1px solid var(--fbh-border);
  border-radius: 18px;
  background: var(--fbh-bg);
  box-shadow: var(--fbh-shadow-xl);
}

.fbh-panel-label {
  margin: 0 0 12px;
  color: var(--fbh-primary);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.fbh-panel-steps {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fbh-panel-steps li {
  padding: 14px 0;
  border-top: 1px solid var(--fbh-muted);
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 12px;
}

.fbh-panel-steps li:first-child {
  border-top: 0;
}

.fbh-panel-steps li > span {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  background: #eef4ff;
  color: var(--fbh-primary);
  font-size: 11px;
  font-weight: 800;
}

.fbh-panel-steps strong {
  display: block;
  color: var(--fbh-ink);
  font-size: 14px;
}

.fbh-panel-steps p {
  margin: 4px 0 0;
  color: var(--fbh-text-2);
  font-size: 12px;
  line-height: 1.55;
}

.fbh-section {
  padding: 80px max(40px, calc((100% - 1120px) / 2));
}

.fbh-section-head {
  max-width: 680px;
  margin-bottom: 32px;
}

.fbh-section-head h2,
.fbh-operation h2 {
  font-size: clamp(30px, 4vw, 40px);
  line-height: 1.2;
}

.fbh-section-head > p:last-child,
.fbh-operation-copy > p:last-child,
.fbh-cta > div > p:last-child {
  margin: 14px 0 0;
  color: var(--fbh-text-2);
  font-size: 15px;
  line-height: 1.7;
}

.fbh-process {
  background: var(--fbh-soft);
}

.fbh-process-grid {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  list-style: none;
}

.fbh-process-grid li,
.fbh-product-card,
.fbh-role-list article {
  padding: 22px;
  border: 1px solid var(--fbh-border);
  border-radius: 16px;
  background: var(--fbh-bg);
  box-shadow: var(--fbh-shadow-xs);
  transition: border-color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}

.fbh-process-grid li:hover,
.fbh-product-card:hover,
.fbh-role-list article:hover {
  border-color: var(--fbh-primary);
  box-shadow: var(--fbh-shadow-md);
  transform: translateY(-2px);
}

.fbh-step-number,
.fbh-product-index {
  color: var(--fbh-primary);
  font-size: 12px;
  font-weight: 800;
}

.fbh-process-grid h3,
.fbh-product-card h3,
.fbh-role-list h3 {
  margin: 12px 0 8px;
  color: var(--fbh-ink);
  font-size: 18px;
  font-weight: 700;
}

.fbh-process-grid p,
.fbh-product-card p,
.fbh-role-list p {
  margin: 0;
  color: var(--fbh-text-2);
  font-size: 13px;
  line-height: 1.65;
}

.fbh-products {
  background: var(--fbh-bg);
}

.fbh-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.fbh-product-card ul {
  margin: 18px 0 0;
  padding: 14px 0 0 18px;
  border-top: 1px solid var(--fbh-muted);
  color: var(--fbh-text-2);
  font-size: 12px;
  line-height: 1.8;
}

.fbh-product-note {
  margin: 20px 0 0;
  padding: 14px 16px;
  border: 1px solid #bfdafc;
  border-radius: 12px;
  background: #eef4ff;
  color: var(--fbh-primary-active);
  font-size: 13px;
}

.fbh-operation {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 48px;
  align-items: start;
  background: var(--fbh-soft);
}

.fbh-role-list {
  display: grid;
  gap: 12px;
}

.fbh-role-list article {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 2px 16px;
}

.fbh-role-list article > span {
  grid-row: 1 / span 2;
  align-self: start;
  padding: 5px 9px;
  border-radius: 999px;
  background: #eef4ff;
  color: var(--fbh-primary);
  font-size: 11px;
  font-weight: 700;
  text-align: center;
}

.fbh-role-list h3 {
  margin-top: 0;
}

.fbh-cta {
  width: min(1120px, calc(100% - 80px));
  margin: 80px auto;
  padding: 32px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border: 1px solid #bfdafc;
  background: #eef4ff;
  color: var(--fbh-ink);
  box-shadow: var(--fbh-shadow-xs);
}

.fbh-cta .fbh-eyebrow {
  color: var(--fbh-primary);
}

.fbh-cta h2 {
  color: var(--fbh-ink);
}

.fbh-cta h2 {
  font-size: 28px;
}

.fbh-cta > div > p:last-child {
  color: var(--fbh-text-2);
}

.fbh-cta-actions {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  gap: 10px;
}

.fbh-footer {
  padding: 28px max(40px, calc((100% - 1120px) / 2));
  border-top: 1px solid var(--fbh-border);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px 32px;
  align-items: center;
  background: var(--fbh-bg);
  color: var(--fbh-text-2);
}

.fbh-footer > div:first-child {
  display: flex;
  align-items: center;
  gap: 14px;
}

.fbh-footer p {
  margin: 0;
  font-size: 12px;
}

.fbh-footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px;
}

.fbh-footer-links a {
  color: var(--fbh-text-2);
  font-size: 12px;
  text-decoration: none;
}

.fbh-footer-links a:hover {
  color: var(--fbh-primary);
}

.fbh-disclaimer {
  grid-column: 1 / -1;
  padding-top: 16px;
  border-top: 1px solid var(--fbh-muted);
  color: var(--fbh-text-3);
}

@media (max-width: 960px) {
  .fbh-header-inner {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 20px;
    padding-left: 20px;
    flex-wrap: wrap;
  }

  .fbh-nav {
    order: 3;
    width: 100%;
    padding-top: 10px;
    border-top: 1px solid var(--fbh-muted);
  }

  .fbh-header-actions {
    margin-left: auto;
  }

  .fbh-hero {
    padding: 56px 20px 64px;
    grid-template-columns: 1fr;
  }

  .fbh-hero-copy {
    max-width: 680px;
  }

  .fbh-section {
    padding: 64px 20px;
  }

  .fbh-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fbh-operation {
    grid-template-columns: 1fr;
  }

  .fbh-cta {
    width: calc(100% - 40px);
    margin: 64px auto;
    align-items: flex-start;
    flex-direction: column;
  }

  .fbh-footer {
    padding: 28px 20px;
  }
}

@media (max-width: 680px) {
  .fbh-brand > span,
  .fbh-nav {
    display: none;
  }

  .fbh-header-inner {
    min-height: 64px;
    flex-wrap: nowrap;
  }

  .fbh-header-actions {
    gap: 10px;
  }

  .fbh-link-login {
    font-size: 13px;
  }

  .fbh-hero h1 {
    font-size: 36px;
  }

  .fbh-hero-lead {
    font-size: 16px;
  }

  .fbh-process-grid,
  .fbh-product-grid {
    grid-template-columns: 1fr;
  }

  .fbh-role-list article {
    grid-template-columns: 1fr;
  }

  .fbh-role-list article > span {
    grid-row: auto;
    justify-self: start;
  }

  .fbh-cta {
    padding: 26px 22px;
  }

  .fbh-cta-actions,
  .fbh-cta-actions .fbh-button {
    width: 100%;
  }

  .fbh-footer {
    grid-template-columns: 1fr;
  }

  .fbh-footer > div:first-child {
    align-items: flex-start;
    flex-direction: column;
  }

  .fbh-footer-links {
    justify-content: flex-start;
  }
}

.fbh-pill {
  margin: 0 0 18px;
  padding: 6px 14px 6px 6px;
  border: 1px solid #bfdafc;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #eef4ff;
  color: var(--fbh-primary-active);
  font-size: 12px;
  font-weight: 600;
}

.fbh-pill strong {
  padding: 4px 9px;
  border-radius: 999px;
  background: var(--fbh-primary);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1;
}

.fbh-trust {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 36px;
  color: var(--fbh-text-2);
  font-size: 12px;
}

.fbh-trust b {
  display: block;
  margin-bottom: 3px;
  color: var(--fbh-primary);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.fbh-hero-panel-live {
  padding: 22px 22px 16px;
}

.fbh-live-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.fbh-live-head .fbh-panel-label {
  margin: 0;
}

.fbh-live-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.2);
  animation: fbh-pulse 1.8s ease-in-out infinite;
}

.fbh-live-viewport {
  position: relative;
  height: 296px;
  margin-top: 10px;
  overflow: hidden;
}

.fbh-live-viewport::before,
.fbh-live-viewport::after {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 2;
  height: 26px;
  content: "";
  pointer-events: none;
}

.fbh-live-viewport::before {
  top: 0;
  background: linear-gradient(to bottom, var(--fbh-bg), rgba(255, 255, 255, 0));
}

.fbh-live-viewport::after {
  bottom: 0;
  background: linear-gradient(to top, var(--fbh-bg), rgba(255, 255, 255, 0));
}

.fbh-live-track {
  margin: 0;
  padding: 0;
  list-style: none;
  animation: fbh-live-scroll 22s linear infinite;
}

.fbh-hero-panel-live:hover .fbh-live-track {
  animation-play-state: paused;
}

.fbh-live-row {
  padding: 13px 2px;
  border-top: 1px solid var(--fbh-muted);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.fbh-live-track > .fbh-live-row:first-child {
  border-top: 0;
}

.fbh-live-row strong {
  display: block;
  color: var(--fbh-ink);
  font-size: 13.5px;
  font-weight: 700;
}

.fbh-live-row span {
  display: block;
  margin-top: 3px;
  color: var(--fbh-text-3);
  font-size: 11.5px;
}

.fbh-live-badge {
  flex: 0 0 auto;
  padding: 4px 9px;
  border-radius: 6px;
  background: #eef4ff;
  color: var(--fbh-primary);
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.fbh-live-badge-hot {
  background: #fef2f2;
  color: #dc2626;
}

.fbh-live-note {
  margin: 12px 0 0;
  padding-top: 12px;
  border-top: 1px solid var(--fbh-muted);
  color: var(--fbh-text-3);
  font-size: 11px;
}

@keyframes fbh-live-scroll {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-50%);
  }
}

@keyframes fbh-pulse {
  0%,
  100% {
    opacity: 1;
    box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.2);
  }

  50% {
    opacity: 0.7;
    box-shadow: 0 0 0 6px rgba(34, 197, 94, 0.08);
  }
}

@media (max-width: 680px) {
  .fbh-live-viewport {
    height: 240px;
  }

  .fbh-trust {
    gap: 10px 24px;
  }

  .fbh-trust b {
    font-size: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fbh-button,
  .fbh-process-grid li,
  .fbh-product-card,
  .fbh-role-list article {
    transition: none;
  }

  .fbh-live-track {
    animation: none;
  }

  .fbh-live-dot {
    animation: none;
  }
}
