/*======================================
Theme Name: Grit to Lead
Theme URI: https://www.gittolead.com
 Description:  A minimal Divi child theme providing a clean slate for custom development and design by MrDemonWolf, Inc.
Version: 4.19.1
Author: MrDemonWolf, Inc.
Author URI: https://www.mrdemonwolf.com
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: Divi
======================================*/
.bouncing-arrow {
  animation: bounce-down 2.5s infinite;
}

@keyframes bounce-down {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(15px); /* The arrow will move down 15px */
  }
  60% {
    transform: translateY(8px); /* The arrow will move down 8px */
  }
}

#main-header nav {
  display: none;
}

#main-header .logo_helper {
  margin: 10px 0;
}

@media (max-width: 980px) {
  #et_mobile_nav_menu {
    display: none;
  }
}

/* Sharpened Impact Simulator CSS - For Divi WordPress Integration */
/* Use these styles by adding them to your theme's CSS or Divi's custom CSS section */
.simulator_wrap {
  --gold1: #bb8c49;
  --gold2: #6e5633;
  --ink: #0e0f12;
  --ink2: #1a1c22;
  --muted: rgba(255, 255, 255, 0.7);
  color: #fff;
  font-family: system-ui, Segoe UI, Roboto, Arial, sans-serif;
  max-width: 1000px;
  margin: 40px auto;
  padding: 24px;
  border-radius: 20px;
  background: linear-gradient(135deg, var(--ink), var(--ink2));
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
}

.simulator_brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.simulator_logo {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: url("import/assets/spear_watermark.png") center/32px auto
    no-repeat;
  /* linear-gradient(135deg, var(--gold1), var(--gold2)), */
}

.simulator_eyebrow {
  font-size: 12px;
  letter-spacing: 0.14em;
  color: var(--muted);
}

.simulator_wrap h1 {
  margin: 0.25rem 0 0;
  font-size: 30px;
  line-height: 1.2;
  color: #fff !important;
}

p.simulator_lede {
  margin: 8px 0 18px;
  color: rgba(255, 255, 255, 0.85);
}

.simulator_wrap form {
  display: grid;
  gap: 14px;
  margin-top: 12px;
}

.simulator_grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.simulator_wrap label {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.92);
  display: block;
}

.simulator_wrap input[type="text"],
.simulator_wrap input[type="email"],
.simulator_wrap input[type="number"],
.simulator_wrap input[name="company"] {
  width: 100%;
  padding: 10px;
  margin-top: 6px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  outline: none;
  box-sizing: border-box;
  font-size: 14px;
}

.simulator_before_you_begin {
  margin-top: 14px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.05);
  font-size: 14px;
  line-height: 1.5;
}

.simulator_before_you_begin ul {
  margin: 8px 0 8px 20px;
  padding: 0;
  list-style: disc;
}

.simulator_wrap fieldset {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  padding: 12px;
}

.simulator_wrap legend {
  padding: 0 6px;
  color: rgba(255, 255, 255, 0.85);
}

.simulator_likert {
  margin-top: 8px;
}

.simulator_likert label {
  display: inline-block !important;
  margin-right: 8px;
  font-size: 14px;
  cursor: pointer;
}

.simulator_likert input[type="radio"] {
  margin-right: 4px;
  cursor: pointer;
}

.simulator_cta {
  display: inline-block;
  text-decoration: none;
  color: #111;
  background: var(--gold1);
  padding: 12px 18px;
  border-radius: 12px;
  font-weight: 800;
  border: 0;
  cursor: pointer;
  font-size: 16px;
  width: auto;
  border: 1px solid var(--gold1);
  transition: all 0.3s ease;
}

.simulator_cta:hover {
  background: #1c1c1c;
  color: #fff;
  border: 1px solid var(--gold1);
}

.simulator_muted {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  margin: 6px 0 10px;
}

.simulator_cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
  margin-top: 6px;
}

.simulator_card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  padding: 16px;
}

.simulator_card .simulator_k {
  font-size: 13px;
  color: var(--muted);
}

.simulator_card .simulator_v {
  margin-top: 6px;
  font-size: 22px;
  font-weight: 800;
}

