:root {
  color-scheme: dark;
  --fc-bg: #071120;
  --fc-bg-2: #0d1b31;
  --fc-surface: rgba(14, 24, 43, 0.84);
  --fc-surface-strong: rgba(18, 31, 56, 0.96);
  --fc-line: rgba(148, 163, 184, 0.16);
  --fc-line-strong: rgba(125, 211, 252, 0.24);
  --fc-text: #f8fafc;
  --fc-muted: #a7b6cb;
  --fc-accent: #38bdf8;
  --fc-accent-2: #2dd4bf;
  --fc-warm: #f59e0b;
  --fc-success: #22c55e;
  --fc-shadow: 0 26px 60px rgba(2, 6, 23, 0.42);
  --fc-radius: 28px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, Segoe UI, Arial, sans-serif;
  color: var(--fc-text);
  background:
    radial-gradient(circle at top left, rgba(56, 189, 248, 0.18), transparent 28%),
    radial-gradient(circle at top right, rgba(45, 212, 191, 0.16), transparent 24%),
    linear-gradient(180deg, var(--fc-bg) 0%, #050c18 100%);
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

.fc-site-shell {
  position: relative;
  overflow: hidden;
}

.fc-site-shell::before,
.fc-site-shell::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(90px);
  opacity: 0.46;
  pointer-events: none;
}

.fc-site-shell::before {
  width: 360px;
  height: 360px;
  top: 80px;
  left: -140px;
  background: rgba(56, 189, 248, 0.22);
}

.fc-site-shell::after {
  width: 420px;
  height: 420px;
  top: 20px;
  right: -160px;
  background: rgba(45, 212, 191, 0.18);
}

.fc-site-container {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
}

.fc-site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(18px);
  background: rgba(7, 17, 32, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.fc-site-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 78px;
}

.fc-site-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.fc-site-brand-mark {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--fc-accent), var(--fc-accent-2));
  color: #06101d;
  font-size: 22px;
  font-weight: 800;
  box-shadow: 0 14px 30px rgba(56, 189, 248, 0.28);
}

.fc-site-brand-copy strong {
  display: block;
  font-size: 20px;
  letter-spacing: -0.04em;
}

.fc-site-brand-copy span {
  color: var(--fc-muted);
  font-size: 12px;
}

.fc-site-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.fc-site-nav a {
  padding: 10px 12px;
  border-radius: 12px;
  color: var(--fc-muted);
  font-size: 14px;
  font-weight: 600;
  transition: 160ms ease;
}

.fc-site-nav a:hover {
  color: var(--fc-text);
  background: rgba(255, 255, 255, 0.04);
}

.fc-site-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.fc-site-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 12px 18px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid var(--fc-line);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.fc-site-btn:hover {
  transform: translateY(-1px);
}

.fc-site-btn-primary {
  color: #04111f;
  border-color: transparent;
  background: linear-gradient(135deg, var(--fc-accent), var(--fc-accent-2));
  box-shadow: 0 18px 40px rgba(45, 212, 191, 0.18);
}

.fc-site-btn-secondary {
  color: var(--fc-text);
  background: rgba(255, 255, 255, 0.04);
}

.fc-site-btn-ghost {
  color: var(--fc-muted);
  border-color: transparent;
  background: transparent;
}

.fc-site-hero {
  position: relative;
  padding: 64px 0 44px;
}

.fc-site-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  gap: 28px;
  align-items: center;
}

.fc-site-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(56, 189, 248, 0.26);
  background: rgba(56, 189, 248, 0.12);
  color: var(--fc-accent);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.fc-site-eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 0 0 8px rgba(56, 189, 248, 0.12);
}

.fc-site-title {
  margin: 18px 0 0;
  font-size: clamp(42px, 6vw, 72px);
  line-height: 0.98;
  letter-spacing: -0.07em;
}

