/*
 * ANA SAYFA
 * Yalnızca Index.cshtml içindeki kahraman alanı ve ana sayfa bileşenleri.
 */
.kh-shell {
  --kh-ink: #10172a;
  --kh-navy: #10072f;
  --kh-navy-2: #241052;
  --kh-purple: #6d37d7;
  --kh-purple-dark: #4c1eaa;
  --kh-cyan: #00a6c8;
  --kh-soft: #f6f5fb;
  --kh-line: #dddbea;
  --kh-shadow: 0 18px 50px rgba(23, 14, 64, 0.12);
  color: var(--kh-ink);
  background: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

.kh-shell,
.kh-shell * {
  box-sizing: border-box;
}

.kh-shell img {
  display: block;
  max-width: 100%;
  height: auto;
}

.kh-shell a {
  text-decoration: none;
}

/*
 * The original theme CSS is intentionally deferred below the retained hero.
 * Keep its scroll-reveal helpers inert so a refresh never moves visible
 * content diagonally or vertically while those styles finish loading.
 */
.kh-original-section .wow {
  visibility: visible !important;
  animation: none !important;
  transform: none !important;
}

.kh-container {
  width: min(calc(100% - 40px), 1160px);
  margin-inline: auto;
}

.kh-topbar {
  color: #fff;
  background: var(--kh-navy);
  font-size: 0.9rem;
}

.kh-topbar .kh-container {
  display: flex;
  width: 98%;
  max-width: 1545px;
  min-height: 40px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0;
}

.kh-topbar a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.kh-header {
  position: relative;
  z-index: 100;
  padding: 9px 0;
  background: #fff;
}

.kh-shared-header {
  position: relative;
  z-index: 100;
  padding: 9px 0;
  background: transparent;
  color: #555;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.kh-shared-header .wrapper1545 {
  width: 100%;
  max-width: 1545px;
  min-height: 100px;
  margin-right: auto;
  margin-left: auto;
}

.kh-shared-header .navbar {
  position: relative;
  display: flex;
  min-height: 100px;
  align-items: center;
  padding: 0;
}

.kh-shared-header .navbar-toggler {
  display: none;
}

.kh-shared-header .navbar-brand {
  display: block;
  margin-right: 16px;
  padding: 5px 0;
}

.kh-shared-header .navbar-brand figure {
  margin: 0;
}

.kh-shared-header .navbar-brand img {
  display: inline;
  width: 192px;
  height: 90px;
  object-fit: contain;
}

.kh-shared-header .navbar-collapse {
  display: flex;
  flex-basis: auto;
  flex-grow: 1;
  align-items: center;
}

.kh-shared-header .navbar-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 60px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.kh-shared-header .navbar-light .navbar-nav .nav-link {
  display: block;
  padding: 0;
  color: #000;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

.kh-shared-header .navbar-light .navbar-nav .active .nav-link,
.kh-shared-header .navbar-light .navbar-nav .nav-link:hover,
.kh-shared-header .navbar-light .navbar-nav .nav-link:focus-visible {
  color: #54247f;
}

.kh-shared-header .header-btn {
  margin-left: 48px;
}

.kh-shared-header .header-btn ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.kh-shared-header .toggle-bar a {
  display: flex;
  width: 50px;
  height: 50px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: normal;
  background: #54247f;
  border-radius: 0;
  text-decoration: none;
}

.kh-shared-header .toggle-bar a span {
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
}

.kh-shared-header .toggle-bar a span:nth-child(2) {
  margin: 6px 0;
}

@media (max-width: 1440px) {
  .kh-shared-header .navbar-nav {
    gap: 38px;
  }

  .kh-shared-header .toggle-bar a {
    width: 46px;
    height: 46px;
  }
}

@media (max-width: 1199px) {
  .kh-shared-header .navbar-nav {
    gap: 30px;
  }

  .kh-shared-header .header-btn {
    margin-left: 30px;
  }

  .kh-shared-header .toggle-bar a {
    width: 42px;
    height: 42px;
  }
}

@media (max-width: 991px) {
  .kh-shared-header .navbar {
    justify-content: space-between;
  }

  .kh-shared-header .navbar-collapse {
    display: none;
  }

  .kh-shared-header .navbar-brand {
    margin-right: 0;
    padding: 0;
  }

  .kh-shared-header .header-btn {
    margin-left: 30px;
  }

  .kh-shared-header .toggle-bar a {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .kh-shared-header .toggle-bar a span:nth-child(2) {
    margin: 5px 0;
  }
}

@media (max-width: 767px) {
  .kh-shared-header {
    width: 100%;
    height: 93px;
    min-height: 93px;
    padding-top: 9px !important;
    padding-bottom: 9px !important;
  }

  .kh-shared-header .wrapper1545,
  .kh-shared-header .navbar {
    height: 75px;
    min-height: 75px;
  }

  .kh-shared-header .navbar-brand,
  .kh-shared-header .navbar-brand figure {
    height: 75px;
  }

  .kh-shared-header .navbar-brand img {
    width: 160px;
    height: 75px;
    object-fit: contain;
  }
}

.kh-header-row {
  display: grid;
  grid-template-columns: 192px minmax(0, 1fr) 50px;
  width: 98%;
  max-width: 1545px;
  min-height: 100px;
  align-items: center;
  gap: 26px;
}

.kh-brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
}

.kh-brand img {
  width: 192px;
}

.kh-menu-toggle {
  display: inline-flex;
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0;
  background: var(--kh-purple);
  border: 0;
  border-radius: 0;
  cursor: pointer;
}

.kh-menu-toggle span {
  display: block;
  width: 25px;
  height: 2px;
  background: #fff;
  border-radius: 4px;
}

.kh-nav ul {
  display: flex;
  align-items: center;
  gap: 38px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.kh-nav {
  justify-self: center;
}

.kh-nav a {
  display: block;
  padding: 0;
  color: var(--kh-ink);
  font-weight: 750;
}

.kh-nav a:not(.kh-nav-cta) {
  line-height: 30px;
}

.kh-nav a[aria-current="page"],
.kh-nav a:hover,
.kh-nav a:focus-visible {
  color: var(--kh-purple-dark);
  background: transparent;
}

.kh-nav .kh-nav-cta {
  padding: 10px 11px;
  color: #fff;
  background: var(--kh-purple);
  border-radius: 9px;
}

.kh-nav .kh-nav-cta:hover,
.kh-nav .kh-nav-cta:focus-visible {
  color: #fff;
  background: #5727ba;
}

.kh-mobile-drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10001;
  width: 445px;
  max-width: 100vw;
  height: 100vh;
  height: 100dvh;
  overflow-y: auto;
  padding: 65px 40px 34px;
  background: #fff;
  box-shadow: -18px 0 45px rgba(12, 5, 37, 0.22);
  transform: translateX(105%);
  visibility: hidden;
  transition: transform .25s ease, visibility 0s linear .25s;
}

.kh-mobile-drawer[data-open="true"] {
  transform: translateX(0);
  visibility: visible;
  transition-delay: 0s;
}

.kh-drawer-curtain {
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.78);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .2s ease, visibility 0s linear .2s;
}

.kh-drawer-curtain[data-open="true"] {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}

html.kh-drawer-open,
html.kh-drawer-open body {
  overflow: hidden;
}

.kh-drawer-close {
  position: absolute;
  top: 10px;
  right: 20px;
  width: 50px;
  height: 50px;
  padding: 0;
  color: var(--kh-navy);
  background: transparent;
  border: 1px solid rgba(84, 36, 127, 0.1);
  font-size: 25px;
  line-height: 48px;
  cursor: pointer;
}

.kh-drawer-brand {
  display: inline-flex;
  margin: 0 0 60px;
}

.kh-drawer-brand img {
  width: 140px;
}

.kh-drawer-links {
  display: grid;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.kh-drawer-links a {
  display: flex;
  align-items: center;
  gap: 22px;
  min-height: 107px;
  padding: 16px 21px 17px;
  color: var(--kh-ink);
  background: #f5f5f5;
}

.kh-drawer-links a:hover,
.kh-drawer-links a:focus-visible {
  color: var(--kh-purple-dark);
  background: #f0ebfb;
}

.kh-drawer-icon {
  width: 74px;
  height: 74px;
  flex: 0 0 74px;
  object-fit: contain;
  transition: transform .25s ease;
}

.kh-drawer-links a:hover .kh-drawer-icon,
.kh-drawer-links a:focus-visible .kh-drawer-icon {
  transform: translateY(2px);
}

.kh-drawer-copy,
.kh-drawer-copy strong,
.kh-drawer-copy span {
  display: block;
}

.kh-drawer-copy {
  min-width: 0;
}

.kh-drawer-copy strong {
  font-size: 1.25rem;
  line-height: 1;
}

.kh-drawer-copy > span {
  margin-top: 10px;
  color: #626477;
  font-size: 1rem;
  line-height: 1.25;
}

.kh-hero {
  position: relative;
  overflow: hidden;
  --kh-hero-pointer-x: 76%;
  --kh-hero-pointer-y: 18%;
  padding: 76px 0 80px;
  color: #fff;
  background:
    radial-gradient(circle at var(--kh-hero-pointer-x) var(--kh-hero-pointer-y), rgba(0, 178, 215, 0.28), transparent 26%),
    linear-gradient(135deg, var(--kh-navy), var(--kh-navy-2) 55%, #3b167d);
}

.kh-hero::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(circle at var(--kh-hero-pointer-x) var(--kh-hero-pointer-y), rgba(255, 255, 255, .18), transparent 15%);
  content: "";
  opacity: .72;
  transition: opacity .35s ease;
}

.kh-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  align-items: center;
  gap: 54px;
}

/* Masaustunde metin ve gorsel ters yonlerde hafif hareket ederek derinlik verir. */
.kh-hero-copy {
  transform: translate3d(var(--kh-hero-copy-x, 0), var(--kh-hero-copy-y, 0), 0);
  transition: transform .42s cubic-bezier(.2, .7, .2, 1);
  will-change: transform;
}

.kh-hero.is-pointer-active::after {
  opacity: 1;
}

.kh-hero-visual-wrap {
  position: relative;
  justify-self: end;
  transform: perspective(980px) rotateX(var(--kh-hero-rotate-x, 0deg)) rotateY(var(--kh-hero-rotate-y, 0deg)) translate3d(var(--kh-hero-shift-x, 0), var(--kh-hero-shift-y, 0), 0);
  transform-style: preserve-3d;
  transition: transform .16s cubic-bezier(.2, .7, .2, 1);
  will-change: transform;
}

.kh-hero-visual-wrap::before {
  position: absolute;
  inset: 12% 8%;
  z-index: -1;
  border-radius: 48%;
  background: rgba(0, 184, 215, .18);
  box-shadow: 0 0 72px rgba(45, 216, 160, .18);
  content: "";
  filter: blur(22px);
  transform: translateZ(-1px);
}

.kh-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #b9f4ff;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.kh-eyebrow::before {
  width: 28px;
  height: 3px;
  background: var(--kh-cyan);
  border-radius: 10px;
  content: "";
}

