/********** common setting **********/

html {
  scroll-behavior: smooth;
}
body {
  color: #021e56 !important;
}
h2 {
  font-size: 2.8rem !important;
  font-weight: 700;
}

img {
  display: block;
  max-width: 100%;
}

a,
button {
  cursor: pointer;
}

.jumbotron {
  margin-bottom: 0 !important;
}

.atlas-cta {
  border-radius: 22px !important;
  padding: 12px 30px !important;
  font-weight: 700;
  transition: 0.3s ease-in-out !important;
}

.atlas-cta:hover {
  text-decoration: none;
  transform: translateY(-5px);
}

.atlas-cta-wide {
  width: 100%;
}

.cta-green {
  background: #afd136 !important;
  color: #192440 !important;
}

.cta-green:hover {
  color: #ffffff !important;
  background: #afd136 !important;
}

.cta-blue {
  background: #021e56 !important;
  color: #fff !important;
}

.cta-blue:hover {
  color: #ffffff !important;
  background: #021e56f2 !important;
}

.cta-ghost {
  border: 2px solid #192440 !important;
  color: #192440 !important;
}

.cta-ghost:hover {
  color: #ffffff !important;
  background: #121a2e !important;
}

#banner {
  background-size: cover;
}

/********** hero banner — slideshow **********/
.hero-banner {
  position: relative;
  min-height: 100vh;
  height: 100vh;
  overflow: hidden;
  background-color: #021e56;
}

.hero-banner__slides {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-banner__slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  transition: opacity 1.35s ease-in-out;
  pointer-events: none;
}

.hero-banner__slide.is-active {
  opacity: 1;
}

.hero-banner__slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Navy blue wash over photos — same brand tone as classic #banner hero */
.hero-banner__scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    165deg,
    rgba(2, 30, 86, 0.88) 0%,
    rgba(2, 30, 86, 0.68) 38%,
    rgba(2, 30, 86, 0.62) 55%,
    rgba(2, 30, 86, 0.9) 100%
  );
}

.hero-banner__content {
  position: relative;
  z-index: 2;
}

@media (prefers-reduced-motion: reduce) {
  .hero-banner__slide {
    transition: none;
  }

  .hero-banner__slide:not(.is-active) {
    opacity: 0;
    visibility: hidden;
  }

  .hero-banner__slide.is-active {
    opacity: 1;
    visibility: visible;
  }
}

/********** banner **********/
#banner header {
  overflow: hidden;
}

#banner header img {
  max-width: 150px;
}

/********** hero — Justonair Studio pills **********/
.hero-studio-block {
  max-width: 42rem;
}

.hero-studio-block--hero {
  margin-top: 0.25rem;
}

.hero-studio-block__pills {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.38rem 0.5rem;
  margin: 0;
  padding: 0;
}

/* Pills sit inside the Studio CTA card */
.hero-studio-block__cta .hero-studio-block__pills {
  margin: 0.15rem 0 0.85rem;
  width: 100%;
}

.hero-pill {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.38rem 0.75rem;
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
}

/* Ana sayfada Studio’ya hızlı bakış — kısa etiketler (tam metin için title kullanıldı) */
.hero-pill.hero-pill--compact {
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  padding: 0.2rem 0.48rem;
  border-color: rgba(255, 255, 255, 0.22);
}

.hero-studio-block__cta-wrap {
  max-width: 38rem;
  margin-top: 0.35rem;
  padding-top: 0.35rem;
}

.hero-studio-block__badge-new {
  position: absolute;
  top: 0;
  left: 1.15rem;
  z-index: 2;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.32rem 0.72rem;
  border-radius: 999px;
  background: #afd136;
  color: #192440;
  line-height: 1;
  box-shadow: 0 3px 14px rgba(175, 209, 54, 0.5);
  transform: translateY(-50%);
  pointer-events: none;
}

.hero-studio-block__cta {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  padding: 1.35rem 1.15rem 1.05rem 1.25rem;
  border-radius: 14px;
  text-decoration: none !important;
  color: #fff !important;
  background: rgba(2, 30, 86, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease,
    box-shadow 0.25s ease;
}

.hero-studio-block__cta:hover {
  transform: translateY(-3px);
  border-color: rgba(175, 209, 54, 0.55);
  background: rgba(2, 30, 86, 0.58);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.28);
  color: #fff !important;
}

.hero-studio-block__cta-label {
  font-weight: 800;
  font-size: 1.05rem;
  letter-spacing: -0.02em;
  color: #afd136;
}

.hero-studio-block__cta-desc {
  flex: 1 1 12rem;
  font-size: 0.92rem;
  line-height: 1.35;
  opacity: 0.95;
  font-weight: 500;
}

.hero-studio-block__cta-go {
  font-weight: 700;
  font-size: 0.88rem;
  white-space: nowrap;
  color: #afd136;
}

.hero-studio-block__cta-go .fa {
  margin-left: 0.2rem;
  transition: transform 0.2s ease;
}

.hero-studio-block__cta:hover .hero-studio-block__cta-go .fa {
  transform: translateX(4px);
}

.hero-studio-block__cta-main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 1rem;
  width: 100%;
}

