/* ------------------------------------------
   GLOBAL BASE TYPOGRAPHY AND LAYOUT
   Matches Quantboys look and feel
------------------------------------------- */

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

html, body {
  margin: 0;
  padding: 0;
  background: #0b0f16;
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 1.55;
}

/* Prevent WP themes from overriding */
body * {
  box-sizing: border-box;
  font-family: 'Inter', sans-serif !important;
}

/* Links */
a {
  color: #ffffff;
  text-decoration: none;
}

/* ------------------------------------------
   HEADER
------------------------------------------- */

.rpq_header {
  width: 100%;
  padding: 36px 0 20px;
  position: relative;
  z-index: 10;
}

.rpq_header_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
}

.rpq_logo {
  height: 100px;
  width: auto;
}

.rpq_logo_link {
  display: block;
  margin: 0 auto;
}

.rpq_nav {
  display: flex;
  gap: 32px;
  justify-content: center;
}

.rpq_nav_link {
  font-size: 18px;
  opacity: 0.85;
  transition: opacity 0.2s ease;
}

.rpq_nav_link:hover {
  opacity: 1;
}

/* Signup button: aligned + green */
.rpq_nav_link_primary {
  padding: 8px 16px;
  background: #1fa87a;
  border-radius: 4px;
  font-weight: 500;
  line-height: 1;
  height: 32px;
  display: flex;
  align-items: center;
}

/* ------------------------------------------
   HERO SECTION
------------------------------------------- */

.rpq_hero {
  max-width: 900px;
  margin: 0px auto 10px;
  padding: 0 32px;
  text-align: center;
}

.rpq_hero_kicker {
  color: #b7bfc7;
  font-size: 20px;
  opacity: 0.85;
  margin-bottom: 26px;
}

/* Updated headline size */
.rpq_hero_title {
  font-size: 54px;
  font-weight: 600;
  margin-bottom: 24px;
  line-height: 1.2;
  color: #ffffff;
}

.rpq_hero_text {
  font-size: 19px;
  max-width: 720px;
  margin: 0 auto 40px;
  color: #d4d8dd;
  line-height: 1.55;
}

.rpq_button_primary {
  display: inline-block;
  padding: 10px 24px;
  background: #e63939;
  color: #ffffff;
  border-radius: 24px;
  font-size: 32px;
  font-weight: 600;
  transition: background 0.2s ease;
}

.rpq_button_primary:hover {
  background: #ff4a4a;
}

/* Founded in 2008 bigger, brighter, tighter */
.rpq_hero_note {
  margin-top: 14px;
  margin-bottom: 40px;
  font-size: 17px;
  color: #c8cdd3;
}

/* ------------------------------------------
   FOCUS AREAS
------------------------------------------- */

.rpq_focus {
  max-width: 1150px;
  margin: 10px auto;
  padding: 0 32px;
  text-align: center;
}

.rpq_focus_heading {
  font-size: 48px;
  margin-bottom: 10px;
  color: #ffffff;
}

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

.rpq_focus_item {
  padding: 20px;
}

.rpq_focus_title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #ffffff;
}

.rpq_focus_text {
  font-size: 18px;
  color: #c3c8cf;
  line-height: 1.5;
}

/* ------------------------------------------
   SCOPE BLOCK
------------------------------------------- */

.rpq_scope {
  max-width: 900px;
  margin: 10px auto 20px;
  padding: 0 32px;
  text-align: center;
}

.rpq_scope_heading {
  font-size: 48px;
  margin-bottom: 20px;
  color: #ffffff;
}

.rpq_scope_text {
  font-size: 17px;
  color: #c3c8cf;
  line-height: 1.55;
}

/* ------------------------------------------
   FOOTER
------------------------------------------- */

.rpq_footer {
  padding: 60px 32px;
  background: #000000;
  color: #d5e1ea;
  text-align: center;
  margin-top: 400px;
}

.rpq_footer_links {
  display: flex;
  justify-content: center;
  gap: 42px;
  margin-bottom: 40px;
}

.rpq_footer_link {
  font-size: 15px;
  opacity: 0.85;
}

.rpq_footer_link:hover {
  opacity: 1;
}

.rpq_footer_copy {
  font-size: 14px;
  margin-bottom: 32px;
  opacity: 0.9;
}

.rpq_footer_text {
  max-width: 900px;
  margin: 12px auto;
  font-size: 14px;
  line-height: 1.55;
  opacity: 0.6;
}