.kh-hero h1 {
  max-width: 820px;
  margin: 15px 0 22px;
  color: #fff;
  font-size: clamp(2.45rem, 5.3vw, 4.5rem);
  font-weight: 750;
  letter-spacing: -0.025em;
  line-height: 1.16;
}

.kh-hero p {
  max-width: 690px;
  margin: 0 0 28px;
  color: #ece8fa;
  font-size: 1.13rem;
}

.kh-hero-visual {
  display: block;
  width: 100%;
  max-width: 720px;
  justify-self: end;
  filter: drop-shadow(0 28px 34px rgba(0, 0, 0, 0.24));
}

.kh-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.kh-shell .kh-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 11px 20px;
  border: 2px solid transparent;
  border-radius: 12px;
  font-weight: 850;
}

.kh-button-primary {
  color: #041c23;
  background: var(--kh-cyan);
}

.kh-button-primary:hover,
.kh-button-primary:focus-visible {
  color: #041c23;
  background: #44d1e9;
}

.kh-button-secondary {
  color: #fff;
  background: transparent;
  border-color: #a99ad1;
}

.kh-button-secondary:hover,
.kh-button-secondary:focus-visible {
  color: var(--kh-navy);
  background: #fff;
}

.kh-proof {
  padding: 30px 0;
  color: #fff;
  background: var(--kh-navy);
}

