/* ============================================================
   FINCOHOST — Design System v3
   Playful editorial × friendly characters × modern SaaS
   ============================================================ */

:root {
  --fh-blue: #00AEEF;
  --fh-blue-600: #0098d4;
  --fh-blue-700: #007db0;
  --fh-blue-deep: #0d4a75;
  --fh-blue-900: #0b3f5e;
  --fh-sky: #eaf7ff;
  --fh-sky-strong: #c9ecff;
  --fh-orange: #F8A102;
  --fh-orange-600: #e28900;
  --fh-orange-soft: #ffe6bd;
  --fh-cream: #FFF8EC;
  --fh-cream-deep: #ffefd5;
  --fh-ink: #15395a;
  --fh-body: #3f5b73;
  --fh-muted: #6b8196;
  --fh-navy: #0C2A45;
  --fh-navy-2: #10395c;
  --fh-purple: #7C5CFF;
  --fh-purple-soft: #ECE9FF;
  --fh-coral: #FF7A6B;
  --fh-coral-soft: #FFE8E3;
  --fh-green: #1FA96A;
  --fh-green-soft: #DEF6EA;
  --fh-yellow: #FFD43B;
  --fh-yellow-soft: #FFF4CC;

  --font-display: "Baloo 2", "Nunito", ui-rounded, sans-serif;
  --font-body: "Nunito", "Segoe UI", sans-serif;

  --bs-border-radius: 1rem;
  --bs-body-font-family: var(--font-body);

  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 26px;
  --radius-xl: 36px;

  --shadow-soft: 0 14px 34px -18px rgba(21, 57, 90, .18);
  --shadow-card: 0 20px 45px -24px rgba(21, 57, 90, .25);
  --shadow-pop: 0 30px 60px -30px rgba(13, 74, 117, .35);
}

/* ---------- Base ---------- */
* { -webkit-font-smoothing: antialiased; }

html { scroll-behavior: smooth; scroll-padding-top: 90px; }

body {
  font-family: var(--font-body);
  color: var(--fh-body);
  background: #ffffff;
  font-size: 1.05rem;
  line-height: 1.65;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
  color: var(--fh-ink);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.01em;
}

a { color: var(--fh-blue-700); text-decoration: none; }
a:hover { color: var(--fh-blue); }

img, svg { max-width: 100%; }