.simulator_btn {
  display: inline-block;
  text-decoration: none;
  color: #111;
  background: var(--gold1);
  padding: 10px 14px;
  border-radius: 10px;
  font-weight: 700;
  margin-bottom: 10px;
  transition: all 0.3s ease;
  border: 1px solid var(--gold1);
}
.simulator_btn:hover {
  background: #1c1c1c;
  color: #fff;
  border: 1px solid var(--gold1);
}

@media (max-width: 800px) {
  .simulator_grid2 {
    grid-template-columns: 1fr;
  }
  .simulator_cards {
    grid-template-columns: 1fr;
  }
}

/* ========================================== */
/* THANK YOU PAGE STYLES */
/* ========================================== */

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes slideUp {
  from {
    transform: translateY(40px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.thankyou_page {
  --bronze: #c9974e;
  --gunmetal: #1b1f24;
  --muted: #8a909a;
  --card: #111418;
  --text: #e9ecef;
  --sub: #c9cfd6;
  color: var(--text);
  font-family: Inter, system-ui, Segoe UI, Roboto, Helvetica, Arial;
  max-width: 1100px;
  margin: 48px auto;
  padding: 24px;
}

.thankyou_wrap {
  box-sizing: border-box;
  background: #0c0f13;
  color: var(--text);
  font-family: Inter, system-ui, Segoe UI, Roboto, Helvetica, Arial;
  --bronze: #bb8c49;
  --gunmetal: #1b1f24;
  --muted: #8a909a;
  --card: #111418;
  --text: #e9ecef;
  --sub: #c9cfd6;
  max-width: 1100px;
  width: 100%;
  animation: slideUp 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.thankyou_card {
  background: var(--card);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
  padding: 28px;
}

.thankyou_band {
  background: var(--bronze);
  color: #121212;
  text-align: center;
  font-weight: 700;
  padding: 10px 14px;
  border-radius: 12px;
  margin: 8px auto 18px;
  max-width: 560px;
  font-size: 14px;
}

.thankyou_grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 24px;
}

@media (max-width: 960px) {
  .thankyou_grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .thankyou_page {
    margin: 24px auto;
    padding: 16px;
  }
  .thankyou_card {
    padding: 22px;
    border-radius: 16px;
  }
  .thankyou_band {
    font-size: 14px;
    padding: 8px 12px;
  }
}

.thankyou_player-wrap {
  background: #000;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  animation: fadeIn 0.8s ease-out 0.2s both;
}

.thankyou_player-aspect {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.thankyou_player-aspect iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.thankyou_notice {
  margin-top: 10px;
  font-size: 13px;
  color: var(--muted);
  text-align: center;
}

.thankyou_btns {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.thankyou_btn {
  appearance: none;
  border: 0;
  cursor: pointer;
  padding: 12px 20px;
  border-radius: 10px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transition: all 0.3s ease;
  flex: 1;
  min-width: 0;
}

.thankyou_btn:hover:not([disabled]) {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.thankyou_btn-primary {
  background: var(--bronze);
  color: #181818;
}

.thankyou_btn-secondary {
  background: transparent;
  border: 1px solid rgba(201, 151, 78, 0.5);
  color: #c9974e;
}

.thankyou_btn-secondary:hover:not([disabled]) {
  background: rgba(201, 151, 78, 0.1);
  box-shadow: 0 6px 12px rgba(201, 151, 78, 0.15);
}

.thankyou_btn[disabled] {
  opacity: 0.5;
  pointer-events: none;
}

.thankyou_cta-card {
  background: linear-gradient(
    180deg,
    rgba(201, 151, 78, 0.12),
    rgba(201, 151, 78, 0.04)
  );
  border: 1px solid rgba(201, 151, 78, 0.35);
  border-radius: 16px;
  padding: 18px;
  animation: fadeIn 0.8s ease-out 0.4s both;
}

.thankyou_tagline {
  text-align: center;
  color: var(--bronze);
  font-weight: 800;
  margin-top: 10px;
}

.thankyou_cta-card h2 {
  margin: 0 0 8px;
  font-size: 20px;
  color: var(--text);
}

.thankyou_cta-card p {
  margin: 0 0 12px;
  color: var(--sub);
  font-size: 14px;
  line-height: 1.5;
}

@media (max-width: 600px) {
  .thankyou_btn {
    width: 100%;
    font-size: 13px;
    padding: 12px 16px;
  }
}
