﻿* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --fc-bg-main: #071426;
  --fc-bg-nav: #0b1f3a;
  --fc-bg-card: #0a1d37;
  --fc-bg-card-2: #071426;
  --fc-border: #1f2a44;
  --fc-text-main: #ffffff;
  --fc-text-sub: #a0a0a0;
  --fc-text-soft: #d2dcef;
  --fc-blue: #2f80ed;
  --fc-orange: #ff7a00;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  background: var(--fc-bg-main);
  color: var(--fc-text-main);
  font-family: Arial, sans-serif;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

.fc-container {
  position: relative;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}

/* NAV */

.fc-site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--fc-bg-nav);
  border-bottom: 1px solid var(--fc-border);
  backdrop-filter: blur(8px);
  transform: translateY(0);
  transition: none;
  will-change: transform;
}

main {
  position: relative;
  z-index: auto;
}

main section {
  position: relative;
}

.fc-nav {
  min-height: 56px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: stretch;
  column-gap: 28px;
}

.fc-brand {
  display: flex;
  align-items: center;
}

.fc-brand-logo {
  width: 92px;
  height: auto;
}

.fc-nav-main {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  gap: 24px;
  width: 100%;
}

.fc-nav-dual-cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 142px;
  min-height: 100%;
  overflow: hidden;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0;
  background: transparent;
  flex: 0 0 auto;
}

.fc-nav-dual-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 25px;
  padding: 0 14px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: filter 180ms ease;
}

.fc-nav-dual-btn:hover,
.fc-nav-dual-btn.fc-is-active {
  filter: brightness(1.08);
}

.fc-nav-dual-btn-clients {
  background: #E86a17;
}

.fc-nav-dual-btn-builders {
  background: rgba(47, 128, 237, 0.3);
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.fc-nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  margin-right: 28px;
}

.fc-nav-links a,
.fc-login-link {
  color: var(--fc-text-main);
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  transition: color 180ms ease;
}

.fc-nav-links a:hover,
.fc-login-link:hover {
  color: var(--fc-blue);
}

.fc-nav-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.fc-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  background: var(--fc-orange);
  color: var(--fc-text-main);
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  transition: transform 180ms ease, opacity 180ms ease;
}

.fc-btn-primary:hover {
  transform: translateY(-1px);
  opacity: 0.96;
}

.fc-nav-cta {
  min-height: 44px;
  text-align: center;
  line-height: 1.15;
  font-weight: 650;
}

.fc-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid var(--fc-border);
  background: transparent;
  color: var(--fc-text-main);
  font-size: 15px;
  font-weight: 600;
  transition: border-color 180ms ease, color 180ms ease, background 180ms ease;
}

.fc-hero-actions .fc-btn-primary,
.fc-hero-actions .fc-btn-secondary,
.fc-roi-cta .fc-btn-primary,
.fc-final-actions .fc-btn-primary,
.fc-final-actions .fc-btn-secondary {
  min-height: 50px;
  padding: 0 28px;
  font-size: 17px;
}

.fc-btn-secondary:hover {
  border-color: var(--fc-blue);
  color: var(--fc-blue);
}

/* HERO */

.fc-hero {
  padding: 72px 0 34px;
}

.fc-hero-wrap {
  max-width: 1040px;
}

.fc-kicker {
  color: var(--fc-blue);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.fc-hero-title {
  max-width: 980px;
  font-size: 62px;
  line-height: 0.94;
  font-weight: 700;
  margin-bottom: 18px;
}

.fc-hero-sub {
  max-width: 920px;
  color: var(--fc-text-soft);
  font-size: 19px;
  line-height: 1.75;
  margin-bottom: 28px;
}

.fc-hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.fc-hero-trust {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  color: #9eb3d8;
  font-size: 14px;
  line-height: 1.6;
}

.fc-hero-trust span {
  position: relative;
}

.fc-hero-trust span:not(:last-child)::after {
  content: "•";
  margin-left: 18px;
  color: #6f88b1;
}

/* SHARED HEAD */

.fc-section-head {
  margin-bottom: 28px;
}

.fc-section-title {
  font-size: 42px;
  line-height: 1.02;
  font-weight: 700;
  margin-bottom: 12px;
  max-width: 860px;
}

.fc-section-sub {
  max-width: 860px;
  color: var(--fc-text-soft);
  font-size: 17px;
  line-height: 1.75;
}

/* TRUST */

.fc-trust-section {
  padding: 18px 0 54px;
}

.fc-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.fc-trust-card {
  background: linear-gradient(180deg, var(--fc-bg-card) 0%, var(--fc-bg-card-2) 100%);
  border: 1px solid var(--fc-border);
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 10px 36px rgba(0,0,0,0.12);
}

.fc-trust-title {
  font-size: 24px;
  line-height: 1.08;
  font-weight: 700;
  margin-bottom: 12px;
}

.fc-trust-text {
  color: var(--fc-text-soft);
  font-size: 15px;
  line-height: 1.75;
}

/* POSSIBLE */

.fc-possible-section {
  padding: 0 0 58px;
}

.fc-possible-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.fc-possible-card {
  background: linear-gradient(180deg, var(--fc-bg-card) 0%, var(--fc-bg-card-2) 100%);
  border: 1px solid var(--fc-border);
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 10px 36px rgba(0,0,0,0.12);
}

.fc-possible-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(47,128,237,0.12);
  border: 1px solid rgba(47,128,237,0.28);
  color: #dceaff;
  font-size: 22px;
  margin-bottom: 16px;
}

