
:root {
  --fc-bg: #052264;
  --fc-bg-deep: #031744;
  --fc-bg-soft: #0a317f;
  --fc-panel: rgba(255, 255, 255, 0.06);
  --fc-panel-2: rgba(255, 255, 255, 0.09);
  --fc-border: rgba(255, 255, 255, 0.12);
  --fc-text: #f7fbff;
  --fc-muted: rgba(247, 251, 255, 0.72);
  --fc-accent: #FD6650;
  --fc-accent-text: #ffffff;
  --fc-shadow: 0 20px 50px rgba(0, 0, 0, 0.22);
  --fc-radius: 24px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.fc-body {
  margin: 0;
  min-width: 320px;
  color: var(--fc-text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(44, 112, 255, 0.18), transparent 28%),
    radial-gradient(circle at top right, rgba(255, 196, 69, 0.12), transparent 20%),
    linear-gradient(180deg, #0b3589 0%, #072a73 42%, #041e57 100%);
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
.fc-container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.fc-center { text-align: center; }
.fc-topbar {
  background: rgba(2, 13, 42, 0.45);
  border-bottom: 1px solid rgba(255,255,255,.08);
  font-size: 13px;
}
.fc-topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 0;
}
.fc-topbar-text { color: var(--fc-muted); text-transform: uppercase; letter-spacing: .04em; }
.fc-topbar-links { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.fc-select, .fc-input {
  border: 1px solid var(--fc-border);
  background: rgba(255,255,255,.08);
  color: var(--fc-text);
  border-radius: 12px;
  padding: 12px 14px;
  outline: none;
}
.fc-select option { color: #111; }
.fc-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(12px);
  background: rgba(5, 24, 72, 0.86);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.fc-nav-shell {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.fc-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  font-size: 20px;
  min-width: 0;
}
.fc-brand-text { display: inline-block; }
.fc-logo {
  max-height: 54px;
  width: auto;
  object-fit: contain;
}
.fc-mobile-spacer { display: none; }
.fc-nav-menu {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.fc-nav-menu > a {
  padding: 12px 14px;
  color: rgba(255,255,255,.92);
  border-radius: 12px;
  transition: .2s ease;
}
.fc-nav-menu > a:hover { background: rgba(255,255,255,.06); }
.fc-nav-toggle {
  display: none;
  border: 0;
  background: transparent;
  color: var(--fc-text);
  width: 46px;
  height: 46px;
  border-radius: 12px;
  cursor: pointer;
  padding: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.fc-nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  border-radius: 999px;
  background: #d9e7ff;
}
.fc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 14px;
  border: 1px solid transparent;
  padding: 12px 18px;
  font-weight: 700;
  transition: .2s ease;
}
.fc-btn:hover { transform: translateY(-1px); }
.fc-btn-primary,
.fc-btn-secondary,
button.fc-btn,
input.fc-btn,
.fc-page-shell .btn,
.fc-page-shell button[type="submit"],
.fc-page-shell input[type="submit"] {
  background: var(--fc-accent);
  color: #111111;
  border-color: rgba(244,166,32,.55);
  box-shadow: 0 10px 24px rgba(244, 166, 32, 0.22);
}
.fc-btn-primary:hover,
.fc-btn-secondary:hover,
.fc-page-shell .btn:hover,
.fc-page-shell button[type="submit"]:hover,
.fc-page-shell input[type="submit"]:hover {
  color: #111111;
}
.fc-btn-large { padding: 14px 22px; }
.fc-nav-cta { margin-left: 6px; }
.fc-hero { padding: 72px 0 54px; overflow: hidden; position: relative; }
.fc-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 80% 15%, rgba(255,255,255,.08), transparent 18%),
    radial-gradient(circle at 18% 85%, rgba(255,255,255,.05), transparent 16%);
  pointer-events: none;
}
.fc-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
  gap: 36px;
  align-items: center;
}
.fc-eyebrow {
  color: #86d4ff;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 16px;
}
.fc-hero-title {
  margin: 0 0 16px;
  font-size: clamp(38px, 5vw, 60px);
  line-height: 1.06;
  font-weight: 800;
}
.fc-hero-text, .fc-section-heading p, .fc-feature-card p, .fc-news-card p, .fc-service-card p, .fc-footer-copy, .fc-help-card p, .fc-account-subtitle {
  color: var(--fc-muted);
}
.fc-hero-actions { margin-top: 28px; }
.fc-action-row { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.fc-price-tag { display: grid; gap: 4px; min-width: 130px; }
.fc-price-tag span { color: var(--fc-muted); font-size: 14px; }
.fc-price-tag strong { font-size: 26px; }
.fc-panel, .fc-hero-card, .fc-account-bar, .fc-help-card {
  border: 1px solid var(--fc-border);
  border-radius: var(--fc-radius);
  background: var(--fc-panel);
  box-shadow: var(--fc-shadow);
}
.fc-hero-card { padding: 24px; }
.fc-hero-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.fc-metric {
  background: rgba(255,255,255,.05);
  border-radius: 20px;
  padding: 22px;
  min-height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}
.fc-metric span { font-size: 32px; font-weight: 800; line-height: 1; }
.fc-metric small { color: var(--fc-muted); }
.fc-section { padding: 68px 0; }
.fc-section-compact { padding-top: 24px; padding-bottom: 84px; }
.fc-section-heading { max-width: 760px; margin: 0 auto 30px; }
.fc-section-heading-left { margin: 0; max-width: 650px; }
.fc-section-heading span {
  display: inline-block;
  margin-bottom: 12px;
  color: #86d4ff;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 12px;
  font-weight: 700;
}
.fc-section-heading h2 {
  margin: 0 0 12px;
  font-size: clamp(30px, 3.8vw, 46px);
  line-height: 1.12;
  font-weight: 800;
}
.fc-card-grid { display: grid; gap: 20px; }
.fc-card-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.fc-service-card, .fc-feature-card, .fc-news-card { padding: 26px; min-height: 100%; }
.fc-service-card h3, .fc-feature-card h3, .fc-news-card h3 { margin: 0 0 12px; font-size: 22px; }
.fc-service-meta { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-top: 20px; }
.fc-badge {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(134,212,255,.12);
  border: 1px solid rgba(134,212,255,.2);
  color: #b8e9ff;
  font-size: 13px;
  font-weight: 700;
}
.fc-link-arrow::after { content: "→"; margin-left: 8px; }
.fc-domain-band { background: rgba(255,255,255,.03); }
.fc-domain-search {
  max-width: 760px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
}
.fc-input::placeholder { color: rgba(255,255,255,.55); }
.fc-dark-strip { background: rgba(3, 14, 42, 0.32); }
.fc-news-card small { color: #86d4ff; display: block; margin-bottom: 10px; }
.fc-accordion { display: grid; gap: 14px; }
.fc-accordion-item {
  border: 1px solid var(--fc-border);
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255,255,255,.05);
}
.fc-accordion-trigger {
  width: 100%;
  border: 0;
  background: transparent;
  color: var(--fc-text);
  text-align: left;
  padding: 18px 20px;
  font-weight: 700;
  cursor: pointer;
}
.fc-accordion-trigger.is-open { background: rgba(255,255,255,.04); }
.fc-accordion-panel { display: none; }
.fc-accordion-panel.is-open { display: block; }
.fc-accordion-content { padding: 0 20px 20px; color: var(--fc-muted); }
.fc-cta-card {
  padding: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.fc-page-shell { min-height: 60vh; padding: 48px 0 72px; }
.fc-page-shell-inner { padding-top: 32px; }
.fc-breadcrumb-wrap { margin-bottom: 24px; }
.fc-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 14px 18px;
  border-radius: 16px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.08);
}
.fc-breadcrumb li + li::before { content: "/"; margin-right: 10px; color: var(--fc-muted); }
.fc-account-bar {
  padding: 22px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin-bottom: 28px;
}
.fc-account-title { font-size: 22px; font-weight: 800; }
.fc-footer {
  background: rgba(2, 11, 34, 0.84);
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 68px 0 28px;
}
.fc-footer-grid { display: grid; grid-template-columns: 1.3fr .8fr .8fr 1.1fr; gap: 24px; }
.fc-footer-brand { font-size: 26px; font-weight: 800; margin-bottom: 14px; }
.fc-footer h6 { margin: 0 0 14px; font-size: 16px; font-weight: 700; }
.fc-footer-links { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.fc-footer-socials { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 16px; }
.fc-help-card { padding: 24px; }
.fc-help-title { font-weight: 800; font-size: 20px; margin-bottom: 10px; }
.fc-footer-bottom {
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.08);
  color: rgba(255,255,255,.64);
}
.fc-empty-state {
  padding: 28px;
  border-radius: 20px;
  background: rgba(255,255,255,.05);
  border: 1px solid var(--fc-border);
  color: var(--fc-muted);
}
@media (max-width: 1080px) {
  .fc-card-grid-3, .fc-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fc-hero-layout { grid-template-columns: 1fr; }
}
@media (max-width: 860px) {
  .fc-topbar-links .fc-select,
  .fc-topbar-links select,
  .fc-desktop-only { display: none !important; }
  .fc-topbar-inner {
    flex-direction: row;
    align-items: center;
  }
  .fc-topbar-links { gap: 12px; }
  .fc-nav-shell {
    position: relative;
    min-height: 74px;
    display: grid;
    grid-template-columns: 48px 1fr 48px;
    align-items: center;
  }
  .fc-nav-toggle {
    display: inline-flex;
    grid-column: 1;
    justify-self: start;
  }
  .fc-brand {
    grid-column: 2;
    justify-self: center;
    text-align: center;
  }
  .fc-logo { max-height: 42px; }
  .fc-brand-text { font-size: 18px; }
  .fc-mobile-spacer {
    display: block;
    width: 48px;
    height: 48px;
    grid-column: 3;
    justify-self: end;
  }
  .fc-nav-menu {
    display: none;
    position: absolute;
    left: 0;
    right: auto;
    width: min(320px, calc(100vw - 28px));
    top: calc(100% + 8px);
    background: linear-gradient(180deg, rgba(6, 33, 96, 0.98), rgba(6, 26, 75, 0.98));
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 20px;
    box-shadow: var(--fc-shadow);
    padding: 14px;
    flex-direction: column;
    align-items: stretch;
    max-height: calc(100vh - 110px);
    overflow: auto;
  }
  .fc-nav-menu.is-open { display: flex; }
  .fc-nav-menu > a { width: 100%; }
  .fc-nav-cta { margin-left: 0; }
  .fc-account-bar, .fc-cta-card { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 720px) {
  .fc-card-grid-3, .fc-footer-grid, .fc-hero-grid, .fc-domain-search { grid-template-columns: 1fr; }
  .fc-section { padding: 52px 0; }
  .fc-hero { padding-top: 52px; }
  .fc-hero-title { font-size: 36px; }
  .fc-container { width: min(100% - 20px, 1180px); }
  .fc-topbar-links a:nth-child(n+2) { display: none; }
  .fc-topbar-text {
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }
}


.fc-btn-primary,
.fc-page-shell .btn.btn-primary,
.fc-page-shell button[type="submit"],
.fc-page-shell input[type="submit"] {
  background: var(--fc-accent);
  color: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: 0 12px 24px rgba(253, 102, 80, 0.28);
}
.fc-btn-secondary {
  background: rgba(255,255,255,.08);
  color: #ffffff;
  border: 1px solid rgba(255,255,255,.26);
  box-shadow: none;
}
.fc-btn-primary:hover,
.fc-page-shell .btn.btn-primary:hover,
.fc-page-shell button[type="submit"]:hover,
.fc-page-shell input[type="submit"]:hover {
  color: #ffffff;
  background: #ff755f;
}
.fc-header .fc-logo { max-height: 58px; }
.fc-footer {
  background: linear-gradient(180deg, #01133a 0%, #010d2b 100%);
  padding-top: 34px;
}
.fc-footer-grid {
  grid-template-columns: 1.2fr .9fr .9fr;
  align-items: start;
}
.fc-footer-brand-block { max-width: 360px; }
.fc-footer-logo-link { display:inline-block; margin-bottom: 18px; }
.fc-footer-logo { max-height: 56px; width: auto; object-fit: contain; }
.fc-footer-socials a {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.04);
  font-weight: 800;
  color: #fff;
}
.fc-footer-links a,
.fc-footer-copy { color: rgba(247,251,255,.82); }
.fc-footer-links a:hover,
.fc-footer-socials a:hover { background: rgba(255,255,255,.08); }
.fc-cta-card {
  border-radius: 26px;
  background: linear-gradient(135deg, rgba(23,58,138,.96), rgba(9,41,112,.92));
  min-height: 238px;
}
.fc-mobile-cart {
  display: none;
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.fc-mobile-cart svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}
.fc-mobile-cart-badge {
  position: absolute;
  top: -2px;
  right: -2px;
  min-width: 19px;
  height: 19px;
  padding: 0 4px;
  border-radius: 999px;
  background: var(--fc-accent);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
}
@media (max-width: 1080px) {
  .fc-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fc-footer-brand-block { grid-column: 1 / -1; max-width: none; }
}
@media (max-width: 860px) {
  .fc-topbar-links { justify-content: flex-end; }
  .fc-topbar-links a { display:none; }
  .fc-nav-shell { grid-template-columns: 48px 1fr 48px; }
  .fc-brand { justify-self: center; }
  .fc-mobile-cart {
    display: inline-flex;
    grid-column: 3;
    justify-self: end;
  }
  .fc-mobile-spacer { display:none; }
  .fc-nav-menu {
    width: min(320px, calc(100vw - 24px));
    top: calc(100% + 10px);
  }
}
@media (max-width: 720px) {
  .fc-footer-grid { grid-template-columns: 1fr; }
  .fc-cta-card { min-height: auto; }
}


/* v4 header + footer fixes */
.fc-nav-shell {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 18px;
}
.fc-brand { justify-self: start; }
.fc-nav-menu { justify-self: center; justify-content: center; }
.fc-header-cart {
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.04);
}
.fc-header-cart svg { width: 20px; height: 20px; fill: currentColor; }
.fc-header-cart-badge {
  position: absolute;
  top: -6px;
  right: -6px;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  border-radius: 999px;
  background: var(--fc-accent);
  color: #ffffff;
  border: 1px solid #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 800;
}
.fc-btn-primary,
.fc-btn-secondary,
button.fc-btn,
input.fc-btn,
.fc-page-shell .btn,
.fc-page-shell .btn.btn-primary,
.fc-page-shell button[type="submit"],
.fc-page-shell input[type="submit"] {
  background: #FD6650;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
  box-shadow: 0 12px 24px rgba(253, 102, 80, 0.28);
}
.fc-btn-primary:hover,
.fc-btn-secondary:hover,
.fc-page-shell .btn:hover,
.fc-page-shell .btn.btn-primary:hover,
.fc-page-shell button[type="submit"]:hover,
.fc-page-shell input[type="submit"]:hover {
  background: #ff7a67;
  color: #ffffff !important;
}
.fc-footer-grid.fc-footer-grid-3eq {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 44px;
}
.fc-footer-brand-block { max-width: none; }
.fc-footer-copy { max-width: 420px; }
.fc-footer-socials { gap: 12px; }
.fc-footer-socials a {
  width: 44px;
  height: 44px;
}
.fc-footer-socials svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
@media (max-width: 1080px) {
  .fc-footer-grid.fc-footer-grid-3eq { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
  .fc-nav-menu { gap: 4px; }
  .fc-nav-menu > a { padding: 10px 10px; }
}
@media (max-width: 860px) {
  .fc-nav-shell {
    grid-template-columns: 48px 1fr 48px;
    gap: 12px;
  }
  .fc-header-cart {
    display: inline-flex;
    grid-column: 3;
    justify-self: end;
    width: 44px;
    height: 44px;
  }
  .fc-nav-menu {
    grid-column: 1 / -1;
    justify-self: start;
  }
  .fc-nav-cta { margin-top: 8px; }
  .fc-footer-grid.fc-footer-grid-3eq {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}



/* ===== v6 safe overrides ===== */
:root{
  --fc-accent: #FD6650;
  --fc-accent-text: #ffffff;
}

/* safer button system */
.fc-btn,
.fc-btn:visited,
.fc-btn:focus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 52px;
  padding: 12px 22px;
  border-radius: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: background-color .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.fc-btn:hover { transform: translateY(-1px); }

.fc-btn-primary,
.fc-page-shell .fc-btn-primary,
.fc-domain-search .fc-btn-primary,
.fc-nav-cta.fc-btn-primary {
  background: var(--fc-accent) !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
  box-shadow: 0 12px 24px rgba(253, 102, 80, 0.26);
}

.fc-btn-primary:hover,
.fc-page-shell .fc-btn-primary:hover,
.fc-domain-search .fc-btn-primary:hover,
.fc-nav-cta.fc-btn-primary:hover {
  background: #ffffff !important;
  color: var(--fc-accent) !important;
  border: 1px solid #ffffff !important;
  box-shadow: 0 10px 22px rgba(255,255,255,.15);
}

.fc-btn-secondary,
.fc-page-shell .fc-btn-secondary {
  background: transparent !important;
  color: #ffffff !important;
  border: 1px solid rgba(255,255,255,.28) !important;
  box-shadow: none !important;
}

.fc-btn-secondary:hover,
.fc-page-shell .fc-btn-secondary:hover {
  background: #ffffff !important;
  color: var(--fc-accent) !important;
  border: 1px solid #ffffff !important;
  box-shadow: 0 10px 22px rgba(255,255,255,.14);
}

.fc-btn-large { min-height: 56px; padding: 14px 28px; }

/* header */
.fc-header-cart {
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.04);
}
.fc-header-cart:hover {
  background: rgba(255,255,255,.08);
}
.fc-header-cart svg { width: 18px; height: 18px; fill: currentColor; }
.fc-header-cart-badge {
  position: absolute;
  top: -6px;
  right: -6px;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  border-radius: 999px;
  background: var(--fc-accent);
  color: #ffffff;
  border: 1px solid #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 800;
}

/* centered hero without stats */
.fc-hero-centered {
  padding: 82px 0 72px;
}
.fc-hero-centered .fc-hero-content {
  max-width: 920px;
  margin: 0 auto;
}
.fc-hero-centered .fc-hero-title {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.fc-hero-centered .fc-hero-text {
  max-width: 760px;
  margin: 0 auto;
  font-size: 18px;
}
.fc-hero-actions-centered {
  justify-content: center;
}
.fc-hero-actions-centered .fc-price-tag {
  text-align: left;
}

/* domain search as section 2 */
.fc-domain-band {
  background: rgba(255,255,255,.03);
}

/* support tabs */
.fc-kb-tabs {
  display: grid;
  gap: 18px;
}
.fc-kb-tab-nav {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}
.fc-kb-tab-btn {
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.04);
  color: #ffffff;
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 700;
  cursor: pointer;
  transition: all .2s ease;
}
.fc-kb-tab-btn:hover,
.fc-kb-tab-btn.is-active {
  background: #ffffff;
  color: var(--fc-accent);
  border-color: #ffffff;
}
.fc-kb-tab-panel {
  display: none;
}
.fc-kb-tab-panel.is-active {
  display: block;
}
.fc-kb-panel-card {
  border: 1px solid var(--fc-border);
  border-radius: 24px;
  background: rgba(255,255,255,.06);
  box-shadow: var(--fc-shadow);
  padding: 28px;
}
.fc-kb-panel-card h3 {
  margin: 0 0 12px;
  font-size: 24px;
}
.fc-kb-panel-text {
  color: var(--fc-muted);
  margin-bottom: 14px;
}

/* footer */
.fc-footer {
  background: linear-gradient(180deg, #01133a 0%, #010d2b 100%);
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 68px 0 28px;
}
.fc-footer-grid.fc-footer-grid-3eq {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 42px;
  align-items: start;
}
.fc-footer-brand-block { max-width: none; }
.fc-footer-logo-link { display: inline-block; margin-bottom: 18px; }
.fc-footer-logo { max-height: 56px; width: auto; object-fit: contain; }
.fc-footer-copy { max-width: 420px; color: rgba(247,251,255,.82); }
.fc-footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}
.fc-footer-links a { color: rgba(247,251,255,.90); }
.fc-footer-links a:hover { color: #ffffff; }
.fc-footer-socials {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 16px;
}
.fc-footer-socials a {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.04);
  color: #ffffff;
}
.fc-footer-socials a:hover {
  background: #ffffff;
  color: var(--fc-accent);
}
.fc-footer-socials svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
.fc-footer-bottom {
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.08);
  color: rgba(255,255,255,.64);
}

/* responsive */
@media (max-width: 1080px) {
  .fc-footer-grid.fc-footer-grid-3eq {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }
}
@media (max-width: 860px) {
  .fc-nav-shell {
    display: grid;
    grid-template-columns: 48px 1fr 48px;
    align-items: center;
    gap: 12px;
  }
  .fc-nav-toggle {
    display: inline-flex;
    grid-column: 1;
    justify-self: start;
  }
  .fc-brand {
    grid-column: 2;
    justify-self: center;
  }
  .fc-mobile-spacer { display: none; }
  .fc-header-cart {
    grid-column: 3;
    justify-self: end;
  }
  .fc-nav-menu {
    display: none;
    grid-column: 1 / -1;
    position: absolute;
    left: 0;
    top: calc(100% + 10px);
    width: min(320px, calc(100vw - 24px));
    padding: 14px;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(6,33,96,.98), rgba(6,26,75,.98));
    border: 1px solid rgba(255,255,255,.08);
    box-shadow: var(--fc-shadow);
    flex-direction: column;
    align-items: stretch;
    max-height: calc(100vh - 110px);
    overflow: auto;
  }
  .fc-nav-menu.is-open { display: flex; }
  .fc-nav-menu > a { width: 100%; }
  .fc-topbar-links a { display:none; }
  .fc-topbar-links .fc-select,
  .fc-desktop-only { display:none !important; }

  .fc-hero-centered {
    padding: 56px 0 52px;
  }
  .fc-hero-actions-centered {
    justify-content: center;
  }
  .fc-hero-actions-centered .fc-price-tag {
    width: 100%;
    text-align: center;
  }
  .fc-footer-grid.fc-footer-grid-3eq {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}
@media (max-width: 720px) {
  .fc-card-grid-3,
  .fc-domain-search {
    grid-template-columns: 1fr;
  }
  .fc-section { padding: 52px 0; }
  .fc-container { width: min(100% - 20px, 1180px); }
  .fc-hero-title { font-size: 36px; }
  .fc-action-row { gap: 12px; }
  .fc-btn,
  .fc-btn-large {
    width: 100%;
  }
}