::selection { background: var(--fh-blue); color: #fff; }

/* ---------- Layout helpers ---------- */
.fh-section { padding: 96px 0; position: relative; }
.fh-section--sm { padding: 60px 0; }
.fh-section--tight { padding: 40px 0; }

.bg-cream { background: var(--fh-cream); }
.bg-sky { background: var(--fh-sky); }
.bg-white { background: #fff; }
.bg-navy {
  background: linear-gradient(160deg, var(--fh-navy-2) 0%, var(--fh-navy) 100%);
  color: #dbeafa;
}
.bg-navy h1, .bg-navy h2, .bg-navy h3 { color: #fff; }

.fh-head-center { max-width: 760px; margin: 0 auto 56px; text-align: center; }
.fh-head-left { max-width: 620px; margin-bottom: 48px; }

/* ---------- Eyebrow / kicker ---------- */
.fh-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-weight: 800;
  font-size: .78rem;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: var(--fh-blue-700);
  background: var(--fh-sky);
  border-radius: 999px;
  padding: .5rem 1.05rem;
  margin-bottom: 1.1rem;
}
.fh-eyebrow--orange { color: var(--fh-orange-600); background: var(--fh-orange-soft); }
.fh-eyebrow--purple { color: var(--fh-purple); background: var(--fh-purple-soft); }
.fh-eyebrow--white { color: #fff; background: rgba(255,255,255,.14); }
.fh-eyebrow .dot { width: 8px; height: 8px; border-radius: 50%; background: currentColor; display: inline-block; }

/* ---------- Headings ---------- */
.fh-h1 {
  font-size: clamp(2.6rem, 5.6vw, 4.4rem);
  font-weight: 800;
  line-height: 1.04;
  margin-bottom: 1.25rem;
  color: var(--fh-ink);
}
.fh-h2 {
  font-size: clamp(2rem, 4vw, 3.1rem);
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 1rem;
}
.fh-h3 { font-size: 1.45rem; font-weight: 800; }
.fh-lede { font-size: 1.16rem; color: var(--fh-body); max-width: 560px; }
.fh-head-center .fh-lede { margin-inline: auto; }

/* Accent word inside headings */
.fh-accent { position: relative; display: inline-block; color: var(--fh-blue); }
.fh-accent--orange { color: var(--fh-orange); }
.fh-accent--purple { color: var(--fh-purple); }
.squiggle {
  position: absolute;
  left: 0; right: 0; bottom: -.12em;
  height: .18em;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 12' preserveAspectRatio='none'%3E%3Cpath d='M2 8 C20 2 38 11 58 6 S95 2 118 6' fill='none' stroke='%23F8A102' stroke-width='5' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center / 100% 100%;
}
.squiggle--blue { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 12' preserveAspectRatio='none'%3E%3Cpath d='M2 8 C20 2 38 11 58 6 S95 2 118 6' fill='none' stroke='%2300AEEF' stroke-width='5' stroke-linecap='round'/%3E%3C/svg%3E"); }

/* ---------- Buttons ---------- */
.fh-btn {
  --btn-bg: var(--fh-blue);
  --btn-edge: var(--fh-blue-900);
  --btn-fg: #fff;
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.02rem;
  color: var(--btn-fg);
  background: var(--btn-bg);
  border: none;
  border-radius: 999px;
  padding: .95rem 1.75rem;
  box-shadow: 0 5px 0 var(--btn-edge);
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
  cursor: pointer;
  line-height: 1.1;
}
.fh-btn:hover { color: var(--btn-fg); transform: translateY(-2px); box-shadow: 0 7px 0 var(--btn-edge); }
.fh-btn:active { transform: translateY(3px); box-shadow: 0 2px 0 var(--btn-edge); }
.fh-btn .arr { transition: transform .15s ease; }
.fh-btn:hover .arr { transform: translateX(3px); }

.fh-btn--orange { --btn-bg: var(--fh-orange); --btn-edge: #c76f00; }
.fh-btn--blue   { --btn-bg: var(--fh-blue); --btn-edge: var(--fh-blue-900); }
.fh-btn--navy  { --btn-bg: var(--fh-navy); --btn-edge: #071a2c; }
.fh-btn--coral { --btn-bg: var(--fh-coral); --btn-edge: #d94f40; }
.fh-btn--green { --btn-bg: var(--fh-green); --btn-edge: #0f7a48; }
.fh-btn--purple{ --btn-bg: var(--fh-purple); --btn-edge: #4f35c9; }
.fh-btn--white { --btn-bg: #fff; --btn-edge: #c9d9e6; --btn-fg: var(--fh-blue-deep); }

.fh-btn--ghost {
  --btn-bg: transparent; --btn-edge: transparent; --btn-fg: var(--fh-ink);
  border: 2px solid #cfe0ed;
  box-shadow: none;
}
.fh-btn--ghost:hover { border-color: var(--fh-blue); color: var(--fh-blue-700); background: var(--fh-sky); }
.fh-btn--ghost-dark { --btn-fg: #fff; border-color: rgba(255,255,255,.4); }
.fh-btn--ghost-dark:hover { background: rgba(255,255,255,.12); border-color: #fff; color: #fff; }

.fh-btn--sm { padding: .62rem 1.15rem; font-size: .92rem; }
.fh-btn--lg { padding: 1.1rem 2.1rem; font-size: 1.12rem; }

/* Text link with arrow */
.fh-link {
  font-family: var(--font-display); font-weight: 800; font-size: .95rem;
  display: inline-flex; align-items: center; gap: .4rem; color: var(--fh-blue-700);
}
.fh-link:hover { color: var(--fh-blue-600); }
.fh-link .arr { transition: transform .15s ease; }
.fh-link:hover .arr { transform: translateX(3px); }

/* ---------- Cards ---------- */
.fh-card {
  background: #fff;
  border: none;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  padding: 2rem;
  height: 100%;
  transition: transform .2s ease, box-shadow .2s ease;
}
.fh-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-card); }
.fh-card h3 { font-size: 1.35rem; margin-bottom: .6rem; }

.fh-card--tinted { background: var(--fh-sky); }
.fh-card--cream { background: var(--fh-cream); }
.fh-card--flat:hover { transform: none; }

/* Icon tile inside cards */
.fh-tile {
  width: 58px; height: 58px;
  border-radius: 18px;
  display: grid; place-items: center;
  background: var(--fh-blue);
  color: #fff;
  margin-bottom: 1.25rem;
  box-shadow: 0 4px 0 rgba(0,0,0,.14);
}
.fh-tile--orange { background: var(--fh-orange); }
.fh-tile--purple { background: var(--fh-purple); }
.fh-tile--coral { background: var(--fh-coral); }
.fh-tile--green { background: var(--fh-green); }
.fh-tile--navy { background: var(--fh-navy); }

/* ---------- Navbar ---------- */
.fh-navbar {
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(10px);
  box-shadow: 0 1px 0 rgba(21,57,90,.06);
  padding: .65rem 0;
}
.fh-nav-link {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: .98rem;
  color: var(--fh-ink) !important;
  padding: .55rem .85rem !important;
  border-radius: 999px;
}
.fh-nav-link:hover { color: var(--fh-blue-700) !important; background: var(--fh-sky); }
.fh-nav-link.dropdown-toggle::after { border: none; content: "⌄"; margin-left: .35rem; vertical-align: .1em; }

.fh-dropdown {
  border: none;
  border-radius: 18px;
  box-shadow: 0 24px 50px -20px rgba(13,74,117,.35);
  padding: .8rem;
  min-width: 240px;
}
.fh-dropdown .dropdown-item {
  border-radius: 12px;
  font-weight: 700;
  padding: .65rem .9rem;
  color: var(--fh-ink);
  font-size: .95rem;
}
.fh-dropdown .dropdown-item:hover { background: var(--fh-sky); color: var(--fh-blue-700); }
.fh-dropdown .dropdown-item small { color: var(--fh-muted); font-weight: 600; display: block; }

.fh-brand {
  display: inline-flex; align-items: center; gap: .6rem;
  font-family: var(--font-display); font-weight: 800;
  font-size: 1.35rem; color: var(--fh-ink); letter-spacing: .01em;
}
.fh-brand:hover { color: var(--fh-ink); }
.fh-brand .b-host { color: var(--fh-blue); }
.fh-brand-mark { width: 38px; height: 38px; flex: 0 0 auto; }

.navbar-toggler { border: none; box-shadow: none !important; }
.navbar-toggler:focus { box-shadow: none; }

.fh-login {
  font-family: var(--font-display); font-weight: 800; font-size: .95rem;
  color: var(--fh-ink); padding: .6rem 1rem; border-radius: 999px;
}
.fh-login:hover { color: var(--fh-blue-700); }

/* Sticky mobile CTA */
.fh-mobile-cta {
  position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 1040;
  display: none;
}
.fh-mobile-cta .fh-btn { width: 100%; justify-content: center; font-size: 1.05rem; box-shadow: 0 8px 24px rgba(11,63,94,.4); }
@media (max-width: 991.98px) {
  .fh-mobile-cta { display: block; }
  body { padding-bottom: 84px; }
}

/* ---------- Hero ---------- */
.fh-hero { padding: 120px 0 80px; overflow: hidden; position: relative; }
.fh-hero-art { position: relative; }
.fh-hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; margin-top: 1.75rem; }

/* floating doodle bits */
.fh-float { position: absolute; animation: bob 4s ease-in-out infinite; }
@keyframes bob { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
.fh-float--slow { animation-duration: 6s; }

/* friendly face float */
.fh-face-float { animation: bob 5s ease-in-out infinite; transform-origin: center bottom; }
/* ---------- Trust strip ---------- */
.fh-trust {
  background: var(--fh-navy);
  color: #dbeafa;
  padding: 40px 0;
}
.fh-trust-title { font-family: var(--font-display); font-size: 1.7rem; font-weight: 800; color: #fff; margin-bottom: 1.4rem; }
.fh-chip {
  display: inline-flex; align-items: center; gap: .6rem;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  padding: .55rem 1.1rem;
  color: #fff;
  font-family: var(--font-display); font-weight: 700; font-size: .95rem;
  margin: .3rem .4rem .3rem 0;
}
.fh-chip svg { width: 20px; height: 20px; }

/* ---------- Difference cards ---------- */
.fh-diff { border-radius: var(--radius-lg); padding: 2rem; height: 100%; position: relative; overflow: hidden; box-shadow: var(--shadow-soft); }
.fh-diff .fh-diff-num {
  font-family: var(--font-display); font-weight: 800; font-size: .85rem;
  opacity: .5; letter-spacing: .08em;
}
.fh-diff h3 { font-size: 1.4rem; margin: .6rem 0 .5rem; }
.fh-diff .fh-tile { margin-top: 1.2rem; }
.fh-diff--blue { background: var(--fh-sky); color: var(--fh-blue-deep); }
.fh-diff--orange { background: var(--fh-orange-soft); }
.fh-diff--purple { background: var(--fh-purple-soft); }
.fh-diff--coral { background: var(--fh-coral-soft); }

/* ---------- Pricing ---------- */
.fh-price-card {
  background: #fff;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-card);
  padding: 2.4rem 2rem;
  position: relative;
  height: 100%;
  display: flex; flex-direction: column;
  border: 2px solid transparent;
  transition: transform .2s ease, box-shadow .2s ease;
}
.fh-price-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-pop); }
.fh-price-card--hot {
  border-color: var(--fh-orange);
  transform: scale(1.03);
}
.fh-price-card--hot:hover { transform: scale(1.03) translateY(-6px); }
.fh-price-name { font-family: var(--font-display); font-weight: 800; font-size: 1.3rem; color: var(--fh-ink); }
.fh-price-desc { color: var(--fh-muted); font-size: .98rem; }
.fh-price-amount { font-family: var(--font-display); font-weight: 800; font-size: 3rem; color: var(--fh-ink); line-height: 1; margin: 1.1rem 0 .1rem; }
.fh-price-amount small { font-size: 1.05rem; color: var(--fh-muted); font-weight: 700; }
.fh-price-note { font-size: .88rem; color: var(--fh-muted); margin-bottom: 1.2rem; }
.fh-price-list { list-style: none; padding: 0; margin: 1.4rem 0 1.6rem; }
.fh-price-list li { display: flex; gap: .6rem; align-items: flex-start; padding: .34rem 0; font-size: .98rem; color: var(--fh-body); }
.fh-price-list li svg { width: 18px; height: 18px; flex: 0 0 auto; margin-top: .2rem; }
.fh-price-list li .check { color: var(--fh-green); }
.fh-price-list li .chal { color: var(--fh-muted); }

.fh-ribbon {
  position: absolute; top: 18px; right: -34px;
  background: var(--fh-orange);
  color: #fff;
  font-family: var(--font-display); font-weight: 800; font-size: .8rem;
  padding: .4rem 3rem;
  transform: rotate(38deg);
  box-shadow: 0 3px 0 #c76f00;
}
.fh-ribbon--alt { background: var(--fh-blue); box-shadow: 0 3px 0 var(--fh-blue-900); }

/* Billing toggle */
.fh-toggle { display: inline-flex; background: var(--fh-sky); border-radius: 999px; padding: .3rem; gap: .25rem; }
.fh-toggle button {
  border: none; background: transparent; font-family: var(--font-display); font-weight: 800;
  font-size: .92rem; color: var(--fh-blue-700); border-radius: 999px; padding: .55rem 1.2rem;
}
.fh-toggle button.on { background: var(--fh-blue); color: #fff; box-shadow: 0 3px 0 var(--fh-blue-900); }
.fh-toggle .save { font-size: .75rem; color: var(--fh-orange-600); }

/* ---------- Checklist ---------- */
.fh-checklist { list-style: none; padding: 0; margin: 1.4rem 0; }
.fh-checklist li { display: flex; gap: .7rem; align-items: flex-start; padding: .4rem 0; }
.fh-checklist li svg { width: 20px; height: 20px; flex: 0 0 auto; margin-top: .25rem; color: var(--fh-green); }

/* ---------- Dashboard mock ---------- */
.fh-dashboard {
  background: #fff;
  border-radius: 20px;
  box-shadow: var(--shadow-pop);
  overflow: hidden;
  border: 1px solid #e8eef4;
}
.fh-dash-top { display: flex; align-items: center; gap: .6rem; padding: .7rem 1rem; background: #f4f8fc; border-bottom: 1px solid #e8eef4; }
.fh-dash-dots { display: inline-flex; gap: 5px; }
.fh-dash-dots i { width: 9px; height: 9px; border-radius: 50%; display: inline-block; }
.fh-dash-url { flex: 1; background: #fff; border: 1px solid #e8eef4; border-radius: 8px; font-size: .78rem; color: var(--fh-muted); padding: .3rem .7rem; }
.fh-dash-bar { display: flex; align-items: center; gap: 1.4rem; padding: 1rem 1.25rem; border-bottom: 1px solid #eef3f8; }
.fh-dash-bar a { font-size: .85rem; font-weight: 800; color: var(--fh-muted); font-family: var(--font-display); }
.fh-dash-bar a.on { color: var(--fh-blue-700); border-bottom: 3px solid var(--fh-orange); padding-bottom: .3rem; }
.fh-dash-body { padding: 1.25rem; display: grid; gap: 1rem; }

.fh-dash-card { background: var(--fh-sky); border-radius: 14px; padding: 1rem 1.1rem; }
.fh-dash-card h4 { font-size: .8rem; font-family: var(--font-body); font-weight: 800; color: var(--fh-muted); text-transform: uppercase; letter-spacing: .04em; margin-bottom: .6rem; }
.fh-dash-row { display: flex; align-items: center; gap: .7rem; padding: .45rem 0; border-bottom: 1px dashed #cfe4f3; }
.fh-dash-row:last-child { border-bottom: none; }
.fh-dash-row .pt { width: 9px; height: 9px; border-radius: 50%; background: var(--fh-green); flex: 0 0 auto; }
.fh-dash-row b { font-size: .93rem; color: var(--fh-ink); flex: 1; }
.fh-dash-row small { font-size: .8rem; color: var(--fh-muted); }
.fh-dash-row .st { font-size: .72rem; font-weight: 800; color: var(--fh-green); background: var(--fh-green-soft); border-radius: 999px; padding: .2rem .6rem; }
.fh-dash-row .st--o { color: var(--fh-orange-600); background: var(--fh-orange-soft); }

/* ---------- Steps / timeline ---------- */
.fh-steps { list-style: none; padding: 0; margin: 0; counter-reset: step; }
.fh-steps li {
  counter-increment: step;
  display: flex; gap: 1.1rem; align-items: flex-start;
  padding: .65rem 0; position: relative;
}
.fh-steps li::before {
  content: counter(step);
  flex: 0 0 auto;
  width: 40px; height: 40px;
  border-radius: 50%;
  display: grid; place-items: center;
  font-family: var(--font-display); font-weight: 800; font-size: 1.05rem;
  color: #fff; background: var(--fh-blue);
  box-shadow: 0 4px 0 var(--fh-blue-900);
  margin-top: .15rem;
}
.fh-steps li:nth-child(2n)::before { background: var(--fh-orange); box-shadow: 0 4px 0 #c76f00; }
.fh-steps li b { color: var(--fh-ink); display: block; font-family: var(--font-display); }
.fh-steps li p { margin: 0; font-size: .95rem; }

/* ---------- Accordion ---------- */
.fh-accordion .accordion-item {
  border: none;
  border-radius: 18px !important;
  overflow: hidden;
  margin-bottom: .8rem;
  box-shadow: 0 8px 26px -18px rgba(21,57,90,.28);
}
.fh-accordion .accordion-button {
  font-family: var(--font-display); font-weight: 800; font-size: 1.06rem;
  color: var(--fh-ink);
  padding: 1.15rem 1.4rem;
  background: #fff;
  box-shadow: none !important;
}
.fh-accordion .accordion-button:not(.collapsed) { color: var(--fh-blue-700); background: var(--fh-sky); }
.fh-accordion .accordion-button::after { display: none; }
.fh-accordion .plus {
  margin-left: auto; flex: 0 0 auto;
  width: 28px; height: 28px; border-radius: 50%;
  background: var(--fh-blue); color: #fff; font-weight: 800; font-size: 1rem;
  display: grid; place-items: center; transition: transform .2s ease;
}
.fh-accordion .accordion-button:not(.collapsed) .plus { transform: rotate(45deg); background: var(--fh-orange); }
.fh-accordion .accordion-body { padding: 0 1.4rem 1.3rem; color: var(--fh-body); }

/* ---------- Domains table / pills ---------- */
.fh-domain-row { display: flex; align-items: center; justify-content: space-between; padding: .9rem 0; border-bottom: 1px dashed #cfdfec; }
.fh-domain-row b { font-family: var(--font-display); color: var(--fh-ink); font-size: 1.1rem; }
.fh-domain-row .ext { color: var(--fh-blue); }
.fh-domain-search { background: #fff; border-radius: 999px; padding: .4rem; box-shadow: var(--shadow-card); display: flex; }
.fh-domain-search .form-control { border: none; box-shadow: none; font-size: 1.05rem; padding: .8rem 1.4rem; border-radius: 999px; }
.fh-domain-search .fh-btn { white-space: nowrap; }
.fh-domain-result { font-size: 1rem; }

/* ---------- Breadcrumb ---------- */
.fh-breadcrumb { margin-bottom: 1rem; font-size: .9rem; font-weight: 700; color: var(--fh-muted); }
.fh-breadcrumb a { color: var(--fh-blue-700); }
.fh-breadcrumb span { margin: 0 .5rem; opacity: .5; }

/* ---------- Blog / KB cards ---------- */
.fh-post-card { border-radius: var(--radius-lg); overflow: hidden; background: #fff; box-shadow: var(--shadow-soft); height: 100%; display: flex; flex-direction: column; transition: transform .2s ease, box-shadow .2s ease; }
.fh-post-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-card); }
.fh-post-cover { aspect-ratio: 16 / 9; display: grid; place-items: center; color: #fff; position: relative; overflow: hidden; }
.fh-post-cover svg { width: 60%; height: 60%; }
.fh-post-body { padding: 1.5rem; display: flex; flex-direction: column; flex: 1; }
.fh-post-meta { font-size: .8rem; font-weight: 800; color: var(--fh-muted); letter-spacing: .04em; text-transform: uppercase; margin-bottom: .6rem; }
.fh-post-body h3 { font-size: 1.25rem; }
.fh-post-body h3 a { color: var(--fh-ink); }
.fh-post-body h3 a:hover { color: var(--fh-blue-700); }
.fh-tag { display: inline-block; font-size: .78rem; font-weight: 800; font-family: var(--font-display); background: var(--fh-sky); color: var(--fh-blue-700); border-radius: 999px; padding: .25rem .75rem; margin: 0 .3rem .3rem 0; }
.fh-tag--orange { background: var(--fh-orange-soft); color: var(--fh-orange-600); }
.fh-tag--purple { background: var(--fh-purple-soft); color: var(--fh-purple); }
.fh-tag--green { background: var(--fh-green-soft); color: var(--fh-green); }
.fh-tag--coral { background: var(--fh-coral-soft); color: var(--fh-coral); }

/* ---------- Avatar chips ---------- */
.fh-avatar {
  width: 60px; height: 60px; border-radius: 50%;
  background: var(--fh-sky); border: 3px solid #fff;
  box-shadow: var(--shadow-soft);
  display: grid; place-items: center;
  flex: 0 0 auto;
}
.fh-avatar--lg { width: 84px; height: 84px; }

/* ---------- Final CTA ---------- */
.fh-final {
  position: relative; overflow: hidden;
  background: linear-gradient(150deg, var(--fh-blue) 0%, var(--fh-blue-600) 70%);
  border-radius: 40px;
  padding: 64px 3.5rem;
  color: #fff;
}
@media (max-width: 767.98px) { .fh-final { padding: 48px 1.5rem; } }
.fh-final h2 { color: #fff; font-size: clamp(2rem, 4vw, 3.2rem); }
.fh-final .fh-lede { color: rgba(255,255,255,.9); }

/* ---------- Footer ---------- */
.fh-footer { background: var(--fh-navy); color: #b6cfe2; padding: 72px 0 0; font-size: .95rem; }
.fh-footer h4 { color: #fff; font-size: 1rem; font-weight: 800; font-family: var(--font-display); margin-bottom: 1.1rem; }
.fh-footer ul { list-style: none; padding: 0; margin: 0; }
.fh-footer ul li { margin: .5rem 0; }
.fh-footer ul a { color: #b6cfe2; }
.fh-footer ul a:hover { color: #fff; }
.fh-footer .fh-brand { color: #fff; }
.fh-footer p.brandline { color: #7f9cb5; margin-top: 1rem; }
.fh-social { display: inline-flex; gap: .6rem; }
.fh-social a {
  width: 40px; height: 40px; border-radius: 50%;
  display: grid; place-items: center;
  background: rgba(255,255,255,.1); color: #fff;
  transition: background .15s ease, transform .15s ease;
}
.fh-social a:hover { background: var(--fh-orange); transform: translateY(-3px); color: #fff; }
.fh-footer-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 48px; padding: 20px 0; font-size: .85rem; color: #7f9cb5; }
.fh-footer-bottom a { color: #7f9cb5; margin-left: 1.2rem; }
.fh-footer-bottom a:hover { color: #fff; }

/* ---------- Comparison tables ---------- */
.fh-table { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-soft); background: #fff; }
.fh-table .table { margin: 0; }
.fh-table th, .fh-table td { padding: 1rem 1.2rem; vertical-align: middle; border-color: #eaf1f7; }
.fh-table thead th { background: var(--fh-navy); color: #fff; font-family: var(--font-display); font-size: .95rem; border: none; }
.fh-table .row-head { font-family: var(--font-display); font-weight: 800; color: var(--fh-ink); }
.fh-table tbody tr:nth-child(even) { background: #f8fbfe; }
.fh-table .yes { color: var(--fh-green); }
.fh-table .no { color: #c8d6e1; }

/* ---------- Reveal animations ---------- */
.fh-reveal { opacity: 0; transform: translateY(26px); transition: opacity .6s ease, transform .6s ease; }
.fh-reveal.in { opacity: 1; transform: none; }
.fh-reveal[data-delay="1"] { transition-delay: .08s; }
.fh-reveal[data-delay="2"] { transition-delay: .16s; }
.fh-reveal[data-delay="3"] { transition-delay: .24s; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  html { scroll-behavior: auto; }
  .fh-reveal { opacity: 1; transform: none; }
}

/* ---------- Misc decorative ---------- */
.text-ink { color: var(--fh-ink) !important; }
.text-orange { color: var(--fh-orange-600) !important; }
.text-blue { color: var(--fh-blue) !important; }
.text-purple { color: var(--fh-purple) !important; }
.text-coral { color: var(--fh-coral) !important; }
.text-green { color: var(--fh-green) !important; }

.fh-spark { font-size: 1.4rem; position: absolute; animation: twinkle 2.4s ease-in-out infinite; }
@keyframes twinkle { 0%,100% { opacity: .35; transform: scale(.85) rotate(0deg); } 50% { opacity: 1; transform: scale(1.1) rotate(15deg); } }

.fh-divider-wave { display: block; width: 100%; margin: -1px 0 0; }

.card-pattern-note { font-style: italic; color: var(--fh-muted); font-size: .9rem; }

/* ---------- Chips / category pills ---------- */
.fh-chips { display: flex; flex-wrap: wrap; gap: .55rem; }
.chip {
  display: inline-flex; align-items: center; gap: .45rem;
  font-family: var(--font-display); font-weight: 800; font-size: .88rem;
  color: var(--fh-ink); background: #eef3f8; border: 1px solid #e2ebf3;
  border-radius: 999px; padding: .5rem 1.05rem; text-decoration: none;
  transition: transform .15s ease, background .15s ease, color .15s ease;
}
.chip:hover { transform: translateY(-2px); color: var(--fh-blue-700); background: var(--fh-sky); }
.chip--open { background: var(--fh-green-soft); color: var(--fh-green); border-color: transparent; }
.chip--open:hover { background: #c5ebd6; color: var(--fh-green); }
.chip--free { background: var(--fh-sky); color: var(--fh-blue-700); border-color: transparent; }
.chip--free:hover { background: var(--fh-sky-strong); color: var(--fh-blue-700); }
.chip-chip-time { flex: 0 0 auto; font-size: .75rem; font-weight: 800; color: var(--fh-muted); background: #eef3f8; border-radius: 999px; padding: .3rem .7rem; }

/* ---------- CyberPanel dashboard mock ---------- */
.dash-top { display: flex; align-items: center; gap: .6rem; padding: .7rem 1rem; background: #f4f8fc; border-bottom: 1px solid #e8eef4; }
.dash-burger { display: inline-flex; flex-direction: column; gap: 3px; flex: 0 0 auto; }
.dash-burger span { width: 15px; height: 2px; border-radius: 2px; background: #b9cad9; }
.dash-logo { font-family: var(--font-display); font-weight: 800; font-size: .78rem; color: var(--fh-blue-700); }
.dash-search { flex: 1; max-width: 150px; height: 9px; margin-left: auto; background: #e9f0f6; border-radius: 999px; }
.dash-body { display: flex; gap: 1rem; padding: 1.25rem; background: #fff; }
.dash-side { display: flex; flex-direction: column; gap: .55rem; flex: 0 0 auto; padding-top: .2rem; }
.dash-side span { width: 8px; height: 8px; border-radius: 50%; background: #dce7f1; }
.dash-side span.active { background: var(--fh-blue); box-shadow: 0 0 0 4px rgba(0, 174, 239, .16); }
.dash-main { flex: 1; display: grid; gap: .9rem; align-content: start; }
.dash-card { background: var(--fh-sky); border-radius: 14px; padding: .95rem 1rem; }
.dash-card.wide { padding: 1rem 1.1rem .85rem; }
.dash-card-h { display: flex; align-items: center; gap: .45rem; margin-bottom: .75rem; }
.dash-card-h .dash-h { width: 58px; height: 7px; border-radius: 999px; background: #c3d9ec; }
.dash-card-h .dash-h.short { width: 30px; }
.dash-wp { display: flex; align-items: center; gap: .55rem; }
.wp-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--fh-orange); }
.wp-bar { width: 74px; height: 6px; border-radius: 999px; background: #c3d9ec; }
.wp-bar.short { width: 46px; }
.wp-btn { width: 56px; height: 16px; border-radius: 999px; background: var(--fh-blue); margin-left: auto; box-shadow: 0 3px 0 var(--fh-blue-900); }
.dash-row { display: flex; gap: .9rem; }
.dash-row .dash-card { flex: 1; }
.dash-ic { width: 30px; height: 30px; border-radius: 10px; background: var(--fh-blue); box-shadow: 0 3px 0 rgba(0, 0, 0, .12); }
.dash-ic--lock { background: var(--fh-blue); }
.dash-ic--cloud { background: var(--fh-orange); }
.dash-ic--db { background: var(--fh-purple); }
.dash-line { display: block; width: 78px; height: 6px; border-radius: 999px; background: #c3d9ec; margin-top: .55rem; }
.dash-line.short { width: 50px; }
.dash-lock, .dash-cl, .dash-db { margin-top: .35rem; font-family: var(--font-display); font-weight: 800; font-size: .66rem; color: var(--fh-ink); }
@media (max-width: 575.98px) {
  .dash-row { flex-direction: column; }
  .dash-side { display: none; }
}

/* ---------- Contact / forms ---------- */
.fh-contact-row {
  display: flex; align-items: center; gap: 1rem;
  background: #fff; border: 1px solid #eef3f8; border-radius: 20px;
  padding: .95rem 1.15rem; color: var(--fh-ink); text-decoration: none;
  box-shadow: var(--shadow-soft); transition: transform .15s ease, box-shadow .15s ease;
}
.fh-contact-row:hover { transform: translateY(-3px); box-shadow: var(--shadow-card); color: var(--fh-ink); }
.fh-contact-row .arr { color: var(--fh-blue); font-weight: 800; }

.fh-form { background: #fff; border-radius: 24px; box-shadow: var(--shadow-soft); padding: 2rem; }
.fh-form .form-control, .fh-form .form-select { border-color: #e0eaf3; border-radius: 12px; padding: .7rem .9rem; }
.fh-form .form-control:focus, .fh-form .form-select:focus { border-color: var(--fh-blue); box-shadow: 0 0 0 .25rem rgba(0, 174, 239, .15); }
.fh-form .form-label { font-weight: 800; font-size: .92rem; color: var(--fh-ink); }
.fh-form-note { opacity: .75; }

.fh-news-form { display: flex; gap: .35rem; background: #fff; border-radius: 999px; padding: .4rem; box-shadow: var(--shadow-card); }
.fh-news-form .form-control { border: none; box-shadow: none; border-radius: 999px; padding: .7rem 1.1rem; }

/* ---------- Timeline / caps (about) ---------- */
.fh-timeline { position: relative; padding-left: 26px; }
.fh-timeline::before { content: ""; position: absolute; left: 6px; top: 6px; bottom: 10px; width: 3px; border-radius: 99px; background: #dfe9f2; }
.fh-tl-item { position: relative; padding: 0 0 1.7rem 22px; }
.fh-tl-item:last-child { padding-bottom: 0; }
.fh-tl-dot { position: absolute; left: -26px; top: 5px; width: 14px; height: 14px; border-radius: 50%; background: var(--fh-blue); box-shadow: 0 0 0 5px var(--fh-sky); }
.fh-tl-dot.dot-orange { background: var(--fh-orange); box-shadow: 0 0 0 5px var(--fh-orange-soft); }
.fh-tl-dot.dot-purple { background: var(--fh-purple); box-shadow: 0 0 0 5px var(--fh-purple-soft); }
.fh-tl-dot.dot-green { background: var(--fh-green); box-shadow: 0 0 0 5px var(--fh-green-soft); }
.fh-tl-item p { margin: .35rem 0 0; font-size: .98rem; }

.fh-chip-caps { display: block; width: 100%; background: var(--fh-sky); border-radius: 14px; padding: .85rem 1rem; text-align: center; font-family: var(--font-display); font-weight: 800; color: var(--fh-ink); }

.fh-quote { max-width: 840px; margin-inline: auto; }
.fh-quote blockquote { margin: .25rem 0 0; font-family: var(--font-display); font-weight: 800; font-size: clamp(1.35rem, 3vw, 2rem); line-height: 1.32; color: #fff; }

/* ---------- Stat counters ---------- */
.fh-count { border-radius: var(--radius-lg); padding: 1.8rem 1.2rem; text-align: center; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14); box-shadow: none !important; }
.fh-count:hover { transform: none; }
.fh-num { display: block; font-family: var(--font-display); font-weight: 800; font-size: 2.5rem; line-height: 1; color: #fff; margin-bottom: .5rem; }
.fh-count .small { color: #cfe3f5; }

/* ---------- Open source page extras ---------- */
.fh-stack { padding: 1.7rem 1.2rem; }
.fh-stack h3 { color: var(--fh-blue-700); }
.fh-stack:hover h3 { color: var(--fh-blue-deep); }
.fh-green-note { background: var(--fh-green-soft) !important; border: 1px solid #bfe8d2; }
.fh-table--compare td:last-child { color: var(--fh-green); font-weight: 800; }
.fh-checklist--light li svg { color: var(--fh-orange); }
.fh-tile--ring { box-shadow: 0 0 0 5px var(--fh-green-soft); }
.fh-eyebrow--coral { color: var(--fh-coral); background: var(--fh-coral-soft); }
.fh-accent--coral { color: var(--fh-coral); }
.fh-tile--blue { background: var(--fh-blue); }

/* ---------- Author avatars (blog) ---------- */
.ff-avatar { width: 30px; height: 30px; flex: 0 0 auto; border-radius: 50%; display: inline-grid; place-items: center; background: var(--fh-purple-soft); color: var(--fh-purple); font-family: var(--font-display); font-weight: 800; font-size: .85rem; }

/* ---------- Misc helpers ---------- */
.text-inherit { color: inherit !important; }
.text-inherit:hover { color: var(--fh-blue-700); }

/* ---------- Announcement bar ---------- */
.fh-announce {
  background: var(--fh-navy);
  color: #fff;
  text-align: center;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: .92rem;
  padding: .55rem 1rem;
  line-height: 1.3;
}

/* ---------- Breadcrumb list reset ---------- */
.fh-breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: .45rem; padding: 0; list-style: none; margin-bottom: 1rem; }
.fh-breadcrumb li + li::before { content: "→"; opacity: .45; }

/* ---------- Narrow content column ---------- */
.fh-width-narrow { max-width: 760px; }
.fh-width-narrow .fh-h1 { font-size: clamp(2rem, 4.5vw, 3.2rem); }

/* ---------- Article body (blog) ---------- */
.fh-prose { font-size: 1.07rem; line-height: 1.75; }
.fh-prose > *:first-child { margin-top: 0; }
.fh-prose h2 { font-size: 1.6rem; margin: 2.1rem 0 .9rem; }
.fh-prose h3 { font-size: 1.3rem; margin: 1.8rem 0 .7rem; }
.fh-prose p, .fh-prose ul, .fh-prose ol { margin: 0 0 1.2rem; }
.fh-prose a { color: var(--fh-blue-700); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.fh-prose a:hover { color: var(--fh-blue-deep); }
.fh-prose ul li, .fh-prose ol li { margin-bottom: .45rem; }
.fh-prose strong { color: var(--fh-ink); }
.fh-prose blockquote { border-left: 5px solid var(--fh-blue); background: var(--fh-sky); border-radius: 12px; padding: 1.1rem 1.4rem; margin: 1.6rem 0; font-family: var(--font-display); font-weight: 700; color: var(--fh-ink); }
.fh-prose img { max-width: 100%; height: auto; border-radius: 18px; margin: 1.4rem 0; }
.fh-prose code { background: var(--fh-sky); border-radius: 8px; padding: .15rem .45rem; font-size: .9em; color: var(--fh-blue-deep); }
.fh-prose pre { background: var(--fh-navy); color: #cfe3f5; border-radius: 16px; padding: 1.2rem 1.4rem; overflow-x: auto; margin: 1.5rem 0; }
.fh-prose pre code { background: transparent; color: inherit; padding: 0; }
.fh-prose table { width: 100%; border-collapse: collapse; margin: 1.5rem 0; }
.fh-prose th, .fh-prose td { border: 1px solid #e2ebf3; padding: .65rem .9rem; font-size: .98rem; }
.fh-prose th { background: var(--fh-sky); font-family: var(--font-display); color: var(--fh-ink); }

/* ---------- Newsletter form states (Livewire) ---------- */
.fh-news-success { margin: 0; font-weight: 800; font-size: .95rem; color: var(--fh-green); background: var(--fh-green-soft); border-radius: 999px; padding: .75rem 1.2rem; text-align: center; }
.fh-news-error { margin: .6rem 0 0; font-size: .85rem; font-weight: 700; color: var(--fh-coral); text-align: center; }