/**
 * Premium butonlar – site geneli (Projenizi Planlayalım tonları)
 */
body.bykarahan-premium .butn-light,
body.bykarahan-premium .butn-dark,
body.bykarahan-premium .butn-pricing {
  position: relative;
  display: inline-block;
  line-height: 1.2;
}

/* Dış çerçeve – çift hat efekti */
body.bykarahan-premium .butn-light::before,
body.bykarahan-premium .butn-dark::before,
body.bykarahan-premium .butn-pricing::before {
  content: "";
  position: absolute;
  inset: -4px;
  z-index: 0;
  border: 1px solid rgba(180, 139, 77, 0.22);
  pointer-events: none;
  transition: border-color 0.35s ease, inset 0.35s ease;
}

body.bykarahan-premium .butn-light:hover::before,
body.bykarahan-premium .butn-dark:hover::before,
body.bykarahan-premium .butn-pricing:hover::before {
  inset: -5px;
  border-color: rgba(214, 176, 110, 0.45);
}

/* —— Birincil: dolu altın (Projenizi Planlayalım) —— */
body.bykarahan-premium .butn-light a,
body.bykarahan-premium .butn-pricing a {
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  padding: 14px 34px;
  border: 1px solid #c9a05a;
  background: linear-gradient(135deg, #d6b06e 0%, #b48b4d 48%, #9a7340 100%);
  color: #161616 !important;
  font-family: Oswald, sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.14em;
  line-height: 1.25;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow:
    0 14px 36px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
  transition:
    transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.28s ease,
    border-color 0.28s ease,
    filter 0.28s ease;
}

body.bykarahan-premium .butn-light a::after,
body.bykarahan-premium .butn-pricing a::after {
  content: "";
  position: absolute;
  top: -40%;
  bottom: -40%;
  left: -50%;
  z-index: 0;
  width: 42%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.42),
    transparent
  );
  transform: skewX(-20deg);
  transition: left 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

body.bykarahan-premium .butn-light a span,
body.bykarahan-premium .butn-pricing a span {
  position: relative;
  z-index: 2;
  color: #161616 !important;
}

body.bykarahan-premium .butn-light a:hover,
body.bykarahan-premium .butn-pricing a:hover {
  transform: translateY(-3px);
  border-color: #e0c080;
  filter: brightness(1.06);
  box-shadow:
    0 22px 48px rgba(0, 0, 0, 0.36),
    0 0 24px rgba(180, 139, 77, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

body.bykarahan-premium .butn-light a:hover::after,
body.bykarahan-premium .butn-pricing a:hover::after {
  left: 115%;
}

/* —— İkincil: çerçeveli koyu (DEVAMINI OKU vb.) —— */
body.bykarahan-premium .butn-dark a {
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  padding: 13px 30px;
  border: 1px solid rgba(180, 139, 77, 0.65);
  background: linear-gradient(
    165deg,
    rgba(38, 34, 30, 0.95) 0%,
    rgba(24, 22, 20, 0.98) 100%
  );
  color: #e8d4b0 !important;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1.25;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow:
    0 12px 32px rgba(0, 0, 0, 0.24),
    inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  transition:
    transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.28s ease,
    border-color 0.28s ease,
    background 0.35s ease,
    color 0.28s ease;
}

body.bykarahan-premium .butn-dark a::after {
  content: "";
  position: absolute;
  top: -40%;
  bottom: -40%;
  left: -50%;
  z-index: 0;
  width: 42% !important;
  height: auto !important;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(214, 176, 110, 0.35),
    transparent
  );
  transform: skewX(-20deg);
  transition: left 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

body.bykarahan-premium .butn-dark a span {
  position: relative;
  z-index: 2;
  color: inherit !important;
  transition: color 0.28s ease;
}

body.bykarahan-premium .butn-dark a:hover {
  transform: translateY(-3px);
  border-color: #d6b06e;
  background: linear-gradient(135deg, #d6b06e 0%, #b48b4d 52%, #9a7340 100%);
  color: #141414 !important;
  box-shadow:
    0 20px 44px rgba(0, 0, 0, 0.32),
    0 0 20px rgba(180, 139, 77, 0.18);
}

body.bykarahan-premium .butn-dark a:hover::after {
  left: 115% !important;
  width: 42% !important;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.38),
    transparent
  );
}

body.bykarahan-premium .butn-dark a:hover span {
  color: #141414 !important;
}

/* Proje kartları & hero */
body.bykarahan-premium .projects .item .con .butn-light a,
body.bykarahan-premium .premium-hero-cta a {
  padding: 13px 28px;
  font-size: 14px;
}

/* Elementor butonları */
body.bykarahan-premium .elementor-button,
body.bykarahan-premium .elementor-button-link {
  position: relative;
  overflow: hidden;
  border: 1px solid #c9a05a !important;
  border-radius: 0 !important;
  background: linear-gradient(135deg, #d6b06e 0%, #b48b4d 48%, #9a7340 100%) !important;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.26) !important;
  transition: transform 0.28s ease, box-shadow 0.28s ease !important;
}

body.bykarahan-premium .elementor-button::after {
  content: "";
  position: absolute;
  top: -40%;
  bottom: -40%;
  left: -50%;
  width: 42%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.38), transparent);
  transform: skewX(-20deg);
  transition: left 0.6s ease;
  pointer-events: none;
}