.fc-site-gradient {
  background: linear-gradient(135deg, #ffffff 0%, #c0f2ff 46%, #60a5fa 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.fc-site-subtitle {
  max-width: 640px;
  margin: 22px 0 0;
  color: var(--fc-muted);
  font-size: 18px;
  line-height: 1.8;
}

.fc-site-hero-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.fc-site-badges {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.fc-site-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 9px 13px;
  border-radius: 999px;
  border: 1px solid var(--fc-line);
  background: rgba(255, 255, 255, 0.04);
  color: var(--fc-muted);
  font-size: 13px;
  font-weight: 700;
}

.fc-site-badge strong {
  color: var(--fc-text);
}

.fc-site-card {
  position: relative;
  padding: 24px;
  border-radius: var(--fc-radius);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(20, 34, 60, 0.9) 0%, rgba(8, 17, 32, 0.92) 100%);
  box-shadow: var(--fc-shadow);
  overflow: hidden;
}

.fc-site-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 38%);
  pointer-events: none;
}

.fc-site-card > * {
  position: relative;
  z-index: 1;
}

.fc-site-card-floating {
  animation: fcFloat 6s ease-in-out infinite;
}

.fc-site-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.fc-site-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(34, 197, 94, 0.12);
  color: #86efac;
  font-size: 12px;
  font-weight: 700;
}

.fc-site-chip::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: currentColor;
}

.fc-site-mono {
  font-family: Consolas, SFMono-Regular, Menlo, monospace;
  font-size: 12px;
}

.fc-site-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.fc-site-mini-card {
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.04);
}

.fc-site-mini-card strong {
  display: block;
  font-size: 24px;
  letter-spacing: -0.05em;
  margin-top: 4px;
}

.fc-site-mini-card span {
  color: var(--fc-muted);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.fc-site-flow {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.fc-site-flow-item {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.fc-site-flow-item strong {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(56, 189, 248, 0.22), rgba(45, 212, 191, 0.22));
  color: var(--fc-text);
}

.fc-site-flow-item span {
  color: var(--fc-muted);
  line-height: 1.65;
}

.fc-site-strip {
  padding: 20px 0 12px;
}

.fc-site-strip-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.fc-site-strip-card {
  padding: 18px 20px;
  border-radius: 22px;
  border: 1px solid var(--fc-line);
  background: rgba(255, 255, 255, 0.04);
}

.fc-site-strip-card strong {
  display: block;
  font-size: 30px;
  letter-spacing: -0.05em;
}

.fc-site-strip-card span {
  display: block;
  margin-top: 6px;
  color: var(--fc-muted);
  font-size: 14px;
}

.fc-site-section {
  padding: 92px 0 0;
}

.fc-site-section-header {
  max-width: 760px;
  margin-bottom: 26px;
}

.fc-site-section-header h2 {
  margin: 0;
  font-size: clamp(34px, 4vw, 52px);
  letter-spacing: -0.06em;
}

.fc-site-section-header p {
  margin: 14px 0 0;
  color: var(--fc-muted);
  font-size: 17px;
  line-height: 1.8;
}

.fc-site-grid-3,
.fc-site-grid-2 {
  display: grid;
  gap: 18px;
}

.fc-site-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fc-site-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fc-site-feature {
  padding: 24px;
  border-radius: 24px;
  border: 1px solid var(--fc-line);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 16px 40px rgba(2, 6, 23, 0.18);
}

.fc-site-feature strong {
  display: block;
  margin-top: 16px;
  font-size: 20px;
  letter-spacing: -0.04em;
}

.fc-site-feature p {
  margin: 10px 0 0;
  color: var(--fc-muted);
  line-height: 1.75;
}

.fc-site-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(56, 189, 248, 0.2), rgba(45, 212, 191, 0.18));
  font-size: 22px;
}

.fc-site-modules {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 18px;
}

.fc-site-module-board {
  padding: 26px;
  border-radius: 28px;
  border: 1px solid var(--fc-line);
  background: linear-gradient(180deg, rgba(13, 27, 49, 0.94), rgba(8, 17, 32, 0.96));
  box-shadow: var(--fc-shadow);
}

.fc-site-module-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.fc-site-module {
  padding: 16px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.04);
}

.fc-site-module strong {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
}

.fc-site-module span {
  color: var(--fc-muted);
  font-size: 14px;
  line-height: 1.65;
}

.fc-site-timeline {
  display: grid;
  gap: 14px;
}

.fc-site-timeline-item {
  padding: 18px 18px 18px 56px;
  border-radius: 22px;
  border: 1px solid var(--fc-line);
  background: rgba(255, 255, 255, 0.04);
  position: relative;
}

