@charset "UTF-8";
:root {
  --white: #fff;
  --neutral-50: #f8fafc;
  --neutral-100: #f1f5f9;
  --neutral-200: #e2e8f0;
  --neutral-300: #cbd5e1;
  --neutral-400: #94a3b8;
  --neutral-500: #64748b;
  --neutral-600: #475569;
  --neutral-700: #334155;
  --neutral-800: #1e293b;
  --neutral-900: #0f172a;
  --neutral-950: #020617;
  --primary-50: #e8f0fe;
  --primary-100: #d1e0fb;
  --primary-200: #a3c2f7;
  --primary-300: #6099f3;
  --primary-400: #2d71ee;
  --primary-500: #0057d8;
  --primary-600: #003a94;
  --primary-700: #002b7a;
  --primary-800: #001d5c;
  --primary-900: #000f3d;
  --primary-950: #000828;
  --primary: #0057d8;
  --primary-lifted: #003a94;
  --primary-accented: #002b7a;
  --secondary: #64748b;
  --secondary-lifted: #475569;
  --secondary-accented: #334155;
  --success: #00a63e;
  --success-lifted: #008236;
  --success-accented: #016630;
  --info: #0057d8;
  --info-lifted: #003a94;
  --info-accented: #002b7a;
  --notice: #7f22fe;
  --notice-lifted: #7008e7;
  --notice-accented: #5d0ec0;
  --warning: #f59e0b;
  --warning-lifted: #d97706;
  --warning-accented: #b45309;
  --error: #dc2626;
  --error-lifted: #b91c1c;
  --error-accented: #991b1b;
  --grayscale: var(--neutral-900);
  --grayscale-lifted: var(--neutral-800);
  --grayscale-accented: var(--neutral-700);
  --neutral: var(--neutral-500);
  --neutral-lifted: var(--neutral-600);
  --neutral-accented: var(--neutral-700);
  --text-inverted: var(--white);
  --text-muted: var(--neutral-400);
  --text-lifted: var(--neutral-500);
  --text-accented: var(--neutral-600);
  --text: #1a1a2e;
  --border-muted: #dce3ef;
  --border: var(--neutral-300);
  --border-lifted: var(--neutral-400);
  --border-accented: var(--neutral-600);
  --bg: var(--white);
  --bg-muted: #f8fafc;
  --bg-lifted: var(--neutral-100);
  --bg-accented: var(--neutral-200);
  --bg-inverted: #1a1a2e;
  --yellow-200: #fef08a;
  --yellow-300: #fde047;
  --teal-300: #00c48c;
  --teal-400: #00a876;
  --emerald-300: #6ee7b7;
  --pink-400: #f472b6;
  --text-xs: font-size('xxs');
  --text-sm: font-size('sm');
  --text-md: font-size('body');
  --text-lg: font-size('lg');
  --outline-sm: 1px;
  --outline-md: 2px;
  --outline-lg: 3px;
  --rounding-sm: radius('sm');
  --rounding-md: radius('md');
  --rounding-lg: radius('lg');
  --letter-spacing: 0em;
  --disabled-opacity: 25%;
  --fc-color-primary: #1F14B2;
  --fc-color-primary-hover: #3023E7;
  --fc-color-primary-bright: #645AED;
  --fc-color-accent: #0094C6;
  --fc-color-accent-bright: #00c8e5;
  --fc-color-dark: #0D0C1E;
  --fc-color-dark-alt: #090514;
  --fc-color-body: #0f172b;
  --fc-color-text: #1a1a2e;
  --fc-color-text-secondary: #334155;
  --fc-color-text-muted: #475569;
  --fc-color-text-light: #64748b;
  --fc-color-text-faint: #94a3b8;
  --fc-color-white: #fff;
  --fc-color-light: #f8fafc;
  --fc-color-light-alt: #f1f5f9;
  --fc-color-border: #e2e8f0;
  --fc-color-border-muted: #dce3ef;
  --fc-color-success: #00a63e;
  --fc-color-success-bright: #4ade80;
  --fc-color-success-tint: #f0fdf4;
  --fc-color-error: #ef4444;
  --fc-color-error-tint: #fef2f2;
  --fc-color-trustpilot: #00B67A;
  --fc-color-primary-tint: #eef0fc;
  --fc-color-wp-blue: #3858e9;
  --fc-color-surface-wash: #f9fbff;
  --fc-color-surface-deep: #eef3ff;
  --fc-color-legacy-primary: #0057d8;
  --fc-color-legacy-primary-hover: #003a94;
  --fc-space-xxs: 0.25rem;
  --fc-space-xs: 0.375rem;
  --fc-space-sm: 0.5rem;
  --fc-space-md: 0.75rem;
  --fc-space-lg: 1rem;
  --fc-space-xl: 1.5rem;
  --fc-space-xxl: 2rem;
  --fc-space-3xl: 2.5rem;
  --fc-space-4xl: 3rem;
  --fc-space-5xl: 4rem;
  --fc-space-6xl: 5rem;
  --fc-radius-sm: 0.25rem;
  --fc-radius-md: 0.5rem;
  --fc-radius-lg: 0.75rem;
  --fc-radius-xl: 0.875rem;
  --fc-radius-xxl: 1rem;
  --fc-radius-3xl: 1.5rem;
  --fc-radius-pill: 9999px;
  --fc-shadow-sm: 0 1px 4px rgba(0, 0, 0, 0.06);
  --fc-shadow-md: 0 2px 12px rgba(0, 0, 0, 0.05);
  --fc-shadow-lg: 0 8px 32px rgba(31, 20, 178, 0.18);
  --fc-shadow-xl: 0 12px 40px rgba(31, 20, 178, 0.08);
  --fc-shadow-dark: 0 20px 40px -10px rgba(0, 0, 0, 0.18);
  --fc-shadow-float: 0 8px 24px rgba(0, 0, 0, 0.1);
  --fc-transition-fast: 0.15s ease;
  --fc-transition-default: 0.2s ease;
  --fc-transition-slow: 0.25s ease;
}

html {
  font-size: 16px;
}

html,
body {
  background-color: #fff;
  overflow-x: hidden;
}

body,
button,
input,
select,
textarea {
  font-family: inherit;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "neue-haas-grotesk-display", sans-serif;
}

section#main-body {
  background-color: #fff;
}

@media (min-width: 80rem) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 80rem;
  }
}
a {
  color: #1F14B2;
}

a:hover {
  color: #3023E7;
}

#header,
#main-menu {
  display: none !important;
}

#main-body .main-content > p[style*=text-align] {
  display: none;
}

main[hidden] {
  display: none !important;
}

.page-domainregister .main-content {
  margin-bottom: 0;
}

.fc-main-nav {
  background: #090514;
  position: sticky;
  top: 0;
  z-index: 200;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.fc-main-nav__inner {
  display: flex;
  align-items: center;
  height: 68px;
  gap: 1.5rem;
}
.fc-main-nav__logo {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex-shrink: 0;
  text-decoration: none;
  margin-right: 1.5rem;
}
.fc-main-nav__logo-img {
  height: auto;
  max-width: 12rem;
}
.fc-main-nav__logo-icon {
  color: #fff;
}
.fc-main-nav__logo-text {
  color: #fff;
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
}
.fc-main-nav__links, .fc-main-nav__actions {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 0;
}
.fc-main-nav__links {
  flex: 1;
}
.fc-main-nav__actions {
  flex-shrink: 0;
  gap: 0.25rem;
}
.fc-main-nav__item {
  position: relative;
}
.fc-main-nav__link {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9375rem;
  font-weight: 500;
  padding: 0 1rem;
  height: 68px;
  cursor: pointer;
  background: none;
  border: none;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.15s ease;
  -webkit-appearance: none;
}
.fc-main-nav__link:hover, .fc-main-nav__link:focus {
  color: #fff;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.04);
}
.fc-main-nav__caret {
  font-size: 0.65rem;
  opacity: 0.6;
  transition: transform 0.2s ease;
}
.fc-main-nav__item--has-mega:hover .fc-main-nav__caret, .fc-main-nav__item--has-dropdown:hover .fc-main-nav__caret {
  transform: rotate(180deg);
}
.fc-main-nav__cta-btn {
  display: inline-flex;
  align-items: center;
  background: #fff;
  color: #090514;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 0.5rem 1.5rem;
  border-radius: 9999px;
  text-decoration: none;
  white-space: nowrap;
  border: none;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
  margin-left: 0.5rem;
}
.fc-main-nav__cta-btn:hover, .fc-main-nav__cta-btn:focus {
  background: #1F14B2;
  color: #fff;
  text-decoration: none;
}
.fc-main-nav__mega {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 640px;
  background: #fff;
  border-radius: 0 0 1rem 1rem;
  box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.18);
  border: 1px solid #e2e8f0;
  border-top: none;
  padding: 1.5rem;
  z-index: 300;
}
.fc-main-nav__item--has-mega:hover .fc-main-nav__mega, .fc-main-nav__item--has-mega:focus-within .fc-main-nav__mega {
  display: block;
}
.fc-main-nav__mega-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem 1.5rem;
}
.fc-main-nav__mega-item {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  text-decoration: none;
  padding: 0.625rem;
  border-radius: 0.75rem;
  transition: background 0.15s ease;
}
.fc-main-nav__mega-item:hover {
  background: #f8fafc;
  text-decoration: none;
}
.fc-main-nav__mega-icon {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  transition: background 0.15s ease, color 0.15s ease;
}
.fc-main-nav__mega-icon--hosting {
  background: #eff6ff;
  color: #2563eb;
}
.fc-main-nav__mega-icon--domains {
  background: #f5f3ff;
  color: #7c3aed;
}
.fc-main-nav__mega-icon--email {
  background: #f0fdfa;
  color: #0d9488;
}
.fc-main-nav__mega-icon--ssl {
  background: #fef2f2;
  color: #dc2626;
}
.fc-main-nav__mega-icon--care {
  background: #f0fdf4;
  color: #16a34a;
}
.fc-main-nav__mega-icon--plans {
  background: #fff7ed;
  color: #ea580c;
}
.fc-main-nav__mega-item:hover .fc-main-nav__mega-icon {
  background: #1F14B2 !important;
  color: #fff !important;
}
.fc-main-nav__mega-item div strong {
  display: block;
  color: #1a1a2e;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0.2rem;
  transition: color 0.15s ease;
}
.fc-main-nav__mega-item:hover div strong {
  color: #1F14B2;
}
.fc-main-nav__mega-item div span {
  display: block;
  color: #64748b;
  font-size: 0.78rem;
  line-height: 1.25;
}
.fc-main-nav__dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 220px;
  list-style: none;
  margin: 0;
  padding: 0.5rem 0;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-top: none;
  border-radius: 0 0 0.75rem 0.75rem;
  box-shadow: 0 12px 24px -6px rgba(0, 0, 0, 0.12);
  z-index: 300;
}
.fc-main-nav__item--has-dropdown:hover .fc-main-nav__dropdown, .fc-main-nav__item--has-dropdown:focus-within .fc-main-nav__dropdown {
  display: block;
}
.fc-main-nav__dd-link {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.575rem 1.1rem;
  color: #334155;
  font-size: 0.875rem;
  text-decoration: none;
  transition: background 0.12s ease, color 0.12s ease;
}
.fc-main-nav__dd-link:hover {
  background: #f8fafc;
  color: #1F14B2;
  text-decoration: none;
}
.fc-main-nav__dd-link i {
  color: #94a3b8;
  width: 1rem;
}
.fc-main-nav__hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  margin-left: auto;
}
.fc-main-nav__hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 2px;
  transition: transform 0.2s ease;
}
.fc-main-nav__mobile {
  display: none;
  background: #0d0a20;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  padding: 1rem 0 1.5rem;
}
.fc-main-nav__mobile-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.fc-main-nav__mobile-list > li > a {
  display: block;
  padding: 0.65rem;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.9375rem;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  transition: color 0.15s ease;
}
.fc-main-nav__mobile-list > li > a:hover {
  color: #fff;
}
.fc-main-nav__mobile-group {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.fc-main-nav__mobile-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.9375rem;
  font-weight: 500;
  padding: 0.65rem 0;
  cursor: pointer;
  text-align: left;
  -webkit-appearance: none;
  transition: color 0.15s ease;
}
.fc-main-nav__mobile-toggle span {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.fc-main-nav__mobile-toggle span i {
  color: #0094C6;
}
.fc-main-nav__mobile-toggle .fc-main-nav__caret {
  transition: transform 0.2s ease;
  opacity: 0.5;
}
.fc-main-nav__mobile-toggle[aria-expanded=true] .fc-main-nav__caret {
  transform: rotate(180deg);
  opacity: 1;
}
.fc-main-nav__mobile-toggle:hover, .fc-main-nav__mobile-toggle[aria-expanded=true] {
  color: #fff;
}
.fc-main-nav__mobile-sub {
  display: none;
  list-style: none;
  padding: 0 0 0.5rem;
  margin: 0;
  background: rgba(255, 255, 255, 0.025);
  border-radius: 0.5rem;
  margin-bottom: 0.25rem;
}
.fc-main-nav__mobile-sub li a {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.5rem 1rem;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.875rem;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.03);
  transition: color 0.15s ease, background 0.15s ease;
}
.fc-main-nav__mobile-sub li a i {
  color: #0094C6;
  width: 1rem;
  flex-shrink: 0;
  font-size: 0.8rem;
}
.fc-main-nav__mobile-sub li a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
}
.fc-main-nav__mobile-sub li:last-child a {
  border-bottom: none;
}
.fc-main-nav__mobile-actions {
  display: flex;
  gap: 0.5rem;
  padding: 1rem 0 0.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 0.25rem;
}
.fc-main-nav__mobile-login-btn, .fc-main-nav__mobile-account-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.6rem 0.75rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.06);
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
  text-align: center;
}
.fc-main-nav__mobile-login-btn:hover, .fc-main-nav__mobile-account-btn:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.4);
  color: #fff;
  text-decoration: none;
}
.fc-main-nav__mobile-register-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.6rem 0.75rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  background: #0094C6;
  color: #fff;
  border: 1px solid transparent;
  transition: background 0.15s ease, color 0.15s ease;
  text-align: center;
}
.fc-main-nav__mobile-register-btn:hover {
  background: #00c8e5;
  color: #fff;
  text-decoration: none;
}
.fc-main-nav__mobile-logout-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.6rem 0.75rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.6);
  background: none;
  transition: color 0.15s ease, border-color 0.15s ease;
}
.fc-main-nav__mobile-logout-btn:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
  text-decoration: none;
}
.fc-main-nav__cta-btn--mobile {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  text-align: center;
  margin-top: 0.5rem;
  background: #1F14B2;
  color: #fff !important;
  padding: 0.75rem 1.5rem;
  border-radius: 9999px;
  font-size: 0.9375rem;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.15s ease;
}
.fc-main-nav__cta-btn--mobile:hover {
  background: #3023E7;
  color: #fff !important;
  text-decoration: none;
}
@media (max-width: calc(62rem - 0.0625rem)) {
  .fc-main-nav__links, .fc-main-nav__actions {
    display: none;
  }
  .fc-main-nav__hamburger {
    display: flex;
  }
}

.fc-geo-banner {
  background: #fff;
  border-bottom: 1px solid #e2e8f0;
  padding: 0.65rem 0;
  font-size: 0.9375rem;
  color: #475569;
}
.fc-geo-banner__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  position: relative;
  flex-wrap: nowrap;
}
.fc-geo-banner span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}
@media (max-width: calc(36rem - 0.0625rem)) {
  .fc-geo-banner span {
    font-size: 0.7rem;
  }
  .fc-geo-banner span strong {
    font-size: inherit;
  }
}
.fc-geo-banner__flag {
  display: block;
  flex-shrink: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
.fc-geo-banner__close {
  position: absolute;
  right: 0;
  background: none;
  border: none;
  color: #94a3b8;
  cursor: pointer;
  padding: 0.25rem;
  line-height: 1;
  font-size: 0.9375rem;
  transition: color 0.15s ease;
}
.fc-geo-banner__close:hover {
  color: #334155;
}

.navbar-nav.toolbar .nav-link.btn {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 9999px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.06);
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.navbar-nav.toolbar .nav-link.btn:hover, .navbar-nav.toolbar .nav-link.btn:focus {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.32);
  color: #fff;
  text-decoration: none;
}
.navbar-nav.toolbar .cart-btn {
  position: relative;
  padding-right: 1rem;
}
.navbar-nav.toolbar .cart-btn .badge {
  margin-left: 0.25rem;
  background: #1F14B2;
  color: #fff;
  min-width: 1.3rem;
}

.fc-main-nav__actions.navbar-nav {
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.fc-main-nav__actions.navbar-nav > li {
  float: none;
  width: auto;
  display: flex;
  align-items: center;
  position: relative;
}
.fc-main-nav__actions.navbar-nav > li > a,
.fc-main-nav__actions.navbar-nav > li > button {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}
.fc-main-nav__actions.navbar-nav > .dropdown > a {
  height: 68px;
  padding: 0 1rem;
  color: rgba(255, 255, 255, 0.86);
  text-decoration: none;
}
.fc-main-nav__actions.navbar-nav > .dropdown > a:hover, .fc-main-nav__actions.navbar-nav > .dropdown > a:focus {
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
}
.fc-main-nav__actions.navbar-nav .dropdown-menu {
  position: absolute;
  top: 100%;
  left: auto;
  right: 0;
  min-width: 14rem;
  margin-top: 0;
  padding: 0.5rem 0;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-top: none;
  border-radius: 0 0 0.75rem 0.75rem;
  box-shadow: 0 12px 24px -6px rgba(0, 0, 0, 0.12);
}
.fc-main-nav__actions.navbar-nav .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  width: 100%;
  padding: 0.575rem 1.1rem;
  color: #334155;
  font-size: 0.875rem;
  white-space: normal;
  background: none;
  text-decoration: none;
  transition: background 0.12s ease, color 0.12s ease;
}
.fc-main-nav__actions.navbar-nav .dropdown-menu .dropdown-item:hover, .fc-main-nav__actions.navbar-nav .dropdown-menu .dropdown-item:focus {
  background: #f8fafc;
  color: #1F14B2;
  text-decoration: none;
}
.fc-main-nav__actions.navbar-nav .dropdown-menu .dropdown-item i {
  color: #94a3b8;
  width: 1rem;
  flex-shrink: 0;
}
.fc-main-nav__actions.navbar-nav .dropdown-divider {
  width: 100%;
  margin: 0.25rem 0;
}

.fc-main-nav__actions.navbar-nav > .dropdown > a,
.fc-main-nav__actions.navbar-nav .fc-main-nav__cart-link {
  color: #fff;
}
.fc-main-nav__actions.navbar-nav > .dropdown > a i,
.fc-main-nav__actions.navbar-nav .fc-main-nav__cart-link i {
  color: inherit;
}

#footer {
  display: none;
}

.fc-footer-main {
  background: #f8fafc;
  padding: 4rem 0 3rem;
  border-top: 1px solid #e2e8f0;
}

.fc-footer-brand {
  margin-bottom: 2rem;
}

.fc-footer-logo {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1.3125rem;
  font-weight: 800;
  color: #0f172b;
  letter-spacing: 0.04em;
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  max-width: 16rem;
}
.fc-footer-logo i {
  color: #0094C6;
  font-size: 1.125rem;
}

.fc-footer-logo__img {
  display: block;
  max-width: 16rem;
  height: auto;
  margin-bottom: 0.5rem;
}

.fc-footer-tagline {
  font-size: 0.9375rem;
  color: #64748b;
  line-height: 1.6;
  max-width: 240px;
  margin: 0 0 1rem;
}

.fc-footer-contact {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #334155;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.fc-footer-contact-sep {
  color: #cbd5e1;
}

.fc-footer-heading {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #0f172b;
  margin: 0 0 1.5rem;
}

.fc-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.fc-footer-links li {
  margin-bottom: 0.5rem;
}
.fc-footer-links a {
  font-size: 0.875rem;
  color: #64748b;
  text-decoration: none;
  transition: color 0.15s ease;
  font-weight: 500;
}
.fc-footer-links a:hover {
  color: #0094C6;
  text-decoration: none;
}
.fc-footer-links a:focus-visible {
  outline: 2px solid #0094C6;
  outline-offset: 2px;
}

.fc-footer-bar {
  background: #f1f5f9;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  padding: 1.5rem 0;
}

.fc-footer-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
}

.fc-footer-copyright {
  flex: 0 1 28rem;
  max-width: 28rem;
  font-size: 0.8rem;
  color: #94a3b8;
  margin: 0;
}
.fc-footer-copyright a {
  color: #64748b;
  text-decoration: none;
}
.fc-footer-copyright a:hover {
  color: #94a3b8;
}

.fc-footer-legal-links {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 1.5rem;
}
.fc-footer-legal-links a {
  font-size: 0.8rem;
  color: #94a3b8;
  text-decoration: none;
  transition: color 0.15s ease;
}
.fc-footer-legal-links a:hover {
  color: #475569;
}

.fc-footer-sep {
  color: #94a3b8;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.fc-footer-uk-badge {
  font-size: 0.78rem;
  color: #475569;
  font-weight: 500;
}

.fc-footer-green-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.fc-footer-green-badge img {
  max-width: 200px;
  height: auto;
  display: block;
}

.fc-footer-meta {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap: 0.75rem;
  min-width: 0;
}

.fc-back-to-top {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
  background: #fff;
  border: 1px solid #334155;
  border-radius: 0.5rem;
  color: #334155 !important;
  font-size: 0.75rem;
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease;
}
.fc-back-to-top:hover {
  background: #e2e8f0;
  color: #0f172b !important;
  text-decoration: none;
}
.fc-back-to-top:focus-visible {
  outline: 2px solid #0094C6;
  outline-offset: 2px;
}

