:root {
  --ink: #07111f;
  --ink-2: #122038;
  --muted: #61708a;
  --muted-2: #8591a5;
  --paper: #f6f8fc;
  --white: #ffffff;
  --blue: #215cff;
  --blue-dark: #143bb8;
  --cyan: #6be6ff;
  --lime: #b7ff6a;
  --line: rgba(7, 17, 31, 0.11);
  --line-dark: rgba(255, 255, 255, 0.11);
  --shadow-sm: 0 12px 34px rgba(17, 35, 72, 0.08);
  --shadow: 0 30px 90px rgba(17, 35, 72, 0.13);
  --radius-sm: 14px;
  --radius: 24px;
  --radius-lg: 34px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    radial-gradient(circle at 10% 0%, rgba(107, 230, 255, 0.18), transparent 25%),
    radial-gradient(circle at 90% 5%, rgba(33, 92, 255, 0.12), transparent 24%),
    linear-gradient(180deg, #fbfcff 0%, #f5f7fb 58%, #fff 100%);
}
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
::selection { color: #fff; background: var(--blue); }
:focus-visible { outline: 3px solid rgba(33, 92, 255, 0.38); outline-offset: 3px; }

.fc-skip {
  position: fixed;
  left: 18px;
  top: -80px;
  z-index: 200;
  padding: 12px 18px;
  border-radius: 10px;
  color: #fff;
  background: var(--ink);
  transition: top 0.2s ease;
}
.fc-skip:focus { top: 18px; }
.fc-container { width: min(var(--container), calc(100% - 40px)); margin: 0 auto; }
.fc-section { padding: 112px 0; }
.fc-section-sm { padding: 72px 0; }
.fc-section-tight { padding: 54px 0; }
.fc-dark { color: #fff; background: #081321; }
.fc-dark-soft { color: #fff; background: #0d192a; }
.fc-white { background: #fff; }
.fc-center { text-align: center; }
.fc-center .fc-lead, .fc-center .fc-copy, .fc-center .fc-title { margin-left: auto; margin-right: auto; }
.fc-stack { display: grid; gap: 22px; }
.fc-grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.fc-grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.fc-grid-4 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }

.fc-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 20px;
  color: var(--blue-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.fc-eyebrow::before { content: ""; width: 22px; height: 2px; background: currentColor; }
.fc-dark .fc-eyebrow, .fc-dark-soft .fc-eyebrow { color: var(--cyan); }
.fc-display, .fc-title, .fc-subtitle, .fc-logo, h1, h2, h3 { font-family: "Manrope", sans-serif; }
.fc-display { max-width: 920px; margin: 0; font-size: clamp(48px, 6.8vw, 92px); line-height: 0.98; letter-spacing: -0.065em; }
.fc-title { max-width: 820px; margin: 0; font-size: clamp(36px, 4.6vw, 64px); line-height: 1.02; letter-spacing: -0.052em; }
.fc-subtitle { margin: 0; font-size: clamp(26px, 3vw, 40px); line-height: 1.08; letter-spacing: -0.04em; }
.fc-lead { max-width: 760px; margin: 26px 0 0; color: var(--muted); font-size: clamp(18px, 2vw, 22px); line-height: 1.65; }
.fc-copy { color: var(--muted); line-height: 1.75; }
.fc-dark .fc-lead, .fc-dark .fc-copy, .fc-dark-soft .fc-lead, .fc-dark-soft .fc-copy { color: rgba(255, 255, 255, 0.66); }
.fc-gradient-text { color: transparent; background: linear-gradient(110deg, var(--blue) 5%, #6372ff 48%, #159ac4 96%); -webkit-background-clip: text; background-clip: text; }
.fc-kicker { color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.fc-rule { height: 1px; background: var(--line); }

.fc-nav-shell {
  position: sticky;
  top: 0;
  z-index: 100;
  padding: 13px 0;
  border-bottom: 1px solid rgba(7, 17, 31, 0.06);
  background: rgba(247, 249, 252, 0.84);
  backdrop-filter: blur(20px);
}
.fc-nav { min-height: 62px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.fc-logo { display: inline-flex; align-items: center; gap: 11px; font-weight: 800; letter-spacing: -0.03em; }
.fc-logo-mark { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 10px; color: #fff; background: var(--ink); font-size: 12px; }
.fc-nav-links { display: flex; align-items: center; gap: 27px; color: #45546b; font-size: 14px; font-weight: 650; }
.fc-nav-links a { position: relative; padding: 10px 0; }
.fc-nav-links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 4px; height: 2px; background: var(--blue); transition: right 0.2s ease; }
.fc-nav-links a:hover, .fc-nav-links a[aria-current="page"] { color: var(--ink); }
.fc-nav-links a:hover::after, .fc-nav-links a[aria-current="page"]::after { right: 0; }
.fc-nav-actions { display: flex; align-items: center; gap: 10px; }
.fc-menu-button { display: none; width: 45px; height: 45px; border: 1px solid var(--line); border-radius: 50%; background: #fff; cursor: pointer; }
.fc-menu-button span, .fc-menu-button::before, .fc-menu-button::after { content: ""; display: block; width: 18px; height: 2px; margin: 4px auto; background: var(--ink); transition: transform 0.2s ease, opacity 0.2s ease; }
.fc-menu-button[aria-expanded="true"] span { opacity: 0; }
.fc-menu-button[aria-expanded="true"]::before { transform: translateY(6px) rotate(45deg); }
.fc-menu-button[aria-expanded="true"]::after { transform: translateY(-6px) rotate(-45deg); }
.fc-mobile-panel { display: none; }

.fc-btn {
  min-height: 52px;
  padding: 0 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: var(--ink);
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.fc-btn:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(7, 17, 31, 0.18); }
.fc-btn-primary { background: var(--blue); box-shadow: 0 14px 34px rgba(33, 92, 255, 0.25); }
.fc-btn-light { color: var(--ink); background: #fff; }
.fc-btn-ghost { color: var(--ink); border: 1px solid var(--line); background: transparent; }
.fc-btn-dark-ghost { color: #fff; border: 1px solid rgba(255, 255, 255, 0.18); background: transparent; }
.fc-btn-sm { min-height: 44px; padding: 0 19px; }
.fc-arrow { font-size: 17px; }
.fc-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.fc-note { color: var(--muted); font-size: 13px; line-height: 1.6; }

.fc-hero { padding: 92px 0 74px; overflow: hidden; }
.fc-hero-grid { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.72fr); gap: 70px; align-items: center; }
.fc-hero-copy { position: relative; z-index: 2; }
.fc-trust-row { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 36px; color: #46556d; font-size: 13px; font-weight: 750; }
.fc-trust-row span { display: inline-flex; align-items: center; gap: 8px; }
.fc-trust-row span::before { content: "✓"; width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; color: var(--blue-dark); background: rgba(33, 92, 255, 0.1); font-size: 11px; }
.fc-hero-panel { position: relative; min-height: 570px; padding: 28px; border-radius: var(--radius-lg); background: #0a1423; box-shadow: 0 40px 100px rgba(7, 17, 31, 0.24); overflow: hidden; }
.fc-hero-panel::before { content: ""; position: absolute; width: 340px; height: 340px; right: -115px; top: -105px; border-radius: 50%; background: rgba(33, 92, 255, 0.5); filter: blur(8px); }
.fc-hero-panel::after { content: ""; position: absolute; width: 290px; height: 290px; left: -130px; bottom: -155px; border-radius: 50%; background: rgba(107, 230, 255, 0.17); }
.fc-panel-top { position: relative; z-index: 2; display: flex; justify-content: space-between; align-items: center; color: rgba(255, 255, 255, 0.67); font-size: 11px; font-weight: 800; letter-spacing: 0.11em; text-transform: uppercase; }
.fc-live { display: inline-flex; align-items: center; gap: 7px; }
.fc-live::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(183, 255, 106, 0.1); }
.fc-panel-main { position: relative; z-index: 2; margin-top: 64px; }
.fc-panel-main h2 { margin: 0; color: #fff; font-size: 38px; line-height: 1.05; letter-spacing: -0.045em; }
.fc-panel-main p { margin: 18px 0 0; color: rgba(255, 255, 255, 0.64); line-height: 1.65; }
.fc-system-map { position: relative; z-index: 2; display: grid; gap: 10px; margin-top: 42px; }
.fc-system-row { display: grid; grid-template-columns: 42px 1fr auto; gap: 14px; align-items: center; padding: 15px; border: 1px solid rgba(255, 255, 255, 0.09); border-radius: 15px; color: #fff; background: rgba(255, 255, 255, 0.055); }
.fc-system-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; color: var(--cyan); background: rgba(107, 230, 255, 0.11); font-weight: 800; }
.fc-system-row strong { display: block; font-size: 13px; }
.fc-system-row small { display: block; margin-top: 4px; color: rgba(255, 255, 255, 0.5); }
.fc-system-status { color: var(--lime); font-size: 11px; font-weight: 800; text-transform: uppercase; }

.fc-page-hero { padding: 88px 0 78px; }
.fc-page-hero-grid { display: grid; grid-template-columns: 1.1fr 0.72fr; gap: 70px; align-items: center; }
.fc-page-hero .fc-display { font-size: clamp(46px, 6vw, 80px); }
.fc-hero-card { padding: 34px; border: 1px solid var(--line); border-radius: 30px; background: rgba(255, 255, 255, 0.78); box-shadow: var(--shadow); }
.fc-hero-card.dark { color: #fff; border-color: var(--line-dark); background: #0a1423; }
.fc-hero-card h2 { margin: 0 0 17px; font-size: 28px; letter-spacing: -0.04em; }
.fc-hero-card p { margin: 0; color: var(--muted); line-height: 1.7; }
.fc-hero-card.dark p { color: rgba(255, 255, 255, 0.63); }
.fc-mini-list { display: grid; gap: 12px; margin: 28px 0 0; padding: 0; list-style: none; }
.fc-mini-list li { position: relative; padding-left: 25px; color: #34445d; line-height: 1.55; font-weight: 650; }
.fc-mini-list li::before { content: "✓"; position: absolute; left: 0; color: var(--blue); font-weight: 900; }
.fc-hero-card.dark .fc-mini-list li { color: rgba(255, 255, 255, 0.8); }
.fc-hero-card.dark .fc-mini-list li::before { color: var(--lime); }

.fc-proof-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255, 255, 255, 0.62); }
.fc-proof-grid { display: grid; grid-template-columns: 1.25fr repeat(3, 1fr); }
.fc-proof-item { min-height: 132px; padding: 28px 32px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--line); }
.fc-proof-item:last-child { border-right: 0; }
.fc-proof-item small { color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.fc-proof-item strong { margin-top: 9px; font-size: 19px; line-height: 1.3; }
.fc-proof-intro strong { font-size: 24px; }

.fc-card { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255, 255, 255, 0.78); box-shadow: var(--shadow-sm); }
.fc-card h3 { margin: 0 0 13px; font-size: 23px; letter-spacing: -0.035em; }
.fc-card p { margin: 0; color: var(--muted); line-height: 1.68; }
.fc-card .fc-card-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 24px; color: var(--blue); font-weight: 800; }
.fc-card-dark { color: #fff; border-color: var(--line-dark); background: rgba(255, 255, 255, 0.05); box-shadow: none; }
.fc-card-dark p { color: rgba(255, 255, 255, 0.62); }
.fc-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 35px; border-radius: 14px; color: var(--blue); background: rgba(33, 92, 255, 0.09); font-weight: 900; }
.fc-card-dark .fc-icon { color: var(--cyan); background: rgba(107, 230, 255, 0.1); }
.fc-feature-card { min-height: 360px; display: flex; flex-direction: column; }
.fc-feature-card .fc-card-link, .fc-feature-card ul { margin-top: auto; }
.fc-list { display: grid; gap: 11px; margin: 25px 0 0; padding: 0; list-style: none; }
.fc-list li { position: relative; padding-left: 21px; color: #3c4b62; line-height: 1.55; }
.fc-list li::before { content: "+"; position: absolute; left: 0; color: var(--blue); font-weight: 900; }
.fc-card-dark .fc-list li { color: rgba(255, 255, 255, 0.78); }
.fc-card-dark .fc-list li::before { color: var(--lime); }

.fc-split { display: grid; grid-template-columns: 0.84fr 1.16fr; gap: 82px; align-items: start; }
.fc-split.reverse { grid-template-columns: 1.16fr 0.84fr; }
.fc-sticky { position: sticky; top: 120px; }
.fc-problem-list { display: grid; gap: 14px; }
.fc-problem { padding: 25px 27px; display: grid; grid-template-columns: 42px 1fr; gap: 18px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255, 255, 255, 0.76); }
.fc-problem-num { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; color: var(--blue); background: rgba(33, 92, 255, 0.08); font-weight: 800; }
.fc-problem h3 { margin: 1px 0 8px; font-size: 20px; letter-spacing: -0.025em; }
.fc-problem p { margin: 0; color: var(--muted); line-height: 1.62; font-size: 14px; }

.fc-service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 58px; }
.fc-service { min-height: 410px; padding: 32px; display: flex; flex-direction: column; border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 25px; background: rgba(255, 255, 255, 0.045); }
.fc-service-index { color: var(--cyan); font-size: 12px; font-weight: 800; letter-spacing: 0.1em; }
.fc-service h3 { margin: 55px 0 16px; color: #fff; font-size: 28px; line-height: 1.12; letter-spacing: -0.04em; }
.fc-service p { margin: 0; color: rgba(255, 255, 255, 0.59); line-height: 1.65; }
.fc-service ul { display: grid; gap: 11px; margin: auto 0 0; padding: 28px 0 0; list-style: none; color: rgba(255, 255, 255, 0.78); font-size: 14px; }
.fc-service li::before { content: "+"; margin-right: 9px; color: var(--lime); font-weight: 800; }

.fc-process-head { display: flex; justify-content: space-between; gap: 40px; align-items: end; }
.fc-process-head .fc-copy { max-width: 470px; margin: 0; }
.fc-process-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 64px; border-top: 1px solid var(--line); }
.fc-step { position: relative; padding: 36px 30px 20px 0; }
.fc-step::before { content: ""; position: absolute; width: 10px; height: 10px; top: -5px; left: 0; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 7px var(--paper); }
.fc-step small { color: var(--blue); font-weight: 800; }
.fc-step h3 { margin: 32px 0 12px; font-size: 22px; letter-spacing: -0.03em; }
.fc-step p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

.fc-metric-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; margin-top: 55px; border: 1px solid var(--line); border-radius: 24px; background: var(--line); overflow: hidden; }
.fc-metric { min-height: 170px; padding: 30px; background: #fff; }
.fc-metric strong { display: block; color: var(--blue); font-size: 38px; letter-spacing: -0.05em; }
.fc-metric span { display: block; margin-top: 15px; color: var(--muted); line-height: 1.55; }

.fc-case-grid { display: grid; gap: 20px; margin-top: 56px; }
.fc-case { display: grid; grid-template-columns: 0.7fr 1.3fr; border: 1px solid var(--line); border-radius: 28px; background: #fff; overflow: hidden; box-shadow: var(--shadow-sm); }
.fc-case-visual { min-height: 340px; padding: 32px; display: flex; flex-direction: column; justify-content: space-between; color: #fff; background: #0b1626; }
.fc-case-visual.blue { background: linear-gradient(145deg, #163ec4, #091522); }
.fc-case-visual.cyan { background: linear-gradient(145deg, #0d6d89, #091522); }
.fc-case-visual .fc-case-label { font-size: 11px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; opacity: 0.65; }
.fc-case-visual strong { font-size: 32px; letter-spacing: -0.05em; }
.fc-case-body { padding: 42px; }
.fc-case-body h3 { margin: 0 0 16px; font-size: 31px; letter-spacing: -0.045em; }
.fc-case-body p { color: var(--muted); line-height: 1.72; }
.fc-case-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 25px; }
.fc-case-tags span { padding: 8px 11px; border-radius: 999px; color: #34445d; background: var(--paper); font-size: 12px; font-weight: 750; }

.fc-founder-grid { display: grid; grid-template-columns: 0.72fr 1.1fr; gap: 72px; align-items: center; }
.fc-portrait-wrap { position: relative; max-width: 430px; }
.fc-portrait-wrap img { width: 100%; aspect-ratio: 0.82; object-fit: cover; object-position: center top; border-radius: 30px; filter: saturate(0.9); box-shadow: var(--shadow); }
.fc-founder-tag { position: absolute; right: -28px; bottom: 28px; width: 215px; padding: 20px; border-radius: 18px; background: #fff; box-shadow: var(--shadow); }
.fc-founder-tag small { color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.fc-founder-tag strong { display: block; margin-top: 9px; font-size: 18px; }
.fc-checks { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 28px; margin: 30px 0 0; padding: 0; list-style: none; }
.fc-checks li { position: relative; padding-left: 25px; color: #34445d; font-weight: 650; line-height: 1.5; }
.fc-checks li::before { content: "✓"; position: absolute; left: 0; color: var(--blue); font-weight: 900; }

.fc-offer { padding: 56px; border: 1px solid var(--line); border-radius: 30px; background: #fff; box-shadow: var(--shadow); }
.fc-offer-grid { display: grid; grid-template-columns: 1fr 0.8fr; gap: 65px; align-items: center; }
.fc-offer h2 { margin: 0; font-size: clamp(36px, 4.5vw, 60px); line-height: 1; letter-spacing: -0.05em; }
.fc-offer p { color: var(--muted); line-height: 1.7; }
.fc-offer-list { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.fc-offer-list li { padding: 16px 18px; border-radius: 13px; background: var(--paper); font-weight: 750; }
.fc-offer-list span { margin-right: 8px; color: var(--blue); }

.fc-pricing-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin-top: 55px; align-items: stretch; }
.fc-price-card { position: relative; padding: 34px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 27px; background: #fff; box-shadow: var(--shadow-sm); }
.fc-price-card.featured { color: #fff; border-color: transparent; background: #0a1423; transform: translateY(-10px); box-shadow: var(--shadow); }
.fc-price-badge { position: absolute; top: 18px; right: 18px; padding: 7px 10px; border-radius: 999px; color: var(--blue-dark); background: var(--lime); font-size: 10px; font-weight: 900; letter-spacing: 0.08em; text-transform: uppercase; }
.fc-price-card h2 { margin: 34px 0 10px; font-size: 27px; letter-spacing: -0.04em; }
.fc-price { margin: 20px 0; font-size: 36px; font-weight: 850; letter-spacing: -0.05em; }
.fc-price small { color: var(--muted); font-size: 13px; font-weight: 600; letter-spacing: 0; }
.fc-price-card.featured small, .fc-price-card.featured p { color: rgba(255, 255, 255, 0.62); }
.fc-price-card p { color: var(--muted); line-height: 1.65; }
.fc-price-card .fc-list { margin-bottom: 30px; }
.fc-price-card .fc-btn { margin-top: auto; }
.fc-price-card.featured .fc-list li { color: rgba(255, 255, 255, 0.8); }
.fc-price-card.featured .fc-list li::before { color: var(--lime); }

.fc-faq { max-width: 900px; }
.fc-faq-list { margin-top: 48px; border-top: 1px solid var(--line); }
.fc-faq details { border-bottom: 1px solid var(--line); }
.fc-faq summary { padding: 24px 0; display: flex; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font-family: "Manrope", sans-serif; font-size: 20px; font-weight: 800; }
.fc-faq summary::-webkit-details-marker { display: none; }
.fc-faq summary::after { content: "+"; color: var(--blue); }
.fc-faq details[open] summary::after { content: "−"; }
.fc-faq details p { max-width: 760px; margin: -5px 0 25px; color: var(--muted); line-height: 1.72; }

.fc-contact-layout { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 55px; align-items: start; }
.fc-contact-panel { padding: 36px; border-radius: 28px; color: #fff; background: #0a1423; box-shadow: var(--shadow); }
.fc-contact-panel h2 { margin: 0 0 18px; font-size: 31px; letter-spacing: -0.04em; }
.fc-contact-panel p { color: rgba(255, 255, 255, 0.64); line-height: 1.7; }
.fc-contact-points { display: grid; gap: 18px; margin-top: 35px; }
.fc-contact-point { padding-top: 18px; border-top: 1px solid rgba(255, 255, 255, 0.1); }
.fc-contact-point small { display: block; color: var(--cyan); font-size: 10px; font-weight: 850; letter-spacing: 0.11em; text-transform: uppercase; }
.fc-contact-point strong { display: block; margin-top: 7px; font-size: 16px; line-height: 1.45; }
.fc-form-card { padding: 38px; border: 1px solid var(--line); border-radius: 28px; background: #fff; box-shadow: var(--shadow-sm); }
.fc-form-card h2 { margin: 0 0 10px; font-size: 31px; letter-spacing: -0.04em; }
.fc-form-card > p { margin: 0 0 30px; color: var(--muted); line-height: 1.65; }
.fc-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.fc-field { display: grid; gap: 8px; }
.fc-field.full { grid-column: 1 / -1; }
.fc-field label { color: #27364d; font-size: 13px; font-weight: 800; }
.fc-field input, .fc-field select, .fc-field textarea { width: 100%; min-height: 52px; padding: 13px 15px; border: 1px solid #d8deea; border-radius: 12px; color: var(--ink); background: #fbfcff; transition: border-color 0.2s ease, box-shadow 0.2s ease; }
.fc-field textarea { min-height: 128px; resize: vertical; }
.fc-field input:focus, .fc-field select:focus, .fc-field textarea:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 4px rgba(33, 92, 255, 0.1); }
.fc-form-actions { display: flex; align-items: center; gap: 16px; margin-top: 22px; }
.fc-form-actions .fc-note { margin: 0; }
.fc-honeypot { position: absolute !important; left: -9999px !important; opacity: 0 !important; pointer-events: none !important; }
.fc-form-status { display: none; margin-top: 18px; padding: 13px 15px; border-radius: 12px; font-size: 14px; font-weight: 700; }
.fc-form-status.is-visible { display: block; }
.fc-form-status.error { color: #8a2330; background: #fff0f2; }

.fc-final { padding: 96px 0; color: #fff; background: var(--blue); }
.fc-final-grid { display: grid; grid-template-columns: 1.2fr 0.7fr; gap: 70px; align-items: center; }
.fc-final h2 { margin: 0; font-size: clamp(42px, 5vw, 72px); line-height: 0.98; letter-spacing: -0.055em; }
.fc-final p { margin: 22px 0 0; color: rgba(255, 255, 255, 0.78); font-size: 18px; line-height: 1.65; }
.fc-final-actions { display: flex; justify-content: flex-end; }

.fc-footer { padding: 58px 0 32px; color: rgba(255, 255, 255, 0.65); background: #06101c; }
.fc-footer-grid { display: grid; grid-template-columns: 1.35fr 0.7fr 0.7fr; gap: 60px; }
.fc-footer .fc-logo { color: #fff; }
.fc-footer p { max-width: 470px; line-height: 1.72; }
.fc-footer h4 { margin: 0 0 18px; color: #fff; font-size: 11px; font-weight: 850; letter-spacing: 0.11em; text-transform: uppercase; }
.fc-footer-links { display: grid; gap: 12px; font-size: 14px; }
.fc-footer-links a:hover { color: #fff; }
.fc-footer-bottom { margin-top: 50px; padding-top: 24px; display: flex; justify-content: space-between; gap: 25px; border-top: 1px solid rgba(255, 255, 255, 0.1); font-size: 12px; }

.fc-thanks { min-height: 72vh; display: grid; place-items: center; padding: 90px 0; }
.fc-thanks-card { max-width: 760px; padding: 58px; text-align: center; border: 1px solid var(--line); border-radius: 32px; background: #fff; box-shadow: var(--shadow); }
.fc-thanks-icon { width: 64px; height: 64px; display: grid; place-items: center; margin: 0 auto 28px; border-radius: 50%; color: var(--blue-dark); background: var(--lime); font-size: 27px; font-weight: 900; }
.fc-thanks-card h1 { margin: 0; font-size: clamp(39px, 5vw, 62px); letter-spacing: -0.055em; }
.fc-thanks-card p { margin: 22px auto 0; color: var(--muted); font-size: 18px; line-height: 1.7; }

.fc-reveal { opacity: 0; transform: translateY(16px); transition: opacity 0.6s ease, transform 0.6s ease; }
.fc-reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .fc-reveal { opacity: 1; transform: none; }
}

@media (max-width: 1020px) {
  .fc-nav-links, .fc-nav-actions > .fc-btn { display: none; }
  .fc-menu-button { display: block; }
  .fc-mobile-panel { position: fixed; inset: 88px 14px auto; z-index: 99; padding: 20px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255, 255, 255, 0.98); box-shadow: var(--shadow); }
  .fc-mobile-panel.is-open { display: grid; gap: 4px; }
  .fc-mobile-panel a { padding: 14px; border-radius: 11px; color: #26364d; font-weight: 750; }
  .fc-mobile-panel a:hover { background: var(--paper); }
  .fc-mobile-panel .fc-btn { margin-top: 8px; color: #fff; }
  .fc-hero-grid, .fc-page-hero-grid, .fc-split, .fc-split.reverse, .fc-founder-grid, .fc-offer-grid, .fc-contact-layout, .fc-final-grid { grid-template-columns: 1fr; }
  .fc-hero-panel { min-height: auto; }
  .fc-page-hero-grid { gap: 45px; }
  .fc-sticky { position: static; }
  .fc-proof-grid { grid-template-columns: 1fr 1fr; }
  .fc-proof-item:nth-child(2) { border-right: 0; }
  .fc-proof-item { border-bottom: 1px solid var(--line); }
  .fc-proof-item:nth-last-child(-n+2) { border-bottom: 0; }
  .fc-service-grid, .fc-pricing-grid { grid-template-columns: 1fr; }
  .fc-service { min-height: 330px; }
  .fc-price-card.featured { transform: none; }
  .fc-process-grid, .fc-metric-grid, .fc-grid-4 { grid-template-columns: 1fr 1fr; }
  .fc-grid-3 { grid-template-columns: 1fr; }
  .fc-case { grid-template-columns: 1fr; }
  .fc-case-visual { min-height: 260px; }
  .fc-final-actions { justify-content: flex-start; }
}

@media (max-width: 700px) {
  .fc-container { width: min(100% - 26px, var(--container)); }
  .fc-section { padding: 82px 0; }
  .fc-section-sm { padding: 60px 0; }
  .fc-nav-shell { padding: 8px 0; }
  .fc-nav { min-height: 56px; }
  .fc-logo { font-size: 14px; }
  .fc-page-hero, .fc-hero { padding: 60px 0 58px; }
  .fc-display { font-size: clamp(43px, 14vw, 64px); }
  .fc-title { font-size: clamp(35px, 10vw, 50px); }
  .fc-lead { font-size: 17px; }
  .fc-actions .fc-btn, .fc-hero-copy .fc-btn { width: 100%; }
  .fc-hero-panel, .fc-hero-card, .fc-contact-panel, .fc-form-card { padding: 24px; border-radius: 23px; }
  .fc-panel-main { margin-top: 44px; }
  .fc-panel-main h2 { font-size: 31px; }
  .fc-system-row { grid-template-columns: 40px 1fr; }
  .fc-system-status { display: none; }
  .fc-proof-grid, .fc-grid-2, .fc-process-grid, .fc-metric-grid { grid-template-columns: 1fr; }
  .fc-proof-item, .fc-proof-item:nth-child(2), .fc-proof-item:nth-last-child(-n+2) { border-right: 0; border-bottom: 1px solid var(--line); }
  .fc-proof-item:last-child { border-bottom: 0; }
  .fc-process-head { align-items: start; flex-direction: column; }
  .fc-founder-grid { gap: 48px; }
  .fc-founder-tag { right: 10px; bottom: 12px; }
  .fc-checks, .fc-form-grid { grid-template-columns: 1fr; }
  .fc-field.full { grid-column: auto; }
  .fc-form-actions { align-items: stretch; flex-direction: column; }
  .fc-form-actions .fc-btn { width: 100%; }
  .fc-offer { padding: 32px 24px; }
  .fc-case-body { padding: 28px 24px; }
  .fc-final { padding: 76px 0; }
  .fc-footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .fc-footer-bottom { flex-direction: column; }
  .fc-thanks-card { padding: 42px 24px; }
}

.fc-logo-image{display:block;width:165px;height:32px;object-fit:contain;object-position:left center}.fc-footer .fc-logo-image{width:165px;height:32px}@media(max-width:640px){.fc-logo-image{width:145px;height:28px}}
