/*
 * Climbto350: theme and layout overrides (load after templatemo-lava.css)
 * Brand orange: #F39C12
 */

:root {
  --ct350-orange: #F39C12;
  --ct350-orange-dark: #d35400;
  --ct350-orange-soft: #fdebd0;
}

/* --- Global recolor (template pinks → brand orange) --- */
::selection,
::-moz-selection {
  background: var(--ct350-orange);
  color: #fff;
}

a.main-button-slider:hover,
a.main-button:hover,
button.main-button:hover {
  background-color: var(--ct350-orange-dark) !important;
}

a.main-button-slider,
a.main-button,
button.main-button {
  background-color: var(--ct350-orange) !important;
}

.center-heading h2 em,
.welcome-area .header-text h1 em,
.footer-content .right-content h2 em {
  color: var(--ct350-orange) !important;
}

.header-area .main-nav .nav li:hover a,
.background-header .main-nav .nav li:hover a,
.background-header .nav li a.active,
.header-area.header-sticky .nav li a.active {
  color: var(--ct350-orange) !important;
}

.header-area .main-nav .nav li.submenu ul li a:before {
  background: var(--ct350-orange) !important;
}

.header-area .main-nav .nav li.submenu ul li a:hover {
  color: var(--ct350-orange) !important;
}

#preloader {
  background-image: linear-gradient(
    145deg,
    var(--ct350-orange) 0%,
    var(--ct350-orange-dark) 100%
  ) !important;
}

.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
  background: var(--ct350-orange) !important;
  background-image: none !important;
}

.owl-carousel .owl-nav button.owl-next span:hover,
.owl-carousel .owl-nav button.owl-prev span:hover {
  background-color: var(--ct350-orange-dark) !important;
}

/* Owl dots (theme defaults not bundled with core owl-carousel.css) */
#app-tour .owl-dots,
.owl-carousel .owl-dots {
  margin-top: 24px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

#app-tour .owl-dots .owl-dot,
.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

#app-tour .owl-dots .owl-dot span,
.owl-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 6px 8px;
  background: rgba(243, 156, 18, 0.35);
  display: block;
  border-radius: 30px;
  transition: opacity 0.2s ease;
}

#app-tour .owl-dots .owl-dot.active span,
#app-tour .owl-dots .owl-dot:hover span,
.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
  background: var(--ct350-orange);
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--ct350-orange);
  outline: 0;
  box-shadow: 0 0 0 0.15rem rgba(243, 156, 18, 0.25);
}

footer .social li a:hover {
  background-color: var(--ct350-orange) !important;
  border-color: var(--ct350-orange) !important;
}

/* --- Wordmark --- */
.logo.logo-wordmark {
  font-family: "Bowlby One", "Fredoka", cursive, sans-serif;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.5px;
  font-size: 26px;
}

.background-header .logo.logo-wordmark {
  color: #1e1e1e !important;
}