.fc-footer-trademark {
  font-size: 0.7rem;
  color: #334155;
  text-align: center;
  line-height: 1.65;
  padding-top: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

@media (max-width: calc(62rem - 0.0625rem)) {
  .fc-footer-copyright {
    flex-basis: auto;
    max-width: none;
  }
}
html.fc-consent-pending,
html.fc-consent-pending body {
  overflow: hidden;
}

html.fc-consent-pending .fc-kb-assistant-toggle,
html.fc-consent-pending .fc-kb-assistant {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.fc-cookie-consent__overlay {
  position: fixed;
  inset: 0;
  z-index: 12000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: rgba(15, 23, 42, 0.68);
  backdrop-filter: blur(8px);
}

html.fc-consent-pending .fc-cookie-consent__overlay,
.fc-cookie-consent__overlay.is-open {
  display: flex;
}

.fc-cookie-consent__dialog {
  width: min(100%, 44rem);
  max-height: min(100vh - 2rem, 48rem);
  overflow: auto;
  border: 1px solid #e2e8f0;
  border-radius: 0.875rem;
  background: #fff;
  box-shadow: 0 1.5rem 4rem rgba(15, 23, 42, 0.24);
  padding: 1.5rem;
}

.fc-cookie-consent__eyebrow {
  margin-bottom: 0.5rem;
  color: #0094C6;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.fc-cookie-consent__title {
  margin: 0 0 0.75rem;
  color: #0f172b;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1.25rem;
  line-height: 1.1;
}

.fc-cookie-consent__body {
  margin: 0 0 1.5rem;
  color: #64748b;
  font-size: 0.875rem;
  line-height: 1.65;
}
.fc-cookie-consent__body a {
  color: #0094C6;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.fc-cookie-consent__settings {
  display: grid;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.fc-cookie-consent__option {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
  border: 1px solid #e2e8f0;
  border-radius: 0.75rem;
  background: #f8fafc;
}
.fc-cookie-consent__option h3 {
  margin: 0 0 0.375rem;
  color: #0f172b;
  font-size: 0.875rem;
  font-weight: 700;
}
.fc-cookie-consent__option p {
  margin: 0;
  color: #64748b;
  font-size: 0.75rem;
  line-height: 1.65;
}

.fc-cookie-consent__option--locked {
  background: #f9fbff;
}

.fc-cookie-consent__switch {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
  color: #334155;
  font-size: 0.75rem;
  font-weight: 600;
}
.fc-cookie-consent__switch input {
  width: 1.1rem;
  height: 1.1rem;
  accent-color: #0094C6;
}

.fc-cookie-consent__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.fc-cookie-consent__btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid transparent;
  border-radius: 9999px;
  padding: 0.8rem 1.2rem;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.fc-cookie-consent__btn:focus-visible {
  outline: 2px solid #0094C6;
  outline-offset: 2px;
}

.fc-cookie-consent__btn--ghost {
  border-color: #e2e8f0;
  background: #fff;
  color: #0f172b;
}

.fc-cookie-consent__btn--secondary {
  border-color: #334155;
  background: #f8fafc;
  color: #0f172b;
}

.fc-cookie-consent__btn--primary {
  background: #0094C6;
  color: #fff;
}

.fc-cookie-consent__reopen {
  position: fixed;
  left: 1rem;
  bottom: 1rem;
  z-index: 11900;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e2e8f0;
  border-radius: 9999px;
  background: #fff;
  box-shadow: 0 0.5rem 1.5rem rgba(15, 23, 42, 0.12);
  padding: 0.85rem 1rem;
  color: #0f172b;
  font-size: 0.75rem;
  font-weight: 700;
}

@media (max-width: calc(48rem - 0.0625rem)) {
  .fc-cookie-consent__dialog {
    padding: 1rem;
  }
  .fc-cookie-consent__option {
    flex-direction: column;
  }
  .fc-cookie-consent__switch {
    align-self: flex-start;
  }
  .fc-cookie-consent__actions {
    flex-direction: column;
  }
  .fc-cookie-consent__btn {
    width: 100%;
  }
  .fc-cookie-consent__reopen {
    left: 0.75rem;
    bottom: 0.75rem;
  }
}
@media (max-width: calc(48rem - 0.0625rem)) {
  .fc-footer-main {
    padding: 2.5rem 0 2rem;
  }
  .fc-footer-brand {
    margin-bottom: 2rem;
  }
  .fc-footer-heading {
    margin-top: 1.5rem;
  }
  .fc-footer-bar-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
  .fc-footer-meta {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .fc-back-to-top {
    display: none;
  }
}
@media (max-width: calc(62rem - 0.0625rem)) {
  .fc-footer-bar-inner {
    align-items: flex-start;
  }
  .fc-footer-meta {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
@media (max-width: calc(62rem - 0.0625rem)) {
  .fc-footer-copyright {
    flex-basis: auto;
    max-width: none;
  }
}
@media (max-width: calc(48rem - 0.0625rem)) {
  .fc-footer-contact {
    flex-wrap: wrap;
  }
  .fc-footer-meta,
  .fc-footer-legal-links {
    width: 100%;
  }
}
.page-login #main-body,
.page-clientregister #main-body,
.page-lostpassword #main-body,
.page-password-reset-container #main-body,
.page-2FA #main-body {
  display: flex;
  align-items: center;
  background: radial-gradient(circle at top left, rgba(0, 148, 198, 0.16), transparent 32%), radial-gradient(circle at right 20%, rgba(31, 20, 178, 0.18), transparent 28%), linear-gradient(180deg, #f9fbff 0%, #eef3ff 100%);
  min-height: calc(100vh - var(--fc-nav-h, 4.25rem));
}

.logincontainer {
  max-width: none;
  margin: 0;
  padding: 0;
}

.logincontainer.with-social {
  max-width: none;
}

.fc-auth-login .card {
  border-radius: 1rem;
  box-shadow: 0 12px 40px rgba(31, 20, 178, 0.08);
  outline: 1px solid rgba(31, 20, 178, 0.08);
}

.page-clientregister #registration {
  max-width: 780px;
  margin: 2rem auto;
  padding: 2rem;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 12px 40px rgba(31, 20, 178, 0.08);
  outline: 1px solid rgba(31, 20, 178, 0.08);
}
.page-clientregister .sub-heading {
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #64748b;
  padding: 0.75rem 0 0.5rem;
  border-bottom: 1px solid #dce3ef;
  margin-bottom: 1rem;
}
.page-clientregister .sub-heading span {
  display: block;
}

.page-login .login-form .card.mw-540 {
  max-width: 33.75rem;
  margin: 2rem auto;
  border: 0;
  border-radius: 0.875rem;
  box-shadow: 0 12px 40px rgba(31, 20, 178, 0.08);
  outline: 1px solid rgba(31, 20, 178, 0.08);
  overflow: hidden;
}
.page-login .login-form .card-body {
  padding: 2rem;
}
.page-login .login-form .card-footer {
  background: #f8fafc;
  border-top: 1px solid #dce3ef;
  padding: 0.75rem 2rem;
}
.page-login .login-form .input-group-text {
  background: #f8fafc;
  border-color: #e2e8f0;
  color: #475569;
}
.page-login .login-form .btn-reveal-pw {
  border-color: #e2e8f0;
  color: #475569;
  background: #fff;
}
.page-login .login-form .btn-reveal-pw:hover, .page-login .login-form .btn-reveal-pw:focus {
  color: #1F14B2;
  background: #f8fafc;
}
.page-login .login-form .float-left,
.page-login .login-form .text-right {
  float: none !important;
}
.page-login .login-form .float-left {
  margin-bottom: 0.75rem;
}
.page-login .login-form .text-right {
  text-align: left !important;
}
.page-login .login-form .float-left + .text-right {
  display: block;
}

.page-login .login-form .text-right label {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.375rem;
  margin-bottom: 0;
}

.page-login .login-form .text-right label .form-check-input,
.page-login .login-form .text-right label input[type=checkbox] {
  position: static;
  margin: 0;
  flex-shrink: 0;
}

@media (min-width: 36rem) {
  .page-login .login-form .float-left {
    margin-bottom: 0;
  }
  .page-login .login-form .float-left + .text-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-top: 0.75rem;
  }
  .page-login .login-form .text-right {
    text-align: right !important;
  }
  .page-login .login-form .text-right label {
    justify-content: flex-end;
  }
}
body[class*=page-clientarea] #main-body,
body[class*=page-account-] #main-body,
.page-bulkdomainmanagement #main-body {
  background: #f8fafc;
  padding-top: 1.5rem;
  padding-bottom: 3rem;
}
body[class*=page-clientarea] .main-content > form:not(.kb-search-form):has(> :not(input[type=hidden]):not(.modal)),
body[class*=page-account-] .main-content > form:not(.kb-search-form):has(> :not(input[type=hidden]):not(.modal)),
.page-bulkdomainmanagement .main-content > form:not(.kb-search-form):has(> :not(input[type=hidden]):not(.modal)) {
  background: #fff;
  border-radius: 0.875rem;
  border: 1px solid #e2e8f0;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
  padding: 2rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
body[class*=page-clientarea] .main-content > form:not(.kb-search-form):has(> :not(input[type=hidden]):not(.modal)) h3,
body[class*=page-account-] .main-content > form:not(.kb-search-form):has(> :not(input[type=hidden]):not(.modal)) h3,
.page-bulkdomainmanagement .main-content > form:not(.kb-search-form):has(> :not(input[type=hidden]):not(.modal)) h3 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #334155;
  border-bottom: 1px solid #dce3ef;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  margin-top: 2rem;
}
body[class*=page-clientarea] .main-content > form:not(.kb-search-form):has(> :not(input[type=hidden]):not(.modal)) .controls.checkbox label,
body[class*=page-account-] .main-content > form:not(.kb-search-form):has(> :not(input[type=hidden]):not(.modal)) .controls.checkbox label,
.page-bulkdomainmanagement .main-content > form:not(.kb-search-form):has(> :not(input[type=hidden]):not(.modal)) .controls.checkbox label {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #1a1a2e;
  padding: 0.375rem 0;
  cursor: pointer;
}
body[class*=page-clientarea] .main-content > form:not(.kb-search-form):has(> :not(input[type=hidden]):not(.modal)) .controls.checkbox label input[type=checkbox],
body[class*=page-account-] .main-content > form:not(.kb-search-form):has(> :not(input[type=hidden]):not(.modal)) .controls.checkbox label input[type=checkbox],
.page-bulkdomainmanagement .main-content > form:not(.kb-search-form):has(> :not(input[type=hidden]):not(.modal)) .controls.checkbox label input[type=checkbox] {
  flex-shrink: 0;
  margin-top: 0.2em;
  accent-color: #1F14B2;
}
body[class*=page-clientarea] .controls.form-check,
body[class*=page-account-] .controls.form-check,
.page-bulkdomainmanagement .controls.form-check {
  padding-left: 0;
}
body[class*=page-clientarea] .controls.form-check label,
body[class*=page-account-] .controls.form-check label,
.page-bulkdomainmanagement .controls.form-check label {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  margin-bottom: 0.375rem;
  padding-left: 0;
  cursor: pointer;
  font-size: 0.875rem;
  color: #1a1a2e;
}
body[class*=page-clientarea] .controls.form-check .form-check-input,
body[class*=page-account-] .controls.form-check .form-check-input,
.page-bulkdomainmanagement .controls.form-check .form-check-input {
  position: static;
  flex-shrink: 0;
  margin: 0;
  margin-top: 0.15em;
  accent-color: #1F14B2;
}
body[class*=page-clientarea] .marketing-email-optin,
body[class*=page-account-] .marketing-email-optin,
.page-bulkdomainmanagement .marketing-email-optin {
  background: #fff;
  border-radius: 0.5rem;
  border: 1px solid #e2e8f0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  background: #f8fafc;
}
body[class*=page-clientarea] .marketing-email-optin h4,
body[class*=page-account-] .marketing-email-optin h4,
.page-bulkdomainmanagement .marketing-email-optin h4 {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #0D0C1E;
  margin-bottom: 0.375rem;
}
body[class*=page-clientarea] .marketing-email-optin p,
body[class*=page-account-] .marketing-email-optin p,
.page-bulkdomainmanagement .marketing-email-optin p {
  font-size: 0.75rem;
  color: #334155;
  margin-bottom: 0.75rem;
}
body[class*=page-clientarea] .table-container,
body[class*=page-account-] .table-container,
.page-bulkdomainmanagement .table-container {
  background: #fff;
  border-radius: 0.75rem;
  border: 1px solid #e2e8f0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}
body[class*=page-clientarea] .main-content .section-title,
body[class*=page-clientarea] .main-content h3.section-title,
body[class*=page-account-] .main-content .section-title,
body[class*=page-account-] .main-content h3.section-title,
.page-bulkdomainmanagement .main-content .section-title,
.page-bulkdomainmanagement .main-content h3.section-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #334155;
  border-bottom: 1px solid #dce3ef;
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
  margin-top: 2rem;
}

div.header-lined {
  border-bottom: 2px solid #e2e8f0;
  padding-bottom: 0.75rem;
  margin-bottom: 1.5rem;
}
div.header-lined h1 {
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  font-weight: 700;
  color: #0D0C1E;
  margin: 0;
  padding: 0;
  border-bottom: none;
  line-height: 1.25;
}
div.header-lined h1 small {
  font-size: 0.9375rem;
  font-weight: 400;
  color: #94a3b8;
  margin-left: 0.5rem;
}
div.header-lined .breadcrumb {
  margin-top: 0.375rem;
  padding-left: 0;
  background: transparent;
  font-size: 0.875rem;
  border-radius: 0;
}

.verification-banner {
  background: #eef0fc;
  border-bottom: 1px solid #e2e8f0;
  padding: 0.75rem 0;
  font-size: 0.875rem;
  color: #1a1a2e;
}
.verification-banner .fas.fa-exclamation-triangle {
  color: #1F14B2;
  margin-right: 0.375rem;
}
.verification-banner .btn-close {
  opacity: 0.6;
}
.verification-banner .btn-close:hover {
  opacity: 1;
}

.tiles {
  margin: 0 0 2rem 0;
}
.tiles a.tile {
  background: #fff;
  border-radius: 0.75rem;
  border: 1px solid #e2e8f0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.tiles a.tile:hover {
  box-shadow: 0 12px 40px rgba(31, 20, 178, 0.08);
  transform: translateY(-2px);
}
.tiles a.tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  text-decoration: none;
  padding: 1.5rem 0.75rem;
  margin-bottom: 1rem;
  color: inherit;
  background-color: #fff;
  border-right: none;
}
.tiles a.tile:hover {
  background-color: #fff;
}
.tiles a.tile > i {
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  color: #1F14B2;
  margin-bottom: 0.5rem;
}
.tiles a.tile .stat {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  color: #0D0C1E;
  line-height: 1.1;
  margin-top: 0;
}
.tiles a.tile .title {
  font-size: 0.75rem;
  font-weight: 600;
  color: #334155;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-top: 0.25rem;
}
.tiles a.tile .highlight {
  display: none;
}
.tiles .tile:not(a) {
  padding: 0 0.75rem 1rem;
  background-color: transparent;
  border-right: none;
  cursor: default;
}
.tiles .tile:not(a):hover {
  background-color: transparent;
}
.tiles .tile:not(a) > a {
  background: #fff;
  border-radius: 0.75rem;
  border: 1px solid #e2e8f0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.tiles .tile:not(a) > a:hover {
  box-shadow: 0 12px 40px rgba(31, 20, 178, 0.08);
  transform: translateY(-2px);
}
.tiles .tile:not(a) > a {
  display: block;
  height: 100%;
  text-align: center;
  text-decoration: none;
  padding: 1.5rem 0.75rem;
  color: inherit;
}
.tiles .tile:not(a) .icon {
  position: static;
  top: auto;
  right: auto;
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  line-height: 1.3;
  color: #1F14B2;
  margin-bottom: 0.5rem;
}
.tiles .tile:not(a) .stat {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  color: #0D0C1E;
  line-height: 1.1;
  margin-top: 0;
}
.tiles .tile:not(a) .title {
  font-size: 0.75rem;
  font-weight: 600;
  color: #334155;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-top: 0.25rem;
}
.tiles .tile:not(a) .highlight {
  display: none;
}

.client-home-cards {
  margin-bottom: 2rem;
}
.client-home-cards .card {
  background: #fff;
  border-radius: 0.75rem;
  border: 1px solid #e2e8f0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
}
.client-home-cards .card > .card-header {
  background: #fff;
  border-bottom: 1px solid #e2e8f0;
  padding: 0.75rem 1rem;
  font-weight: 400;
}
.client-home-cards .card > .card-header .card-title {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #0D0C1E;
  margin: 0;
  gap: 0.375rem;
}
.client-home-cards .card > .card-header .card-title .btn {
  font-size: 0.7rem;
  padding: 0.25rem 0.75rem;
  border-radius: 0.5rem;
}
.client-home-cards .card > .card-header .card-title > i:first-of-type,
.client-home-cards .card > .card-header .card-title > .fas,
.client-home-cards .card > .card-header .card-title > .far {
  color: #1F14B2;
  flex-shrink: 0;
}
.client-home-cards .card > .card-body {
  padding: 1rem;
  font-size: 0.875rem;
  color: #334155;
}
.client-home-cards .card > .card-body p {
  padding: 0;
  margin-bottom: 0.5rem;
}
.client-home-cards .card > .card-body p:last-child {
  margin-bottom: 0;
}
.client-home-cards .card > .card-footer {
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
  padding: 0.5rem 1rem;
  text-align: right;
}
.client-home-cards .card > .card-footer a {
  font-size: 0.75rem;
  color: #94a3b8;
  text-decoration: none;
}
.client-home-cards .card > .card-footer a:hover {
  color: #1F14B2;
}
.client-home-cards .card > .card-footer:not(:has(*)) {
  display: none;
}
.client-home-cards .card > .list-group {
  max-height: none;
  overflow: visible;
  border-top: 1px solid #e2e8f0;
  border-bottom: none;
}
.client-home-cards .card > .list-group .list-group-item {
  border-color: #dce3ef;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  color: #1a1a2e;
  text-decoration: none;
  transition: background-color 0.15s ease;
}
.client-home-cards .card > .list-group .list-group-item:hover {
  background-color: #f1f5f9;
}
.client-home-cards .card > .list-group .list-group-item .text-last-updated {
  font-size: 0.7rem;
  color: #94a3b8;
}
.client-home-cards .card-accent-gold > .card-header i:first-of-type {
  color: #fff;
}
.client-home-cards .card-accent-blue > .card-header i:first-of-type {
  color: #0094C6;
}
.client-home-cards .card-accent-red > .card-header i:first-of-type {
  color: #ef4444;
}
.client-home-cards .card-accent-emerald > .card-header i:first-of-type {
  color: #00a63e;
}
.client-home-cards .card-accent-asbestos > .card-header i:first-of-type {
  color: #475569;
}
.client-home-cards .card[class*=card-accent-] {
  border-top: none;
}
.client-home-cards .card-header .btn[class*=bg-color-] {
  background-color: #f1f5f9 !important;
  color: #334155 !important;
  border-color: #e2e8f0 !important;
}
.client-home-cards .card-header .btn.bg-color-gold {
  background-color: #1F14B2 !important;
  color: #fff !important;
  border-color: #1F14B2 !important;
}
.client-home-cards .card-body .input-group {
  flex-wrap: nowrap;
}
.client-home-cards .card-body .input-group > .form-control {
  min-width: 0;
  flex: 1 1 auto;
}
.client-home-cards .card-body .input-group > .input-group-append,
.client-home-cards .card-body .input-group > .input-group-btn {
  flex-shrink: 0;
}
.client-home-cards .card-body .input-group > .input-group-append .btn,
.client-home-cards .card-body .input-group > .input-group-append input[type=submit],
.client-home-cards .card-body .input-group > .input-group-append input[type=button],
.client-home-cards .card-body .input-group > .input-group-btn .btn,
.client-home-cards .card-body .input-group > .input-group-btn input[type=submit],
.client-home-cards .card-body .input-group > .input-group-btn input[type=button] {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

.home-kb-search {
  position: relative;
  margin-bottom: 2rem;
}
.home-kb-search .form-control {
  padding-left: 1rem !important;
  padding-right: 3rem;
  border-radius: 0.75rem;
  border: 1px solid #e2e8f0;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  font-size: 0.875rem;
}
.home-kb-search .form-control:focus {
  border-color: #1F14B2;
  box-shadow: 0 8px 32px rgba(31, 20, 178, 0.18);
}
.home-kb-search > .fas.fa-search {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #94a3b8;
  pointer-events: none;
}

.dataTables_wrapper {
  display: block;
}
.dataTables_wrapper .listtable {
  width: 100%;
  overflow-x: auto;
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
  margin-top: 0;
}
.dataTables_wrapper .dataTables_length {
  float: left;
  margin-top: 0;
}
.dataTables_wrapper .dataTables_length select {
  -moz-appearance: auto;
       appearance: auto;
  -webkit-appearance: auto;
}
.dataTables_wrapper::after {
  content: "";
  display: table;
  clear: both;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  vertical-align: middle;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current a, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover a {
  background: transparent !important;
  border: none !important;
  color: inherit !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background: transparent;
  color: inherit;
  border: none;
  border-radius: 0;
}

span.label.status {
  display: inline-block;
  padding: 0.2em 0.65em;
  border-radius: 9999px;
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  border: none;
  line-height: 1.4;
}
span.label.status.status-active {
  background-color: #f0fdf4;
  color: #00a63e;
}
span.label.status.status-suspended, span.label.status.status-cancelled, span.label.status.status-terminated {
  background-color: #fef2f2;
  color: #ef4444;
}
span.label.status.status-pending {
  background-color: #eef0fc;
  color: #1F14B2;
}

.tab-pane.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.tab-pane.fade.show {
  opacity: 1;
}

body[class*=page-clientarea] .main-content > p:last-child[style*="text-align:center"], body[class*=page-clientarea] .main-content > p:last-child[style*="text-align: center"],
body[class*=page-supporttickets] .main-content > p:last-child[style*="text-align:center"],
body[class*=page-supporttickets] .main-content > p:last-child[style*="text-align: center"] {
  display: none;
}

.page-bulkdomainmanagement .main-content > form fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

.sidebar .panel-sidebar.card, .panel-sidebar.card {
  border: 1px solid #dce3ef;
  border-radius: 0.5rem;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  margin-bottom: 1.5rem;
}
.panel-sidebar .card-header {
  background-color: #f8fafc;
  border-bottom: 1px solid #dce3ef;
  border-radius: 0.5rem 0.5rem 0 0;
  padding: 0.75rem 1rem;
}
.panel-sidebar .card-header h3, .panel-sidebar .card-header .h5 {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #334155;
  margin: 0;
}
.panel-sidebar .card-header .badge {
  background-color: #1F14B2;
  color: #fff;
  font-size: 0.625rem;
}
.panel-sidebar .card-header .panel-minimise {
  color: #94a3b8;
  font-size: 0.75rem;
  transition: transform 0.2s ease;
  cursor: pointer;
}
.panel-sidebar .list-group-item {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: #334155;
  background-color: #fff;
  border-color: #dce3ef;
  text-decoration: none;
  transition: background-color 0.15s ease, color 0.15s ease, border-left-color 0.15s ease;
}
.panel-sidebar .list-group-item .sidebar-menu-item-icon,
.panel-sidebar .list-group-item i:not(.fa-spinner) {
  width: 1rem;
  margin-right: 0.5rem;
  color: #94a3b8;
  text-align: center;
  transition: color 0.15s ease;
}
.panel-sidebar .list-group-item .badge {
  order: 1;
  margin-left: auto;
  background-color: #dce3ef;
  color: #334155;
  font-size: 0.625rem;
  font-weight: 600;
  min-width: 1.5rem;
  text-align: center;
}
.panel-sidebar .list-group-item:hover:not(.active):not(.disabled) {
  color: #1F14B2;
  background-color: #f1f5f9;
}
.panel-sidebar .list-group-item:hover:not(.active):not(.disabled) .sidebar-menu-item-icon,
.panel-sidebar .list-group-item:hover:not(.active):not(.disabled) i:not(.fa-spinner) {
  color: #1F14B2;
}
.panel-sidebar .list-group-item.active {
  color: #1F14B2;
  font-weight: 600;
  background-color: #eef0fc;
  border-left: 3px solid #1F14B2;
  padding-left: calc(1rem - 2px);
}
.panel-sidebar .list-group-item.active .sidebar-menu-item-icon,
.panel-sidebar .list-group-item.active i:not(.fa-spinner) {
  color: #1F14B2;
}
.panel-sidebar .list-group-item.disabled {
  color: #94a3b8;
  background-color: #fff;
  pointer-events: none;
}
.panel-sidebar .list-group-item:last-child {
  border-radius: 0 0 0.5rem 0.5rem;
}

.page-clientareadetails .main-content > form > .card,
.page-user .main-content .card {
  margin-bottom: 1.5rem;
}
.page-clientareadetails .main-content > form > .card:last-of-type,
.page-user .main-content .card:last-of-type {
  margin-bottom: 0;
}

.client-home-cards #registerDomainPanel .card-body {
  overflow: visible;
}
.client-home-cards #registerDomainPanel .card-body .input-group {
  width: 100%;
  align-items: stretch;
}
.client-home-cards #registerDomainPanel .card-body .input-group > .input-group-append,
.client-home-cards #registerDomainPanel .card-body .input-group > .input-group-btn {
  display: flex;
  width: auto;
  max-width: 100%;
}
.client-home-cards #registerDomainPanel .card-body .input-group > .input-group-append .btn,
.client-home-cards #registerDomainPanel .card-body .input-group > .input-group-append input[type=submit],
.client-home-cards #registerDomainPanel .card-body .input-group > .input-group-append input[type=button],
.client-home-cards #registerDomainPanel .card-body .input-group > .input-group-btn .btn,
.client-home-cards #registerDomainPanel .card-body .input-group > .input-group-btn input[type=submit],
.client-home-cards #registerDomainPanel .card-body .input-group > .input-group-btn input[type=button] {
  flex: 0 0 auto;
}