.fc-site-timeline-item::before {
  content: attr(data-step);
  position: absolute;
  top: 18px;
  left: 16px;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 800;
  background: linear-gradient(135deg, var(--fc-accent), var(--fc-accent-2));
  color: #04111f;
}

.fc-site-timeline-item strong {
  display: block;
  font-size: 17px;
}

.fc-site-timeline-item p {
  margin: 8px 0 0;
  color: var(--fc-muted);
  line-height: 1.7;
}

.fc-site-pricing {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.fc-site-pricing-card {
  padding: 26px;
  border-radius: 28px;
  border: 1px solid var(--fc-line);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 16px 36px rgba(2, 6, 23, 0.16);
}

.fc-site-pricing-card.is-featured {
  border-color: var(--fc-line-strong);
  background: linear-gradient(180deg, rgba(16, 33, 60, 0.94), rgba(8, 17, 32, 0.96));
}

.fc-site-pricing-card h3 {
  margin: 0;
  font-size: 24px;
  letter-spacing: -0.05em;
}

.fc-site-pricing-card p {
  margin: 12px 0 0;
  color: var(--fc-muted);
  line-height: 1.75;
}

.fc-site-pricing-value {
  display: block;
  margin-top: 18px;
  font-size: 40px;
  font-weight: 800;
  letter-spacing: -0.06em;
}

.fc-site-list {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.fc-site-list li {
  display: flex;
  gap: 10px;
  color: var(--fc-muted);
  line-height: 1.65;
}

.fc-site-list li::before {
  content: "";
  width: 10px;
  height: 10px;
  margin-top: 8px;
  border-radius: 999px;
  flex: 0 0 auto;
  background: linear-gradient(135deg, var(--fc-accent), var(--fc-accent-2));
}

.fc-site-faq {
  display: grid;
  gap: 14px;
}

.fc-site-faq-item {
  padding: 20px 22px;
  border-radius: 22px;
  border: 1px solid var(--fc-line);
  background: rgba(255, 255, 255, 0.04);
}

.fc-site-faq-item strong {
  display: block;
  font-size: 18px;
}

.fc-site-faq-item p {
  margin: 10px 0 0;
  color: var(--fc-muted);
  line-height: 1.75;
}

.fc-site-contact {
  padding-bottom: 84px;
}

.fc-site-contact-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 18px;
}

.fc-site-contact-card {
  padding: 28px;
  border-radius: 30px;
  border: 1px solid var(--fc-line);
  background: linear-gradient(180deg, rgba(16, 31, 56, 0.94), rgba(8, 17, 32, 0.96));
  box-shadow: var(--fc-shadow);
}

.fc-site-contact-card h3 {
  margin: 0;
  font-size: 32px;
  letter-spacing: -0.06em;
}

.fc-site-contact-card p {
  margin: 12px 0 0;
  color: var(--fc-muted);
  line-height: 1.8;
}

.fc-site-contact-points {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.fc-site-contact-point {
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.04);
}

.fc-site-contact-point strong {
  display: block;
  font-size: 15px;
}

.fc-site-contact-point span {
  display: block;
  margin-top: 6px;
  color: var(--fc-muted);
  line-height: 1.65;
}

.fc-site-footer {
  padding: 28px 0 42px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.fc-site-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.fc-site-footer-copy {
  color: var(--fc-muted);
  font-size: 14px;
}

.fc-site-footer-links {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.fc-site-footer-links a {
  color: var(--fc-muted);
  font-size: 14px;
}

.fc-site-redirect {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 20px;
}

.fc-redirect-card {
  width: min(640px, 100%);
  padding: 28px;
  border-radius: 28px;
  border: 1px solid var(--fc-line);
  background: linear-gradient(180deg, rgba(16, 31, 56, 0.94), rgba(8, 17, 32, 0.96));
  box-shadow: var(--fc-shadow);
  text-align: center;
}

.fc-redirect-card h1 {
  margin: 0;
  font-size: 34px;
  letter-spacing: -0.05em;
}

.fc-redirect-card p {
  margin: 12px 0 0;
  color: var(--fc-muted);
  line-height: 1.8;
}

.fc-redirect-card .fc-site-actions {
  justify-content: center;
  margin-top: 20px;
}

@keyframes fcFloat {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
}

@media (max-width: 1100px) {
  .fc-site-hero-grid,
  .fc-site-modules,
  .fc-site-contact-grid {
    grid-template-columns: 1fr;
  }

  .fc-site-strip-grid,
  .fc-site-grid-3,
  .fc-site-pricing {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .fc-site-header-inner {
    min-height: auto;
    padding: 16px 0;
    flex-direction: column;
    align-items: flex-start;
  }

  .fc-site-nav,
  .fc-site-actions {
    width: 100%;
  }

  .fc-site-nav {
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .fc-site-hero {
    padding-top: 36px;
  }

  .fc-site-strip-grid,
  .fc-site-grid-3,
  .fc-site-grid-2,
  .fc-site-pricing,
  .fc-site-mini-grid,
  .fc-site-module-grid {
    grid-template-columns: 1fr;
  }

  .fc-site-section {
    padding-top: 74px;
  }
}

/* Fincoreks landing — hero motion (subtle) */
@keyframes fc-fks-orb {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.5;
  }
  50% {
    transform: translate3d(12px, -8px, 0) scale(1.04);
    opacity: 0.65;
  }
  100% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.5;
  }
}

.fc-site-hero--fks .fc-site-card-floating {
  position: relative;
  overflow: hidden;
}

.fc-site-hero--fks .fc-site-card-floating::after {
  content: "";
  position: absolute;
  inset: -40% -20% auto auto;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.35), transparent 70%);
  animation: fc-fks-orb 14s ease-in-out infinite;
  pointer-events: none;
}

/* === FKS 20260410-pro: stabilitet, fokus, qasje (landing) === */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

.fc-site-btn:focus-visible,
.fc-site-nav a:focus-visible,
.fc-site-brand:focus-visible {
  outline: 2px solid var(--fc-accent);
  outline-offset: 3px;
}

.fc-site-header {
  background: rgba(5, 12, 24, 0.88);
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

/* Hyrje qendrore /login.php */
.fc-login-pro .fc-login-pro-card {
  max-width: 440px;
  text-align: left;
}

.fc-login-pro h1 {
  margin: 0 0 10px;
  font-size: 1.65rem;
  letter-spacing: -0.02em;
}

.fc-login-pro-lead {
  margin: 0 0 18px;
  color: var(--fc-muted);
  line-height: 1.65;
  font-size: 0.95rem;
}

.fc-login-pro-error {
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(239, 68, 68, 0.12);
  border: 1px solid rgba(239, 68, 68, 0.35);
  color: #fecaca;
  font-size: 0.9rem;
  margin-bottom: 14px;
}

.fc-login-pro-form {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.fc-login-pro-label {
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--fc-muted);
  margin-top: 8px;
}

.fc-login-pro-input {
  width: 100%;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid var(--fc-line);
  background: rgba(10, 20, 40, 0.55);
  color: var(--fc-text);
}

.fc-login-pro-input:focus {
  outline: 2px solid var(--fc-accent);
  outline-offset: 2px;
}

.fc-login-pro-actions {
  flex-direction: column;
  align-items: stretch;
  margin-top: 16px;
}

.fc-login-pro-admin-hint {
  margin: 0 0 16px;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(59, 130, 246, 0.08);
  border: 1px solid rgba(59, 130, 246, 0.25);
  font-size: 0.88rem;
  line-height: 1.5;
  color: var(--fc-muted);
}

.fc-login-pro-admin-hint a {
  color: var(--fc-accent);
  font-weight: 600;
}

.fc-login-pro-hint {
  margin: 4px 0 0;
  font-size: 0.78rem;
  color: var(--fc-muted);
  line-height: 1.45;
}

.fc-login-pro-form.fc-is-submitting {
  pointer-events: none;
  opacity: 0.92;
}

.fc-login-pro-submit[disabled] {
  cursor: wait;
  opacity: 0.9;
}

/* 20260411-pro: hero gradient i butë (respekton reduced-motion më lart) */
@media (prefers-reduced-motion: no-preference) {
  .fc-site-gradient {
    background-size: 220% 220%;
    animation: fcSiteGradientShift 12s ease-in-out infinite;
  }

  @keyframes fcSiteGradientShift {
    0%,
    100% {
      background-position: 0% 40%;
    }
    50% {
      background-position: 100% 60%;
    }
  }
}
