:root {
	--primary-color: #0A6EFA;
	--primary-hover: #0858C8;
	--secondary-color: #436489;
	--primary60: #0A6EFA;
	--primary70: #0858C8;
	--secondary60: #436489;
}

/* Right Now Air careers page */
/* Accent #e07b20 | Accent dark #b25f14 | Accent soft #fdf1e4 | Dark #10263f */

* { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
}

body {
  background-color: #ffffff;
  color: #3d4b5c;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

.container {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 24px;
}

a { color: #b25f14; }

/* Topbar */

.topbar {
  background-color: #ffffff;
  border-bottom: 1px solid #e6eaef;
  padding: 18px 0;
}

.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.logo {
  font-size: 21px;
  font-weight: 800;
  letter-spacing: 0.01em;
  color: #10263f;
  text-decoration: none;
}

.logo-accent { color: #e07b20; }

.topbar-links {
  display: flex;
  align-items: center;
  gap: 22px;
}

.topbar-links a {
  color: #10263f;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.topbar-links a:hover { color: #b25f14; }

.topbar-phone {
  color: #b25f14 !important;
  font-weight: 700;
}

/* Sections */

section {
  padding: 78px 0;
  text-align: center;
}

.hero .container,
section .container { text-align: center; }

.section-alt { background-color: #f6f8fa; }

.section-label {
  display: block;
  text-align: center !important;
  margin: 0 auto 14px auto !important;
  color: #b25f14;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.section-title {
  display: block;
  text-align: center !important;
  max-width: 700px;
  margin: 0 auto 18px auto !important;
  color: #10263f;
  font-size: 38px;
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.section-subtitle {
  display: block;
  text-align: center !important;
  max-width: 660px;
  margin: 0 auto 44px auto !important;
  color: #4a5765;
  font-size: 17px;
  line-height: 1.7;
}

/* Hero */

.hero {
  background-color: #ffffff;
  padding: 92px 0 84px 0;
  text-align: center;
}

.badge {
  display: inline-block;
  background-color: #fdf1e4;
  color: #b25f14;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 7px 16px;
  border-radius: 999px;
  margin-bottom: 20px;
}

.hero h1 {
  display: block;
  text-align: center !important;
  max-width: 760px;
  margin: 0 auto 20px auto !important;
  color: #10263f;
  font-size: 54px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: 0.005em;
}

.hero h1 .accent { color: #e07b20; }

.hero-subhead {
  display: block;
  text-align: center !important;
  max-width: 620px;
  margin: 0 auto 34px auto !important;
  color: #4a5765;
  font-size: 18px;
  line-height: 1.7;
}

/* Button */

.btn,
a.btn,
a.btn:link,
a.btn:visited {
  display: inline-block;
  background-color: #e07b20;
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-decoration: none;
  padding: 16px 40px;
  border: 0;
  border-radius: 6px;
}

a.btn:hover,
a.btn:active,
a.btn:focus {
  background-color: #c4680f;
  color: #ffffff !important;
  text-decoration: none;
}

/* Values grid */

.values-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
}

.value-item {
  background-color: #ffffff;
  border: 1px solid #e1e7ed;
  border-top: 3px solid #e1e7ed;
  border-radius: 8px;
  padding: 28px 26px;
}

.value-item:hover { border-top-color: #e07b20; }

.value-title {
  margin: 0 0 10px 0;
  color: #10263f;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.3;
}

.value-item p {
  margin: 0;
  color: #4a5765;
  font-size: 16px;
  line-height: 1.68;
}

/* Perks */

.perks {
  list-style: none;
  max-width: 820px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
}

.perk {
  display: flex;
  align-items: flex-start;
  gap: 22px;
  padding: 26px 0;
  border-bottom: 1px solid #e6eaef;
}

.perk:last-child { border-bottom: 0; }

.perk-number {
  flex: 0 0 auto;
  color: #e07b20;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.25;
  min-width: 48px;
}

.perk-content { flex: 1 1 auto; }

.perk-title {
  margin: 0 0 8px 0;
  color: #10263f;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.3;
}

.perk-content p {
  margin: 0;
  color: #4a5765;
  font-size: 16px;
  line-height: 1.7;
}

/* CTA */

.cta {
  background-color: #10263f;
  padding: 84px 0;
  text-align: center;
}

.cta-title {
  display: block;
  text-align: center !important;
  max-width: 700px;
  margin: 0 auto 16px auto !important;
  color: #ffffff;
  font-size: 40px;
  line-height: 1.16;
  font-weight: 800;
}

.cta-text {
  display: block;
  text-align: center !important;
  max-width: 560px;
  margin: 0 auto 32px auto !important;
  color: #c3cedb;
  font-size: 18px;
  line-height: 1.7;
}

/* Footer */

footer {
  background-color: #0b1b2e;
  color: #a9b6c5;
  padding: 46px 0;
  text-align: center;
}

footer .container { text-align: center; }

.footer-name {
  margin: 0 0 10px 0;
  color: #ffffff;
  font-size: 19px;
  font-weight: 800;
}

.footer-line {
  margin: 0 0 6px 0;
  font-size: 15px;
}

footer a {
  color: #a9b6c5;
  text-decoration: none;
  font-weight: 700;
}

footer a:hover { color: #e07b20; }

.footer-tagline {
  margin: 18px 0 0 0;
  color: #7d8c9d;
  font-size: 13px;
  letter-spacing: 0.02em;
}

/* Responsive */

@media (max-width: 860px) {
  .hero h1 { font-size: 40px; }
  .section-title { font-size: 31px; }
  .cta-title { font-size: 32px; }
  .values-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  section { padding: 56px 0; }
  .hero { padding: 64px 0 58px 0; }
  .hero h1 { font-size: 33px; }
  .hero-subhead { font-size: 17px; }
  .section-title { font-size: 27px; }
  .cta-title { font-size: 28px; }
  .perk { display: block; }
  .perk-number { display: block; margin-bottom: 6px; }
  .topbar-inner { justify-content: center; }
  .btn, a.btn { width: 100%; padding: 16px 20px; }
}