.tiles a.tile:hover > i {
  font-size: 2.5rem;
}
.tiles .tile:not(a):hover .icon {
  font-size: 2.5rem;
}

.fc-support-dept {
  max-width: 54rem;
  margin: 0 auto 4rem;
  padding: 0 clamp(1rem, 3vw, 1.5rem);
}

.fc-support-dept__intro {
  margin-bottom: 1.5rem;
  text-align: center;
}

.fc-support-dept__title {
  margin: 0 0 0.5rem;
  color: #0D0C1E;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1.375rem;
  line-height: 1.25;
}

.fc-support-dept__copy {
  max-width: 40rem;
  margin: 0 auto;
  color: #64748b;
  font-size: 0.875rem;
  line-height: 1.65;
}

.fc-support-dept__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  gap: 0.75rem;
}

.fc-support-dept-card {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  min-height: 100%;
  padding: clamp(1rem, 2vw, 1.25rem);
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 0.875rem;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  text-decoration: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.15s ease;
}

.fc-support-dept-card:hover,
.fc-support-dept-card:focus-visible {
  border-color: #1F14B2;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
  transform: translateY(-2px);
  text-decoration: none;
  outline: none;
}

.fc-support-dept-card:focus {
  outline: 2px solid #1F14B2;
  outline-offset: 2px;
}

.fc-support-dept-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 0.75rem;
  background: rgba(31, 20, 178, 0.08);
  color: #1F14B2;
  font-size: 1rem;
}

.fc-support-dept-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  flex: 1;
  min-width: 0;
}

.fc-support-dept-card__name {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #0D0C1E;
  line-height: 1.25;
}

.fc-support-dept-card__desc {
  font-size: 0.75rem;
  color: #334155;
  line-height: 1.65;
}

.fc-support-dept-card__arrow {
  flex-shrink: 0;
  margin-top: 0.1rem;
  color: #475569;
  font-size: 0.85rem;
  transition: color 0.18s ease, transform 0.18s ease;
}

.fc-support-dept-card:hover .fc-support-dept-card__arrow,
.fc-support-dept-card:focus-visible .fc-support-dept-card__arrow {
  color: #1F14B2;
  transform: translateX(3px);
}

.btn {
  border-radius: 0.5rem;
  font-weight: 600;
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
  letter-spacing: 0.01em;
}
.btn:focus-visible {
  outline: 2px solid #1F14B2;
  outline-offset: 2px;
  box-shadow: none;
}
.btn:disabled, .btn.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.btn-primary {
  background-color: #1F14B2;
  border-color: #1F14B2;
  color: #fff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary:focus-visible {
  background-color: #3023E7;
  border-color: #3023E7;
  color: #fff;
}
.btn-primary:focus-visible {
  outline-color: #1F14B2;
}

.btn-secondary {
  background-color: #334155;
  border-color: #334155;
  color: #fff;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active {
  background-color: #475569;
  border-color: #475569;
  color: #fff;
}
.btn-secondary:focus-visible {
  outline-color: #334155;
}

.btn-info {
  background-color: #0094C6;
  border-color: #0094C6;
  color: #fff;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
  background-color: rgb(0, 117.503030303, 157.2);
  border-color: rgb(0, 117.503030303, 157.2);
  color: #fff;
}
.btn-info:focus-visible {
  outline-color: #0094C6;
}

.btn-success {
  background-color: #00a63e;
  border-color: #00a63e;
  color: #fff;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
  background-color: rgb(0, 125.2, 46.7614457831);
  border-color: rgb(0, 125.2, 46.7614457831);
  color: #fff;
}
.btn-success:focus-visible {
  outline-color: #00a63e;
}

.btn-danger {
  background-color: #ef4444;
  border-color: #ef4444;
  color: #fff;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
  background-color: rgb(235.7842364532, 30.4157635468, 30.4157635468);
  border-color: rgb(235.7842364532, 30.4157635468, 30.4157635468);
  color: #fff;
}
.btn-danger:focus-visible {
  outline-color: #ef4444;
}

.btn-warning {
  border-radius: 0.5rem;
  font-weight: 600;
  color: #1a1a2e;
}

.btn-default {
  background-color: #fff;
  border-color: #e2e8f0;
  color: #1a1a2e;
  border-radius: 0.5rem;
  font-weight: 600;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
  background-color: #f1f5f9;
  border-color: #94a3b8;
  color: #1a1a2e;
}
.btn-default:focus-visible {
  outline-color: #1F14B2;
}