.kh-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  text-align: center;
}

.kh-proof strong {
  display: block;
  color: #6ee8ff;
  font-size: 1.55rem;
}

.kh-proof span {
  color: #e6e0f6;
  font-size: 0.93rem;
}

@media (max-width: 960px) {
  .kh-mobile-drawer {
    width: 395px;
    padding: 55px 30px 34px;
  }

  .kh-header-row {
    display: flex;
    justify-content: space-between;
  }

  .kh-shared-header .navbar {
    justify-content: space-between;
  }

  .kh-shared-header .navbar-collapse {
    display: none;
  }

  .kh-shared-header .navbar-brand {
    margin-right: 0;
  }

  .kh-shared-header .header-btn {
    margin-left: 30px;
  }

  .kh-hero-grid {
    grid-template-columns: 1fr;
  }

  .kh-hero-visual {
    max-width: 620px;
    justify-self: center;
  }

  .kh-proof-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .kh-menu-toggle {
    display: inline-flex;
  }

  .kh-nav {
    display: none;
  }
}

@media (max-width: 640px) {
  .kh-container {
    width: min(calc(100% - 28px), 1160px);
  }

  .kh-topbar .kh-container {
    display: block;
    line-height: 40px;
    text-align: center;
  }

  .kh-topbar span {
    display: none;
  }

  .kh-header-row {
    min-height: 82px;
  }

  .kh-shared-header {
    padding-right: 2%;
    padding-left: 2%;
  }

  .kh-shared-header .wrapper1545,
  .kh-shared-header .navbar {
    min-height: 0;
  }

  .kh-shared-header .wrapper1545 {
    box-sizing: border-box;
    padding-right: 12px;
    padding-left: 12px;
  }

  .kh-shared-header .navbar-brand {
    margin-left: 0 !important;
    padding: 0;
  }

  .kh-shared-header .navbar-brand img {
    width: 160px;
    height: 75px;
    object-fit: contain;
  }

  .kh-brand img {
    width: 175px;
  }

  .kh-menu-toggle {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
  }

  .kh-mobile-drawer {
    width: 295px;
    padding: 55px 20px 26px;
  }

  .kh-drawer-close {
    width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 28px;
  }

  .kh-drawer-brand {
    margin-bottom: 20px;
  }

  .kh-drawer-links {
    gap: 20px;
  }

  .kh-drawer-links a {
    gap: 12px;
    min-height: 0;
    padding: 14px 10px;
  }

  .kh-drawer-icon {
    width: 74px;
    height: 74px;
    flex-basis: 74px;
  }

  .kh-drawer-copy strong {
    font-size: 1.125rem;
    line-height: 1;
  }

  .kh-drawer-copy > span {
    margin-top: 9px;
    font-size: 0.875rem;
    line-height: 1.15;
  }

  .kh-hero {
    padding: 55px 0 60px;
  }

  .kh-hero-grid {
    gap: 38px;
  }

  .kh-hero h1 {
    font-size: clamp(2.35rem, 13vw, 3.35rem);
  }

  .kh-hero-visual {
    order: -1;
    max-width: 92%;
  }

  .kh-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .kh-shell .kh-button {
    width: 100%;
  }

  .kh-proof-grid {
    grid-template-columns: 1fr 1fr;
  }

  #domainSearchForm.domain-search-inner-con {
    align-items: stretch !important;
  }

  .domain-registration-con .domain-search-outer {
    height: 50px;
    margin: 0 !important;
  }

  .domain-registration-con .domains-button-wraper,
  .domain-registration-con .domains-button-wraper .primary-button {
    height: 50px;
    margin: 0 !important;
  }

  .domain-registration-con #domainSearchButton {
    height: 50px !important;
    margin: 0 !important;
    line-height: 50px !important;
  }

  #wa-widget {
    right: 14px !important;
    bottom: 14px !important;
  }

  #wa-toggle {
    width: 54px !important;
    height: 54px !important;
    font-size: 26px !important;
  }

  #wa-box {
    width: 225px !important;
    max-width: calc(100vw - 28px) !important;
    margin-bottom: 10px !important;
    border-radius: 12px !important;
  }

  #wa-box.wa-hidden {
    bottom: 62px !important;
  }

  #wa-box .wa-header {
    padding: 9px 10px !important;
  }

  #wa-box .wa-status {
    font-size: 10px !important;
  }

  #wa-box .wa-close {
    font-size: 18px !important;
  }

  #wa-box .wa-body {
    padding: 10px !important;
  }

  #wa-box .wa-name {
    margin-bottom: 4px !important;
    font-size: 10px !important;
  }

  #wa-box .wa-text {
    margin-bottom: 8px !important;
    font-size: 12px !important;
    line-height: 1.4 !important;
  }

  #wa-box .wa-start {
    font-size: 12px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .kh-shell * {
    scroll-behavior: auto;
  }
}