@media (max-width: 575px) {
  .hero-studio-block__cta-main {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-studio-block__cta-go {
    align-self: flex-end;
  }
}

.hero-studio-block__blog-teaser-link {
  text-decoration: underline;
}

.hero-studio-block__blog-teaser a:hover {
  color: #c5e567 !important;
}

/********** live stat ticker (hero) **********/
.live-stat-ticker {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.45rem;
  max-width: 100%;
  padding: 0.65rem 1.1rem 0.65rem 0.95rem;
  margin-bottom: 1.35rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
  font-size: 0.88rem;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.95);
}

.live-stat-ticker__pulse {
  flex-shrink: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #afd136;
  box-shadow: 0 0 0 0 rgba(175, 209, 54, 0.45);
  animation: live-stat-pulse 2.2s ease-in-out infinite;
}

@keyframes live-stat-pulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(175, 209, 54, 0.45);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(175, 209, 54, 0);
  }
}

.live-stat-ticker__year {
  font-weight: 800;
  color: #afd136;
  letter-spacing: 0.06em;
  font-size: 0.82rem;
}

.live-stat-ticker__sep {
  opacity: 0.45;
  font-weight: 300;
  margin: 0 0.05rem;
}

.live-stat-ticker__muted {
  font-weight: 500;
  opacity: 0.88;
  font-size: 0.82rem;
}

.live-stat-ticker__value {
  font-weight: 800;
  font-size: 1.2rem;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.02em;
  color: #fff;
  min-width: 4.5ch;
  text-align: right;
}

.live-stat-ticker__plus {
  font-weight: 800;
  font-size: 1.1rem;
  color: #afd136;
  margin-left: -0.15rem;
}

.live-stat-ticker__unit {
  font-weight: 600;
  opacity: 0.82;
  font-size: 0.78rem;
  letter-spacing: 0.02em;
}

@media (max-width: 575px) {
  .live-stat-ticker {
    padding: 0.55rem 0.85rem;
    font-size: 0.8rem;
  }

  .live-stat-ticker__value {
    font-size: 1.05rem;
  }
}

/********** feature (skew background) **********/
.feature img {
  width: 100%;
  max-width: 480px;
}

#feature-first {
  background: linear-gradient(168deg, #ffffff 55%, #afd136 0);
}

#feature-last {
  background: #afd136;
}

/********** price table **********/
#price-table {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

#price-table__premium {
  background: #192440;
  color: #ffffff;
}

#price-table ul li {
  padding: 5px 0;
}

/********** contact **********/
#contact {
  background-size: cover;
}

#contact ul li {
  padding: 3px 0;
}

#contact form {
  color: #afd136;
}

#contact form input,
.dropdown button,
#contact form textarea {
  background: transparent;
  border: 1px solid #afd136;
  color: #ffffff;
}

#contact form .bootstrap-select {
  width: 100%;
}

#contact .contact-headline {
  line-height: 1.3;
}

#contact .contact-headline__strike {
  position: relative;
  display: inline-block;
  text-decoration: none;
  opacity: 0.55;
  font-weight: 700;
  margin-right: 0.15em;
}

#contact .contact-headline__strike::after {
  content: "";
  position: absolute;
  left: -0.05em;
  right: -0.05em;
  top: 52%;
  height: 0.12em;
  background: rgba(255, 255, 255, 0.9);
  transform: rotate(-1.5deg);
  border-radius: 3px;
  pointer-events: none;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}

#contact .contact-headline__hemen {
  font-family: "Caveat", cursive;
  font-weight: 700;
  font-size: clamp(2.75rem, 8vw, 3.75rem);
  line-height: 0.85;
  display: inline-block;
  color: #afd136;
  margin: 0 0.08em 0 0.12em;
  vertical-align: -0.12em;
  transform: rotate(-3deg);
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.4);
  letter-spacing: 0.03em;
}

.bootstrap-select .dropdown-toggle button {
  color: #afd136 !important;
}

.bootstrap-select .dropdown-toggle {
  background-color: transparent !important;
}

.bootstrap-select .dropdown-toggle:active,
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select .dropdown-toggle:hover {
  color: #afd136 !important;
}

.bootstrap-select .dropdown-toggle.bs-placeholder,
.bootstrap-select .dropdown-toggle.bs-placeholder:active,
.bootstrap-select .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select .dropdown-toggle.bs-placeholder:hover,
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  color: #afd136 !important;
}

.dropdown button {
  background: transparent;
  border: 1px solid #afd136;
  color: #ffffff;
}

/********** copyright **********/
#copyright {
  background: #192440;
  padding: 2rem 3rem;
}

#copyright #social-media a {
  width: 40px;
  height: 40px;
  border-radius: 99%;
  background: #ffffff;
  transition: 0.4s ease;
}

#copyright #social-media a i {
  color: #192440;
  font-size: 1.2rem;
  line-height: 40px;
}

#copyright #social-media a:hover {
  background: #afd136;
}

#copyright #social-media a:hover i {
  color: #ffffff;
}

.bootstrap-select .bs-ok-default::after {
  width: 0.3em;
  height: 0.6em;
  border-width: 0 0.1em 0.1em 0;
  transform: rotate(45deg) translateY(0.5rem);
}

.btn.dropdown-toggle:focus {
  outline: none !important;
}

/********** RWD **********/
@media (max-width: 575px) {
  #banner h1 {
    font-size: 3.6rem;
  }
}