.btn-block {
  display: block;
  width: 100%;
  text-align: center;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

.btn-outline-primary {
  color: #1F14B2;
  border-color: #1F14B2;
  background-color: transparent;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary.active {
  background-color: #1F14B2;
  border-color: #1F14B2;
  color: #fff;
}
.btn-outline-primary:focus-visible {
  outline-color: #1F14B2;
}

.btn-outline-secondary {
  color: #334155;
  border-color: #e2e8f0;
  background-color: transparent;
}
.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:active, .btn-outline-secondary.active {
  background-color: #f1f5f9;
  border-color: #334155;
  color: #1a1a2e;
}

.btn-link {
  color: #1F14B2;
  font-weight: 600;
  text-decoration: none;
  border: none;
  background: none;
}
.btn-link:hover, .btn-link:focus {
  color: #3023E7;
  text-decoration: underline;
}
.btn-link:focus-visible {
  outline-color: #1F14B2;
}

.btn-close {
  opacity: 0.45;
  transition: opacity 0.15s ease;
}
.btn-close:hover {
  opacity: 0.75;
}
.btn-close:focus-visible {
  outline: 2px solid #1F14B2;
  outline-offset: 2px;
  opacity: 0.85;
}

.btn-sm {
  font-size: 0.7rem;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
}

.btn-lg {
  font-size: 1rem;
  padding: 0.75rem 1.5rem;
  border-radius: 0.75rem;
}

.badge {
  border-radius: 9999px;
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 0.2em 0.55em;
  line-height: 1;
}

.badge.bg-primary,
.bg-primary.badge {
  background-color: #1F14B2 !important;
  color: #fff;
}

.badge.bg-secondary,
.bg-secondary.badge {
  background-color: #334155 !important;
  color: #fff;
}

.badge.bg-success,
.bg-success.badge {
  background-color: #00a63e !important;
  color: #fff;
}

.badge.bg-danger,
.bg-danger.badge {
  background-color: #ef4444 !important;
  color: #fff;
}

.badge.bg-info,
.bg-info.badge {
  background-color: #0094C6 !important;
  color: #fff;
}

.badge.bg-light,
.bg-light.badge {
  background-color: #f1f5f9 !important;
  color: #1a1a2e;
}

.badge.text-bg-primary {
  background-color: #1F14B2 !important;
  color: #fff !important;
}

.badge.text-bg-secondary {
  background-color: #334155 !important;
  color: #fff !important;
}

.badge.text-bg-success {
  background-color: #00a63e !important;
  color: #fff !important;
}

.badge.text-bg-danger {
  background-color: #ef4444 !important;
  color: #fff !important;
}

.badge.text-bg-info {
  background-color: #0094C6 !important;
  color: #fff !important;
}

.badge.text-bg-warning {
  background-color: #f59e0b !important;
  color: #1a1a2e !important;
}

.badge.text-bg-light {
  background-color: #f1f5f9 !important;
  color: #1a1a2e !important;
}

label,
.form-label {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  color: #090514;
  margin-bottom: 0.25rem;
  line-height: 1.5;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #1a1a2e;
  background-color: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-control::-moz-placeholder {
  color: #94a3b8;
  opacity: 1;
}
.form-control::placeholder {
  color: #94a3b8;
  opacity: 1;
}
.form-control:focus {
  border-color: #1F14B2;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(31, 20, 178, 0.12);
}
.form-control[readonly] {
  background-color: #f8fafc;
  color: #475569;
  cursor: default;
}
.form-control[readonly]:focus {
  border-color: #e2e8f0;
  box-shadow: none;
}
.form-control:disabled {
  background-color: #f1f5f9;
  color: #64748b;
  border-color: #dce3ef;
  cursor: not-allowed;
  opacity: 1;
}

textarea.form-control {
  min-height: 7rem;
  resize: vertical;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.5rem 2rem 0.5rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #1a1a2e;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23475569' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 0.85rem;
  border: 1px solid #e2e8f0;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.form-select:focus {
  border-color: #1F14B2;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(31, 20, 178, 0.12);
}
.form-select:disabled {
  background-color: #f1f5f9;
  color: #64748b;
  border-color: #dce3ef;
  cursor: not-allowed;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
  flex: 1 1 auto;
  min-width: 0;
  position: relative;
  border-radius: 0;
}
.input-group > .form-control:first-child,
.input-group > .form-select:first-child {
  border-radius: 0.25rem 0 0 0.25rem;
}
.input-group > .form-control:last-child,
.input-group > .form-select:last-child {
  border-radius: 0 0.25rem 0.25rem 0;
}
.input-group > *:not(:first-child) > .form-control,
.input-group > *:not(:first-child) > .form-select,
.input-group > *:not(:first-child).form-control,
.input-group > *:not(:first-child).form-select {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  color: #475569;
  white-space: nowrap;
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 0.25rem;
}
.input-group-text + .form-control,
.input-group-text + .form-select {
  margin-left: -1px;
  border-radius: 0 0.25rem 0.25rem 0;
}
.input-group-text:first-child {
  border-radius: 0.25rem 0 0 0.25rem;
}
.input-group-text:last-child {
  border-radius: 0 0.25rem 0.25rem 0;
}

.form-group {
  margin-bottom: 1rem;
}

.form-check {
  display: flex;
  align-items: flex-start;
  gap: 0.375rem;
  margin-bottom: 0.5rem;
}

.form-check-input {
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  margin-top: 0.175em;
  vertical-align: top;
  background-color: #fff;
  border: 1px solid #e2e8f0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  transition: border-color 0.15s ease, background-color 0.15s ease, box-shadow 0.15s ease;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25rem;
}
.form-check-input[type=radio] {
  border-radius: 9999px;
}
.form-check-input[type=checkbox]:checked {
  background-color: #1F14B2;
  border-color: #1F14B2;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.5' d='M6 10l3 3 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.7rem;
}
.form-check-input[type=radio]:checked {
  background-color: #1F14B2;
  border-color: #1F14B2;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3ccircle cx='10' cy='10' r='5' fill='%23fff'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.5rem;
}
.form-check-input:focus {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(31, 20, 178, 0.12);
  border-color: #1F14B2;
}
.form-check-input:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
  cursor: not-allowed;
}

.form-check-label {
  font-size: 0.875rem;
  color: #1a1a2e;
  cursor: pointer;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.7rem;
  color: #475569;
  line-height: 1.5;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

legend {
  font-size: 0.75rem;
  font-weight: 600;
  color: #334155;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 0;
  margin-bottom: 0.75rem;
  width: 100%;
  border-bottom: 1px solid #dce3ef;
  padding-bottom: 0.375rem;
}

.form-control.is-invalid,
.form-select.is-invalid {
  border-color: #ef4444;
}
.form-control.is-invalid:focus,
.form-select.is-invalid:focus {
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.14);
}

.invalid-feedback {
  display: none;
  font-size: 0.7rem;
  color: #ef4444;
  margin-top: 0.25rem;
}

.was-validated .form-control:invalid + .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-feedback,
.form-control.is-invalid + .invalid-feedback,
.form-control.is-invalid ~ .invalid-feedback {
  display: block;
}

.form-control.is-valid,
.form-select.is-valid {
  border-color: #00a63e;
}
.form-control.is-valid:focus,
.form-select.is-valid:focus {
  box-shadow: 0 0 0 3px rgba(0, 166, 62, 0.14);
}

.valid-feedback {
  display: none;
  font-size: 0.7rem;
  color: #00a63e;
  margin-top: 0.25rem;
}

.was-validated .form-control:valid + .valid-feedback,
.was-validated .form-control:valid ~ .valid-feedback,
.form-control.is-valid + .valid-feedback,
.form-control.is-valid ~ .valid-feedback {
  display: block;
}

.form-group.has-error .form-control {
  border-color: #ef4444;
}
.form-group.has-error .form-control:focus {
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.14);
}
.form-group.has-error .control-label,
.form-group.has-error .help-block {
  color: #ef4444;
}
.form-group.has-error .help-block {
  font-size: 0.7rem;
  margin-top: 0.25rem;
}

.form-group.has-success .form-control {
  border-color: #00a63e;
}
.form-group.has-success .form-control:focus {
  box-shadow: 0 0 0 3px rgba(0, 166, 62, 0.14);
}
.form-group.has-success .control-label,
.form-group.has-success .help-block {
  color: #00a63e;
}

.help-block {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.7rem;
  color: #475569;
  line-height: 1.5;
}

.iti-flag {
  background-image: url("../img/flags@2x.png") !important;
  background-size: 5652px 15px;
}

.alert {
  position: relative;
  padding: 0.75rem 1.5rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.alert .alert-heading {
  font-size: 1.125rem;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.alert .alert-link {
  font-weight: 600;
  text-decoration: underline;
}
.alert.alert-dismissible {
  padding-right: 4rem;
}
.alert.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.5rem;
}

.alert-danger {
  background-color: rgba(239, 68, 68, 0.08);
  border-color: rgba(239, 68, 68, 0.28);
  color: rgb(212.3325123153, 18.1674876847, 18.1674876847);
}
.alert-danger .alert-heading {
  color: rgb(212.3325123153, 18.1674876847, 18.1674876847);
}
.alert-danger .alert-link {
  color: rgb(188.842364532, 16.157635468, 16.157635468);
}

.alert-success {
  background-color: rgba(0, 166, 62, 0.08);
  border-color: rgba(0, 166, 62, 0.28);
  color: rgb(0, 140.5, 52.4759036145);
}
.alert-success .alert-heading {
  color: rgb(0, 140.5, 52.4759036145);
}
.alert-success .alert-link {
  color: rgb(0, 104.8, 39.1421686747);
}

.alert-info {
  background-color: rgba(0, 148, 198, 0.08);
  border-color: rgba(0, 148, 198, 0.28);
  color: rgb(0, 109.8787878788, 147);
}
.alert-info .alert-heading {
  color: rgb(0, 109.8787878788, 147);
}
.alert-info .alert-link {
  color: rgb(0, 90.8181818182, 121.5);
}

.alert-warning {
  background-color: rgba(245, 158, 11, 0.1);
  border-color: rgba(245, 158, 11, 0.35);
  color: #92400e;
}
.alert-warning .alert-heading {
  color: #92400e;
}
.alert-warning .alert-link {
  color: #78350f;
}

.alert-bordered-left {
  border-left-width: 4px !important;
  border-radius: 0 0.5rem 0.5rem 0;
  background-color: transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
}

.breadcrumb-item {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  color: #475569;
}
.breadcrumb-item a {
  color: #1F14B2;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.15s ease;
}
.breadcrumb-item a:hover {
  color: #3023E7;
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.375rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "/";
  padding-right: 0.375rem;
  color: #94a3b8;
  float: left;
}
.breadcrumb-item.active {
  color: #475569;
  font-weight: 400;
}
.breadcrumb-item.active a {
  color: inherit;
  pointer-events: none;
  text-decoration: none;
}

.fc-kb-breadcrumb-wrap {
  padding: 0.5rem 0 1rem;
}
.fc-kb-breadcrumb-wrap .breadcrumb {
  font-size: 0.875rem;
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #1a1a2e;
  vertical-align: middle;
  border-color: #e2e8f0;
}
.table thead th,
.table thead td {
  padding: 0.5rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #334155;
  background-color: #f8fafc;
  border-bottom: 2px solid #e2e8f0;
  white-space: nowrap;
  vertical-align: bottom;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.table tbody td,
.table tbody th,
.table tfoot td {
  padding: 0.75rem;
  border-bottom: 1px solid #dce3ef;
  vertical-align: middle;
  font-size: 0.875rem;
  line-height: 1.5;
}
.table tbody tr {
  transition: background-color 0.15s ease;
}
.table tbody tr:hover > td, .table tbody tr:hover > th {
  background-color: #f1f5f9;
}
.table tbody tr:last-child > td,
.table tbody tr:last-child > th {
  border-bottom: none;
}

.table-striped tbody tr:nth-of-type(even) > td,
.table-striped tbody tr:nth-of-type(even) > th {
  background-color: #f8fafc;
}

.table-condensed thead th,
.table-condensed thead td,
.table-condensed tbody td,
.table-condensed tbody th,
.table-condensed tfoot td {
  padding: 0.375rem 0.5rem;
}

.table-info > td,
.table-info > th {
  background-color: rgba(0, 148, 198, 0.07);
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}

.table-container {
  width: 100%;
  min-height: 4rem;
}

.label {
  display: inline-block;
  padding: 0.2em 0.55em;
  font-size: 0.625rem;
  font-weight: 600;
  border-radius: 9999px;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
}

.label-success {
  background: #00a63e;
  color: #fff;
}

.label-danger {
  background: #ef4444;
  color: #fff;
}

.label-warning {
  background: #f59e0b;
  color: #78350f;
}

.label-info {
  background: #0094C6;
  color: #fff;
}

.label-default {
  background: #94a3b8;
  color: #fff;
}

.label-primary {
  background: #1F14B2;
  color: #fff;
}

.page-clientareaemails .dataTables_wrapper table.table-list {
  margin: 0.75rem 0 !important;
  width: 100% !important;
  border: 1px solid #e2e8f0;
  border-radius: 0.25rem;
  overflow: hidden;
  background: #fff;
}
.page-clientareaemails .dataTables_wrapper table.table-list thead th {
  background-color: #fff;
  color: #1a1a2e;
  text-align: center;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
  border-bottom: 4px solid rgba(29, 57, 101, 0.2);
  vertical-align: middle;
}
.page-clientareaemails .dataTables_wrapper table.table-list tbody td {
  padding: 0.75rem 0.5rem;
  font-size: 0.875rem;
  background-color: #fff;
}
.page-clientareaemails .dataTables_wrapper table.table-list tbody td:nth-child(2) {
  text-align: left;
}
.page-clientareaemails .dataTables_wrapper table.table-list tbody tr:hover > td {
  background-color: #f1f5f9;
}

.dataTables_wrapper {
  font-size: 0.875rem;
  color: #1a1a2e;
}
.dataTables_wrapper .dataTables_filter {
  float: right;
  position: relative;
  margin-bottom: 0.5rem;
}
.dataTables_wrapper .dataTables_filter::after {
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  content: "\f002";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #475569;
  pointer-events: none;
}
.dataTables_wrapper .dataTables_filter label {
  font-size: 0.75rem;
  color: #475569;
  font-weight: 400;
}
.dataTables_wrapper .dataTables_filter label .form-control,
.dataTables_wrapper .dataTables_filter input.form-control {
  background: #fff;
  padding-left: 2.75rem;
}
.dataTables_wrapper .dataTables_filter label .form-control:focus,
.dataTables_wrapper .dataTables_filter input.form-control:focus {
  border-color: #1F14B2;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(31, 20, 178, 0.12);
}
.dataTables_wrapper .dataTables_info {
  padding: 0.5rem 0;
  font-size: 0.7rem;
  color: #475569;
  background-color: #fff;
}
.dataTables_wrapper .dataTables_length {
  float: left;
}
.dataTables_wrapper .dataTables_length label {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  margin: 0;
  font-size: 0.75rem;
  color: #475569;
}
.dataTables_wrapper .dataTables_length select.form-control.input-sm {
  width: auto;
  min-width: 4.5rem;
  height: auto;
  margin: 0;
  padding: 0.25rem 1.5rem 0.25rem 0.5rem;
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  background-color: #fff;
  color: #1a1a2e;
  font-size: 0.75rem;
  line-height: 1.2;
  box-shadow: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23475569' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
  background-size: 0.75rem;
}
.dataTables_wrapper .dataTables_length select.form-control.input-sm:focus {
  border-color: #1F14B2;
  box-shadow: 0 0 0 2px rgba(31, 20, 178, 0.12);
  outline: 0;
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding: 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  min-width: 0;
}
.dataTables_wrapper .dataTables_paginate .pagination > li > a,
.dataTables_wrapper .dataTables_paginate .pagination > li > span,
.dataTables_wrapper .dataTables_paginate .page-link {
  color: #334155;
}
.dataTables_wrapper .dataTables_paginate .page-link {
  display: block;
  padding: 0.375rem 0.75rem;
  border: 1px solid #e2e8f0;
  background-color: #fff;
  color: #334155;
  text-decoration: none;
  line-height: 1.2;
}
.dataTables_wrapper .dataTables_paginate .page-item:first-child .page-link {
  border-radius: 0.25rem 0 0 0.25rem;
}
.dataTables_wrapper .dataTables_paginate .page-item:last-child .page-link {
  border-radius: 0 0.25rem 0.25rem 0;
}
.dataTables_wrapper .dataTables_paginate .page-item.active .page-link,
.dataTables_wrapper .dataTables_paginate .pagination > .active > a,
.dataTables_wrapper .dataTables_paginate .pagination > .active > a:focus,
.dataTables_wrapper .dataTables_paginate .pagination > .active > a:hover,
.dataTables_wrapper .dataTables_paginate .pagination > .active > span,
.dataTables_wrapper .dataTables_paginate .pagination > .active > span:focus,
.dataTables_wrapper .dataTables_paginate .pagination > .active > span:hover {
  background-color: #4f5360;
  border-color: #4f5360;
  color: #fff;
}
.dataTables_wrapper table.table-list {
  margin: 0.75rem 0 !important;
  width: 100% !important;
  border: 1px solid #e2e8f0;
  border-radius: 0.25rem;
  background: #fff;
}
.dataTables_wrapper table.table-list thead th,
.dataTables_wrapper table.table-list thead th:nth-child(2n) {
  padding: 0.5rem;
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #e2e8f0;
  color: #1a1a2e;
  text-align: center;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
}
.dataTables_wrapper table.table-list thead th.sorting_asc,
.dataTables_wrapper table.table-list thead th.sorting_desc {
  background-color: #f8fafc;
}
.dataTables_wrapper table.table-list tbody td {
  padding: 0.75rem 0.5rem;
  vertical-align: middle;
  font-size: 0.875rem;
  text-align: center;
  background-color: #fff;
}
.dataTables_wrapper table.table-list tbody tr:hover > td {
  background-color: #f1f5f9;
}

.nav-tabs {
  border-bottom: 2px solid #e2e8f0;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-tabs .nav-item {
  margin-bottom: -2px;
}
.nav-tabs .nav-link {
  display: block;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #475569;
  background: none;
  border: 2px solid transparent;
  border-bottom: none;
  border-radius: 0.25rem 0.25rem 0 0;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: color 0.15s ease, background-color 0.15s ease;
}
.nav-tabs .nav-link:hover:not(.active):not(.disabled) {
  color: #1a1a2e;
  background-color: #f8fafc;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-link[aria-selected=true] {
  color: #1F14B2;
  font-weight: 600;
  background: #fff;
  border-top-color: #e2e8f0;
  border-left-color: #e2e8f0;
  border-right-color: #e2e8f0;
  border-bottom-color: #fff;
}
.nav-tabs .nav-link:focus-visible {
  outline: 2px solid #1F14B2;
  outline-offset: 2px;
}
.nav-tabs .nav-link.disabled {
  color: #94a3b8;
  pointer-events: none;
}

.tab-content {
  padding-top: 1.5rem;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs-overflow {
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-bottom: 0;
}
.nav-tabs-overflow::-webkit-scrollbar {
  display: none;
}

.modal.in,
.modal.show {
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}

.modal.in .modal-dialog,
.modal.show .modal-dialog {
  transform: translate(0, 0);
}

.modal-backdrop {
  background-color: #1a1a2e;
}
.modal-backdrop.in, .modal-backdrop.show {
  opacity: 0.35;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0 auto;
  pointer-events: none;
}

.modal-dialog-centered {
  min-height: calc(100% - 1.5rem * 2);
  display: flex;
  align-items: center;
}

.modal-lg {
  max-width: 50rem;
}

.modal-sm {
  max-width: 20rem;
}

.modal-xl {
  max-width: 71.25rem;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  border-radius: 0.875rem;
  box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.18);
  outline: 0;
  border: 1px solid #e2e8f0 !important;
}

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  background-color: #f8fafc;
  border-bottom: 1px solid #dce3ef;
  border-radius: 0.875rem 0.875rem 0 0;
}

.modal-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #1a1a2e;
  line-height: 1.25;
  margin: 0;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1.5rem;
  color: #1a1a2e;
  font-size: 0.875rem;
  line-height: 1.5;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background-color: #f8fafc;
  border-top: 1px solid #dce3ef;
  border-radius: 0 0 0.875rem 0.875rem;
}

.fc-section-header {
  text-align: center;
  margin-bottom: 2.5rem;
}
.fc-section-header h2 {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: clamp(2.1rem, 3.8vw, 3.15rem);
  font-weight: 600;
  line-height: 1.05;
  color: #1a1a2e;
  margin-bottom: 0.5rem;
}
.fc-section-header p {
  color: #64748b;
  font-size: 1.0625rem;
  max-width: 32.5rem;
  margin: 0 auto;
}
.fc-section-header--inverted h2 {
  color: #fff;
}
.fc-section-header--inverted p {
  color: #94a3b8;
}

.fc-kb-hero--announcements {
  background: radial-gradient(circle at 10% 50%, rgba(0, 148, 198, 0.14), transparent 40%), radial-gradient(circle at 90% 10%, rgba(31, 20, 178, 0.16), transparent 35%), linear-gradient(180deg, #f9fbff 0%, #eef3ff 100%);
}

.fc-blog-index {
  margin: 0 auto 4rem;
}

.fc-blog-index__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

@media (min-width: 48rem) {
  .fc-blog-index__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 75rem) {
  .fc-blog-index__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.fc-blog-index__pagination {
  margin-top: 2.5rem;
}

.fc-post-preview {
  background: #fff;
  border-radius: 0.875rem;
  border: 1px solid #e2e8f0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.fc-post-preview:hover {
  box-shadow: 0 12px 40px rgba(31, 20, 178, 0.08);
  transform: translateY(-2px);
}
.fc-post-preview {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.fc-post-preview__thumb {
  display: block;
  position: relative;
  aspect-ratio: 2/1;
  overflow: hidden;
  background: linear-gradient(135deg, #1F14B2 0%, #3023E7 100%);
  text-decoration: none;
}
.fc-post-preview__thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(13, 12, 30, 0);
  transition: background 0.2s ease;
}
.fc-post-preview__thumb:hover::after {
  background: rgba(13, 12, 30, 0.08);
}

.fc-blog-index__grid .fc-post-preview:nth-child(5n+1) .fc-post-preview__thumb {
  background: linear-gradient(135deg, #1F14B2 0%, #3023E7 100%);
}

.fc-blog-index__grid .fc-post-preview:nth-child(5n+2) .fc-post-preview__thumb {
  background: linear-gradient(135deg, #12378f 0%, #0094C6 100%);
}

.fc-blog-index__grid .fc-post-preview:nth-child(5n+3) .fc-post-preview__thumb {
  background: linear-gradient(135deg, #0D0C1E 0%, #2a1a6e 100%);
}

.fc-blog-index__grid .fc-post-preview:nth-child(5n+4) .fc-post-preview__thumb {
  background: linear-gradient(135deg, #0070a8 0%, #00c8e5 100%);
}

.fc-blog-index__grid .fc-post-preview:nth-child(5n+5) .fc-post-preview__thumb {
  background: linear-gradient(135deg, #1a3a6e 0%, #1F14B2 100%);
}

.fc-post-preview__thumb-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.5rem;
  color: rgba(255, 255, 255, 0.35);
  pointer-events: none;
  z-index: 1;
}

.fc-post-preview__thumb-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}

.fc-post-preview__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.5rem;
}

.fc-post-preview__title-wrap {
  flex: 1;
  margin-bottom: 1rem;
}

.fc-post-preview__title {
  margin: 0 0 0.75rem;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  font-weight: 700;
  line-height: 1.25;
}

.fc-post-preview__link {
  color: #0D0C1E;
  text-decoration: none;
}
.fc-post-preview__link:hover, .fc-post-preview__link:focus {
  color: #1F14B2;
}

.fc-post-preview__excerpt {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.65;
  color: #475569;
}

.fc-post-preview__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.375rem 1rem;
  margin: 0;
  padding-top: 1rem;
  border-top: 1px solid #e2e8f0;
  font-size: 0.75rem;
  color: #64748b;
}
.fc-post-preview__meta dt {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.fc-post-preview__meta dd {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
}

.fc-post-preview__edit {
  font-size: 0.75rem;
  color: #475569;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  margin-left: auto;
}
.fc-post-preview__edit:hover {
  color: #1F14B2;
}

.fc-post-preview__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
  padding-top: 1rem;
  margin-top: 0.5rem;
  border-top: 1px solid #e2e8f0;
}

.fc-announce-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(2.5rem, 5vw, 4.5rem) 0 clamp(2rem, 4vw, 3.5rem);
  background: radial-gradient(circle at 8% 60%, rgba(0, 148, 198, 0.15), transparent 38%), radial-gradient(circle at 90% 15%, rgba(31, 20, 178, 0.2), transparent 32%), linear-gradient(170deg, #f0f4ff 0%, #e8eeff 60%, #f5f0ff 100%);
  border-bottom: 1px solid rgba(31, 20, 178, 0.1);
}

.fc-announce-hero__inner {
  max-width: 52.5rem;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 3vw, 2rem);
}

.fc-announce-hero__back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #1F14B2;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.fc-announce-hero__back-link i {
  transition: transform 0.15s ease;
}
.fc-announce-hero__back-link:hover {
  color: #3023E7;
}
.fc-announce-hero__back-link:hover i {
  transform: translateX(-3px);
}

.fc-announce-hero__title {
  margin: 0 0 1rem;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: #0D0C1E;
}

.fc-announce-hero__meta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  font-size: 0.75rem;
  color: #475569;
}

.fc-announcement-article {
  max-width: 52.5rem;
  margin: 0 auto;
  padding-top: 1rem;
}

@media (min-width: ) {
  .fc-announcement-article {
    padding: 2.5rem clamp(1.25rem, 3vw, 2rem) 4rem;
  }
}
.fc-announcement-article__body {
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #e2e8f0;
}

.fc-announcement-article__footer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.fc-announcement-article__back {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  border-radius: 9999px;
  border: 1px solid #e2e8f0;
  background: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  color: #334155;
  text-decoration: none;
  transition: border-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}
.fc-announcement-article__back i {
  transition: transform 0.15s ease;
}
.fc-announcement-article__back:hover {
  color: #1F14B2;
  border-color: #1F14B2;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}
.fc-announcement-article__back:hover i {
  transform: translateX(-3px);
}

.fc-announcement-article__edit {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  border-radius: 9999px;
  border: 1px solid #e2e8f0;
  background: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  color: #64748b;
  text-decoration: none;
  margin-left: auto;
  transition: border-color 0.15s ease, color 0.15s ease;
}
.fc-announcement-article__edit:hover {
  color: #1F14B2;
  border-color: #1F14B2;
}

.fc-announcement-article__hero {
  margin-bottom: 2.5rem;
  border-radius: 0.75rem;
  overflow: hidden;
  aspect-ratio: 2/1;
}

.fc-announcement-article__hero-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.fc-announcement-article__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 2.5rem;
}

.fc-announce-tag {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  border: 1px solid #e2e8f0;
  background: #f9fbff;
  font-size: 0.75rem;
  font-weight: 500;
  color: #334155;
  text-decoration: none;
  transition: border-color 0.15s ease, color 0.15s ease, background 0.15s ease;
}
.fc-announce-tag:hover {
  border-color: #1F14B2;
  color: #1F14B2;
  background: rgba(31, 20, 178, 0.05);
}
.fc-announce-tag--sm {
  font-size: 0.7rem;
  padding: 0.15rem 0.5rem;
}

.fc-announce-nav {
  max-width: 52.5rem;
  margin: 0 auto 2rem;
  padding: 0 clamp(1.25rem, 3vw, 2rem);
}

.fc-announce-nav__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.fc-announce-nav__item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1.5rem;
  border-radius: 0.875rem;
  border: 1px solid #e2e8f0;
  background: #fff;
  text-decoration: none;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.fc-announce-nav__item:hover {
  border-color: #1F14B2;
  box-shadow: 0 12px 40px rgba(31, 20, 178, 0.08);
  transform: translateY(-2px);
}
.fc-announce-nav__item:hover .fc-announce-nav__dir {
  color: #1F14B2;
}
.fc-announce-nav__item:hover i {
  transition: transform 0.15s ease;
}
.fc-announce-nav__item--next {
  text-align: right;
  align-items: flex-end;
}
.fc-announce-nav__item:hover.fc-announce-nav__item--prev i {
  transform: translateX(-3px);
}
.fc-announce-nav__item:hover.fc-announce-nav__item--next i {
  transform: translateX(3px);
}

.fc-announce-nav__dir {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #94a3b8;
  transition: color 0.15s ease;
}

.fc-announce-nav__title {
  font-size: 0.9375rem;
  font-weight: 600;
  font-family: "neue-haas-grotesk-display", sans-serif;
  line-height: 1.25;
  color: #0D0C1E;
}

@media (max-width: calc(36rem - 0.0625rem)) {
  .fc-announce-nav__inner {
    grid-template-columns: 1fr;
  }
  .fc-announce-nav__item--next {
    text-align: left;
    align-items: flex-start;
  }
}
.fc-domain-search {
  background: #fff;
  border-bottom: 1px solid #e2e8f0;
  padding: 1.5rem 0;
}
.fc-domain-search__form {
  width: 100%;
}
.fc-domain-search__wrap {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 44rem;
  margin: 0 auto;
  background: #fff;
  border: 1.5px solid #cbd5e1;
  border-radius: 9999px;
  padding: 4px;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.fc-domain-search__wrap:focus-within {
  border-color: #0f172b;
  box-shadow: 0 0 0 3px rgba(0, 148, 198, 0.12);
}
.fc-domain-search__input {
  flex: 1;
  width: 100%;
  height: 48px;
  min-height: 48px;
  padding: 0 0 0 1.5rem;
  border: none !important;
  border-radius: 9999px 0 0 9999px;
  background: transparent !important;
  font-size: 1rem;
  color: #0f172b;
  outline: none !important;
  box-shadow: none !important;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
.fc-domain-search__input::-moz-placeholder {
  color: #94a3b8;
}
.fc-domain-search__input::placeholder {
  color: #94a3b8;
}
.fc-domain-search__input::-webkit-search-cancel-button, .fc-domain-search__input::-webkit-search-decoration {
  display: none;
}
.fc-domain-search__input:focus {
  outline: none;
}
.fc-domain-search__btn {
  flex-shrink: 0;
  height: 48px;
  padding: 0 1.75rem;
  background: #3023E7;
  color: #fff;
  font-weight: 700;
  font-size: 0.9375rem;
  border: none;
  border-radius: 9999px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  transition: background 0.15s ease;
  white-space: nowrap;
  text-decoration: none;
  -webkit-appearance: none;
}
.fc-domain-search__btn:hover, .fc-domain-search__btn:focus {
  background: #645AED;
  color: #fff;
  text-decoration: none;
}
.fc-domain-search__btn--transfer {
  background: transparent;
  color: #475569;
  border: 1.5px solid #e2e8f0;
  margin-left: 0.375rem;
}
.fc-domain-search__btn--transfer:hover {
  background: #f8fafc;
  color: #334155;
}
@media (max-width: calc(36rem - 0.0625rem)) {
  .fc-domain-search__wrap {
    flex-direction: column;
    border-radius: 0.75rem;
    gap: 0.375rem;
    padding: 4px;
  }
  .fc-domain-search__input {
    height: 48px;
    min-height: 48px;
    padding: 0 1.5rem;
    border-radius: 0.5rem;
  }
  .fc-domain-search__btn {
    height: 44px;
    width: 100%;
    border-radius: 0.5rem;
  }
}

.fc-pricing-v2 {
  background: #f8fafc;
  padding: 5rem 0 4.5rem;
  overflow: hidden;
}
.fc-pricing-v2__header {
  text-align: center;
  margin-bottom: 3rem;
}
.fc-pricing-v2__headline {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: clamp(2.1rem, 3.8vw, 3.15rem);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #0f172b;
  margin: 0 0 1.5rem;
}
.fc-pricing-v2__sub {
  font-size: 1rem;
  color: #64748b;
  max-width: 520px;
  margin: 0 auto 1.75rem;
  line-height: 1.7;
}
.fc-pricing-v2__toggle-wrap {
  display: inline-flex;
  align-items: center;
}
.fc-pricing-v2__toggle {
  display: inline-flex;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 9999px;
  padding: 0.375rem;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}
.fc-pricing-v2__toggle-btn {
  padding: 0.6rem 1.5rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all 0.15s ease;
  background: transparent;
  color: #64748b;
}
.fc-pricing-v2__toggle-btn:focus-visible {
  outline: 2px solid #0094C6;
  outline-offset: 2px;
}
.fc-pricing-v2__toggle-btn--active {
  background: #1F14B2;
  color: #fff;
}
.fc-pricing-v2__save-badge {
  font-size: 0.75rem;
  font-weight: 700;
  color: #00c8e5;
  opacity: 0.9;
  white-space: nowrap;
}
.fc-pricing-v2__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.75rem;
  max-width: 540px;
  margin: 0 auto;
  align-items: stretch;
}
@media (min-width: 40rem) {
  .fc-pricing-v2__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 800px;
  }
}
@media (min-width: 75rem) {
  .fc-pricing-v2__grid {
    grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
    max-width: 1320px;
  }
}
@media (min-width: 75rem) {
  .fc-pricing-v2__grid--3, .fc-pricing-v2__grid--4 {
    grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
    max-width: 1320px;
  }
}
.fc-pricing-v2__billed-note {
  font-size: 0.78rem;
  color: #64748b;
  margin: 0.25rem 0 0;
  line-height: 1.4;
}
.fc-pricing-v2__all-plans {
  text-align: center;
  margin-top: 2rem;
  font-size: 0.9375rem;
}
.fc-pricing-v2__all-plans a {
  color: #1F14B2;
  font-weight: 600;
  text-decoration: none;
}
.fc-pricing-v2__all-plans a:hover {
  color: #3023E7;
  text-decoration: underline;
}
.fc-pricing-v2__card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 1.5rem;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
  position: relative;
  min-height: 100%;
}
.fc-pricing-v2__card--popular {
  background: #fff;
  border: 2px solid #1F14B2;
  box-shadow: 0 8px 32px rgba(31, 20, 178, 0.18);
  z-index: 1;
}
.fc-pricing-v2__card--popular .fc-pricing-v2__plan-name {
  color: #1F14B2;
}
.fc-pricing-v2__card--popular .fc-pricing-v2__price-amount {
  color: #1F14B2;
}
.fc-pricing-v2__card--popular .fc-pricing-v2__cta {
  background: #1F14B2;
  color: #fff;
  box-shadow: 0 4px 16px rgba(31, 20, 178, 0.25);
}
.fc-pricing-v2__card--popular .fc-pricing-v2__cta:hover {
  background: #3023E7;
  color: #fff;
  text-decoration: none;
}
.fc-pricing-v2__badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #1F14B2;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 0.3rem 1rem;
  border-radius: 9999px;
  white-space: nowrap;
}
.fc-pricing-v2__card-header {
  border-bottom: 1px solid #f1f5f9;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}
.fc-pricing-v2__plan-name {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0f172b;
  margin: 0 0 0.375rem;
}
.fc-pricing-v2__plan-subtitle {
  font-size: 0.9375rem;
  color: #94a3b8;
  margin: 0 0 1.5rem;
  min-height: 2.25rem;
}
.fc-pricing-v2__price {
  display: flex;
  align-items: baseline;
  gap: 0.2rem;
}
.fc-pricing-v2__price-amount {
  font-size: 2.25rem;
  font-weight: 800;
  color: #0f172b;
  line-height: 1;
}
.fc-pricing-v2__price-period {
  font-size: 0.875rem;
  color: #94a3b8;
  font-weight: 500;
}
.fc-pricing-v2__features {
  list-style: none;
  padding: 0;
  margin: 0 0 1.75rem;
  flex: 1;
}
.fc-pricing-v2__features ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.fc-pricing-v2__features li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.875rem;
  color: #334155;
  font-weight: 500;
  padding: 0.625rem 0;
  border-bottom: 1px solid #e2e8f0;
}
.fc-pricing-v2__features li:last-child {
  border-bottom: none;
}
.fc-pricing-v2__features .fa-check {
  color: #0094C6;
  flex-shrink: 0;
  margin-top: 0.15rem;
}
.fc-pricing-v2__cta {
  display: flex;
  width: 100%;
  padding: 1.5rem;
  border-radius: 0.875rem;
  font-size: 0.875rem;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.15s ease;
}
.fc-pricing-v2__cta:focus-visible {
  outline: 2px solid #0094C6;
  outline-offset: 2px;
}
.fc-pricing-v2__cta--default {
  background: #f1f5f9;
  color: #0f172b;
}
.fc-pricing-v2__cta--default:hover {
  background: #e2e8f0;
  color: #0f172b;
  text-decoration: none;
}
.fc-pricing-v2__cta--popular {
  background: #1F14B2;
  color: #fff;
  box-shadow: 0 4px 16px rgba(31, 20, 178, 0.25);
}
.fc-pricing-v2__cta--popular:hover {
  background: #3023E7;
  color: #fff;
  text-decoration: none;
}
@media (max-width: calc(62rem - 0.0625rem)) {
  .fc-pricing-v2__card {
    margin: 0;
  }
}