/*
 * Semantic heading repair for the retained original sections.
 * These declarations mirror the former h4/h5 theme rules exactly, so only
 * the document outline changes; typography and spacing remain unchanged.
 */
.kh-original-section h3[data-kh-original-heading="h4"] {
  color: var(--black--color);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
}

.kh-original-section .hosting-plans-con .plan-box h3[data-kh-original-heading="h4"],
.kh-original-section .hosting-features-con .feature-box h3[data-kh-original-heading="h4"] {
  margin-bottom: 20px;
}

.kh-original-section .footer-con h3[data-kh-original-heading="h4"] {
  margin-bottom: 21px;
  color: var(--primary--color);
  font-weight: 700;
}

.kh-original-section h3[data-kh-original-heading="h5"] {
  color: var(--black--color);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
}

.kh-original-section .question-answer-con .faq .accordian-inner .card-header h3[data-kh-original-heading="h5"] {
  margin-bottom: 0;
  color: var(--secondary--color);
  font-weight: 400;
}

@media screen and (max-width: 1199px) {
  .kh-original-section .hosting-features-con .feature-box h3[data-kh-original-heading="h4"] {
    margin-bottom: 17px;
  }

  .kh-original-section .question-answer-con .faq .accordian-inner .card-header h3[data-kh-original-heading="h5"] {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .kh-original-section h3[data-kh-original-heading="h4"] {
    font-size: 19px;
    line-height: 23px;
  }

  .kh-original-section .footer-con h3[data-kh-original-heading="h4"] {
    margin-bottom: 15px;
  }

  .kh-original-section .hosting-features-con .feature-box h3[data-kh-original-heading="h4"] {
    margin-bottom: 12px;
  }

  .kh-original-section .question-answer-con .faq .accordian-inner .card-header h3[data-kh-original-heading="h5"] {
    font-size: 17px;
    line-height: 23px;
  }
}

@media screen and (max-width: 767px) {
  .kh-original-section h3[data-kh-original-heading="h4"] {
    font-size: 19px;
    line-height: 23px;
  }

  .kh-original-section .hosting-plans-con .plan-box h3[data-kh-original-heading="h4"] {
    margin-bottom: 13px;
  }
}

@media screen and (max-width: 575px) {
  .kh-original-section h3[data-kh-original-heading="h4"] {
    font-size: 18px;
    line-height: 22px;
  }

  .kh-original-section .footer-con h3[data-kh-original-heading="h4"] {
    margin-bottom: 14px;
    font-size: 18px;
  }

  .kh-original-section .question-answer-con .faq .accordian-inner .card-header h3[data-kh-original-heading="h5"] {
    font-size: 16px;
    line-height: 22px;
  }
}

/*
 * Accessibility-only contrast repair. The backgrounds, spacing and layout
 * stay unchanged; only text color is adjusted to meet WCAG AA contrast.
 */
.kh-original-section #domainSearchButton {
  color: #fff !important;
}

