@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Syne:wght@500;600;700;800&display=swap");

:root {
  --navy: #012a61;
  --navy-deep: #011c42;
  --orange: #fc6626;
  --orange-hover: #e55a1c;
  --ink: #1a1f2e;
  --bg-light: #eef2f6;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: Inter, system-ui, sans-serif;
  color: var(--ink);
  background: #fff;
  line-height: 1.65;
}

.display { font-family: Syne, system-ui, sans-serif; }

a { color: inherit; text-decoration: none; }

/* Header */
header {
  background: var(--navy);
}

.nav-wrap {
  max-width: 1152px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px;
}

.logo {
  font-family: Syne, system-ui, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
}

.logo span { color: var(--orange); }

.logo-img { height: 26px; width: auto; display: block; vertical-align: middle; }

nav ul {
  list-style: none;
  display: flex;
  gap: 28px;
  align-items: center;
}

nav a {
  font-size: 0.9rem;
  font-weight: 600;
  color: rgba(255,255,255,0.8);
  transition: color 0.15s ease;
}

nav a:hover, nav a.active { color: #fff; }

.nav-cta {
  background: var(--orange);
  color: #fff !important;
  padding: 9px 18px;
  border-radius: 6px;
  font-weight: 600;
}
.nav-cta:hover { background: var(--orange-hover); color: #fff !important; }

/* Hero */
.hero {
  position: relative;
  background: var(--navy-deep);
  color: #fff;
  padding: 100px 24px 90px;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(100deg, rgba(1,20,46,0.92) 0%, rgba(1,28,66,0.72) 42%, rgba(1,28,66,0.35) 70%, rgba(1,28,66,0.55) 100%),
    radial-gradient(circle at 75% 25%, rgba(252,102,38,0.28), transparent 55%);
}

.hero-inner {
  position: relative;
  max-width: 1152px;
  margin: 0 auto;
}

.eyebrow {
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--orange);
  margin-bottom: 14px;
}

.hero h1 {
  font-family: Syne, system-ui, sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin-bottom: 20px;
}

.hero h1 span { color: var(--orange); }

.hero-logo-img { height: 90px; width: auto; display: block; margin-bottom: 22px; }
@media (max-width: 720px) { .hero-logo-img { height: 60px; } }

.hero p.sub {
  max-width: 560px;
  font-size: 1.1rem;
  color: rgba(255,255,255,0.82);
  margin-bottom: 32px;
}

.btn-row { display: flex; flex-wrap: wrap; gap: 12px; }

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--orange);
  color: #fff;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 13px 26px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  transition: background 0.15s ease;
}
.btn:hover { background: var(--orange-hover); }

.btn.secondary {
  background: rgba(255,255,255,0.06);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.25);
}
.btn.secondary:hover { background: rgba(255,255,255,0.12); }

/* Sections */
section.block {
  padding: 90px 24px;
  border-bottom: 1px solid rgba(1,42,97,0.1);
}

.section-inner { max-width: 1152px; margin: 0 auto; }

.section-head { max-width: 620px; margin-bottom: 56px; }

.section-head h2 {
  font-family: Syne, system-ui, sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--navy);
  margin-top: 10px;
}

.section-head p {
  max-width: 460px;
  color: rgba(26,31,46,0.75);
  margin-top: 14px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.feature {
  border-top: 2px solid rgba(1,42,97,0.15);
  padding-top: 20px;
}

.feature .ico {
  color: var(--orange);
  font-size: 1.4rem;
  margin-bottom: 14px;
}

.feature h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 8px;
}

.feature p { color: rgba(26,31,46,0.7); font-size: 0.95rem; }

/* Candidate split section */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
  align-items: stretch;
}

.split .copy p { color: rgba(26,31,46,0.75); margin-bottom: 16px; }

.id-card {
  position: relative;
  background: var(--navy);
  color: #fff;
  padding: 32px;
  overflow: hidden;
}

.id-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% 20%, rgba(252,102,38,0.5), transparent 45%);
  opacity: 0.4;
}

.id-card p { position: relative; }
.id-card .tag {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--orange);
  margin-bottom: 10px;
}
.id-card .mx {
  font-family: Syne, system-ui, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 14px;
}
.id-card .desc { color: rgba(255,255,255,0.75); font-size: 0.9rem; }

/* Coming soon */
.coming-soon {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
  padding: 56px 32px;
  border: 1px dashed rgba(1,42,97,0.25);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(1,42,97,0.03), rgba(252,102,38,0.03));
}