.fc-faq {
  background: #fff;
  padding: 5rem 0;
}

.fc-faq .fc-section-header {
  text-align: center;
  margin-bottom: 4rem;
}
.fc-faq .fc-section-header p {
  font-size: 1rem;
  color: #64748b;
  max-width: 44rem;
  margin: 0 auto;
  line-height: 1.7;
}

.fc-faq-item {
  border-bottom: 1px solid #e2e8f0;
  overflow: hidden;
}
.fc-faq-item[open] .fc-faq-chevron {
  transform: rotate(180deg);
  color: #00c8e5;
}
.fc-faq-item[open] .fc-faq-answer {
  animation: fc-faq-open 0.3s ease forwards;
}

.fc-faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 0;
  font-size: 1rem;
  font-weight: 700;
  color: #0f172b;
  cursor: pointer;
  list-style: none;
  transition: color 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .fc-faq-question {
    transition: none;
  }
}
.fc-faq-question::-webkit-details-marker {
  display: none;
}
.fc-faq-question::marker {
  display: none;
  content: "";
}
.fc-faq-question:hover {
  color: #64748b;
}
.fc-faq-question:focus-visible {
  outline: 2px solid #0094C6;
  outline-offset: 2px;
}

.fc-faq-chevron {
  flex-shrink: 0;
  margin-left: 1rem;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, color 0.3s ease;
  color: #0f172b;
}
@media (prefers-reduced-motion: reduce) {
  .fc-faq-chevron {
    transition: none;
  }
}
.fc-faq-chevron::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  margin-top: -3px;
}

.fc-faq-answer {
  padding: 0 4rem 1.5rem 0;
  line-height: 1.7;
  color: #64748b;
  font-size: 0.875rem;
}
.fc-faq-answer p {
  margin: 0;
}
.fc-faq-answer a {
  color: #1F14B2;
  text-decoration: underline;
}
.fc-faq-answer a:hover {
  color: #3023E7;
}

@keyframes fc-faq-open {
  from {
    opacity: 0;
    max-height: 0;
  }
  to {
    opacity: 1;
    max-height: 300px;
  }
}
.fc-final-cta {
  position: relative;
  background: #0D0C1E;
  padding: 7rem 0 6rem;
  overflow: hidden;
  text-align: center;
}
@media (max-width: calc(48rem - 0.0625rem)) {
  .fc-final-cta {
    padding: 4rem 0 3.5rem;
  }
}

.fc-store-cta {
  display: none;
}

.fc-final-cta__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center top;
  opacity: 0.15;
}

.fc-final-cta__overlay-h {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #0D0C1E, rgba(13, 12, 30, 0.88) 50%, rgba(31, 20, 178, 0.18));
  z-index: 1;
  pointer-events: none;
}

.fc-final-cta__overlay-v {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(13, 12, 30, 0.55), transparent 50%, rgba(13, 12, 30, 0.75));
  z-index: 1;
  pointer-events: none;
}

.fc-final-cta__glow {
  position: absolute;
  right: -80px;
  top: -80px;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 148, 198, 0.1) 0%, transparent 70%);
  pointer-events: none;
  z-index: 1;
}

.fc-final-cta[data-spotlight]::after {
  z-index: 2;
}

.fc-final-cta__inner {
  position: relative;
  z-index: 3;
  max-width: 52.5rem;
  margin: 0 auto;
}

.fc-final-cta__eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.fc-final-cta__eyebrow-line {
  width: 2rem;
  height: 2px;
  background: #0094C6;
}

.fc-final-cta__eyebrow-text {
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #0094C6;
}

.fc-final-cta__headline {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: clamp(2.1rem, 3.8vw, 3.15rem);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0 0 1.5rem;
}

.fc-final-cta__accent {
  color: #0094C6;
}

.fc-final-cta__sub {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.7;
  margin: 0 0 2.5rem;
  max-width: 34.375rem;
  margin-left: auto;
  margin-right: auto;
}

.fc-final-cta__btns {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.fc-final-cta__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9375rem;
  font-weight: 600;
  padding: 0.875rem 1.75rem;
  border-radius: 0.75rem;
  text-decoration: none;
  transition: all 0.2s ease;
}
.fc-final-cta__btn--primary {
  background: #1F14B2;
  color: #fff;
  box-shadow: 0 8px 24px rgba(31, 20, 178, 0.35);
}
.fc-final-cta__btn--primary:hover {
  background: #3023E7;
  color: #fff;
  text-decoration: none;
}
.fc-final-cta__btn--secondary {
  color: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: transparent;
}
.fc-final-cta__btn--secondary:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.06);
  text-decoration: none;
}
@media (max-width: calc(48rem - 0.0625rem)) {
  .fc-final-cta__btn {
    width: 100%;
    justify-content: center;
  }
}

.fc-card {
  background: #fff;
  border-radius: 0.875rem;
  border: 1px solid #e2e8f0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  padding: 1.5rem;
}

.fc-card--elevated {
  background: #fff;
  border-radius: 0.875rem;
  border: 1px solid #e2e8f0;
  box-shadow: 0 12px 40px rgba(31, 20, 178, 0.08);
  padding: 1.5rem;
}

.fc-card--promoted {
  background: #fff;
  border-radius: 1rem;
  border: 1px solid #e2e8f0;
  box-shadow: 0 12px 40px rgba(31, 20, 178, 0.08);
  outline: 1px solid rgba(31, 20, 178, 0.08);
  padding: 2rem;
}

[data-animate].will-animate {
  opacity: 0;
  transform: translateY(1.5rem);
  transition: opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1), transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (prefers-reduced-motion: reduce) {
  [data-animate].will-animate {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

[data-animate].is-visible {
  opacity: 1;
  transform: none;
}

[data-spotlight] {
  isolation: isolate;
}
[data-spotlight]::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle 420px at var(--cx, -999px) var(--cy, -999px), rgba(255, 255, 255, 0.055), transparent 65%);
  pointer-events: none;
  z-index: 0;
  transition: background 0.1s ease;
}

#home-banner.fc-hero {
  background: #0D0C1E;
  padding: 5rem 0 4rem;
  color: #fff;
  border-bottom: none;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
#home-banner.fc-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: radial-gradient(ellipse 80% 60% at 50% -10%, rgba(13, 12, 30, 0.55) 0%, transparent 70%), radial-gradient(ellipse 50% 50% at 90% 50%, rgba(13, 12, 30, 0.12) 0%, transparent 60%), linear-gradient(rgba(13, 12, 30, 0.55), rgba(13, 12, 30, 0.55));
  pointer-events: none;
}

.fc-hero__row {
  display: flex;
  align-items: center;
  gap: 3rem;
  position: relative;
  z-index: 2;
}
.fc-hero__left {
  flex: 1;
  min-width: 0;
}
.fc-hero__right {
  flex: 0 0 320px;
  max-width: 320px;
}
.fc-hero__video-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  pointer-events: none;
}
@media (prefers-reduced-motion: reduce) {
  .fc-hero__video-bg {
    display: none;
  }
}
.fc-hero__pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(31, 20, 178, 0.2);
  border: 1px solid rgba(31, 20, 178, 0.4);
  color: #a5c8ff;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-radius: 9999px;
  padding: 0.35rem 1.5rem;
  margin-bottom: 1.5rem;
}
.fc-hero__headline {
  font-size: clamp(1.9rem, 3.5vw, 3rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
  margin: 0 0 1.5rem;
  letter-spacing: -0.02em;
}
.fc-hero__accent {
  color: #645AED;
  text-shadow: 0 1px 2px #1F14B2;
}
.fc-hero__sub {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.82);
  margin: 0 0 2.25rem;
  line-height: 1.65;
}
.fc-hero__form {
  margin-bottom: 1.75rem;
}
.fc-hero__search-wrap {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 9999px;
  padding: 0.35rem 0.35rem 0.35rem 1rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.08);
  max-width: 32.5rem;
  margin: 0;
}
.fc-hero__search-icon {
  color: #94a3b8;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-right: 0.5rem;
}
.fc-hero__input {
  flex: 1;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent;
  color: #1a1a2e;
  font-size: 1rem;
  padding: 0.5rem 0.5rem 0.5rem 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  min-width: 0;
}
.fc-hero__input::-moz-placeholder {
  color: #94a3b8;
}
.fc-hero__input::placeholder {
  color: #94a3b8;
}
.fc-hero__input::-webkit-search-cancel-button, .fc-hero__input::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}
.fc-hero__btn {
  background: #1F14B2;
  color: #fff;
  border: none;
  border-radius: 9999px;
  padding: 0.6rem 1.4rem;
  font-size: 0.9375rem;
  font-weight: 600;
  font-family: "neue-haas-grotesk-display", sans-serif;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s ease;
  flex-shrink: 0;
  line-height: 1.5;
}
.fc-hero__btn:hover, .fc-hero__btn:focus {
  background: #3023E7;
  color: #fff;
}
.fc-hero__btn--transfer {
  background: #475569;
  margin-left: 0.4rem;
}
.fc-hero__btn--transfer:hover, .fc-hero__btn--transfer:focus {
  background: #334155;
}
.fc-hero__trust {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.75rem 2rem;
}
.fc-hero__trust li {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.fc-hero__trust li i {
  color: #0094C6;
}
.fc-hero__ai-hint {
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.6);
  margin: 1.5rem 0 0;
  line-height: 1.5;
}
.fc-hero__ai-hint em {
  font-style: italic;
  color: rgba(255, 255, 255, 0.8);
}
.fc-hero__ai-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  background: rgba(107, 176, 255, 0.15);
  border: 1px solid rgba(107, 176, 255, 0.35);
  color: #a5c8ff;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  border-radius: 9999px;
  padding: 0.2rem 0.6rem;
  margin-right: 0.4rem;
  vertical-align: middle;
  white-space: nowrap;
}
.fc-hero__cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #fff;
  color: #0D0C1E;
  font-weight: 700;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 1rem 2rem;
  border-radius: 9999px;
  text-decoration: none;
  margin-top: 0.5rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease;
}
.fc-hero__cta-btn:hover, .fc-hero__cta-btn:focus {
  background: #0094C6;
  color: #fff;
  text-decoration: none;
  transform: scale(1.03);
}
.fc-hero__ratings {
  padding: 1.5rem 0 1.75rem;
  position: relative;
  z-index: 2;
}
.fc-hero__ratings-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}
.fc-hero__ratings-label {
  color: #fff;
  font-weight: 700;
  font-size: 0.875rem;
}
.fc-hero__ratings-stars {
  display: flex;
  gap: 3px;
}
.fc-hero__star {
  width: 16px;
  height: 16px;
  background: #00B67A;
  border-radius: 2px;
  display: inline-block;
  position: relative;
}
.fc-hero__star::after {
  content: "✓";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  line-height: 16px;
  text-align: center;
}
.fc-hero__ratings-tp {
  color: #00B67A;
  font-weight: 700;
  font-size: 0.875rem;
}
.fc-hero__ratings-desc {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.8rem;
}
.fc-hero__carousel-wrap {
  height: 360px;
  overflow: hidden;
  mask-image: linear-gradient(to bottom, transparent 0%, black 12%, black 88%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 12%, black 88%, transparent 100%);
}
.fc-hero__carousel {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  animation: fc-carousel-scroll 18s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .fc-hero__carousel {
    animation: none;
  }
}
.fc-hero__carousel-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.875rem;
  padding: 1.5rem 1.5rem;
}
.fc-hero__carousel-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.75rem;
  background: rgba(248, 250, 252, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1rem;
  flex-shrink: 0;
}
.fc-hero__carousel-text {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.875rem;
  font-weight: 600;
}
.fc-hero__carousel-sub {
  color: rgba(255, 255, 255, 0.44);
  font-size: 0.75rem;
  margin-top: 0.15rem;
}
.fc-hero__carousel-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #00B67A;
  box-shadow: 0 0 8px #00B67A;
  flex-shrink: 0;
  margin-left: auto;
}
@media (max-width: calc(75rem - 0.0625rem)) {
  .fc-hero__headline {
    font-size: clamp(2.1rem, 4vw, 3.6rem);
  }
}
@media (max-width: calc(62rem - 0.0625rem)) {
  .fc-hero__right {
    display: none;
  }
  .fc-hero__trust {
    justify-content: center;
  }
  .fc-hero__left {
    text-align: center;
  }
  .fc-hero__pill {
    margin-left: auto;
    margin-right: auto;
  }
  .fc-hero__cta-btn {
    margin-left: auto;
    margin-right: auto;
  }
  .fc-hero__search-wrap {
    margin: 0 auto;
  }
  .fc-hero__trust {
    justify-content: center;
  }
}
@media (max-width: calc(48rem - 0.0625rem)) {
  .fc-hero #home-banner.fc-hero {
    padding: 3.5rem 0 3rem;
  }
  .fc-hero__headline {
    font-size: clamp(2.1rem, 4vw, 3.6rem);
  }
  .fc-hero__sub {
    font-size: 0.9375rem;
  }
  .fc-hero__search-wrap {
    flex-wrap: wrap;
    padding: 0.5rem;
    gap: 0.5rem;
  }
  .fc-hero__search-icon {
    display: none;
  }
  .fc-hero__input {
    width: 100%;
    padding: 0.6rem;
  }
  .fc-hero__btn {
    flex: 1;
    padding: 0.65rem;
    text-align: center;
  }
  .fc-hero__btn--transfer {
    margin-left: 0;
  }
  .fc-hero__trust {
    gap: 0.5rem 1.5rem;
  }
}

@keyframes fc-carousel-scroll {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}
.fc-trust-bar {
  background: #fff;
  border-bottom: 1px solid #e2e8f0;
}

.fc-trust-grid {
  display: flex;
  flex-wrap: wrap;
}

.fc-trust-item {
  flex: 1;
  min-width: 130px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.75rem 0.75rem;
  text-align: center;
  border-right: 1px solid #e2e8f0;
}
.fc-trust-item:last-child {
  border-right: none;
}

.fc-trust-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.75rem;
  background: #f1f5f9;
  color: #645AED;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
  flex-shrink: 0;
}

.fc-trust-value {
  font-size: 1.15rem;
  font-weight: 700;
  color: #1F14B2;
  line-height: 1.1;
  display: block;
}

.fc-trust-label {
  font-size: 0.6rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #64748b;
  font-weight: 600;
  margin-top: 0.3rem;
  display: block;
}

@media (max-width: calc(58rem - 0.0625rem)) {
  .fc-trust-item {
    flex-basis: 33.333%;
    max-width: 33.333%;
    border-right: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
  }
  .fc-trust-item:nth-child(3n) {
    border-right: none;
  }
  .fc-trust-item:nth-last-child(-n+3) {
    border-bottom: none;
  }
}
@media (max-width: calc(30rem - 0.0625rem)) {
  .fc-trust-item {
    flex-basis: 50%;
    max-width: 50%;
  }
  .fc-trust-item:nth-child(3n) {
    border-right: 1px solid #e2e8f0;
  }
  .fc-trust-item:nth-last-child(-n+3) {
    border-bottom: 1px solid #e2e8f0;
  }
  .fc-trust-item:nth-child(even) {
    border-right: none;
  }
  .fc-trust-item:nth-last-child(-n+2) {
    border-bottom: none;
  }
}
.fc-services-v2 {
  background: #f8fafc;
  padding: 5rem 0 4rem;
}
.fc-services-v2__header {
  max-width: 46rem;
  margin-bottom: 3rem;
}
.fc-services-v2__eyebrow {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
.fc-services-v2__eyebrow-line {
  width: 2rem;
  height: 2px;
  background: #1F14B2;
  flex-shrink: 0;
}
.fc-services-v2__eyebrow-text {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #1F14B2;
}
.fc-services-v2__headline {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: clamp(2.1rem, 3.8vw, 3.15rem);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #0D0C1E;
  margin: 0;
}
.fc-services-v2__headline-accent {
  color: #1F14B2;
}
.fc-services-v2__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
@media (max-width: calc(48rem - 0.0625rem)) {
  .fc-services-v2__grid {
    grid-template-columns: 1fr;
  }
}
.fc-services-v2 .fc-services-v2-footer {
  margin-top: 1.5rem;
  text-align: center;
}

.fc-services-v2-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 1.5rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}
@media (prefers-reduced-motion: reduce) {
  .fc-services-v2-card {
    transition: none;
  }
}
.fc-services-v2-card:hover {
  box-shadow: 0 12px 40px rgba(31, 20, 178, 0.08);
  transform: translateY(-3px);
}
.fc-services-v2-card__body {
  padding: 2rem 2rem 1.5rem;
  flex: 1;
}
.fc-services-v2-card__tag {
  display: inline-block;
  background: #f1f5f9;
  color: #475569;
  font-size: 0.6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  margin-bottom: 1.5rem;
}
.fc-services-v2-card__title {
  font-size: 1.375rem !important;
  font-weight: 700 !important;
  color: #0D0C1E !important;
  line-height: 1.2 !important;
  letter-spacing: -0.01em !important;
  margin: 0 0 0.75rem !important;
}
.fc-services-v2-card__desc {
  font-size: 0.9375rem;
  color: #64748b;
  line-height: 1.7;
  margin: 0 0 1.5rem;
}
.fc-services-v2-card__features {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
}
.fc-services-v2-card__features li {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #334155;
  padding: 0.3rem 0;
}
.fc-services-v2-card__feature-dot {
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  background: rgba(31, 20, 178, 0.07);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1F14B2;
  font-size: 0.55rem;
  flex-shrink: 0;
}
.fc-services-v2-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: #1F14B2;
  font-weight: 600;
  font-size: 0.9375rem;
  text-decoration: none;
  transition: gap 0.15s ease, color 0.15s ease;
  margin-top: auto;
}
.fc-services-v2-card__cta:hover, .fc-services-v2-card__cta:focus {
  color: #3023E7;
  text-decoration: none;
  gap: 0.7rem;
}
@media (prefers-reduced-motion: reduce) {
  .fc-services-v2-card__cta {
    transition: none;
  }
}
.fc-services-v2-card__img-wrap {
  height: 180px;
  overflow: hidden;
  position: relative;
  background: linear-gradient(135deg, #eef3ff 0%, #f9fbff 100%);
  border-top: 1px solid #e2e8f0;
}
.fc-services-v2-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.25s ease;
}
@media (prefers-reduced-motion: reduce) {
  .fc-services-v2-card__img {
    transition: none;
  }
}
.fc-services-v2-card__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.25s ease;
}
@media (prefers-reduced-motion: reduce) {
  .fc-services-v2-card__video {
    transition: none;
  }
}
.fc-services-v2-card:hover .fc-services-v2-card__img, .fc-services-v2-card:hover .fc-services-v2-card__video {
  transform: scale(1.04);
}