.kh-original-section #domainSearchButton i {
  color: inherit !important;
}

.kh-original-section .question-answer-con .faq .accordian-inner .card-header .btn:not(.collapsed) h3[data-kh-original-heading="h5"] {
  color: #10213d !important;
}

/*
 * Keep the top information bar typographically identical on every route.
 * A system font prevents route-dependent web-font loading and swapping.
 */
.kh-topbar {
  height: 40px;
  min-height: 40px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 20px;
  letter-spacing: 0;
  text-align: left;
  font-synthesis: none;
}

.kh-topbar .kh-container {
  box-sizing: border-box;
  height: 40px;
  min-height: 40px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 20px;
  letter-spacing: 0;
  font-synthesis: none;
}

.kh-topbar .kh-container > span {
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  font-style: normal;
  line-height: 20px;
  letter-spacing: 0;
}

.kh-topbar .kh-container > div,
.kh-topbar .kh-container a {
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 20px;
  letter-spacing: 0;
}

.kh-topbar .kh-container > div {
  box-sizing: border-box;
  height: 20px;
}

/* Keep the homepage navigation on the exact same baseline as inner pages. */
.kh-shared-header .navbar-nav,
.kh-shared-header .navbar-light .navbar-nav .nav-link {
  font-synthesis: none;
  font-kerning: normal;
}

.kh-shared-header .navbar-light .navbar-nav .nav-link {
  font-weight: 500;
}

/* Match the legacy header's logo baseline exactly: inline images otherwise
   reserve descender space and make the home navigation 8px taller. */
.kh-shared-header .navbar-brand img {
  vertical-align: middle;
}

/* Use a system font here: header text must never change after interaction. */
.kh-shared-header .navbar-light .navbar-nav .nav-link {
  font-family: Arial, sans-serif;
  font-weight: 400;
  text-rendering: auto;
}