.fc-possible-title {
  font-size: 26px;
  line-height: 1.06;
  font-weight: 700;
  margin-bottom: 12px;
}

.fc-possible-text {
  color: var(--fc-text-soft);
  font-size: 16px;
  line-height: 1.75;
}

/* PROCESS */

.fc-process-section {
  padding: 0 0 60px;
}

.fc-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.fc-process-card {
  background: linear-gradient(180deg, var(--fc-bg-card) 0%, var(--fc-bg-card-2) 100%);
  border: 1px solid var(--fc-border);
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 10px 36px rgba(0,0,0,0.12);
}

.fc-process-number {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(47,128,237,0.12);
  border: 1px solid rgba(47,128,237,0.28);
  color: #dceaff;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 16px;
}

.fc-process-title {
  font-size: 24px;
  line-height: 1.08;
  font-weight: 700;
  margin-bottom: 12px;
}

.fc-process-text {
  color: var(--fc-text-soft);
  font-size: 15px;
  line-height: 1.75;
}

/* ROI */

.fc-roi-section {
  padding: 0 0 62px;
}

.fc-roi-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.fc-roi-card {
  background: linear-gradient(180deg, #10284a 0%, #071426 100%);
  border: 1px solid rgba(47, 128, 237, 0.24);
  border-radius: 26px;
  padding: 26px;
  box-shadow: 0 14px 42px rgba(0,0,0,0.16);
}

.fc-roi-value {
  color: var(--fc-blue);
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 8px;
}

.fc-roi-label {
  color: #9eb3d8;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.fc-roi-title {
  font-size: 26px;
  line-height: 1.06;
  font-weight: 700;
  margin-bottom: 12px;
}

.fc-roi-text {
  color: var(--fc-text-soft);
  font-size: 16px;
  line-height: 1.75;
}

.fc-roi-cta {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.fc-roi-cta .fc-btn-primary {
  padding-left: 25px;
  padding-right: 25px;
}

/* PATHS */

.fc-paths-section {
  padding: 0 0 60px;
}

.fc-paths-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.fc-path-card {
  background: linear-gradient(180deg, var(--fc-bg-card) 0%, var(--fc-bg-card-2) 100%);
  border: 1px solid var(--fc-border);
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 10px 36px rgba(0,0,0,0.12);
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

.fc-path-card:hover {
  transform: translateY(-3px);
  border-color: var(--fc-blue);
  background: linear-gradient(180deg, #10284a 0%, #071426 100%);
}

.fc-path-label {
  color: var(--fc-blue);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.fc-path-title {
  font-size: 28px;
  line-height: 1.04;
  font-weight: 700;
  margin-bottom: 12px;
}

.fc-path-text {
  color: var(--fc-text-soft);
  font-size: 16px;
  line-height: 1.75;
}

/* UPDATES */

.fc-updates-section {
  padding: 0 0 60px;
}

.fc-updates-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.fc-update-card {
  background: linear-gradient(180deg, var(--fc-bg-card) 0%, var(--fc-bg-card-2) 100%);
  border: 1px solid var(--fc-border);
  border-radius: 22px;
  padding: 22px;
  box-shadow: 0 10px 36px rgba(0,0,0,0.12);
}

.fc-update-title {
  font-size: 22px;
  line-height: 1.08;
  font-weight: 700;
  margin-bottom: 10px;
}

.fc-update-text {
  color: var(--fc-text-soft);
  font-size: 15px;
  line-height: 1.75;
}

/* FINAL CTA */

.fc-final-section {
  padding: 0 0 88px;
}

.fc-final-card {
  background: linear-gradient(180deg, #0a1d37 0%, #071426 100%);
  border: 1px solid var(--fc-border);
  border-radius: 30px;
  padding: 32px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
}

.fc-final-title {
  font-size: 42px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 14px;
}

.fc-final-sub {
  max-width: 760px;
  color: var(--fc-text-soft);
  font-size: 17px;
  line-height: 1.75;
}

.fc-final-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

/* RESPONSIVE */

@media (max-width: 1180px) {
  .fc-trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .fc-process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .fc-paths-grid {
    grid-template-columns: 1fr;
  }

  .fc-updates-grid {
    grid-template-columns: 1fr;
  }

  .fc-final-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .fc-final-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 991px) {
  .fc-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .fc-nav {
    grid-template-columns: 1fr;
    row-gap: 16px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .fc-nav-main {
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 16px;
  }

  .fc-nav-dual-cta {
    width: 156px;
    min-height: 56px;
  }

  .fc-nav-links {
    justify-content: flex-start;
    margin-right: 0;
    flex-wrap: wrap;
  }

  .fc-nav-actions {
    justify-content: flex-start;
  }

  .fc-brand-logo {
    width: 78px;
  }

  .fc-hero {
    padding-top: 52px;
  }

  .fc-hero-title {
    font-size: 42px;
  }

  .fc-hero-sub {
    font-size: 17px;
  }

  .fc-possible-grid,
  .fc-roi-grid {
    grid-template-columns: 1fr;
  }

  .fc-section-title,
  .fc-final-title {
    font-size: 32px;
  }

  .fc-section-sub,
  .fc-final-sub {
    font-size: 16px;
  }
}

@media (max-width: 640px) {
  .fc-hero-title {
    font-size: 34px;
  }

  .fc-hero-sub {
    font-size: 16px;
  }

  .fc-trust-grid,
  .fc-process-grid {
    grid-template-columns: 1fr;
  }

  .fc-trust-title,
  .fc-possible-title,
  .fc-process-title,
  .fc-roi-title,
  .fc-path-title {
    font-size: 22px;
  }
}