.fc-why {
  background: #fff;
  padding: 4rem 0 0;
}
.fc-why__row {
  margin-bottom: 4rem;
  display: flex;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
}
.fc-why__row > [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}
.fc-why__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem 0;
}
.fc-why__content h3 {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: clamp(1.5rem, 2vw, 2.15rem);
  font-weight: 600;
  line-height: 1.25;
  color: #1a1a2e;
  margin: 0 0 1.5rem;
}
.fc-why__content > p {
  color: #475569;
  font-size: 0.9375rem;
  line-height: 1.7;
  margin: 0 0 1.5rem;
}
.fc-why .fc-why__content {
  padding-left: 2rem;
  padding-right: 2.5rem;
}
.fc-why__checklist {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
}
.fc-why__checklist li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  font-size: 0.9375rem;
  color: #334155;
  line-height: 1.55;
  padding: 0.4rem 0;
  border-bottom: 1px solid #f1f5f9;
}
.fc-why__checklist li:last-child {
  border-bottom: none;
}
.fc-why__check {
  color: #00a63e;
  font-size: 0.7rem;
  margin-top: 0.35rem;
  flex-shrink: 0;
}
.fc-why__link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: #1F14B2;
  font-weight: 600;
  font-size: 0.9375rem;
  text-decoration: none;
  transition: gap 0.15s ease, color 0.15s ease;
  margin-top: auto;
}
.fc-why__link:hover, .fc-why__link:focus {
  color: #3023E7;
  text-decoration: none;
  gap: 0.7rem;
}
.fc-why__visual-wrap {
  display: flex;
  align-items: stretch;
}
.fc-why__visual {
  width: 100%;
  border-radius: 0.875rem;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 300px;
}
.fc-why__visual--blue {
  background: linear-gradient(135deg, #090514 0%, #1F14B2 100%);
}
.fc-why__visual--teal {
  background: linear-gradient(135deg, #014d35 0%, #00a63e 100%);
}
.fc-why__visual--cyan {
  background: linear-gradient(135deg, #004466 0%, #0094C6 100%);
}
.fc-why__visual--media {
  padding: 0;
  overflow: hidden;
  position: relative;
}
.fc-why__visual--media img,
.fc-why__visual--media video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (prefers-reduced-motion: reduce) {
  .fc-why__visual--media video {
    display: none;
  }
}
.fc-why__mini-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}
.fc-why__mini-grid--3col {
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: calc(58rem - 0.0625rem)) {
  .fc-why__mini-grid--3col {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    gap: 0.5rem;
    padding-bottom: 0.5rem;
    scrollbar-width: none;
  }
  .fc-why__mini-grid--3col::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: calc(58rem - 0.0625rem)) {
  .fc-why__mini-grid--3col .fc-why__mini-item {
    flex: 0 0 auto;
    min-width: 7rem;
    scroll-snap-align: start;
  }
}
.fc-why__mini-item {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 0.5rem;
  padding: 0.75rem 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  transition: background 0.15s ease;
}
.fc-why__mini-item i {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.9);
  flex-shrink: 0;
}
.fc-why__mini-item span {
  font-size: 0.9375rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.25;
}
.fc-why__visual-stat {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.fc-why__stat-num {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 2.25rem;
  font-weight: 800;
  color: #fff;
  line-height: 1;
}
.fc-why__stat-label {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.6);
}
.fc-why__migration {
  background: #1a1a2e;
  border-top: 1px solid rgba(0, 87, 216, 0.25);
  border-bottom: 1px solid rgba(0, 87, 216, 0.25);
  padding: 3rem 0;
  margin-bottom: 4rem;
}
.fc-why__migration h3 {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 0.75rem;
}
.fc-why__migration p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9375rem;
  line-height: 1.65;
  margin: 0;
}
.fc-why__migration-row {
  display: flex;
  align-items: center;
}
.fc-why__migration-cta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.fc-why__mig-btn {
  display: inline-block;
  border-radius: 0.5rem;
  font-size: 0.9375rem;
  font-weight: 600;
  font-family: "neue-haas-grotesk-display", sans-serif;
  padding: 0.6rem 1.5rem;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}
.fc-why__mig-btn--primary {
  background: #0057d8;
  color: #fff;
  border: 1px solid #003a94;
}
.fc-why__mig-btn--primary:hover, .fc-why__mig-btn--primary:focus {
  background: #003a94;
  color: #fff;
  text-decoration: none;
}
.fc-why__mig-btn--secondary {
  background: transparent;
  color: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.25);
}
.fc-why__mig-btn--secondary:hover, .fc-why__mig-btn--secondary:focus {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  text-decoration: none;
}
@media (max-width: calc(40rem - 0.0625rem)) {
  .fc-why__row {
    flex-direction: column;
  }
  .fc-why .fc-why__content {
    padding: 1.5rem 0 1rem;
  }
  .fc-why__visual {
    min-height: 240px;
  }
  .fc-why__migration-cta {
    justify-content: flex-start;
    margin-top: 1.5rem;
  }
}
@media (max-width: calc(48rem - 0.0625rem)) {
  .fc-why {
    padding: 2.5rem 0 0;
  }
  .fc-why__row {
    margin-bottom: 2.5rem;
  }
  .fc-why__stat-num {
    font-size: 1.75rem;
  }
  .fc-why__migration {
    margin-bottom: 2.5rem;
  }
}

.fc-why-v2 {
  background: #0D0C1E;
  padding: 4rem 0 4.5rem;
  overflow: hidden;
}

.fc-why-v2__header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
  margin-bottom: 4.5rem;
}
@media (max-width: calc(62rem - 0.0625rem)) {
  .fc-why-v2__header {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

.fc-why-v2__headline {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: clamp(2.1rem, 3.8vw, 3.15rem);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0;
}

.fc-why-v2__sub {
  font-size: 1.0625rem;
  color: #cbd5e1;
  line-height: 1.8;
  margin: 0.5rem 0 0;
  max-width: 480px;
}

.fc-why-v2__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
@media (max-width: calc(62rem - 0.0625rem)) {
  .fc-why-v2__body {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}

.fc-why-v2__images {
  position: relative;
  height: 460px;
  max-width: 500px;
}
@media (max-width: calc(62rem - 0.0625rem)) {
  .fc-why-v2__images {
    height: 360px;
    max-width: 100%;
  }
}

.fc-why-v2__img1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 62%;
  height: 76%;
  z-index: 10;
}

.fc-why-v2__img1-shadow {
  position: absolute;
  inset: 0;
  background: #00c8e5;
  border-radius: 2rem;
  transform: translate(10px, 10px);
}

.fc-why-v2__img1 img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem;
  border: 4px solid #0D0C1E;
  z-index: 1;
}

.fc-why-v2__img2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 62%;
  height: 76%;
  z-index: 20;
}

.fc-why-v2__img2-shadow {
  position: absolute;
  inset: 0;
  background: #3023E7;
  border-radius: 2rem;
  transform: translate(-10px, -10px);
}

.fc-why-v2__img2 img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem;
  border: 4px solid #0D0C1E;
  z-index: 1;
}

.fc-why-v2__stats {
  display: flex;
  flex-direction: column;
}

.fc-why-v2__stat {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  padding: 1.75rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.fc-why-v2__stat:first-child {
  padding-top: 0;
}
.fc-why-v2__stat:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.fc-why-v2__stat-icon {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 0.875rem;
  padding: 0.875rem;
  color: #645AED;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fc-why-v2__stat-icon i {
  font-size: 1.0625rem;
  line-height: 1;
}

.fc-why-v2__stat-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 0.375rem;
  letter-spacing: -0.01em;
}

.fc-why-v2__stat-desc {
  font-size: 0.875rem;
  color: #94a3b8;
  margin: 0;
  line-height: 1.6;
}

.fc-ivc {
  padding: 4rem 0;
  background: linear-gradient(135deg, #090514 0%, #1a1147 50%, #090514 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.fc-ivc::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 2px 2px, rgba(255, 255, 255, 0.04) 1px, transparent 0);
  background-size: 40px 40px;
  pointer-events: none;
}

.fc-ivc__header {
  text-align: center;
  margin-bottom: 3rem;
  position: relative;
  z-index: 1;
}

.fc-ivc__badge {
  display: inline-block;
  background: linear-gradient(90deg, rgba(0, 200, 229, 0.15), rgba(31, 20, 178, 0.15));
  border: 1px solid rgba(0, 200, 229, 0.3);
  color: #00c8e5;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  padding: 0.35rem 0.875rem;
  border-radius: 9999px;
  margin-bottom: 1rem;
}

.fc-ivc__headline {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: clamp(2.1rem, 3.8vw, 3.15rem);
  font-weight: 600;
  color: #fff;
  margin-bottom: 0.75rem;
}

.fc-ivc__sub {
  color: #94a3b8;
  font-size: 1.0625rem;
  max-width: 32.5rem;
  margin: 0 auto;
  line-height: 1.6;
}

.fc-ivc__table-wrap {
  max-width: 780px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.875rem;
  overflow: hidden;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 1;
}

.fc-ivc__table-head {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
}

.fc-ivc__col-feature {
  color: #94a3b8;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.fc-ivc__col-falcomms {
  color: #00c8e5;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: center;
}

.fc-ivc__col-others {
  color: #64748b;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: center;
}

.fc-ivc__row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  padding: 1.1rem 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  transition: background 0.15s ease;
}
.fc-ivc__row:hover {
  background: rgba(255, 255, 255, 0.025);
}
.fc-ivc__row--last {
  border-bottom: none;
}
.fc-ivc__row .fc-ivc__col-feature {
  font-weight: 500;
  color: #e2e8f0;
  font-size: 0.9375rem;
}
.fc-ivc__row .fc-ivc__col-falcomms,
.fc-ivc__row .fc-ivc__col-others {
  text-align: center;
}

.fc-ivc__included {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: #4ade80;
  font-weight: 600;
  font-size: 0.75rem;
  background: rgba(74, 222, 128, 0.1);
  border: 1px solid rgba(74, 222, 128, 0.2);
  padding: 0.3rem 0.75rem;
  border-radius: 9999px;
}

.fc-ivc__extra {
  color: #64748b;
  font-weight: 500;
  font-size: 0.9375rem;
}

.fc-ivc__footer {
  padding: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.02), transparent);
  text-align: center;
}

.fc-ivc__saving {
  display: inline-block;
  background: linear-gradient(90deg, rgba(0, 200, 229, 0.08), rgba(31, 20, 178, 0.08));
  border: 1px solid rgba(0, 200, 229, 0.18);
  color: #e2e8f0;
  font-size: 0.9375rem;
  padding: 0.875rem 2rem;
  border-radius: 0.875rem;
}
.fc-ivc__saving strong {
  color: #00c8e5;
  font-size: 1.125rem;
}

@media (max-width: calc(36rem - 0.0625rem)) {
  .fc-ivc__table-head,
  .fc-ivc__row {
    grid-template-columns: 1fr;
    gap: 0.4rem;
    padding: 0.875rem 1rem;
  }
  .fc-ivc__col-falcomms,
  .fc-ivc__col-others,
  .fc-ivc__row .fc-ivc__col-falcomms,
  .fc-ivc__row .fc-ivc__col-others {
    text-align: left;
  }
  .fc-ivc__table-head .fc-ivc__col-others {
    display: none;
  }
  .fc-ivc__row .fc-ivc__col-others {
    display: none;
  }
}
@keyframes fc-arrow-bounce {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(50px);
  }
}
.fc-migration {
  background: #1F14B2;
  color: #fff;
  padding: 5rem 0;
  overflow: hidden;
  position: relative;
}

.fc-migration__inner {
  display: flex;
  align-items: center;
  gap: 3rem;
  position: relative;
  z-index: 1;
}
@media (max-width: calc(62rem - 0.0625rem)) {
  .fc-migration__inner {
    flex-direction: column;
    gap: 2rem;
  }
}

.fc-migration__visual {
  flex: 1;
  width: 100%;
  position: relative;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: calc(62rem - 0.0625rem)) {
  .fc-migration__visual {
    min-height: 240px;
  }
}

.fc-migration__bg-stripe {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, transparent, rgba(0, 200, 229, 0.2), transparent);
  transform: skewX(12deg);
  opacity: 0.5;
  z-index: 0;
}

.fc-migration__boxes {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 2rem;
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
}

.fc-migration__box {
  flex-shrink: 0;
  width: 140px;
  height: 140px;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
@media (max-width: calc(36rem - 0.0625rem)) {
  .fc-migration__box {
    width: 110px;
    height: 110px;
  }
}
.fc-migration__box--old {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.fc-migration__box--old svg {
  width: 40px;
  height: 40px;
  color: rgba(255, 255, 255, 0.5);
}
.fc-migration__box--old span {
  font-size: 0.7rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
}
.fc-migration__box--new {
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 200, 229, 0.3);
}

.fc-migration__arrow-wrap {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.fc-migration__arrow-line {
  position: absolute;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, transparent, #00c8e5, transparent);
  top: 50%;
  transform: translateY(-50%);
}

.fc-migration__arrow-dot {
  position: relative;
  z-index: 1;
  width: 36px;
  height: 36px;
  background: #00c8e5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 20px #00c8e5;
  animation: fc-arrow-bounce 2s ease-in-out infinite;
}
@media (prefers-reduced-motion: reduce) {
  .fc-migration__arrow-dot {
    animation: none;
  }
}
.fc-migration__arrow-dot i, .fc-migration__arrow-dot .fa-arrow-right {
  font-size: 0.875rem;
  color: #fff;
}

.fc-migration__logo-mark {
  width: 48px;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.fc-migration__logo-sub {
  font-size: 0.7rem;
  font-weight: 700;
  color: #0f172b;
}

.fc-migration__content {
  flex: 1;
  z-index: 1;
}
@media (max-width: calc(62rem - 0.0625rem)) {
  .fc-migration__content {
    text-align: center;
  }
}
.fc-migration__content h2 {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: clamp(2.1rem, 3.8vw, 3.15rem);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0 0 1.5rem;
}
.fc-migration__content p {
  font-size: 1.0625rem;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.7;
  margin: 0 0 2rem;
  max-width: 520px;
}
@media (max-width: calc(62rem - 0.0625rem)) {
  .fc-migration__content p {
    margin-left: auto;
    margin-right: auto;
  }
}

.fc-migration__btns {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
@media (max-width: calc(62rem - 0.0625rem)) {
  .fc-migration__btns {
    justify-content: center;
  }
}
@media (max-width: calc(36rem - 0.0625rem)) {
  .fc-migration__btns {
    flex-direction: column;
  }
}

.fc-migration__btn {
  padding: 1rem 2rem;
  border-radius: 9999px;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  transition: all 0.15s ease;
  white-space: nowrap;
}
@media (prefers-reduced-motion: reduce) {
  .fc-migration__btn {
    transition: none;
  }
}
.fc-migration__btn:focus-visible {
  outline: 2px solid #00c8e5;
  outline-offset: 2px;
}
.fc-migration__btn--primary {
  background: #00c8e5;
  color: #fff !important;
  box-shadow: 0 4px 20px rgba(0, 200, 229, 0.4);
}
.fc-migration__btn--primary:hover {
  background: rgb(0, 164.3668122271, 188.2);
  color: #fff !important;
  text-decoration: none;
}
.fc-migration__btn--secondary {
  background: rgba(255, 255, 255, 0.1);
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.fc-migration__btn--secondary:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff !important;
  text-decoration: none;
}

.fc-care {
  background: #fff;
  padding: 4rem 0 4.5rem;
  overflow: hidden;
}

.fc-care__split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem 6rem;
  align-items: center;
  margin-bottom: 4rem;
}
@media (max-width: calc(48rem - 0.0625rem)) {
  .fc-care__split {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
@media (max-width: calc(62rem - 0.0625rem)) {
  .fc-care__split {
    gap: 3rem;
  }
}

@media (max-width: calc(48rem - 0.0625rem)) {
  .fc-care__text {
    order: 2;
  }
}

@media (max-width: calc(48rem - 0.0625rem)) {
  .fc-care__visual {
    order: 1;
  }
}

.fc-care__headline {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: clamp(2.1rem, 3.8vw, 3.15rem);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #0D0C1E;
  margin: 0 0 1.5rem;
}

.fc-care__sub {
  font-size: 1.0625rem;
  color: #64748b;
  line-height: 1.7;
  margin: 0 0 2rem;
  max-width: 27.5rem;
}

.fc-care__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #1F14B2;
  color: #fff;
  padding: 1rem 2rem;
  border-radius: 9999px;
  font-size: 0.9375rem;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.15s ease;
  box-shadow: 0 8px 24px rgba(31, 20, 178, 0.2);
}
.fc-care__btn:hover {
  background: #3023E7;
  color: #fff;
  text-decoration: none;
}
.fc-care__btn:focus-visible {
  outline: 2px solid #00c8e5;
  outline-offset: 2px;
}

.fc-care__visual {
  position: relative;
  aspect-ratio: 4/3;
  max-width: 34.375rem;
  margin: 0 auto;
  width: 100%;
}

.fc-care__visual-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  background: #f2f4f7;
  border-radius: 50%;
  filter: blur(50px);
  opacity: 0.6;
}

.fc-care__visual-main {
  position: absolute;
  inset: 2rem;
  border-radius: 0.875rem;
  overflow: hidden;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
  border: 4px solid #fff;
  z-index: 10;
  background: #e2e8f0;
}
.fc-care__visual-main img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fc-care__float {
  position: absolute;
  z-index: 20;
  background: #fff;
  border-radius: 0.875rem;
  padding: 0.875rem 1rem;
  box-shadow: 0 8px 32px rgba(31, 20, 178, 0.18);
  border: 1px solid #f1f5f9;
  display: flex;
  align-items: center;
  gap: 0.875rem;
  min-width: 185px;
}
.fc-care__float--1 {
  top: 15%;
  right: -4%;
}
.fc-care__float--2 {
  bottom: 20%;
  left: -4%;
}
@media (max-width: calc(48rem - 0.0625rem)) {
  .fc-care__float {
    display: none;
  }
}

.fc-care__float-icon {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.1rem;
}
.fc-care__float-icon--green {
  background: #ecfdf5;
  color: #059669;
}
.fc-care__float-icon--blue {
  background: #eff6ff;
  color: #2563eb;
}

.fc-care__float-title {
  font-size: 0.75rem;
  font-weight: 700;
  color: #0f172b;
  margin: 0;
}

.fc-care__float-sub {
  font-size: 0.7rem;
  color: #64748b;
  margin: 0.125rem 0 0;
}

.fc-care__bottom-headline {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  font-weight: 600;
  color: #0D0C1E;
  text-align: center;
  margin: 0 0 3rem;
  letter-spacing: -0.01em;
}

.fc-care__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem 2rem;
}
@media (max-width: calc(62rem - 0.0625rem)) {
  .fc-care__grid {
    grid-template-columns: 1fr;
    max-width: 32.5rem;
    margin: 0 auto;
  }
}

.fc-care__card {
  cursor: pointer;
}

.fc-care__card-img {
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 0.875rem;
  overflow: hidden;
  margin-bottom: 1.5rem;
  background: #f1f5f9;
}
.fc-care__card-img img,
.fc-care__card-img video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.fc-care__card-img img {
  transition: transform 0.5s ease;
}
@media (prefers-reduced-motion: reduce) {
  .fc-care__card-img img {
    transition: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .fc-care__card-img video {
    display: none;
  }
}
.fc-care__card:hover .fc-care__card-img img {
  transform: scale(1.05);
}

.fc-care__card-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #0D0C1E;
  margin: 0 0 0.75rem;
  transition: color 0.15s ease;
}
.fc-care__card:hover .fc-care__card-title {
  color: #1F14B2;
}

.fc-care__card-desc {
  font-size: 0.875rem;
  color: #64748b;
  line-height: 1.65;
  margin: 0;
}

#main-body .col-xs-12.main-content {
  padding-left: 0;
  padding-right: 0;
}

.fc-store-hero {
  background: #0D0C1E;
  position: relative;
  padding: 5rem 0 4rem;
  text-align: center;
  overflow: hidden;
}
.fc-store-hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  pointer-events: none;
  opacity: 0.35;
}
@media (prefers-reduced-motion: reduce) {
  .fc-store-hero__video {
    display: none;
  }
}
.fc-store-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(13, 12, 30, 0.75) 0%, rgba(13, 12, 30, 0.55) 100%), radial-gradient(ellipse 70% 50% at 50% 0%, rgba(31, 20, 178, 0.25) 0%, transparent 70%);
  pointer-events: none;
}
.fc-store-hero .container {
  position: relative;
  z-index: 2;
}
.fc-store-hero h1 {
  font-size: clamp(1.75rem, 3.5vw, 2.75rem);
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin: 0 0 1rem;
}

.fc-hero-tag {
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.0625rem;
  line-height: 1.65;
  margin: 0 0 2rem;
  max-width: 34.375rem;
  margin-left: auto;
  margin-right: auto;
}

.fc-hero-trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 2rem;
}
.fc-hero-trust span {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.65);
  white-space: nowrap;
}
.fc-hero-trust span i {
  color: #0094C6;
  font-size: 0.875rem;
}
@media (max-width: calc(48rem - 0.0625rem)) {
  .fc-hero-trust {
    gap: 0.5rem 1.5rem;
  }
}

@media (max-width: calc(48rem - 0.0625rem)) {
  .fc-store-hero {
    padding: 3rem 0 2.5rem;
  }
}
.fc-store-plans-outer {
  background: #f8fafc;
  padding: 4rem 0 4.5rem;
  overflow: hidden;
}

.fc-store-grid-wrap .fc-pricing-v2__grid {
  max-width: 1280px;
}

.fc-compare-section {
  padding: 4rem 0 3.5rem;
  background: #fff;
}
.fc-compare-section .fc-section-title {
  text-align: center;
  font-size: 1.55rem;
  font-weight: 700;
  color: #0f172b;
  margin-bottom: 6px;
}
.fc-compare-section .fc-section-sub {
  text-align: center;
  color: #64748b;
  margin-bottom: 2.25rem;
  font-size: 0.9375rem;
}

.fc-table-wrap {
  overflow-x: auto;
  border-radius: 0.75rem;
  border: 1px solid #e2e8f0;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}

.fc-compare-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
  min-width: 560px;
  color: #334155;
}
.fc-compare-table th {
  background: #f8fafc;
  padding: 1rem 1.5rem 1.5rem;
  text-align: center;
  font-size: 0.9375rem;
  font-weight: 700;
  border-bottom: 2px solid #e2e8f0;
  vertical-align: bottom;
  color: #0f172b;
  line-height: 1.25;
}
.fc-compare-table th:first-child {
  text-align: left;
  width: 26%;
  background: #f1f5f9;
}
.fc-compare-table th.fc-th-featured {
  background: #eef0fc;
  border-top: 3px solid #1F14B2;
  color: #1F14B2;
}
.fc-compare-table td {
  padding: 0.75rem 1rem;
  text-align: center;
  border-bottom: 1px solid #f0f4f8;
  vertical-align: middle;
}
.fc-compare-table td:first-child {
  text-align: left;
  font-weight: 500;
  color: #334155;
  border-right: 1px solid #e2e8f0;
}
.fc-compare-table td.fc-td-featured {
  background: rgba(31, 20, 178, 0.04);
  border-right: 1px solid rgba(31, 20, 178, 0.12);
  border-left: 1px solid rgba(31, 20, 178, 0.12);
}
.fc-compare-table tbody tr:nth-child(even) {
  background: #f8fafc;
}
.fc-compare-table tbody tr:hover {
  background: #f1f5f9;
}
.fc-compare-table tbody tr:hover td.fc-td-featured {
  background: rgba(31, 20, 178, 0.07);
}