@media (max-width: 575px) {
  .kh-topbar .kh-container {
    display: flex;
    width: calc(100% - 24px);
    justify-content: center;
    gap: 0;
    margin: 0 auto;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
  }

  .kh-topbar .kh-container > span {
    display: none;
  }

  .kh-topbar .kh-container > div,
  .kh-topbar .kh-container a {
    font-size: 12px;
    line-height: 20px;
  }
}
/* The home route uses the identical loader structure and timing as inner routes. */
.kh-home-loader.loader-mask{
  position:fixed;
  inset:0;
  z-index:99999;
  background-color:#fff;
  opacity:1;
  visibility:visible;
  transition:opacity .6s ease,visibility 0s linear .6s;
}
.kh-home-loader .loader{
  position:absolute;
  top:50%;
  left:50%;
  width:50px;
  height:50px;
  margin:-25px 0 0 -25px;
  font-size:0;
  text-indent:-9999em;
  color:#54247f;
  transform:translateZ(0);
  transition:opacity .4s ease;
}
.kh-home-loader .loader div{
  position:absolute;
  top:0;
  left:0;
  width:50px;
  height:50px;
  border-radius:50%;
  opacity:.5;
  background-color:#54247f;
  animation:kh-home-ball-pulse-double 2s ease-in-out infinite;
}
.kh-home-loader .loader div:last-child{animation-delay:-1s}
.kh-home-loader .kh-home-loader-spinner--hidden{opacity:0;animation-play-state:paused}
.kh-home-loader--hidden{opacity:0;visibility:hidden;pointer-events:none}
@keyframes kh-home-ball-pulse-double{0%,100%{transform:scale(0)}50%{transform:scale(1)}}
@media(prefers-reduced-motion:reduce){.kh-home-loader,.kh-home-loader .loader div{transition:none;animation:none}.kh-home-loader .loader div{transform:scale(.65)}}

/* Keep every partner tile and wordmark at the same mobile scale. */
@media(max-width:767px){
  .partners-con ul li{
    display:flex!important;
    align-items:center;
    justify-content:center;
    height:72px;
    min-height:72px;
    padding:0!important;
  }
  .partners-con ul li figure{margin:0!important;line-height:0}
  .partners-con ul li img{
    display:block;
    width:auto!important;
    max-width:68%!important;
    height:30px!important;
    max-height:30px!important;
    object-fit:contain;
  }
}

/*
 * Ana sayfadaki kampanyali paket vitrini.
 * TurkTicaret benzeri fiyat karti hissini KuzgunHost'un mor/cam temasiyla
 * birlestirir; yalnizca CSS kullandigi icin sayfa hizina ek yuk bindirmez.
 */
.kh-home-showcase {
  position: relative;
  padding: clamp(54px, 7vw, 96px) 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 10%, rgba(0, 188, 221, .16), transparent 30%),
    radial-gradient(circle at 84% 0%, rgba(125, 42, 151, .18), transparent 34%),
    linear-gradient(180deg, #f6f8fc 0%, #eef2f8 100%);
}

.kh-home-showcase::before {
  content: "";
  position: absolute;
  inset: 18px clamp(16px, 5vw, 74px);
  pointer-events: none;
  border: 1px solid rgba(109, 35, 134, .10);
  border-radius: 28px;
  background-image:
    linear-gradient(90deg, rgba(109, 35, 134, .06) 1px, transparent 1px),
    linear-gradient(0deg, rgba(109, 35, 134, .05) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}

.kh-home-showcase > .kh-container {
  position: relative;
  z-index: 1;
}

.kh-home-showcase__heading {
  width: min(780px, 100%);
  margin: 0 auto 34px;
  text-align: center;
}

/* Genel kahraman etiketi acik renklidir; vitrin basliginda koyu kontrast gerekir. */
.kh-home-showcase__heading .kh-eyebrow {
  padding: 7px 12px;
  border: 1px solid rgba(101, 32, 125, .18);
  color: #4f1668;
  background: #f4eafa;
  border-radius: 6px;
}

.kh-home-showcase__heading .kh-eyebrow::before {
  background: #08a9c8;
}

.kh-home-showcase__heading h2 {
  margin: 10px 0 12px;
  color: #10172a;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
  letter-spacing: 0;
}

.kh-home-showcase__heading p {
  margin: 0 auto;
  max-width: 680px;
  color: #596477;
  font-size: 17px;
  line-height: 1.75;
}

.kh-home-showcase__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 26px);
  align-items: stretch;
}