/* --- Hero (two-column + trailer phone) --- */
.welcome-area.welcome-climb {
  background-image: none;
  background: linear-gradient(135deg, #fff8f0 0%, #ffffff 45%, #fef5eb 100%);
  min-height: 100vh;
}

.welcome-area.welcome-climb .header-text {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 60px;
}

@media (min-width: 992px) {
  .welcome-area.welcome-climb .header-text .left-text {
    margin-top: 0 !important;
    transform: none !important;
    padding-top: 40px;
    align-self: center;
  }

  .welcome-area.welcome-climb .right-hero {
    padding-top: 40px;
    align-self: center;
  }
}

@media (max-width: 991px) {
  .welcome-area.welcome-climb {
    height: auto;
    min-height: 0;
  }

  .welcome-area.welcome-climb .header-text {
    padding-top: 100px;
    width: 100%;
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .welcome-area.welcome-climb .header-text .left-text {
    margin-top: 0 !important;
    transform: none !important;
    text-align: center;
  }

  .welcome-area.welcome-climb .store-badges {
    justify-content: center;
  }

  .welcome-area.welcome-climb .right-hero {
    margin-top: 40px;
  }
}

.welcome-area.welcome-climb .header-text h1,
.hero-wordmark {
  font-family: "Bowlby One", "Fredoka", cursive, sans-serif;
  font-weight: 400;
  font-size: clamp(36px, 6vw, 52px);
  line-height: 1.15;
  letter-spacing: 0.5px;
  color: #191a20;
}

.welcome-area.welcome-climb .header-text h1 em {
  color: var(--ct350-orange) !important;
}

.welcome-area.welcome-climb .tagline {
  font-size: 20px;
  font-weight: 500;
  color: #4a4a4a;
  margin-bottom: 28px;
}

/* App store row */
.store-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 28px;
  align-items: center;
}

.store-badge {
  display: inline-block;
  min-height: 48px;
  padding: 12px 22px;
  border-radius: 8px;
  background: #1a1a1a;
  color: #fff !important;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.5px;
  transition: background 0.2s ease, transform 0.2s ease;
}

.store-badge:hover {
  background: var(--ct350-orange-dark);
  color: #fff !important;
  transform: translateY(-1px);
}

.store-badge small {
  display: block;
  font-size: 11px;
  font-weight: 400;
  opacity: 0.85;
}

/* Phone frame (hero + carousel) */
.phone-frame {
  position: relative;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 12px 16px;
  background: linear-gradient(160deg, #3d3d3d 0%, #1f1f1f 100%);
  border-radius: 32px;
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.22);
}

.phone-frame::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 28%;
  height: 22px;
  background: #0d0d0d;
  border-radius: 0 0 14px 14px;
  z-index: 2;
}

.phone-screen {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  background: #000;
  aspect-ratio: 9 / 19.5;
}

.phone-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Trailer is landscape; letterbox inside portrait frame */
.phone-screen video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  background: #000;
}

/* Feature cards: show app screenshot as icon */
.features-item .features-thumb {
  position: relative;
  z-index: 10;
  max-width: 200px;
  width: 100%;
  margin: 0 auto 28px;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.features-item .features-icon h2 {
  color: var(--ct350-orange-soft);
}

/* Resume / promotion: single column bullets without float icons */
#promotion .resume-bullets {
  list-style: none;
  padding: 0;
  margin: 0;
}

#promotion .resume-bullets li {
  display: block;
  margin-bottom: 18px;
  padding-left: 22px;
  position: relative;
  color: #555;
  font-size: 15px;
  line-height: 1.55;
}

#promotion .resume-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ct350-orange);
}

#promotion .resume-bullets li strong {
  color: #1e1e1e;
}

/* --- App tour section (replaces testimonials styling hook) --- */
.right-image-decor {
  margin-top: -120px;
}

#app-tour {
  padding: 100px 0 120px;
  position: relative;
  z-index: 9;
  background: linear-gradient(180deg, #fafafa 0%, #ffffff 100%);
}

#app-tour .center-heading {
  margin-bottom: 50px;
}

.app-tour-item {
  text-align: center;
  padding: 20px 10px 10px;
}

.app-tour-item .phone-frame {
  max-width: 260px;
}

.app-tour-item h4 {
  margin-top: 18px;
  font-size: 18px;
  color: #1e1e1e;
  font-weight: 600;
}

.app-tour-item p {
  font-size: 14px;
  color: #888;
  margin-top: 6px;
}

/* Employers + stay connected bands */
.section-band {
  padding: 90px 0;
  position: relative;
  z-index: 5;
}

#employers {
  background: #fff;
}

#stay-connected {
  background: linear-gradient(180deg, #fff8f0 0%, #ffffff 100%);
}

.band-copy h3 {
  font-size: 28px;
  color: #1e1e1e;
  margin-bottom: 16px;
  font-weight: 700;
}

.band-copy h3 em {
  font-style: normal;
  color: var(--ct350-orange);
}

.band-copy p {
  font-size: 16px;
  line-height: 1.7;
  color: #666;
}

.band-shot {
  border-radius: 12px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
  max-width: 320px;
  width: 100%;
}

@media (max-width: 991px) {
  .band-copy {
    margin-top: 36px;
    text-align: center;
  }

  .band-shot-wrap {
    text-align: center;
  }
}