.fc-th-plan-name {
  display: block;
  font-size: 0.9375rem;
  font-weight: 700;
  margin-bottom: 4px;
}

.fc-th-plan-price {
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  color: #64748b;
  margin-bottom: 0.5rem;
}

.fc-th-order-btn {
  display: inline-block;
  border: 1.5px solid #1F14B2;
  color: #1F14B2 !important;
  padding: 5px 14px;
  border-radius: 5px;
  font-size: 0.78rem;
  font-weight: 600;
  text-decoration: none !important;
  transition: background 0.15s ease, color 0.15s ease;
}
.fc-th-order-btn:hover {
  background: #1F14B2;
  color: #fff !important;
}

.fc-yes {
  color: #00a63e;
}

.fc-no {
  color: #cbd5e1;
}

.fc-cat-row td {
  background: #f0f4f8 !important;
  font-weight: 700;
  color: #1F14B2;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #e2e8f0;
}

.page-knowledgebasearticle .main-content {
  margin-bottom: 0;
}

.fc-kb-assistant-toggle {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 1000;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.125rem;
  border: none;
  border-radius: 9999px;
  background: #1F14B2;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1;
  box-shadow: 0 8px 32px rgba(31, 20, 178, 0.18);
  cursor: pointer;
  transition: background-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}
.fc-kb-assistant-toggle:hover {
  background: #3023E7;
  box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.18);
}
.fc-kb-assistant-toggle:focus-visible {
  outline: 3px solid rgba(0, 148, 198, 0.5);
  outline-offset: 3px;
}
.fc-kb-assistant-toggle:active {
  transform: scale(0.96);
}
.fc-kb-assistant-toggle[aria-expanded=true] .fc-kb-assistant-toggle__icon--closed {
  display: none;
}
.fc-kb-assistant-toggle[aria-expanded=true] .fc-kb-assistant-toggle__icon--open {
  display: inline-flex;
}

.fc-kb-assistant-toggle__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  line-height: 1;
}

.fc-kb-assistant-toggle__icon--open {
  display: none;
}

.fc-kb-assistant-toggle__label {
  font-size: 0.875rem;
}

.fc-kb-assistant {
  position: fixed;
  bottom: 5.25rem;
  right: 1rem;
  left: 1rem;
  z-index: 999;
  display: flex;
  flex-direction: column;
  max-height: 80vh;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 1.5rem;
  box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.18);
  transform-origin: bottom right;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.625rem) scale(0.98);
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
}
.fc-kb-assistant--open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
@media (min-width: 48rem) {
  .fc-kb-assistant {
    left: auto;
    right: 1.5rem;
    bottom: 5.5rem;
    width: 25rem;
    max-height: 60vh;
  }
}

.fc-kb-assistant__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 0.75rem 0.75rem 1rem;
  border-radius: 1.5rem 1.5rem 0 0;
  background: #1F14B2;
  flex-shrink: 0;
}

.fc-kb-assistant__header-inner {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.fc-kb-assistant__avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 0.75rem;
}

.fc-kb-assistant__title {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.01em;
}

.fc-kb-assistant__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
  border: none;
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  cursor: pointer;
  transition: background-color 0.15s ease;
}
.fc-kb-assistant__close:hover {
  background: rgba(255, 255, 255, 0.28);
}
.fc-kb-assistant__close:focus-visible {
  outline: 2px solid rgba(0, 148, 198, 0.7);
  outline-offset: 2px;
}

.fc-kb-assistant__body {
  position: relative;
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border-radius: 0 0 1.5rem 1.5rem;
  min-height: 0;
}

.fc-kb-assistant__scroll {
  flex: 1;
  overflow-y: auto;
  padding: 1rem;
  min-height: 0;
  scrollbar-width: thin;
  scrollbar-color: #e2e8f0 transparent;
}
.fc-kb-assistant__scroll::-webkit-scrollbar {
  width: 4px;
}
.fc-kb-assistant__scroll::-webkit-scrollbar-track {
  background: transparent;
}
.fc-kb-assistant__scroll::-webkit-scrollbar-thumb {
  background: #e2e8f0;
  border-radius: 2px;
}
.fc-kb-assistant__scroll::-webkit-scrollbar-thumb:hover {
  background: #475569;
}

.fc-kb-assistant__fade {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4rem;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
  pointer-events: none;
  z-index: 2;
  border-radius: 0 0 1.5rem 1.5rem;
}

.fc-kb-assistant__copy {
  font-size: 0.75rem;
  line-height: 1.65;
  color: #64748b;
  margin: 0 0 1rem;
}

.fc-kb-assistant__controls {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.5rem;
  align-items: center;
}

.fc-kb-assistant__controls .form-control {
  min-height: 2.625rem;
  border: 1px solid #e2e8f0;
  border-radius: 0.75rem;
  box-shadow: none;
  font-size: 0.875rem;
  color: #0f172b;
  padding: 0.5rem 0.75rem;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.fc-kb-assistant__controls .form-control:focus {
  border-color: #1F14B2;
  box-shadow: 0 0 0 3px rgba(31, 20, 178, 0.12);
  outline: none;
}

.fc-kb-assistant__controls .btn {
  min-height: 2.625rem;
  min-width: 2.625rem;
  border-radius: 0.75rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0.75rem;
}
.fc-kb-assistant__controls .btn:focus-visible {
  outline: 3px solid rgba(0, 148, 198, 0.5);
  outline-offset: 2px;
}

.fc-kb-assistant__hint {
  margin: 0.375rem 0 0;
  font-size: 0.7rem;
  line-height: 1.65;
  color: #94a3b8;
}

.fc-kb-assistant__status {
  margin: 0.5rem 0 0;
  font-size: 0.75rem;
  line-height: 1.65;
  color: #334155;
}

.fc-kb-assistant__status:empty {
  display: none;
}

@keyframes fc-kb-spin {
  to {
    transform: rotate(360deg);
  }
}
.fc-kb-assistant__status--loading {
  display: flex;
  align-items: center;
  gap: 0.375rem;
}
.fc-kb-assistant__status--loading::before {
  content: "";
  flex-shrink: 0;
  display: inline-block;
  width: 0.875em;
  height: 0.875em;
  border: 2px solid rgba(31, 20, 178, 0.2);
  border-top-color: #1F14B2;
  border-radius: 9999px;
  animation: fc-kb-spin 0.65s linear infinite;
}

.fc-kb-assistant__result-meta {
  font-size: 0.7rem;
  line-height: 1.65;
  color: #64748b;
}

.fc-kb-assistant__results {
  margin-top: 0.75rem;
}

.fc-kb-assistant__results .fc-kb-article-list {
  gap: 0.5rem;
}

.fc-kb-assistant__results .fc-kb-article-list__item {
  background: #f8fafc;
  padding: 0.75rem;
  border-radius: 0.75rem;
}

.fc-kb-assistant__results .fc-kb-article-list__item p {
  font-size: 0.75rem;
  line-height: 1.65;
  color: #334155;
}

.fc-kb-hero {
  position: relative;
  overflow: hidden;
  margin: 0 0 4rem;
  padding: clamp(3rem, 6vw, 5.5rem) 0;
  background: radial-gradient(circle at top left, rgba(0, 148, 198, 0.16), transparent 32%), radial-gradient(circle at right 20%, rgba(31, 20, 178, 0.18), transparent 28%), linear-gradient(180deg, #f9fbff 0%, #eef3ff 100%);
  border: 1px solid rgba(31, 20, 178, 0.08);
}

.fc-kb-hero__inner {
  max-width: 58rem;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 3vw, 2rem);
  text-align: center;
}

.fc-kb-hero__eyebrow,
.fc-kb-section__eyebrow {
  margin: 0 0 0.5rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #1F14B2;
}

.fc-kb-hero__eyebrow--title {
  font-size: 0.95rem;
  margin-bottom: 0.75rem;
}

.fc-kb-hero__title {
  margin: 0 0 1rem;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: clamp(2.1rem, 4vw, 3.6rem);
  font-weight: 800;
  line-height: 1.05;
  color: #0D0C1E;
  letter-spacing: -0.03em;
}

.fc-kb-hero__title--compact {
  margin-bottom: 0.5rem;
  font-size: clamp(1.1rem, 1.6vw, 1.4rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #475569;
}

.fc-kb-hero__topic {
  margin: 0 0 0.75rem;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: clamp(1.9rem, 3vw, 2.8rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #0D0C1E;
}

.fc-kb-hero__copy,
.fc-kb-section__copy {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.65;
  color: #334155;
}

.fc-kb-breadcrumb-wrap {
  margin: 0 0 2rem;
}

.fc-kb-breadcrumb-wrap .breadcrumb {
  flex-wrap: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
}

.fc-kb-breadcrumb-wrap .breadcrumb::-webkit-scrollbar {
  display: none;
}

.fc-kb-breadcrumb-wrap .breadcrumb-item {
  min-width: 0;
  white-space: nowrap;
}

.fc-kb-breadcrumb-wrap .fc-breadcrumb__label {
  white-space: nowrap;
}

@media (max-width: calc(48rem - 0.0625rem)) {
  .fc-kb-breadcrumb-wrap .breadcrumb-item:not(:first-child):not(:last-child) {
    max-width: 7rem;
  }
  .fc-kb-breadcrumb-wrap .breadcrumb-item:last-child {
    max-width: 11rem;
  }
}
.fc-kb-shell {
  width: 100%;
  padding-block: 1rem;
}

.fc-kb-hero--compact {
  padding: clamp(2.5rem, 4vw, 4rem) 0;
}

.fc-kb-hero--compact .fc-kb-hero__copy {
  max-width: 46rem;
  margin: 0 auto;
}

.fc-kb-section {
  margin: 0 0 4rem;
}

.fc-kb-section--muted {
  padding: clamp(2rem, 4vw, 3rem);
  border-radius: 1.5rem;
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.8), rgba(241, 245, 249, 0.92));
  border: 1px solid #e2e8f0;
}
@media (max-width: calc(36rem - 0.0625rem)) {
  .fc-kb-section--muted {
    padding: 1rem;
  }
}

.fc-kb-section__header {
  max-width: 44rem;
  margin: 0 0 2rem;
}

.fc-kb-section-title {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: clamp(1.5rem, 2vw, 2.15rem);
  font-weight: 700;
  color: #0D0C1E;
  letter-spacing: -0.01em;
  margin: 0 0 1rem;
}

.fc-kb-card__description,
.kb-article-content,
.kb-article-details {
  font-size: 1rem;
  line-height: 1.65;
  color: #334155;
}

.fc-kb-card-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
  margin: 0;
}

.fc-kb-card-list__item {
  margin: 0;
}

.fc-kb-card-list__item .fc-kb-card {
  height: 100%;
  min-height: 18rem;
  display: flex;
  flex-direction: column;
  padding: 1rem;
}

.fc-kb-card,
.fc-kb-article-list__item {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 0.875rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
  padding: 1.5rem;
}

.fc-kb-card__link,
.fc-kb-article-list__title a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: #0D0C1E;
  text-decoration: none;
}

.fc-kb-card__link {
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}

.fc-kb-card__title {
  display: block;
  width: 100%;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1.2rem;
  line-height: 1.2;
}

.fc-kb-card__meta,
.fc-kb-card__badge,
.kb-article-details {
  color: #475569;
}

.fc-kb-card__meta {
  font-size: 0.925rem;
  font-weight: 500;
}

.fc-kb-card__badge {
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
}

.fc-kb-card__description {
  margin: 0;
}

.fc-kb-cta {
  margin: 0 0 4rem;
}

.fc-kb-cta__inner {
  padding: clamp(1.3rem, 2.4vw, 1.9rem);
  border: 1px solid rgba(226, 232, 240, 0.92);
  border-radius: 0.875rem;
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.84), white);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

.fc-kb-cta__inner .fc-kb-section__eyebrow {
  color: #475569;
}

.fc-kb-cta__inner .fc-kb-section-title {
  color: #0D0C1E;
  font-size: clamp(1.25rem, 2vw, 1.6rem);
}

.fc-kb-cta__inner .fc-kb-section__copy {
  color: #334155;
}

.fc-kb-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
  padding: 0.85rem 1.4rem;
  border-radius: 0.75rem;
  background: #1F14B2;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.fc-kb-cta__button:hover,
.fc-kb-cta__button:focus {
  background: #3023E7;
  color: #fff;
  text-decoration: none;
}

.fc-kb-article-list {
  display: grid;
  gap: 1rem;
}

.fc-kb-article-list__title {
  margin: 0 0 0.5rem;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1.15rem;
}

.kb-article-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
  max-width: 52.5rem;
}

.kb-article-title h2 {
  margin: 0;
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  color: #0D0C1E;
}

.kb-article-title h1 {
  margin: 0;
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  color: #0D0C1E;
  line-height: 1.08;
}

.kb-article-content {
  margin-bottom: 1.5rem;
  max-width: 52.5rem;
  font-weight: 400;
  color: #1a1a2e;
}

.kb-article-content h2,
.kb-article-content h3,
.kb-article-content h4 {
  color: #0D0C1E;
  line-height: 1.25;
}

.kb-article-content p,
.kb-article-content li {
  font-size: 1rem;
  line-height: 1.65;
}

.kb-article-content img,
.kb-article-content table {
  max-width: 100%;
}

.kb-article-details {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
}

.kb-article-details li {
  margin: 0;
}

.kb-rate-article {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 0 0 2rem;
  padding: 1rem 1.5rem;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 0.875rem;
}

.fc-kb-rating-label {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  color: #0D0C1E;
}

.fc-kb-rating-buttons {
  display: flex;
  gap: 0.5rem;
}

.fc-kb-rating-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.375rem 0.75rem;
  border: 1px solid #e2e8f0;
  border-radius: 9999px;
  background: #fff;
  font-size: 1rem;
  font-weight: 500;
  color: #334155;
  cursor: pointer;
  transition: border-color 0.15s ease, color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}
.fc-kb-rating-btn svg {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
}
.fc-kb-rating-btn:hover {
  color: #1F14B2;
  border-color: #1F14B2;
  background: #eef0fc;
}
.fc-kb-rating-btn:focus-visible {
  outline: 3px solid rgba(0, 148, 198, 0.4);
  outline-offset: 2px;
}
.fc-kb-rating-btn[aria-pressed=true], .fc-kb-rating-btn--pressed {
  color: #1F14B2;
  border-color: #1F14B2;
  background: #eef0fc;
  font-weight: 600;
}
.fc-kb-rating-btn--dimmed {
  opacity: 0.38;
  cursor: default;
}

@keyframes fc-kb-rate-pop {
  0% {
    transform: scale(1);
  }
  45% {
    transform: scale(1.22);
  }
  72% {
    transform: scale(0.93);
  }
  100% {
    transform: scale(1);
  }
}
@media (prefers-reduced-motion: no-preference) {
  .fc-kb-rating-btn--animating {
    animation: fc-kb-rate-pop 0.42s cubic-bezier(0.34, 1.56, 0.64, 1) both;
  }
}

.fc-kb-rating-tally {
  font-size: 1rem;
  color: #334155;
  margin-left: auto;
}

.fc-kb-card__link:focus,
.fc-kb-article-list__title a:focus,
.btn-print:focus {
  outline: 3px solid rgba(0, 148, 198, 0.35);
  outline-offset: 3px;
  box-shadow: 0 0 0 4px rgba(31, 20, 178, 0.12);
}

.fc-kb-card__link:hover,
.fc-kb-card__link:focus,
.fc-kb-article-list__title a:hover,
.fc-kb-article-list__title a:focus {
  color: #1F14B2;
  text-decoration: none;
}

@media (max-width: calc(48rem - 0.0625rem)) {
  .fc-kb-hero {
    margin-bottom: 3rem;
    border-radius: 1rem;
  }
  .fc-kb-card-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .kb-article-title {
    flex-direction: row;
    align-items: center;
  }
}
@media (max-width: calc(36rem - 0.0625rem)) {
  .fc-kb-card-list {
    grid-template-columns: 1fr;
  }
}
:root {
  --fc-nav-h: 4.25rem;
}

.fc-kb-article-layout {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "body";
  gap: 1.5rem;
  align-items: start;
  margin-bottom: 3rem;
}

.fc-kb-article-layout__sidenav {
  display: none;
}

.fc-kb-article-layout__body {
  grid-area: body;
  min-width: 0;
  width: 100%;
}

.fc-kb-article-layout__toc-rail {
  display: none;
  grid-area: toc;
  min-width: 0;
}

@media (min-width: 48rem) {
  .fc-kb-article-layout {
    grid-template-columns: minmax(0, 1fr) 13.5rem;
    grid-template-areas: "body toc";
    gap: 1.5rem 2rem;
  }
  .fc-kb-article-layout__toc-rail {
    display: block;
    position: sticky;
    top: calc(var(--fc-nav-h) + 1rem);
    max-height: calc(100vh - var(--fc-nav-h) - 2rem);
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #e2e8f0 transparent;
  }
  .fc-kb-article-layout__toc-rail::-webkit-scrollbar {
    width: 3px;
  }
  .fc-kb-article-layout__toc-rail::-webkit-scrollbar-track {
    background: transparent;
  }
  .fc-kb-article-layout__toc-rail::-webkit-scrollbar-thumb {
    background: #e2e8f0;
    border-radius: 2px;
  }
}
@media (min-width: 75rem) {
  .fc-kb-article-layout {
    grid-template-columns: minmax(14rem, 15.5rem) minmax(0, 1fr) 13.5rem;
    grid-template-areas: "sidenav body toc";
    grid-column-gap: 0;
    row-gap: 1.5rem;
  }
  .fc-kb-article-layout__sidenav {
    display: block;
    grid-area: sidenav;
  }
  .fc-kb-article-layout__sidenav.fc-kb-sidenav {
    top: var(--fc-nav-h);
    height: calc(100vh - var(--fc-nav-h));
    max-height: none;
    padding: 1.5rem 1rem;
    background: #f8fafc;
    border: none;
    border-right: 1px solid #e2e8f0;
    border-radius: 0;
    box-shadow: none;
  }
  .fc-kb-article-layout__body {
    max-width: 52rem;
    padding-left: 2.5rem;
  }
  .fc-kb-article-layout__toc-rail {
    top: calc(var(--fc-nav-h) + 1rem);
    max-height: calc(100vh - var(--fc-nav-h) - 2rem);
  }
}
.fc-kb-cat-layout {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "body";
  align-items: start;
  margin-bottom: 3rem;
}

.fc-kb-cat-layout__sidenav {
  display: none;
}

.fc-kb-cat-layout__body {
  grid-area: body;
  min-width: 0;
}

@media (min-width: 75rem) {
  .fc-kb-cat-layout {
    grid-template-columns: minmax(16rem, 18.5rem) minmax(0, 1fr);
    grid-template-areas: "sidenav body";
    grid-column-gap: 0;
    align-items: start;
  }
  .fc-kb-cat-layout__sidenav {
    display: block;
    grid-area: sidenav;
  }
  .fc-kb-cat-layout__sidenav.fc-kb-sidenav {
    top: var(--fc-nav-h);
    height: calc(100vh - var(--fc-nav-h));
    max-height: none;
    padding: 1.5rem 1rem;
    background: #f8fafc;
    border: none;
    border-right: 1px solid #e2e8f0;
    border-radius: 0;
    box-shadow: none;
  }
  .fc-kb-cat-layout__body {
    padding-left: 2.5rem;
  }
}
.fc-kb-sidenav {
  position: sticky;
  top: calc(var(--fc-nav-h) + 1rem);
  padding: 1rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 0.875rem;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  max-height: calc(100vh - var(--fc-nav-h) - 2rem);
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #e2e8f0 transparent;
}
.fc-kb-sidenav::-webkit-scrollbar {
  width: 3px;
}
.fc-kb-sidenav::-webkit-scrollbar-track {
  background: transparent;
}
.fc-kb-sidenav::-webkit-scrollbar-thumb {
  background: #e2e8f0;
  border-radius: 2px;
}
.fc-kb-sidenav::-webkit-scrollbar-thumb:hover {
  background: #475569;
}

.fc-kb-sidenav__header {
  margin: 0 0 0.75rem;
  padding: 0 0 0.75rem;
  border-bottom: 1px solid #e2e8f0;
}

.fc-kb-sidenav__eyebrow {
  margin: 0 0 0.375rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #475569;
}

.fc-kb-sidenav__title {
  margin: 0;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25;
  color: #0D0C1E;
}

.fc-kb-sidenav__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.fc-kb-sidenav__cat-item {
  margin: 0 0 0.375rem;
}

.fc-kb-sidenav__cat-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.375rem 0.5rem;
  border: none;
  border-radius: 0.5rem;
  background: transparent;
  font-size: 1rem;
  font-weight: 600;
  color: #0D0C1E;
  cursor: pointer;
  text-align: left;
  transition: background 0.15s, color 0.15s;
}
.fc-kb-sidenav__cat-btn:hover {
  background: #f8fafc;
  color: #1F14B2;
}
.fc-kb-sidenav__cat-btn:focus-visible {
  outline: 2px solid #0094C6;
  outline-offset: 2px;
}

.fc-kb-sidenav__chevron {
  flex-shrink: 0;
  font-size: 0.75em;
  transition: transform 0.2s;
}

.fc-kb-sidenav__cat-btn[aria-expanded=true] .fc-kb-sidenav__chevron {
  transform: rotate(90deg);
}