.kh-home-plan-card {
  position: relative;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: clamp(24px, 3vw, 34px);
  overflow: hidden;
  border: 1px solid rgba(109, 35, 134, .16);
  border-top: 4px solid #6d2386;
  border-radius: 14px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 22px 60px rgba(21, 25, 42, .10);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.kh-home-plan-card::after {
  content: "";
  position: absolute;
  right: -46px;
  top: -46px;
  width: 130px;
  height: 130px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(45, 216, 160, .22), transparent 65%);
}

.kh-home-plan-card:hover {
  transform: translateY(-6px);
  border-color: rgba(109, 35, 134, .38);
  box-shadow: 0 28px 70px rgba(21, 25, 42, .16);
}

.kh-home-plan-card.is-featured {
  color: #fff;
  border-color: #07b8d9;
  background:
    linear-gradient(145deg, rgba(14, 183, 215, .18), transparent 34%),
    linear-gradient(155deg, #241653 0%, #52206d 100%);
  box-shadow: 0 30px 82px rgba(82, 32, 109, .26);
  animation: khHomeFloat 5.8s ease-in-out infinite;
}

.kh-home-plan-card__ribbon {
  position: absolute;
  right: 18px;
  top: 0;
  padding: 10px 16px;
  border-radius: 0 0 10px 10px;
  background: #07b8d9;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.kh-home-plan-card__badge {
  width: fit-content;
  margin-bottom: 20px;
  padding: 7px 11px;
  border: 1px solid rgba(109, 35, 134, .18);
  border-radius: 999px;
  background: rgba(109, 35, 134, .08);
  color: #6d2386;
  font-size: 12px;
  font-weight: 900;
}

.kh-home-plan-card.is-featured .kh-home-plan-card__badge {
  border-color: rgba(255, 255, 255, .22);
  background: rgba(255, 255, 255, .12);
  color: #9ff7ea;
}

.kh-home-plan-card h3 {
  margin: 0 0 12px;
  color: #12182a;
  font-size: clamp(24px, 2.5vw, 32px);
  line-height: 1.1;
}

.kh-home-plan-card p {
  min-height: 72px;
  margin: 0 0 22px;
  color: #5f6878;
  line-height: 1.7;
}

.kh-home-plan-card.is-featured h3,
.kh-home-plan-card.is-featured p {
  color: #fff;
}

.kh-home-plan-card__price {
  margin-bottom: 20px;
  padding: 16px 0;
  border-top: 1px solid rgba(109, 35, 134, .14);
  border-bottom: 1px solid rgba(109, 35, 134, .14);
}

.kh-home-plan-card__price small {
  display: block;
  color: #7b8494;
  font-weight: 800;
}

.kh-home-plan-card__price strong {
  display: block;
  margin-top: 4px;
  color: #10172a;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1;
}

.kh-home-plan-card.is-featured .kh-home-plan-card__price {
  border-color: rgba(255, 255, 255, .20);
}

.kh-home-plan-card.is-featured .kh-home-plan-card__price small,
.kh-home-plan-card.is-featured .kh-home-plan-card__price strong {
  color: #fff;
}

.kh-home-plan-card ul {
  display: grid;
  gap: 10px;
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
}

.kh-home-plan-card li {
  position: relative;
  padding-left: 22px;
  color: #263044;
  font-weight: 700;
}

.kh-home-plan-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #2dd8a0;
  box-shadow: 0 0 0 4px rgba(45, 216, 160, .15);
}

.kh-home-plan-card.is-featured li {
  color: #fff;
}

.kh-home-plan-card__action {
  width: 100%;
  min-width: 0;
  height: 50px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  max-height: 50px;
  margin-top: 0;
  padding: 0 12px;
  border-radius: 8px;
  background: linear-gradient(135deg, #6d2386, #8f35ad);
  color: #fff;
  font-weight: 900;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  gap: 9px;
  font-size: 14px;
  line-height: 1.2;
  white-space: nowrap;
  box-shadow: 0 14px 28px rgba(109, 35, 134, .18);
}

.kh-home-plan-card__form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 50px;
  gap: 10px;
  align-items: stretch;
  margin-top: auto;
}

.kh-home-plan-card__action > span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.kh-home-plan-card__action--secondary {
  border: 1px solid rgba(109, 35, 134, .42);
  background: transparent;
  color: #5a1b72;
  box-shadow: none;
}