.cs-badge {
  display: inline-block;
  background: var(--orange);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  padding: 6px 16px;
  border-radius: 999px;
  margin-bottom: 20px;
}

.coming-soon h2 { margin-top: 0; }

.cs-sub {
  max-width: 480px;
  margin: 16px auto 0;
  color: rgba(26,31,46,0.72);
}

/* Pricing */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.plan {
  border: 1px solid rgba(1,42,97,0.15);
  border-radius: 10px;
  padding: 28px 22px;
  background: #fff;
}

.plan.popular {
  border: 2px solid var(--orange);
  position: relative;
}

.plan .badge {
  position: absolute;
  top: -12px;
  left: 22px;
  background: var(--orange);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.plan h3 {
  font-family: Syne, system-ui, sans-serif;
  font-size: 1.3rem;
  color: var(--navy);
  margin-bottom: 6px;
}

.plan .rc {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--orange);
  margin-bottom: 18px;
}

.plan ul { list-style: none; }
.plan li {
  font-size: 0.87rem;
  color: rgba(26,31,46,0.72);
  padding: 7px 0;
  border-top: 1px solid rgba(1,42,97,0.08);
}
.plan li:first-child { border-top: none; }

.pricing-note {
  text-align: center;
  margin-top: 32px;
  color: rgba(26,31,46,0.6);
  font-size: 0.9rem;
}

/* Footer */
footer {
  background: var(--navy);
  color: rgba(255,255,255,0.85);
}

.footer-grid {
  max-width: 1152px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  padding: 56px 24px;
}

.footer-grid .flogo {
  font-family: Syne, system-ui, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
}
.footer-grid .flogo span { color: var(--orange); }

.flogo-img { height: 26px; width: auto; display: block; margin-bottom: 12px; }

.footer-grid p.about { font-size: 0.9rem; color: rgba(255,255,255,0.65); max-width: 280px; }

.footer-col p.label {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--orange);
  margin-bottom: 14px;
}

.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 10px; }
.footer-col a { font-size: 0.9rem; color: rgba(255,255,255,0.8); }
.footer-col a:hover { color: #fff; }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  text-align: center;
  padding: 18px 24px;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.5);
}

/* Page header (About / Contact) */
.page-header {
  background: var(--navy);
  color: #fff;
  padding: 64px 24px 56px;
}

.page-header .inner { max-width: 720px; margin: 0 auto; }

.page-header .eyebrow { color: var(--orange); }

.page-header h1 {
  font-family: Syne, system-ui, sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 12px;
}

.page-header p { color: rgba(255,255,255,0.78); max-width: 560px; }

.content-block { max-width: 720px; margin: 0 auto; padding: 64px 24px; }
.content-block .card-block { border-top: 1px solid rgba(1,42,97,0.12); padding-top: 24px; margin-bottom: 32px; }
.content-block .card-block:first-child { border-top: none; padding-top: 0; }
.content-block h2 { font-family: Syne, system-ui, sans-serif; color: var(--navy); font-size: 1.3rem; margin-bottom: 10px; }
.content-block p { color: rgba(26,31,46,0.78); margin-bottom: 10px; }

/* Contact grid */
.contact-grid {
  max-width: 720px;
  margin: 0 auto;
  padding: 64px 24px;
  display: grid;
  gap: 32px;
}

.contact-item { border-top: 1px solid rgba(1,42,97,0.12); padding-top: 20px; }
.contact-item:first-child { border-top: none; padding-top: 0; }
.contact-item .label {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--orange);
  margin-bottom: 8px;
}
.contact-item a.big { font-size: 1.1rem; font-weight: 600; color: var(--navy); display: block; }
.contact-item .hint { font-size: 0.85rem; color: rgba(26,31,46,0.6); margin-top: 2px; }
.contact-item .addr span { display: block; color: rgba(26,31,46,0.85); }
.contact-item a.underline { color: var(--navy); text-decoration: underline; font-weight: 500; }

.legal-links { margin-top: 20px; font-size: 0.9rem; color: rgba(26,31,46,0.6); }
.legal-links a { color: var(--navy); text-decoration: underline; }

@media (max-width: 860px) {
  .feature-grid, .pricing-grid { grid-template-columns: 1fr; }
  .split { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero h1 { font-size: 2.2rem; }
  nav ul { gap: 14px; }
  nav a.hide-mobile { display: none; }
}