body.bykarahan-premium .elementor-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.32) !important;
}

body.bykarahan-premium .elementor-button:hover::after {
  left: 115%;
}

body.bykarahan-premium .elementor-button .elementor-button-text {
  position: relative;
  z-index: 1;
  color: #161616 !important;
  font-family: Oswald, sans-serif !important;
  font-weight: 500 !important;
  letter-spacing: 0.1em !important;
}

/* İletişim formu gönder */
body.bykarahan-premium .wpcf7 input[type="submit"],
body.bykarahan-premium .wpcf7-submit {
  position: relative;
  overflow: hidden;
  padding: 14px 34px !important;
  border: 1px solid #c9a05a !important;
  border-radius: 0 !important;
  background: linear-gradient(135deg, #d6b06e 0%, #b48b4d 48%, #9a7340 100%) !important;
  color: #161616 !important;
  font-family: Oswald, sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  cursor: pointer;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.24);
  transition: transform 0.28s ease, box-shadow 0.28s ease, filter 0.28s ease;
}

body.bykarahan-premium .wpcf7 input[type="submit"]:hover,
body.bykarahan-premium .wpcf7-submit:hover {
  transform: translateY(-2px);
  filter: brightness(1.06);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

/* Aktif / focus */
body.bykarahan-premium .butn-light a:focus-visible,
body.bykarahan-premium .butn-dark a:focus-visible,
body.bykarahan-premium .butn-pricing a:focus-visible {
  outline: 2px solid #e0c080;
  outline-offset: 4px;
}

@media (max-width: 767px) {
  body.bykarahan-premium .butn-light a,
  body.bykarahan-premium .butn-dark a,
  body.bykarahan-premium .butn-pricing a {
    padding: 12px 22px;
    font-size: 13px;
    letter-spacing: 0.1em;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.bykarahan-premium .butn-light a,
  body.bykarahan-premium .butn-dark a,
  body.bykarahan-premium .butn-pricing a,
  body.bykarahan-premium .butn-light a::after,
  body.bykarahan-premium .butn-dark a::after,
  body.bykarahan-premium .butn-pricing a::after,
  body.bykarahan-premium .elementor-button::after {
    transition: none !important;
  }

  body.bykarahan-premium .butn-light a:hover,
  body.bykarahan-premium .butn-dark a:hover,
  body.bykarahan-premium .butn-pricing a:hover {
    transform: none;
  }
}