.kh-home-plan-card__action--secondary:hover {
  border-color: #6d2386;
  background: #f5ebf8;
  color: #4f1668;
}

.kh-home-plan-card__action:focus-visible {
  outline: 3px solid #00b8d7;
  outline-offset: 3px;
}

.kh-home-plan-card.is-featured .kh-home-plan-card__action {
  background: linear-gradient(135deg, #00b8d7, #2dd8a0);
  color: #061524;
}

.kh-home-plan-card.is-featured .kh-home-plan-card__action--secondary {
  border-color: rgba(255, 255, 255, .7);
  background: rgba(255, 255, 255, .08);
  color: #fff;
}

.kh-home-plan-card__action:hover {
  color: #fff;
  transform: translateY(-1px);
  text-decoration: none;
}

.kh-home-plan-card.is-featured .kh-home-plan-card__action:hover {
  color: #061524;
}

.kh-home-plan-card.is-featured .kh-home-plan-card__action--secondary:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, .16);
  color: #fff;
}

html[data-theme="dark"] .kh-home-plan-card:not(.is-featured) .kh-home-plan-card__action--secondary {
  border-color: rgba(239, 183, 255, .5);
  color: #f4d9ff;
}

html[data-theme="dark"] .kh-home-plan-card:not(.is-featured) .kh-home-plan-card__action--secondary:hover {
  background: rgba(111, 39, 137, .28);
  color: #fff;
}

@keyframes khHomeFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

html[data-theme="dark"] .kh-home-showcase {
  background:
    radial-gradient(circle at 16% 10%, rgba(0, 188, 221, .12), transparent 30%),
    radial-gradient(circle at 84% 0%, rgba(157, 72, 189, .20), transparent 34%),
    linear-gradient(180deg, #101521 0%, #151b2a 100%);
}

html[data-theme="dark"] .kh-home-showcase__heading h2,
html[data-theme="dark"] .kh-home-plan-card h3,
html[data-theme="dark"] .kh-home-plan-card__price strong {
  color: #f7f9ff;
}

html[data-theme="dark"] .kh-home-showcase__heading .kh-eyebrow {
  border-color: rgba(239, 183, 255, .28);
  color: #f9e9ff;
  background: rgba(111, 39, 137, .38);
}

html[data-theme="dark"] .kh-home-showcase__heading .kh-eyebrow::before {
  background: #45d8f0;
}

html[data-theme="dark"] .kh-home-showcase__heading p,
html[data-theme="dark"] .kh-home-plan-card p,
html[data-theme="dark"] .kh-home-plan-card__price small {
  color: #c9d3e5;
}

html[data-theme="dark"] .kh-home-plan-card {
  border-color: rgba(170, 124, 196, .28);
  background: rgba(28, 35, 52, .94);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .28);
}

html[data-theme="dark"] .kh-home-plan-card li {
  color: #e9eefc;
}

@media (max-width: 991.98px) {
  .kh-hero-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  /* Mobil ve tablette once hizmet gorseli, ardindan metin ve aksiyonlar gelir. */
  .kh-hero-visual-wrap {
    grid-column: 1;
    grid-row: 1;
    justify-self: center;
  }

  .kh-hero-copy {
    grid-column: 1;
    grid-row: 2;
    transform: none;
    transition: none;
    will-change: auto;
  }

  .kh-hero-visual-wrap {
    transform: none;
    transition: none;
    will-change: auto;
  }

  .kh-home-showcase__grid {
    grid-template-columns: 1fr;
  }

  .kh-home-plan-card p {
    min-height: 0;
  }
}

@media (max-width: 575.98px) {
  .kh-home-showcase {
    padding: 42px 0;
  }

  .kh-home-showcase::before {
    inset: 12px;
    border-radius: 18px;
  }

  .kh-home-plan-card {
    padding: 22px;
    border-radius: 12px;
  }
}

@media (max-width: 420px) {
  .kh-home-plan-card__form {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .kh-hero-copy {
    transform: none;
    transition: none;
    will-change: auto;
  }

  .kh-hero-visual-wrap {
    transform: none;
    transition: none;
    will-change: auto;
  }

  .kh-home-plan-card,
  .kh-home-plan-card.is-featured,
  .kh-home-plan-card__action {
    animation: none;
    transition: none;
  }

  .kh-home-plan-card:hover {
    transform: none;
  }
}