.fc-kb-sidenav__articles {
  list-style: none;
  padding: 0 0 0.375rem 0.75rem;
  margin: 0;
}

.fc-kb-sidenav__article-link {
  display: block;
  padding: 0.375rem 0.5rem;
  border-radius: 0.5rem;
  font-size: 1rem;
  color: #334155;
  text-decoration: none;
  transition: color 0.15s, background 0.15s;
}
.fc-kb-sidenav__article-link:hover {
  color: #1F14B2;
  background: #eef0fc;
  text-decoration: none;
}
.fc-kb-sidenav__article-link:focus-visible {
  outline: 2px solid #0094C6;
  outline-offset: 2px;
}

.fc-kb-sidenav__article-link--active {
  color: #1F14B2;
  font-weight: 600;
  background: #eef0fc;
}

.fc-kb-sidenav__loading {
  font-size: 0.75rem;
  color: #475569;
  padding: 0.5rem;
}

.fc-kb-toc {
  padding: 1rem;
  margin: 0 0 2rem;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 0.875rem;
}

.fc-kb-toc--inline {
  max-width: 50rem;
}

.fc-kb-toc--rail {
  margin: 0;
}
@media (min-width: 48rem) {
  .fc-kb-toc--rail {
    background: transparent;
    border: none;
    border-left: 2px solid #e2e8f0;
    border-radius: 0;
    padding: 0 0 1rem 1rem;
    box-shadow: none;
  }
  .fc-kb-toc--rail .fc-kb-toc__heading {
    font-size: 0.7rem;
    letter-spacing: 0.1em;
  }
  .fc-kb-toc--rail .fc-kb-toc__link {
    font-size: 0.9375rem;
    padding-block: 0.25rem;
  }
}

.fc-kb-toc__heading {
  margin: 0 0 0.75rem;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.065em;
  color: #475569;
}

.fc-kb-toc__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}

.fc-kb-toc__item {
  margin: 0;
}

.fc-kb-toc__item--h3 {
  padding-left: 0.75rem;
}

.fc-kb-toc__link {
  display: block;
  padding: 0.375rem 0.5rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25;
  color: #334155;
  text-decoration: none;
  transition: color 0.15s, background 0.15s;
}
.fc-kb-toc__link:hover {
  color: #1F14B2;
  background: #eef0fc;
  text-decoration: none;
}
.fc-kb-toc__link:focus-visible {
  outline: 2px solid #0094C6;
  outline-offset: 2px;
}

.fc-kb-toc__link--active {
  color: #1F14B2;
  font-weight: 600;
  background: #eef0fc;
}

.kb-article-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin: 0 0 1.5rem;
  max-width: 50rem;
}

.kb-article-content > :where(h2, h3, h4, h5, h6) {
  scroll-margin-top: 7rem;
}

.kb-article-content img,
.kb-article-content iframe,
.kb-article-content video {
  max-width: 100%;
  height: auto;
}

.kb-article-content table,
.kb-article-content pre {
  max-width: 100%;
  overflow-x: auto;
}

.kb-article-content h2 {
  margin: 2rem 0 0.75rem;
  font-size: clamp(1.15rem, 2vw, 1.35rem);
  font-weight: 700;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #e2e8f0;
}

.kb-article-content h3 {
  margin: 1.5rem 0 0.5rem;
  font-size: clamp(1rem, 1.6vw, 1.15rem);
  font-weight: 600;
}

.kb-article-content h4 {
  margin: 1rem 0 0.375rem;
  font-size: 1rem;
  font-weight: 600;
}

.kb-article-content p {
  margin-top: 0;
  margin-bottom: 0.75rem;
}

.kb-article-content ul,
.kb-article-content ol {
  padding-left: 1.5rem;
  margin-bottom: 0.75rem;
}

.kb-article-content li {
  margin-bottom: 0.375rem;
}

.kb-article-content a {
  color: #1F14B2;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}
.kb-article-content a:hover {
  color: #3023E7;
}

.kb-article-content blockquote {
  margin: 1rem 0;
  padding: 0.75rem 1rem;
  border-left: 4px solid #eef0fc;
  background: #f8fafc;
  border-radius: 0 0.5rem 0.5rem 0;
  color: #334155;
  font-style: italic;
}

.kb-article-content code {
  font-size: 0.88em;
  padding: 0.1em 0.35em;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  border-radius: 0.25rem;
}

.kb-article-content pre {
  padding: 0.75rem 1rem;
  background: #0D0C1E;
  border-radius: 0.75rem;
  overflow-x: auto;
}
.kb-article-content pre code {
  background: none;
  border: 0;
  padding: 0;
  color: #fff;
  font-size: 0.875rem;
}

@media (max-width: calc(48rem - 0.0625rem)) {
  .fc-kb-toc {
    padding: 0.75rem;
  }
  .kb-article-meta {
    align-items: flex-start;
    flex-direction: column;
  }
}
.fc-kb-shell--article {
  padding-top: 0.75rem;
}

.fc-kb-shell--article .fc-kb-article-layout {
  grid-template-areas: "tools" "body";
  gap: 1rem;
}

.fc-kb-article-layout__mobile-tools {
  grid-area: tools;
  display: grid;
  gap: 0.75rem;
}

.fc-kb-doc {
  max-width: 52rem;
  padding: clamp(1.4rem, 2.8vw, 2.25rem);
  background: #fff;
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 0.875rem;
  box-shadow: 0 18px 48px -34px rgba(15, 23, 42, 0.28);
}

.fc-kb-mobile-panel {
  border: 1px solid #e2e8f0;
  border-radius: 0.75rem;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

.fc-kb-mobile-panel__summary {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding: 0.95rem 1rem;
  cursor: pointer;
  list-style: none;
}

.fc-kb-mobile-panel__summary::-webkit-details-marker {
  display: none;
}

.fc-kb-mobile-panel__label {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #475569;
}

.fc-kb-mobile-panel__value {
  font-size: 0.875rem;
  font-weight: 600;
  color: #0D0C1E;
}

.fc-kb-mobile-panel--nav[open] .fc-kb-mobile-panel__summary {
  border-bottom: 1px solid #e2e8f0;
}

.fc-kb-mobile-panel--toc {
  display: block;
}

.fc-kb-mobile-panel--toc .fc-kb-toc {
  margin-bottom: 0;
  border: 0;
  border-radius: inherit;
  box-shadow: none;
}

.fc-kb-sidenav--mobile {
  position: static;
  top: auto;
  max-height: none;
  padding: 0.75rem 1rem 1rem;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.fc-kb-article-header {
  margin-bottom: 1rem;
}

.fc-kb-article-header__eyebrow {
  margin: 0 0 0.375rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #1F14B2;
}

.fc-kb-shell--article .kb-article-title {
  align-items: flex-start;
  margin-bottom: 0;
}

.fc-kb-shell--article .kb-article-title h1 {
  font-size: clamp(1.9rem, 3.1vw, 2.7rem);
  letter-spacing: -0.04em;
}

.fc-kb-shell--article .btn-print {
  flex-shrink: 0;
  padding: 0.4rem 0.65rem;
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  color: #334155;
  text-decoration: none;
  font-size: 0.75rem;
}

.fc-kb-shell--article .btn-print:hover,
.fc-kb-shell--article .btn-print:focus {
  background: #f8fafc;
  color: #1F14B2;
}

.fc-kb-shell--article .kb-article-meta {
  max-width: none;
  margin-bottom: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(226, 232, 240, 0.8);
}

.fc-kb-shell--article .kb-article-details {
  margin-bottom: 0;
  gap: 0.5rem 1rem;
  font-size: 0.75rem;
}

.kb-article-details__item {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.fc-kb-shell--article .kb-article-meta__edit {
  border-color: #e2e8f0;
  color: #334155;
}

.fc-kb-shell--article .kb-article-meta__edit:hover,
.fc-kb-shell--article .kb-article-meta__edit:focus {
  color: #1F14B2;
  background: #f8fafc;
}

.fc-kb-shell--article .kb-article-content {
  max-width: none;
  margin-bottom: 1rem;
  color: #334155;
}

.fc-kb-shell--article .kb-article-content h2 {
  margin-top: 2rem;
}

.fc-kb-shell--article .kb-rate-article {
  margin-bottom: 0;
  padding: 0.75rem 0 0;
  border: 0;
  border-top: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 0;
  background: transparent;
}

.fc-kb-shell--article .fc-kb-rating-label,
.fc-kb-shell--article .fc-kb-rating-tally {
  font-size: 0.875rem;
}

.fc-kb-shell--article .fc-kb-rating-btn {
  padding: 0.45rem 0.85rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
}

.fc-kb-article-support {
  margin-bottom: 3rem;
}

.fc-kb-article-support__inner {
  width: min(52rem, 100%);
  margin-left: auto;
  margin-right: auto;
  display: grid;
  gap: 1rem;
}

.fc-kb-support-card {
  padding: clamp(1.2rem, 2.4vw, 1.8rem);
  background: #fff;
  border: 1px solid rgba(226, 232, 240, 0.92);
  border-radius: 0.875rem;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

.fc-kb-support-card__header {
  margin-bottom: 1rem;
}

.fc-kb-support-card__eyebrow {
  margin: 0 0 0.375rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #475569;
}

.fc-kb-support-card__title {
  margin: 0;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  color: #0D0C1E;
}

.fc-kb-shell--article .fc-kb-article-list {
  gap: 0.75rem;
}

.fc-kb-shell--article .fc-kb-article-list__item {
  padding: 1rem 1.1rem;
  border-radius: 0.75rem;
  box-shadow: none;
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.72), rgba(255, 255, 255, 0.98));
}

.fc-kb-shell--article .fc-kb-article-list__title {
  margin-bottom: 0.375rem;
  font-size: 1rem;
}

.fc-kb-shell--article .fc-kb-sidenav {
  box-shadow: none;
  border-color: rgba(226, 232, 240, 0.9);
}

.fc-kb-sidenav__cat-copy {
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
  min-width: 0;
}

.fc-kb-sidenav__cat-name {
  font-size: 0.875rem;
}

.fc-kb-sidenav__cat-meta {
  font-size: 0.7rem;
  font-weight: 500;
  color: #475569;
}

.fc-kb-sidenav__section {
  padding-left: 0.5rem;
}

.fc-kb-sidenav__children {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fc-kb-sidenav__cat-btn {
  padding: 0.55rem 0.65rem;
  border-radius: 0.25rem;
  font-size: 0.875rem;
}

.fc-kb-sidenav__cat-btn--active-trail {
  color: #1F14B2;
  background: rgba(31, 20, 178, 0.08);
}

.fc-kb-sidenav__articles {
  padding: 0.3rem 0 0.5rem 0.8rem;
}

.fc-kb-sidenav__article-link {
  padding: 0.4rem 0.55rem;
  border-radius: 0.25rem;
  font-size: 0.9375rem;
}

.fc-kb-sidenav__fallback,
.fc-kb-sidenav__fallback-link {
  margin: 0;
  font-size: 0.75rem;
}

.fc-kb-sidenav__fallback-link {
  display: inline-flex;
  margin-top: 0.5rem;
  color: #1F14B2;
  text-decoration: none;
}

.fc-kb-sidenav__fallback-link:hover,
.fc-kb-sidenav__fallback-link:focus {
  text-decoration: underline;
}

.fc-kb-shell--article .fc-kb-toc--rail {
  border-left-width: 1px;
  padding-left: 0.9rem;
}

.fc-kb-shell--article .fc-kb-toc__link {
  padding: 0.25rem 0.45rem;
  border-radius: 0.25rem;
  font-size: 0.9375rem;
}

.fc-kb-shell--article .fc-kb-toc__item--h3 {
  padding-left: 0.7rem;
}

@media (min-width: 48rem) {
  .fc-kb-shell--article .fc-kb-article-layout {
    grid-template-columns: minmax(0, 1fr) 13rem;
    grid-template-areas: "tools toc" "body toc";
    gap: 1rem 2rem;
  }
  .fc-kb-mobile-panel--toc {
    display: none;
  }
}
@media (min-width: 75rem) {
  .fc-kb-shell--article .fc-kb-article-layout {
    grid-template-columns: minmax(16rem, 18.5rem) minmax(0, 1fr) 14rem;
    grid-template-areas: "sidenav body toc";
    grid-column-gap: 0;
  }
  .fc-kb-article-layout__mobile-tools {
    display: none;
  }
  .fc-kb-shell--article .fc-kb-article-layout__body {
    padding-left: 2.5rem;
    padding-right: 1rem;
  }
  .fc-kb-article-support {
    padding-left: calc(18.5rem + 2.5rem);
    padding-right: calc(14rem + 1rem);
  }
  .fc-kb-article-support__inner {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    max-width: 52rem;
  }
}
@media (max-width: calc(48rem - 0.0625rem)) {
  .fc-kb-doc {
    padding: 1.15rem;
    border-radius: 0.75rem;
  }
  .fc-kb-shell--article .kb-article-title {
    flex-direction: column;
    gap: 0.5rem;
  }
  .fc-kb-shell--article .kb-rate-article {
    align-items: flex-start;
  }
  .fc-kb-shell--article .fc-kb-rating-tally {
    margin-left: 0;
  }
}
.fc-legal-layout {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "body";
  align-items: start;
  margin-bottom: 3rem;
}

.fc-legal-layout__body {
  grid-area: body;
  min-width: 0;
  width: 100%;
}

.fc-legal-layout__toc-rail {
  display: none;
  grid-area: toc;
  min-width: 0;
}

@media (min-width: 48rem) {
  .fc-legal-layout {
    grid-template-columns: minmax(0, 1fr) 13.5rem;
    grid-template-areas: "body toc";
    gap: 1.5rem 2rem;
  }
  .fc-legal-layout__toc-rail {
    display: block;
    position: sticky;
    top: calc(var(--fc-nav-h) + 1rem);
    max-height: calc(100vh - var(--fc-nav-h) - 2rem);
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #e2e8f0 transparent;
  }
  .fc-legal-layout__toc-rail::-webkit-scrollbar {
    width: 3px;
  }
  .fc-legal-layout__toc-rail::-webkit-scrollbar-track {
    background: transparent;
  }
  .fc-legal-layout__toc-rail::-webkit-scrollbar-thumb {
    background: #e2e8f0;
    border-radius: 2px;
  }
}
.fc-legal-page {
  padding-top: 2.5rem;
}

.fc-legal-page__body {
  max-width: 52.5rem;
  margin-bottom: 4rem;
}
.fc-legal-page__body h2 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #0D0C1E;
  margin: 2rem 0 0.75rem;
  padding-top: 1rem;
  border-top: 1px solid #dce3ef;
}
.fc-legal-page__body h2:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.fc-legal-page__body p {
  font-size: 0.875rem;
  line-height: 1.65;
  color: #334155;
  margin: 0 0 1rem;
}
.fc-legal-page__body ul, .fc-legal-page__body ol {
  font-size: 0.875rem;
  line-height: 1.65;
  color: #334155;
  margin: 0 0 1rem;
  padding-left: 1.5rem;
}
.fc-legal-page__body ul li, .fc-legal-page__body ol li {
  margin-bottom: 0.375rem;
}
.fc-legal-page__body strong {
  font-weight: 600;
  color: #1a1a2e;
}
.fc-legal-page__body a {
  color: #1F14B2;
  text-decoration: underline;
}
.fc-legal-page__body a:hover {
  color: #3023E7;
}
.fc-legal-page__body code {
  font-family: "Courier New", monospace;
  font-size: 0.75rem;
  background: #f1f5f9;
  border: 1px solid #dce3ef;
  border-radius: 0.25rem;
  padding: 0.1em 0.4em;
  color: #1a1a2e;
}
.fc-legal-page__body .table {
  margin: 1rem 0;
  font-size: 0.875rem;
}

.fc-status {
  max-width: 52rem;
  margin: 0 auto;
}

.fc-status-banner {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.5rem;
  border-radius: 0.75rem;
  font-weight: 600;
  font-size: 0.875rem;
  margin-bottom: 2rem;
}
.fc-status-banner__dot {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  flex-shrink: 0;
}
.fc-status-banner__text {
  flex: 1;
}
.fc-status-banner__meta {
  font-size: 0.75rem;
  color: inherit;
  opacity: 0.75;
}
.fc-status-banner--operational {
  background: #f9fbff;
  border: 1px solid rgba(26, 122, 77, 0.25);
  color: #145c3a;
}
.fc-status-banner--operational .fc-status-banner__dot {
  background: #22c55e;
}
.fc-status-banner--incident {
  background: #fef9ec;
  border: 1px solid rgba(161, 98, 7, 0.25);
  color: #854d0e;
}
.fc-status-banner--incident .fc-status-banner__dot {
  background: #f59e0b;
}
.fc-status-banner--degraded {
  background: #fff7ed;
  border: 1px solid rgba(194, 65, 12, 0.2);
  color: #9a3412;
}
.fc-status-banner--degraded .fc-status-banner__dot {
  background: #f97316;
}
.fc-status-banner--outage {
  background: #fef2f2;
  border: 1px solid rgba(185, 28, 28, 0.2);
  color: #991b1b;
}
.fc-status-banner--outage .fc-status-banner__dot {
  background: #ef4444;
}

.fc-status-nav {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}
.fc-status-nav__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.375rem 1rem;
  border-radius: 9999px;
  border: 1px solid #e2e8f0;
  background: #fff;
  color: #475569;
  font-size: 0.75rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.15s ease;
}
.fc-status-nav__btn:hover {
  border-color: #1F14B2;
  color: #1F14B2;
}
.fc-status-nav__btn--active {
  background: #1F14B2;
  border-color: #1F14B2;
  color: #fff;
}
.fc-status-nav__btn--active:hover {
  background: #1F14B2;
  color: #fff;
}
@media (prefers-reduced-motion: reduce) {
  .fc-status-nav__btn {
    transition: none;
  }
}

.fc-status-section-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0D0C1E;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #e2e8f0;
}

.fc-status-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 48rem) {
  .fc-status-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 62rem) {
  .fc-status-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.fc-status-service {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
}
.fc-status-service__name {
  font-weight: 500;
  color: #0D0C1E;
  font-size: 0.75rem;
}
.fc-status-service__status {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.7rem;
  font-weight: 500;
  white-space: nowrap;
}
.fc-status-service__dot {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  flex-shrink: 0;
}
.fc-status-service--operational .fc-status-service__status {
  color: #15803d;
}
.fc-status-service--operational .fc-status-service__dot {
  background: #22c55e;
}
.fc-status-service--incident .fc-status-service__status {
  color: #b45309;
}
.fc-status-service--incident .fc-status-service__dot {
  background: #f59e0b;
}
.fc-status-service--degraded .fc-status-service__status {
  color: #c2410c;
}
.fc-status-service--degraded .fc-status-service__dot {
  background: #f97316;
}
.fc-status-service--outage .fc-status-service__status {
  color: #b91c1c;
}
.fc-status-service--outage .fc-status-service__dot {
  background: #ef4444;
}

.fc-status-quiet {
  text-align: center;
  padding: 3rem 1.5rem;
  background: #f9fbff;
  border-radius: 0.75rem;
  border: 1px solid #e2e8f0;
  margin-bottom: 2.5rem;
}
.fc-status-quiet__icon {
  font-size: 2rem;
  color: #22c55e;
  margin-bottom: 0.75rem;
}
.fc-status-quiet__title {
  font-size: 1rem;
  font-weight: 600;
  color: #0D0C1E;
  margin-bottom: 0.5rem;
}
.fc-status-quiet__body {
  font-size: 0.75rem;
  color: #475569;
}

.fc-status-incidents {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2.5rem;
}

.fc-status-incident {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 0.75rem;
  overflow: hidden;
}
.fc-status-incident__header {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #e2e8f0;
}
.fc-status-incident__priority {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.2rem 0.5rem;
  border-radius: 9999px;
  font-size: 0.7rem;
  font-weight: 600;
  white-space: nowrap;
  flex-shrink: 0;
}
.fc-status-incident__title-wrap {
  flex: 1;
  min-width: 0;
}
.fc-status-incident__title {
  font-size: 0.875rem;
  font-weight: 600;
  color: #0D0C1E;
  margin-bottom: 0.25rem;
}
.fc-status-incident__meta {
  font-size: 0.7rem;
  color: #475569;
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.fc-status-incident__body {
  padding: 1rem 1.5rem;
}
.fc-status-incident__description {
  font-size: 0.75rem;
  color: #475569;
  line-height: 1.65;
  margin-bottom: 0.75rem;
}
.fc-status-incident__affects {
  font-size: 0.7rem;
  color: #475569;
  font-style: italic;
}
.fc-status-incident--critical .fc-status-incident__priority {
  background: #fef2f2;
  color: #b91c1c;
}
.fc-status-incident--high .fc-status-incident__priority {
  background: #fff7ed;
  color: #c2410c;
}
.fc-status-incident--medium .fc-status-incident__priority {
  background: #fefce8;
  color: #a16207;
}
.fc-status-incident--low .fc-status-incident__priority {
  background: #f9fbff;
  color: #475569;
}

.fc-status-pagination {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  padding-top: 1.5rem;
}
.fc-status-pagination__btn {
  padding: 0.375rem 1rem;
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  background: #fff;
  color: #475569;
  font-size: 0.75rem;
  text-decoration: none;
  transition: all 0.15s ease;
}
.fc-status-pagination__btn:hover {
  border-color: #1F14B2;
  color: #1F14B2;
}
@media (prefers-reduced-motion: reduce) {
  .fc-status-pagination__btn {
    transition: none;
  }
}

.fc-status-incident__priority-dot {
  font-size: 0.5rem;
}

.fc-status-section-title--servers {
  margin-top: 3rem;
}

.fc-status-server-intro {
  font-size: 0.875rem;
  color: #475569;
  margin-bottom: 1.5rem;
}

.fc-status-no-servers {
  font-size: 0.875rem;
  color: #475569;
}
/*# sourceMappingURL=custom.css.map */
