/* Storefront — Bisoci üst bölüm (homepage) */

body.lp-storefront {
  --c-primary: #22a6b3;
  --c-primary-dark: #1d959f;
  --c-primary-light: #e8f7f9;
  --c-primary-glow: rgba(34, 166, 179, 0.14);
  --c-bg: #ffffff;
  --c-bg-light: #ffffff;
  --bs-quick-overlap: 48px;
  --bs-navy: #1e2a3b;
  --bs-main-text: #4c5473;
  --bs-subtext: #666f94;
  --bs-line: rgba(0, 109, 149, 0.1);
  --bs-herobg: #f0f2f6;
  --bs-whitebg: #ffffff;
  --bs-content-max: 1254px;
  background: var(--c-bg);
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
}

body.lp-storefront .lp-container {
  width: 100%;
  max-width: var(--bs-content-max);
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
@media (max-width: 1365px) {
  body.lp-storefront .lp-container {
    max-width: 100%;
  }
}

body.lp-storefront .lp-topbar,
body.lp-storefront .lp-navbar,
body.lp-storefront .lp-hero {
  display: none !important;
}

/* —— Promo —— */
.bs-promo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 40px;
  padding: 8px 48px 8px 20px;
  background: var(--c-primary);
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  position: relative;
  z-index: 1002;
}
.bs-promo.is-hidden {
  display: none;
}
.bs-promo-text {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 0;
  text-align: center;
}
.bs-promo-text .bi-heart-fill {
  color: #fff;
  opacity: 0.9;
}
.bs-promo-code {
  display: inline-block;
  padding: 4px 12px;
  background: #fff;
  color: var(--c-primary-dark);
  font-weight: 700;
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: 0.02em;
}
.bs-promo-close {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: transparent;
  color: rgba(255, 255, 255, 0.85);
  font-size: 18px;
  cursor: pointer;
  padding: 4px;
  line-height: 1;
}
.bs-promo-close:hover {
  color: #fff;
}

/* —— Header —— */
.bs-header {
  position: sticky;
  top: 0;
  z-index: 1001;
  background: var(--bs-whitebg);
  border-bottom: 1px solid var(--bs-line);
  box-shadow: none;
}
.bs-header.scrolled {
  box-shadow: 0 4px 20px rgba(30, 42, 59, 0.06);
}
.bs-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 72px;
}
.bs-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.bs-logo img,
.bs-logo-switch {
  height: 36px;
  width: auto;
  max-width: 160px;
  object-fit: contain;
}
/* logom.png renkli; siyah filtreyi kaldır */
body.lp-storefront .bs-logo-switch,
body.lp-storefront .lp-footer-logo.bs-logo-switch {
  filter: none;
}
.bs-logo-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: var(--c-primary-light);
  color: var(--c-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.bs-logo-text {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--bs-navy);
  letter-spacing: -0.02em;
}

.bs-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  flex: 1;
  justify-content: center;
}
.bs-nav a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 14px 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--bs-subtext);
  background: transparent;
  border: none;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  text-decoration: none;
  transition: color 0.15s ease, border-color 0.15s ease;
}
.bs-nav a i:first-child {
  font-size: 15px;
  opacity: 0.85;
}
.bs-nav a .bs-chev {
  font-size: 11px;
  margin-left: -2px;
  opacity: 0.5;
}
.bs-nav a:hover,
.bs-nav a.active {
  color: var(--c-primary);
  background: transparent;
  border-bottom-color: var(--c-primary);
}

.bs-header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.bs-icon-btn {
  width: 40px;
  height: 40px;
  border: 1px solid var(--bs-line);
  border-radius: 12px;
  background: var(--bs-whitebg);
  color: var(--bs-subtext);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  font-size: 17px;
  transition: border-color 0.15s, color 0.15s;
}
.bs-icon-btn:hover {
  border-color: var(--c-primary);
  color: var(--c-primary);
}
.bs-dot {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--c-primary);
  border: 2px solid #fff;
}
.bs-search-btn {
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 14px;
  background: var(--c-primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 18px;
  transition: background 0.15s, transform 0.15s;
}
.bs-search-btn:hover {
  background: var(--c-primary-dark);
  transform: translateY(-1px);
}
.bs-login-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 11px 20px;
  border: none;
  border-radius: 14px;
  background: var(--c-primary);
  color: #fff;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none;
  transition: background 0.15s;
}
.bs-login-btn:hover {
  background: var(--c-primary-dark);
  color: #fff;
}
.bs-icon-btn.bs-cart-btn {
  width: auto;
  min-width: 40px;
  padding: 0 10px;
  gap: 4px;
}
.bs-cart-count {
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: inherit;
}
.bs-icon-btn.bs-cart-btn:hover .bs-cart-count {
  color: var(--c-primary);
}
.bs-mobile-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid #e8ecf1;
  border-radius: 12px;
  background: #fff;
  font-size: 22px;
  cursor: pointer;
}

/* —— Hero üst (Bisoci: gri ortada biter) —— */
.bs-top {
  padding: 0;
  width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
  background: transparent;
}
.bs-top-gray {
  background: var(--bs-herobg);
  padding-bottom: var(--bs-quick-overlap);
}
.bs-top-cards {
  background: var(--bs-whitebg);
  padding-bottom: 40px;
}
.bs-top-cards-inner {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 0;
}
.bs-quick-bar,
.bs-wizard-panel,
.bs-platforms-block {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.bs-intro-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 400px);
  gap: 32px 48px;
  align-items: center;
  padding: 56px 0 48px;
}
.bs-intro {
  text-align: left;
  margin: 0;
  padding: 0;
  min-width: 0;
}
.bs-intro-header {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 8px;
}
.bs-hero-emoji-wrap {
  position: relative;
  width: 120px;
  height: 120px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bs-hero-login {
  min-width: 0;
}
.bs-hero-login-card {
  background: var(--bs-whitebg);
  border: 1px solid var(--bs-line);
  border-radius: 20px;
  padding: 28px 28px 24px;
  box-shadow: 0 12px 40px rgba(30, 42, 59, 0.08);
}
.bs-hero-login-head {
  margin-bottom: 20px;
}
.bs-hero-login-head h2 {
  margin: 0 0 6px;
  font-size: 22px;
  font-weight: 800;
  color: var(--bs-navy);
  letter-spacing: -0.02em;
}
.bs-hero-login-head p {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: var(--bs-subtext);
}
.bs-hero-login-card .lp-form-group {
  margin-bottom: 14px;
}
.bs-hero-login-card .lp-form-options {
  margin-bottom: 16px;
}
.bs-hero-login-submit {
  width: 100%;
}
body.lp-storefront .lp-btn-submit,
body.lp-storefront .bs-hero-login-submit.lp-btn-submit {
  background: var(--c-primary-dark);
  box-shadow: 0 4px 14px rgba(29, 149, 159, 0.22);
}
body.lp-storefront .lp-btn-submit::before {
  display: none;
}
body.lp-storefront .lp-btn-submit:hover {
  background: #188a96;
  box-shadow: 0 6px 16px rgba(29, 149, 159, 0.28);
  transform: none;
}
body.lp-storefront .lp-btn-submit:hover::before {
  transform: none;
}
.bs-hero-login-secure {
  margin: 12px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 500;
  color: var(--bs-subtext);
}
.bs-hero-login-secure i {
  color: #16a34a;
  font-size: 14px;
}
body.lp-storefront.bs-dark .bs-hero-login-secure {
  color: #94a3b8;
}
.bs-hero-login-foot {
  margin: 16px 0 0;
  text-align: center;
  font-size: 13px;
  color: var(--bs-subtext);
}
.bs-hero-login-foot a {
  color: var(--c-primary);
  font-weight: 700;
  text-decoration: none;
}
.bs-hero-login-foot a:hover {
  color: var(--c-primary-dark);
  text-decoration: underline;
}
.bs-hero-ripple {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  margin-left: -40px;
  margin-top: -40px;
  border-radius: 50%;
  border: 2px solid rgba(34, 166, 179, 0.35);
  opacity: 0;
  animation: bs-hero-signal 2.8s ease-out infinite;
  pointer-events: none;
}
.bs-hero-ripple:nth-child(1) {
  animation-delay: 0s;
}
.bs-hero-ripple:nth-child(2) {
  animation-delay: 0.9s;
}
.bs-hero-ripple:nth-child(3) {
  animation-delay: 1.8s;
}
@keyframes bs-hero-signal {
  0% {
    transform: scale(1);
    opacity: 0.55;
    border-width: 2px;
  }
  70% {
    opacity: 0.12;
  }
  100% {
    transform: scale(2.15);
    opacity: 0;
    border-width: 1px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .bs-hero-ripple {
    animation: none;
    display: none;
  }
}
.bs-hero-emoji {
  position: relative;
  z-index: 1;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #e3f4f7;
  box-shadow: 0 0 0 14px rgba(227, 244, 247, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 46px;
  line-height: 1;
}
.bs-intro-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  padding: 7px 14px;
  border-radius: 999px;
  background: var(--c-primary-light);
  color: var(--c-primary-dark);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.bs-intro-eyebrow i {
  font-size: 13px;
  color: var(--c-primary);
}
.bs-intro-title {
  font-size: clamp(1.75rem, 3vw, 42px);
  font-weight: 900;
  line-height: 1.15;
  color: var(--bs-navy);
  margin: 0 0 14px;
  letter-spacing: -0.03em;
}
.bs-intro-mob-only {
  display: none;
}
.bs-intro-desk-only {
  display: inline;
}
.bs-intro-title-accent {
  display: block;
  white-space: nowrap;
}
.bs-intro-desc {
  font-size: 15px;
  line-height: 1.65;
  color: var(--bs-subtext);
  max-width: 560px;
  margin: 0 0 20px;
}
.bs-intro-proof {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  max-width: 560px;
  margin-top: 0;
  padding-top: 20px;
  border-top: 1px solid rgba(30, 42, 59, 0.1);
}
.bs-intro-proof-avatars {
  display: flex;
  align-items: center;
}
.bs-intro-proof-avatars img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2.5px solid var(--bs-whitebg);
  object-fit: cover;
  margin-left: -12px;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.08);
  transition: transform 0.2s ease, z-index 0s;
  position: relative;
}
.bs-intro-proof-avatars img:first-child {
  margin-left: 0;
}
.bs-intro-proof-avatars img:hover {
  transform: scale(1.08);
  z-index: 2;
}
.bs-intro-proof-count {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-left: -12px;
  border: 2.5px solid var(--bs-whitebg);
  background: linear-gradient(135deg, var(--c-primary), #1a8f9a);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(34, 166, 179, 0.25);
  letter-spacing: -0.3px;
  flex-shrink: 0;
}
.bs-intro-proof-rating {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.bs-intro-proof-stars {
  display: flex;
  gap: 2px;
  line-height: 1;
}
.bs-intro-proof-stars i {
  color: #f59e0b;
  font-size: 15px;
}
.bs-intro-proof-text {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  color: var(--bs-subtext);
  line-height: 1.3;
}
.bs-intro-proof-text strong {
  color: var(--bs-main-text);
  font-weight: 800;
}
.bs-intro-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 22px;
}
.bs-intro-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 12px 22px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}
.bs-intro-btn--primary {
  background: var(--c-primary);
  color: #fff;
  border: 1px solid var(--c-primary);
}
.bs-intro-btn--primary:hover {
  background: var(--c-primary-dark);
  border-color: var(--c-primary-dark);
  color: #fff;
  transform: translateY(-1px);
}
.bs-intro-btn--ghost {
  background: var(--bs-whitebg);
  color: var(--bs-navy);
  border: 1px solid var(--bs-line);
}
.bs-intro-btn--ghost:hover {
  border-color: var(--c-primary);
  color: var(--c-primary);
}
.bs-intro-features {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.bs-intro-features li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  font-weight: 600;
  color: var(--bs-main-text);
}
.bs-intro-features i {
  font-size: 16px;
  color: var(--c-primary);
}

/* Hızlı sipariş kartı — üst yarısı gri, alt yarısı beyaz zeminde */
.bs-quick-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  width: 100%;
  padding: 22px 30px 23px;
  background: var(--bs-whitebg);
  border-radius: 20px;
  border: none;
  box-shadow: none;
  margin-top: calc(-1 * var(--bs-quick-overlap));
  margin-bottom: 16px;
  position: relative;
  z-index: 2;
}
.bs-quick-text {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.bs-quick-icon {
  width: 50px;
  height: 50px;
  min-width: 50px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
}
.bs-quick-icon::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 5px;
  background: var(--c-primary);
  opacity: 0.1;
  z-index: -1;
}
.bs-quick-icon i {
  font-size: 24px;
  color: var(--c-primary);
}
.bs-quick-copy h3 {
  margin: 0 0 4px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--bs-main-text);
}
.bs-quick-copy p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--bs-subtext);
}
.bs-quick-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
  flex: 1 1 auto;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}
.bs-step-pill {
  border: none;
  background: transparent;
  color: var(--bs-subtext);
  font: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 10px 15px;
  border-radius: 13px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  transition: color 0.15s;
}
.bs-step-pill small {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  margin-right: 12px;
  color: var(--bs-subtext);
  position: relative;
  z-index: 0;
  flex-shrink: 0;
}
.bs-step-pill small::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 8px;
  background: var(--bs-herobg);
  z-index: -1;
}
.bs-step-pill span {
  color: var(--bs-subtext);
}
.bs-step-pill:hover,
.bs-step-pill.active {
  color: var(--bs-main-text);
}
.bs-step-pill.active small::after {
  background: var(--c-primary-light);
}
.bs-step-pill--passive {
  cursor: default;
  pointer-events: none;
  user-select: none;
}

/* Wizard panel (açılır) */
.bs-wizard-panel {
  background: var(--bs-whitebg);
  border: none;
  border-radius: 20px;
  padding: 22px 30px;
  margin-bottom: 20px;
  box-shadow: none;
}
.bs-wizard-panel[hidden] {
  display: none !important;
}
.bs-wizard-hint {
  font-size: 14px;
  color: #6b7a90;
  margin-bottom: 14px;
}
.bs-wizard-panel .lp-wizard-platforms {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.bs-wizard-panel .lp-wizard-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border: 1px solid var(--bs-line);
  border-radius: 13px;
  font-size: 14px;
  font-weight: 500;
  background: var(--bs-herobg);
  color: var(--bs-subtext);
  cursor: pointer;
}
.bs-wizard-panel .lp-wizard-chip i {
  font-size: 18px;
  color: var(--c-primary);
}
.bs-wizard-panel .lp-wizard-chip.active,
.bs-wizard-panel .lp-wizard-chip:hover {
  border-color: var(--c-primary);
  background: var(--c-primary-light);
  color: var(--c-primary-dark);
}
.bs-wizard-panel .lp-wizard-cats {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: 220px;
  overflow-y: auto;
  margin-bottom: 12px;
}
.bs-wizard-panel .lp-wizard-cat {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px;
  border: 1px solid #e8ecf1;
  border-radius: 12px;
  background: #fff;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  text-align: left;
  width: 100%;
}

/* Tüm Hizmetler — hızlı sipariş ile aynı genişlik */
.bs-platforms-block {
  background: var(--bs-whitebg);
  border-radius: 20px;
  padding: 0;
  box-shadow: none;
  overflow: hidden;
  border: 1px solid var(--bs-line);
  margin-top: 0;
}
.bs-platforms-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 30px;
  margin-bottom: 0;
  border-bottom: 1px solid var(--bs-line);
}
.bs-platforms-title {
  font-size: 21px;
  font-weight: 700;
  line-height: 25px;
  color: var(--bs-main-text);
  margin: 0;
}
.bs-platforms-dots {
  display: flex;
  align-items: center;
  gap: 6px;
}
.bs-platforms-dots span {
  display: block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--c-primary);
  opacity: 0.35;
}
.bs-platforms-dots span:nth-child(1) { opacity: 0.55; }
.bs-platforms-dots span:nth-child(2) { opacity: 0.4; }
.bs-platforms-dots span:nth-child(3) { opacity: 0.25; }
/* Platform şeridi — %50 küçük, yavaş kayar */
.bs-platform-marquee {
  overflow: hidden;
  width: 100%;
  padding: 10px 0 28px;
}
.bs-platform-track {
  display: flex;
  align-items: center;
  gap: 8px;
  width: max-content;
  padding: 4px 30px;
  animation: bs-platform-scroll 55s linear infinite;
  will-change: transform;
}
.bs-platform-marquee:hover .bs-platform-track {
  animation-play-state: paused;
}
@keyframes bs-platform-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .bs-platform-track {
    animation: none;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    padding: 4px 20px 20px;
  }
  .bs-platform-marquee [aria-hidden="true"] {
    display: none;
  }
}
.bs-platform-item {
  flex: 0 0 auto;
  width: 62px;
  border-radius: 14px;
  overflow: hidden;
}
.bs-platform-tile {
  width: 62px;
  height: 58px;
  min-height: 0;
  border: none;
  border-radius: 12px;
  background: transparent;
  color: var(--bs-subtext);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
  padding: 0;
  font: inherit;
  transition: transform 0.2s ease, border-color 0.15s ease, color 0.15s ease;
  backface-visibility: hidden;
  overflow: hidden;
}
.bs-platform-tile--neutral {
  background: var(--bs-whitebg);
  border: 1px solid var(--bs-line);
}
.bs-platform-tile:hover {
  transform: translateY(-2px);
}
.bs-platform-tile--neutral:hover {
  border-color: rgba(34, 166, 179, 0.35);
  color: var(--c-primary);
}
.bs-platform-tile i {
  font-size: 22px;
  color: inherit;
  position: relative;
  z-index: 1;
  line-height: 1;
}

/* Dark mode (opsiyonel) */
body.lp-storefront.bs-dark {
  --c-bg: #1b2633;
  --bs-navy: #f1f5f9;
  --bs-main-text: #ffffff;
  --bs-subtext: #888ca3;
  --bs-line: #1c2c3c;
  --bs-herobg: #1c2836;
  --bs-whitebg: #1d2938;
  background: #1b2633;
}
body.lp-storefront.bs-dark .bs-top-cards {
  background: #1b2633;
}
body.lp-storefront.bs-dark .bs-top-gray {
  background: #1c2836;
}
body.lp-storefront.bs-dark .bs-header,
body.lp-storefront.bs-dark .bs-quick-bar,
body.lp-storefront.bs-dark .bs-wizard-panel,
body.lp-storefront.bs-dark .bs-platforms-block {
  background: #1d2938;
  border-color: #2a3a4d;
}
body.lp-storefront.bs-dark .bs-intro-title,
body.lp-storefront.bs-dark .bs-platforms-title,
body.lp-storefront.bs-dark .bs-quick-copy h3 {
  color: #f1f5f9;
}
body.lp-storefront.bs-dark .bs-intro-eyebrow {
  background: rgba(34, 166, 179, 0.15);
  color: #7dd3fc;
}
body.lp-storefront.bs-dark .bs-intro-btn--ghost {
  background: #1d2938;
  border-color: #2a3a4d;
  color: #e2e8f0;
}
body.lp-storefront.bs-dark .bs-intro-proof-avatars img,
body.lp-storefront.bs-dark .bs-intro-proof-count {
  border-color: #0f172a;
}
body.lp-storefront.bs-dark .bs-intro-proof-text strong {
  color: #e2e8f0;
}
body.lp-storefront.bs-dark .bs-platform-tile--neutral {
  background: #1d2938;
  border-color: #2a3a4d;
  color: #94a3b8;
}
body.lp-storefront.bs-dark .bs-intro-features li {
  color: #e2e8f0;
}
body.lp-storefront.bs-dark .bs-intro-proof {
  border-top-color: rgba(148, 163, 184, 0.18);
}
body.lp-storefront.bs-dark .bs-intro-desc,
body.lp-storefront.bs-dark .bs-quick-copy p,
body.lp-storefront.bs-dark .bs-step-pill span {
  color: #94a3b8;
}
body.lp-storefront.bs-dark .bs-hero-login-card {
  background: #1d2938;
  border-color: #2a3a4d;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
}
body.lp-storefront.bs-dark .bs-hero-login-head h2 {
  color: #f1f5f9;
}
body.lp-storefront.bs-dark .bs-hero-login-head p,
body.lp-storefront.bs-dark .bs-hero-login-foot {
  color: #94a3b8;
}
body.lp-storefront.bs-dark .bs-step-pill small::after {
  background: #2a3a4d;
}
body.lp-storefront.bs-dark .bs-nav a {
  color: #94a3b8;
}
body.lp-storefront.bs-dark .bs-nav a:hover,
body.lp-storefront.bs-dark .bs-nav a.active {
  color: #7ee8f0;
  background: transparent;
  border-bottom-color: #22a6b3;
}
body.lp-storefront.bs-dark .bs-popular-panel,
body.lp-storefront.bs-dark .bs-popular-promo {
  background: #1d2938;
}
body.lp-storefront.bs-dark .bs-popular-main {
  border-color: #2a3a4d;
}
body.lp-storefront.bs-dark .bs-popular-title,
body.lp-storefront.bs-dark .bs-popular-card-name,
body.lp-storefront.bs-dark .bs-popular-promo-title {
  color: #f1f5f9;
}
body.lp-storefront.bs-dark .bs-popular-card-price {
  color: #94a3b8;
}
body.lp-storefront.bs-dark .bs-popular-card {
  background: #243447;
  border-color: #2a3a4d;
}
body.lp-storefront.bs-dark .bs-popular-card-platform,
body.lp-storefront.bs-dark .bs-popular-promo-desc {
  color: #94a3b8;
}
body.lp-storefront.bs-dark .bs-popular-promo-body {
  border-color: #2a3a4d;
}
body.lp-storefront.bs-dark .bs-trust-panel {
  background: #1d2938;
  border-color: #2a3a4d;
}
body.lp-storefront.bs-dark .bs-trust-aside {
  background: #243447;
}
body.lp-storefront.bs-dark .bs-trust-aside-title,
body.lp-storefront.bs-dark .bs-trust-author-name,
body.lp-storefront.bs-dark .bs-trust-stars {
  color: #f1f5f9;
}
body.lp-storefront.bs-dark .bs-trust-review {
  background: #1d2938;
}
body.lp-storefront.bs-dark .bs-trust-quote,
body.lp-storefront.bs-dark .bs-trust-aside-meta {
  color: #94a3b8;
}
/* —— Genel Servisler (Bisoci) —— */
.bs-popular {
  padding: 48px 0 56px;
  background: var(--bs-herobg);
}
.bs-popular-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  background: var(--bs-whitebg);
  border: 1px solid var(--bs-line);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 1px 0 rgba(30, 42, 59, 0.04);
}
.bs-popular-main {
  padding: 28px 30px 30px;
  border-right: 1px solid var(--bs-line);
  min-width: 0;
}
.bs-popular-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}
.bs-popular-title {
  margin: 0;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--bs-navy);
  letter-spacing: -0.02em;
}
.bs-popular-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}
.bs-popular-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  min-height: 118px;
  padding: 18px 10px 16px;
  background: #fff;
  border: 1px solid var(--bs-line);
  border-radius: 14px;
  text-align: center;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.bs-popular-card:hover {
  border-color: rgba(34, 166, 179, 0.35);
  box-shadow: 0 6px 18px rgba(34, 166, 179, 0.1);
  transform: translateY(-2px);
}
.bs-popular-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #7a8499;
  font-size: 24px;
  line-height: 1;
  flex-shrink: 0;
}
.bs-popular-card-platform {
  font-size: 12px;
  font-weight: 500;
  color: var(--bs-subtext);
  line-height: 1.3;
  width: 100%;
}
.bs-popular-card-name {
  flex: 1;
  width: 100%;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--bs-navy);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
}
.bs-popular-card-price {
  margin-top: auto;
  padding-top: 4px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  color: #8b95ad;
  letter-spacing: 0;
}
.bs-popular-promo {
  display: flex;
  flex-direction: column;
  min-width: 0;
  background: #fff;
}
.bs-popular-slider {
  position: relative;
  flex-shrink: 0;
}
.bs-popular-slides {
  position: relative;
  height: 200px;
  overflow: hidden;
}
.bs-popular-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.45s ease, visibility 0.45s ease;
}
.bs-popular-slide.is-active {
  opacity: 1;
  visibility: visible;
}
.bs-popular-slide-visual {
  position: relative;
  height: 100%;
  padding: 22px 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 20%, rgba(255, 255, 255, 0.18) 0%, transparent 45%),
    radial-gradient(circle at 10% 80%, rgba(0, 0, 0, 0.08) 0%, transparent 40%);
}
.bs-popular-slide-visual--fb {
  background-color: #1877f2;
  background-image:
    radial-gradient(circle at 78% 28%, rgba(255, 255, 255, 0.2) 0%, transparent 42%),
    radial-gradient(circle at 12% 88%, rgba(0, 0, 0, 0.12) 0%, transparent 38%),
    linear-gradient(135deg, #0e5fd8 0%, #1877f2 55%, #3d8bfd 100%);
}
.bs-popular-slide-visual--ig {
  background-color: #e1306c;
  background-image:
    radial-gradient(circle at 78% 28%, rgba(255, 255, 255, 0.22) 0%, transparent 42%),
    linear-gradient(135deg, #833ab4 0%, #e1306c 50%, #f77737 100%);
}
.bs-popular-slide-visual--tt {
  background-color: #111827;
  background-image:
    radial-gradient(circle at 78% 28%, rgba(255, 255, 255, 0.15) 0%, transparent 42%),
    linear-gradient(135deg, #111827 0%, #25f4ee 120%);
}
.bs-popular-slide-brand {
  font-size: 42px;
  color: #fff;
  margin-bottom: 10px;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.15));
}
.bs-popular-slide-tag {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #fff;
  line-height: 1.35;
  max-width: 200px;
}
.bs-popular-slide-dots {
  position: absolute;
  top: 14px;
  right: 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  z-index: 2;
}
.bs-popular-slide-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}
.bs-popular-slide-dots button.is-active {
  background: #fff;
  transform: scale(1.15);
}
.bs-popular-slide-dot-decor {
  pointer-events: none;
  opacity: 0.35;
}
.bs-popular-promo-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 22px 22px 26px;
  border-top: 1px solid var(--bs-line);
}
.bs-popular-promo-title {
  margin: 0 0 10px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--bs-navy);
}
.bs-popular-promo-desc {
  margin: 0;
  flex: 1;
  font-size: 13px;
  line-height: 1.6;
  color: var(--bs-subtext);
}
.bs-popular-promo-link {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 600;
  color: #5b6fd6;
  text-decoration: none;
  align-self: flex-start;
  transition: color 0.2s ease;
}
.bs-popular-promo-link:hover {
  color: var(--c-primary-dark);
  text-decoration: underline;
}

/* —— Mutluluk + istatistik şeridi (Bisoci) —— */
.bs-trust {
  padding: 0 0 56px;
  background: var(--bs-herobg);
}
.bs-trust-panel {
  background: #fff;
  border: 1px solid var(--bs-line);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 1px 0 rgba(30, 42, 59, 0.04);
}
.bs-trust-top {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  min-height: 220px;
}
.bs-trust-aside {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 32px 24px;
  background: #e8f7f9;
  text-align: center;
  overflow: hidden;
}
.bs-trust-comment-deco {
  position: absolute;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 56px;
  line-height: 1;
  color: rgba(34, 166, 179, 0.12);
  pointer-events: none;
}
.bs-trust-avatar-wrap {
  position: relative;
  width: 88px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bs-trust-avatar-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid rgba(34, 166, 179, 0.35);
  box-shadow: 0 0 0 8px rgba(34, 166, 179, 0.12);
}
.bs-trust-avatar {
  position: relative;
  z-index: 1;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  line-height: 1;
}
.bs-trust-aside-title {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--bs-navy);
  letter-spacing: -0.02em;
}
.bs-trust-aside-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-size: 13px;
  font-weight: 500;
  color: #5a6a85;
}
.bs-trust-aside-meta i {
  font-size: 15px;
  color: var(--c-primary);
  vertical-align: -2px;
  margin-right: 4px;
}
.bs-trust-meta-sep {
  width: 1px;
  height: 18px;
  background: rgba(34, 166, 179, 0.25);
}
.bs-trust-review {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px 36px 40px;
  background: #fff;
  min-height: 220px;
}
.bs-trust-review-slides {
  position: relative;
  flex: 1;
  min-height: 160px;
}
.bs-trust-review-slide {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.bs-trust-review-slide.is-active {
  opacity: 1;
  visibility: visible;
}
.bs-trust-quote {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: var(--bs-subtext);
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.bs-trust-review-divider {
  height: 1px;
  margin: 20px 0 16px;
  background: var(--bs-line);
  flex-shrink: 0;
}
.bs-trust-review-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
}
.bs-trust-review-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(34, 166, 179, 0.25);
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}
.bs-trust-review-dot.is-active {
  background: var(--c-primary);
  transform: scale(1.15);
}
.bs-trust-author-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.bs-trust-author {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}
.bs-trust-author-photo {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
.bs-trust-author-name {
  font-size: 15px;
  font-weight: 700;
  color: var(--bs-navy);
}
.bs-trust-stars {
  display: flex;
  align-items: center;
  gap: 2px;
  flex-shrink: 0;
  color: var(--bs-navy);
  font-size: 16px;
}
.bs-trust-stats-bar {
  display: flex;
  align-items: stretch;
  justify-content: space-around;
  gap: 12px;
  padding: 18px 24px;
  background: var(--c-primary);
}
.bs-trust-stat {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}
.bs-trust-stat-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  font-size: 20px;
}
.bs-trust-stat-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  color: #fff;
  min-width: 0;
}
.bs-trust-stat-text strong {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.bs-trust-stat-text small {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  opacity: 0.92;
}

body.lp-storefront .lp-section-gray {
  background: #f4f6f9;
}
body.lp-storefront .lp-f3d-grid {
  grid-template-columns: repeat(4, 1fr);
}
body.lp-storefront .lp-btn-primary {
  background: var(--c-primary);
}
body.lp-storefront .lp-btn-primary:hover {
  background: var(--c-primary-dark);
}

@media (max-width: 1100px) {
  .bs-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    background: #fff;
    padding: 12px;
    border-bottom: 1px solid #e8ecf1;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.06);
  }
  .bs-nav.open {
    display: flex;
  }
  .bs-mobile-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .bs-icon-btn:not(.bs-search-btn) {
    display: none;
  }
  .bs-popular-panel {
    grid-template-columns: 1fr;
  }
  .bs-popular-main {
    border-right: none;
    border-bottom: 1px solid var(--bs-line);
  }
  .bs-popular-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 1200px) {
  .bs-popular-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .bs-quick-bar {
    padding: 18px 20px;
  }
  .bs-step-pill {
    font-size: 14px;
    padding: 8px 10px;
  }
  .bs-platforms-head {
    padding: 24px 20px;
  }
}
@media (max-width: 900px) {
  body.lp-storefront {
    --bs-quick-overlap: 72px;
  }
  .bs-platform-track {
    animation-duration: 42s;
  }
  .bs-quick-bar {
    flex-direction: column;
    align-items: stretch;
    padding: 16px;
  }
  .bs-quick-steps {
    justify-content: stretch;
    width: 100%;
  }
  .bs-step-pill {
    flex: 1 1 100%;
    justify-content: center;
    white-space: normal;
    font-size: 14px;
  }
  .bs-trust-top {
    grid-template-columns: 1fr;
  }
  .bs-trust-aside {
    padding: 28px 20px;
  }
  .bs-trust-review {
    padding: 24px 20px 28px;
  }
  .bs-trust-stats-bar {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 16px;
  }
  .bs-trust-stat {
    flex: 1 1 calc(50% - 8px);
  }
  body.lp-storefront .lp-f3d-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .bs-popular-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 520px) {
  .bs-promo {
    padding-right: 40px;
    font-size: 12px;
  }
  .bs-login-btn {
    padding: 11px 14px;
    font-size: 13px;
  }
  .bs-top {
    padding: 28px 0 36px;
  }
  .bs-platforms-head {
    padding: 20px 16px;
  }
  .bs-platform-item {
    width: 54px;
  }
  .bs-platform-tile {
    width: 54px;
    height: 52px;
  }
  .bs-platform-tile i {
    font-size: 22px;
  }
  .bs-intro-row {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 48px 0 40px;
  }
  .bs-intro {
    text-align: center;
  }
  .bs-intro-eyebrow {
    margin-left: auto;
    margin-right: auto;
  }
  .bs-intro-title-accent {
    white-space: normal;
  }
  .bs-intro-proof {
    display: none;
  }
  .bs-intro-features {
    justify-content: center;
  }
  .bs-intro-desc {
    margin: 0 auto;
  }
  body.lp-storefront {
    --bs-quick-overlap: 0;
  }
  .bs-top-gray {
    padding-bottom: 12px;
  }
  .bs-quick-bar {
    margin-top: 12px;
  }
  .bs-hero-login {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
  }
  .bs-hero-emoji-wrap {
    width: 100px;
    height: 100px;
  }
  .bs-hero-emoji {
    width: 68px;
    height: 68px;
    font-size: 38px;
    box-shadow: 0 0 0 10px rgba(227, 244, 247, 0.55);
  }
  .bs-hero-ripple {
    width: 68px;
    height: 68px;
    margin-left: -34px;
    margin-top: -34px;
  }
  .bs-popular-main {
    padding: 20px 16px 22px;
  }
  .bs-popular-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .bs-popular-card {
    min-height: 108px;
    padding: 14px 8px 12px;
  }
  .bs-popular-card-name {
    font-size: 12px;
    -webkit-line-clamp: 2;
  }
  .bs-popular-promo-body {
    padding: 18px 16px 22px;
  }
  .bs-trust-stat {
    flex: 1 1 100%;
  }
  .bs-trust-stat-text strong {
    font-size: 15px;
  }
}

/* —— SSS (Bisoci) —— */
.bs-faq-section {
  padding: 48px 0 40px;
  background: #f2f7fb;
}
.bs-faq-heading {
  margin: 0 0 28px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--bs-navy);
  letter-spacing: -0.02em;
}
.bs-faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.bs-faq-item {
  background: #fff;
  border: 1px solid var(--bs-line);
  border-radius: 14px;
  overflow: hidden;
}
.bs-faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: 18px 22px;
  border: none;
  background: transparent;
  font-size: 15px;
  font-weight: 600;
  color: var(--bs-navy);
  text-align: left;
  cursor: pointer;
}
.bs-faq-q span {
  flex: 1;
}
.bs-faq-q i {
  font-size: 20px;
  color: var(--c-primary);
  transition: transform 0.25s ease;
  flex-shrink: 0;
}
.bs-faq-item.open .bs-faq-q i {
  transform: rotate(45deg);
}
.bs-faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}
.bs-faq-item.open .bs-faq-a {
  max-height: 560px;
}
.bs-faq-a p {
  margin: 0;
  padding: 0 22px 20px;
  font-size: 14px;
  line-height: 1.75;
  color: var(--bs-subtext);
}
.bs-faq-a a {
  color: var(--c-primary-dark);
  font-weight: 600;
  text-decoration: none;
}
.bs-faq-a a:hover {
  text-decoration: underline;
}

/* —— Alt metin alanı (Bisoci) —— */
.bs-content-section {
  padding: 40px 0 56px;
  background: #fff;
  border-top: 1px solid var(--bs-line);
}
.bs-content-article h2 {
  margin: 0 0 18px;
  font-size: 22px;
  font-weight: 700;
  color: var(--bs-navy);
  line-height: 1.35;
}
.bs-content-article h3 {
  margin: 28px 0 14px;
  font-size: 17px;
  font-weight: 700;
  color: var(--bs-navy);
  line-height: 1.4;
}
.bs-content-article p {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.75;
  color: var(--bs-subtext);
}
.bs-content-article .bs-content-list {
  margin: 0 0 18px;
  padding-left: 20px;
  color: var(--bs-subtext);
}
.bs-content-article .bs-content-list li {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.65;
}
.bs-content-article .bs-content-list a {
  color: var(--c-primary-dark);
  font-weight: 600;
  text-decoration: none;
}
.bs-content-article .bs-content-list a:hover {
  text-decoration: underline;
}
.bs-content-article a {
  color: var(--c-primary-dark);
  font-weight: 600;
}

/* —— Footer (Bisoci) —— */
.bs-footer {
  margin: 0;
  padding: 52px 0 40px;
  background: #fff;
}
.bs-footer-card {
  position: relative;
  padding-top: 44px;
}
.bs-footer-teal {
  position: absolute;
  top: 0;
  left: 24px;
  right: 24px;
  z-index: 5;
  transform: translateY(-50%);
  background: var(--c-primary);
  border: 1px solid var(--bs-line);
  border-radius: 16px;
  padding: 18px 32px;
  margin: 0;
  box-shadow: 0 8px 28px rgba(34, 166, 179, 0.22);
  pointer-events: auto;
}
.bs-footer-teal-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.bs-footer-wrap {
  position: relative;
  z-index: 1;
  overflow: visible;
  border: 1px solid var(--bs-line);
  border-radius: 20px;
  background: #fff;
  padding: 0;
  box-shadow: 0 1px 0 rgba(30, 42, 59, 0.04);
}
.bs-footer-main {
  position: relative;
  z-index: 1;
  padding: 88px 36px 28px;
}
.bs-footer-logo-link {
  display: inline-flex;
  text-decoration: none;
  flex-shrink: 0;
}
.bs-footer-logo-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}
.bs-footer-logo-img {
  height: 28px;
  width: auto;
  max-width: 140px;
  object-fit: contain;
  display: block;
}
.bs-footer-logo-white {
  filter: brightness(0) invert(1);
}
.bs-footer-logo-mark {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.bs-footer-logo-mark i {
  font-size: 22px;
}
.bs-footer-logo-sub {
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.82);
  letter-spacing: 0.02em;
  padding-left: 2px;
}
.bs-footer-contacts {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 28px 40px;
  margin-left: auto;
}
.bs-footer-contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #fff;
}
.bs-footer-contact-item:hover .bs-footer-contact-text strong {
  text-decoration: underline;
}
.bs-footer-contact-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.12);
  font-size: 20px;
  flex-shrink: 0;
}
.bs-footer-contact-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  line-height: 1.25;
}
.bs-footer-contact-text strong {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  font-style: normal;
}
.bs-footer-contact-text em {
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.88);
  font-style: normal;
}
.bs-footer-body {
  background: #fff;
  padding: 0;
}
.bs-footer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px 24px;
  padding-bottom: 28px;
}
.bs-footer-col h4,
.bs-footer-col-toggle {
  margin: 0 0 16px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--bs-navy);
}
.bs-footer-col-toggle {
  display: block;
  width: 100%;
  padding: 0;
  border: none;
  background: transparent;
  font: inherit;
  text-align: left;
  cursor: default;
}
.bs-footer-col-toggle i {
  display: none;
}
.bs-footer-col-body {
  display: block;
}
.bs-footer-col a {
  display: block;
  margin-bottom: 11px;
  font-size: 13px;
  font-weight: 500;
  color: var(--bs-subtext);
  text-decoration: none;
  transition: color 0.2s ease;
}
.bs-footer-col a:hover {
  color: var(--c-primary);
}
.bs-footer-bottom {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
  padding-top: 22px;
  border-top: 1px solid var(--bs-line);
}
.bs-footer-copy {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  color: var(--bs-subtext);
  justify-self: start;
}
.bs-footer-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  justify-self: center;
}
.bs-footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #d8dee8;
  background: transparent;
  color: var(--bs-navy);
  font-size: 16px;
  text-decoration: none;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.bs-footer-social a:hover {
  border-color: var(--c-primary);
  color: var(--c-primary);
}
.bs-footer-payments {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-self: end;
}
.bs-pay-ico {
  font-size: 32px;
  color: #6b7a90;
  line-height: 1;
}
.bs-pay-ico-amex {
  color: #2e77bc;
}
.bs-pay-troy-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 26px;
  padding: 0 8px;
  border-radius: 4px;
  background: #f0f2f6;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #00a0c6;
  text-transform: lowercase;
}

/* Çerez (Bisoci) */
body.lp-storefront .bs-cookie {
  position: fixed;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%) translateY(120%);
  z-index: 1002;
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: calc(100vw - 32px);
  padding: 14px 18px;
  background: #fff;
  border: 1px solid var(--bs-line);
  border-radius: 12px;
  box-shadow: 0 10px 32px rgba(30, 42, 59, 0.14);
  transition: transform 0.35s ease, opacity 0.35s ease;
  opacity: 0;
}
body.lp-storefront .bs-cookie.show {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
}
body.lp-storefront .bs-cookie p {
  margin: 0;
  font-size: 13px;
  color: var(--bs-main-text);
  white-space: nowrap;
}
body.lp-storefront .bs-cookie strong {
  color: var(--bs-navy);
}
body.lp-storefront .bs-cookie-ok {
  flex-shrink: 0;
  padding: 8px 18px;
  border: none;
  border-radius: 8px;
  background: var(--c-primary);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}
body.lp-storefront .bs-cookie-ok:hover {
  background: var(--c-primary-dark);
}

body.lp-storefront.bs-dark .bs-faq-section {
  background: #1b2633;
}
body.lp-storefront.bs-dark .bs-faq-heading,
body.lp-storefront.bs-dark .bs-content-article h2,
body.lp-storefront.bs-dark .bs-content-article h3 {
  color: #f1f5f9;
}
body.lp-storefront.bs-dark .bs-faq-item {
  background: #1d2938;
  border-color: #2a3a4d;
}
body.lp-storefront.bs-dark .bs-faq-q {
  color: #f1f5f9;
}
body.lp-storefront.bs-dark .bs-content-section {
  background: #1d2938;
  border-color: #2a3a4d;
}
body.lp-storefront.bs-dark .bs-footer {
  background: #1b2633;
}
body.lp-storefront.bs-dark .bs-footer-teal {
  border-color: #2a3a4d;
}
body.lp-storefront.bs-dark .bs-footer-wrap {
  border-color: #2a3a4d;
  background: #1d2938;
}
body.lp-storefront.bs-dark .bs-footer-body,
body.lp-storefront.bs-dark .bs-footer-main {
  background: #1d2938;
}
body.lp-storefront.bs-dark .bs-cookie {
  background: #1d2938;
  border-color: #2a3a4d;
}
body.lp-storefront.bs-dark .bs-footer-col h4,
body.lp-storefront.bs-dark .bs-footer-col-toggle {
  color: #f1f5f9;
}
body.lp-storefront.bs-dark .bs-footer-bottom {
  border-color: #2a3a4d;
}
body.lp-storefront.bs-dark .bs-footer-social a {
  background: #243447;
  color: #e2e8f0;
}
@media (max-width: 900px) {
  .bs-footer {
    padding-top: 64px;
  }
  .bs-footer-teal {
    left: 16px;
    right: 16px;
  }
  .bs-footer-main {
    padding-top: 120px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .bs-footer-teal-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .bs-footer-contacts {
    width: 100%;
    justify-content: space-between;
  }
  .bs-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .bs-footer-bottom {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .bs-footer-copy,
  .bs-footer-payments {
    justify-self: center;
  }
  .bs-footer-social {
    justify-self: center;
  }
}
@media (max-width: 520px) {
  .bs-faq-heading {
    font-size: 22px;
  }
  .bs-faq-q {
    padding: 16px 18px;
    font-size: 14px;
  }
  .bs-footer-teal {
    border-radius: 14px;
    padding: 16px 20px;
  }
  .bs-footer-main {
    padding: 100px 20px 22px;
  }
  .bs-footer-teal-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .bs-footer-contacts {
    margin-left: 0;
    width: 100%;
    gap: 16px;
  }
  .bs-footer-contacts {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
  .bs-footer-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .bs-footer-body {
    border-radius: 0 0 12px 12px;
  }
  body.lp-storefront .bs-cookie {
    flex-direction: column;
    text-align: center;
    bottom: 12px;
    white-space: normal;
  }
  body.lp-storefront .bs-cookie p {
    white-space: normal;
  }
}

/* —— Auth split — ana sayfa stili, minimal —— */
body.lp-storefront.bs-auth-page {
  background: var(--bs-whitebg);
  overflow-x: hidden;
}
.bs-auth-mob-head {
  display: none;
}
body.bs-page-signup > .bs-header {
  display: none;
}
.bs-auth-split {
  display: flex;
  min-height: 100vh;
  min-height: 100dvh;
}
.bs-auth-brand {
  flex: 1;
  min-width: 0;
  position: relative;
  overflow: hidden;
  background-color: var(--bs-herobg);
  border-right: 1px solid var(--bs-line);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 40px;
}
.bs-auth-brand::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/assets/img/kayit.jpg") center / cover no-repeat;
  filter: grayscale(100%);
  z-index: 0;
}
.bs-auth-brand::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(248, 250, 252, 0.82);
  z-index: 1;
}
.bs-auth-brand-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 480px;
  text-align: left;
}
.bs-auth-brand .bs-intro-header {
  justify-content: flex-start;
  margin-bottom: 4px;
}
.bs-auth-brand .bs-hero-emoji-wrap {
  margin: 0;
}
.bs-auth-brand .bs-intro-title {
  margin-top: 20px;
  color: var(--bs-main-text);
}
.bs-auth-brand .bs-intro-desc {
  margin-top: 0;
}
.bs-auth-steps {
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.bs-auth-steps li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  color: var(--bs-main-text);
}
.bs-auth-steps i {
  color: var(--c-primary);
  font-size: 17px;
  flex-shrink: 0;
}
.bs-auth-brand .bs-intro-proof {
  margin-top: 28px;
  max-width: none;
}
.bs-auth-main {
  flex: 1;
  min-width: 0;
  background: var(--bs-whitebg);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 32px;
  overflow-y: auto;
}
.bs-auth-form-panel {
  width: 100%;
  max-width: 440px;
}
body.bs-page-signup .bs-auth-brand,
body.bs-page-signup .bs-auth-main {
  flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
  box-sizing: border-box;
}
body.bs-page-signup .bs-auth-main {
  padding: 48px 40px;
}
body.bs-page-signup .bs-auth-form-panel {
  width: 100%;
  max-width: 570px;
  margin: 0 auto;
}
body.bs-page-signup .bs-auth-form-card {
  padding: 28px 30px 24px;
}
body.bs-page-signup .bs-form-row-2 {
  gap: 16px;
}
.bs-auth-back-home {
  margin: 0 0 20px;
}
.bs-auth-brand .bs-auth-back-home {
  margin-bottom: 24px;
}
.bs-auth-back-home a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 700;
  color: var(--bs-subtext);
  text-decoration: none;
  transition: color 0.15s ease;
}
.bs-auth-back-home a:hover {
  color: var(--c-primary);
}
body.lp-storefront.bs-dark .bs-auth-back-home a {
  color: #94a3b8;
}
body.lp-storefront.bs-dark .bs-auth-back-home a:hover {
  color: #7ee8f0;
}
.bs-auth-form-card {
  box-shadow: 0 12px 40px rgba(30, 42, 59, 0.07);
}
.bs-auth-form-card .lp-form-group {
  margin-bottom: 12px;
}
body.lp-storefront.bs-dark.bs-auth-page {
  background: #1b2633;
}
body.lp-storefront.bs-dark .bs-auth-brand {
  background-color: #1c2836;
  border-color: #2a3a4d;
}
body.lp-storefront.bs-dark .bs-auth-brand::after {
  background: rgba(28, 40, 54, 0.84);
}
body.lp-storefront.bs-dark .bs-auth-brand .bs-intro-title {
  color: #f1f5f9;
}
body.lp-storefront.bs-dark .bs-auth-steps li {
  color: #e2e8f0;
}
body.lp-storefront.bs-dark .bs-auth-main {
  background: #1b2633;
}
body.lp-storefront.bs-dark .bs-auth-form-card {
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}
.bs-form-row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.bs-pw-strength {
  margin-top: 6px;
}
.bs-pw-bar {
  height: 4px;
  border-radius: 999px;
  background: #e8ecf1;
  overflow: hidden;
}
.bs-pw-bar-fill {
  height: 100%;
  width: 0;
  border-radius: inherit;
  transition: width 0.2s ease, background 0.2s ease;
}
.bs-pw-label {
  margin-top: 4px;
  font-size: 11px;
  font-weight: 600;
  min-height: 14px;
}
.bs-pw-match {
  margin-top: 6px;
  font-size: 11px;
  font-weight: 600;
  min-height: 14px;
}
.bs-pw-match.ok {
  color: #16a34a;
}
.bs-pw-match.no {
  color: #dc2626;
}
.bs-terms-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 4px 0 14px;
}
.bs-terms-row input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--c-primary);
  cursor: pointer;
  flex-shrink: 0;
}
.bs-terms-row label {
  font-size: 12px;
  color: var(--bs-subtext);
  line-height: 1.5;
  cursor: pointer;
}
.bs-terms-row.shake {
  animation: bs-shake 0.4s ease;
}
@keyframes bs-shake {
  0%, 100% { transform: translateX(0); }
  25% { transform: translateX(-6px); }
  75% { transform: translateX(6px); }
}
.bs-footer--compact {
  padding: 24px 0 32px;
  background: var(--bs-whitebg);
  border-top: 1px solid var(--bs-line);
}
.bs-footer-compact-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.bs-footer-compact-links {
  display: flex;
  align-items: center;
  gap: 20px;
}
.bs-footer-compact-links a {
  font-size: 13px;
  font-weight: 500;
  color: var(--bs-subtext);
  text-decoration: none;
}
.bs-footer-compact-links a:hover {
  color: var(--c-primary);
}
/* —— Services page —— */
.bs-page-hero {
  background: var(--bs-herobg);
  border-bottom: 1px solid var(--bs-line);
  padding: 40px 0;
  min-height: 220px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.bs-page-hero > .lp-container {
  width: 100%;
}
.bs-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 13px;
  font-weight: 500;
  color: var(--bs-subtext);
  margin-bottom: 18px;
}
.bs-breadcrumb a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--bs-subtext);
  text-decoration: none;
  transition: color 0.15s ease;
}
.bs-breadcrumb a:hover {
  color: var(--c-primary);
}
.bs-breadcrumb > i {
  font-size: 14px;
  opacity: 0.5;
}
.bs-breadcrumb span {
  color: var(--bs-navy);
  font-weight: 600;
}
.bs-page-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 12px;
  padding: 6px 14px;
  border-radius: 999px;
  background: var(--c-primary-light);
  color: var(--c-primary-dark);
  font-size: 12px;
  font-weight: 700;
}
.bs-page-hero-title {
  margin: 0 0 12px;
  font-size: clamp(1.75rem, 3vw, 38px);
  font-weight: 900;
  letter-spacing: -0.03em;
  color: var(--bs-navy);
  line-height: 1.15;
}
.bs-page-hero-desc {
  margin: 0;
  max-width: 620px;
  font-size: 15px;
  line-height: 1.65;
  color: var(--bs-subtext);
}
.bs-page-hero-desc--single {
  max-width: none;
  white-space: nowrap;
}
@media (max-width: 960px) {
  .bs-page-hero-desc--single {
    white-space: normal;
  }
}
@media (max-width: 700px) {
  .bs-page-hero {
    min-height: 180px;
    padding: 28px 0;
  }
}
.bs-contact-page {
  padding: 32px 0 72px;
  background: var(--c-bg);
}
.bs-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 300px);
  gap: 28px;
  align-items: stretch;
}
.bs-contact-aside,
.bs-contact-form-wrap {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.bs-contact-card {
  background: var(--bs-whitebg);
  border: 1px solid var(--bs-line);
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 4px 24px rgba(30, 42, 59, 0.04);
}
.bs-contact-card--aside {
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.bs-contact-aside-head {
  margin-bottom: 18px;
}
.bs-contact-card-title {
  margin: 0 0 6px;
  font-size: 17px;
  font-weight: 800;
  color: var(--bs-navy);
  letter-spacing: -0.02em;
}
.bs-contact-aside-desc {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: var(--bs-subtext);
}
.bs-contact-channels {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.bs-contact-channel {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border: 1px solid var(--bs-line);
  border-radius: 14px;
  background: var(--c-bg);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.15s ease, background 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}
a.bs-contact-channel:hover {
  border-color: rgba(34, 166, 179, 0.35);
  background: var(--c-primary-light);
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(30, 42, 59, 0.06);
}
.bs-contact-channel--static {
  cursor: default;
}
.bs-contact-list-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: var(--c-primary-light);
  color: var(--c-primary-dark);
  font-size: 18px;
}
.bs-contact-list-icon--wa {
  background: rgba(37, 211, 102, 0.12);
  color: #1a9e4b;
}
.bs-contact-list-body {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  flex: 1;
}
.bs-contact-list-body strong {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  color: var(--bs-navy);
}
.bs-contact-list-body em {
  font-size: 13px;
  font-style: normal;
  color: var(--bs-subtext);
  line-height: 1.45;
  word-break: break-word;
}
.bs-contact-online {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 2px 8px;
  border-radius: 999px;
  background: rgba(34, 197, 94, 0.12);
  color: #16a34a;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.bs-contact-online::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.2);
}
.bs-contact-copy {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--bs-line);
  border-radius: 10px;
  background: var(--bs-whitebg);
  color: var(--bs-subtext);
  cursor: pointer;
  transition: color 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}
.bs-contact-copy:hover {
  color: var(--c-primary-dark);
  border-color: rgba(34, 166, 179, 0.35);
  background: var(--bs-whitebg);
}
.bs-contact-copy.is-copied {
  color: #16a34a;
  border-color: #bbf7d0;
  background: #f0fdf4;
}
.bs-contact-channel-arrow {
  flex-shrink: 0;
  font-size: 16px;
  color: var(--bs-subtext);
  opacity: 0.7;
}
a.bs-contact-channel:hover .bs-contact-channel-arrow {
  color: var(--c-primary-dark);
  opacity: 1;
}
.bs-contact-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: auto;
  padding-top: 22px;
  border-top: 1px solid var(--bs-line);
}
.bs-contact-stat {
  background: var(--c-primary-light);
  border: none;
  border-radius: 12px;
  padding: 14px 10px;
  text-align: center;
  box-shadow: none;
}
.bs-contact-stat-num {
  display: block;
  font-size: 20px;
  font-weight: 900;
  color: var(--c-primary-dark);
  letter-spacing: -0.02em;
  line-height: 1.1;
}
.bs-contact-stat-label {
  display: block;
  margin-top: 4px;
  font-size: 11px;
  font-weight: 600;
  color: var(--bs-subtext);
  line-height: 1.3;
}
.bs-contact-wa-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
  padding: 14px 20px;
  border-radius: 12px;
  background: #25d366;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.15s ease, transform 0.15s ease;
}
.bs-contact-wa-btn:hover {
  background: #1ebe57;
  color: #fff;
  transform: translateY(-1px);
}
.bs-contact-wa-btn i {
  font-size: 18px;
}
.bs-contact-form-card {
  flex: 1;
  height: 100%;
  box-shadow: 0 12px 40px rgba(30, 42, 59, 0.07);
}
.bs-contact-form-head {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 20px;
}
.bs-contact-form-head .bs-hero-login-head {
  margin-bottom: 0;
}
.bs-contact-form-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: var(--c-primary-light);
  color: var(--c-primary-dark);
  font-size: 20px;
}
.bs-contact-form-card .lp-form-group {
  margin-bottom: 14px;
}
.bs-contact-form-card .bs-form-row-2 {
  gap: 14px;
}
.bs-contact-topics {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}
.bs-contact-topic {
  padding: 7px 12px;
  border: 1px solid var(--bs-line);
  border-radius: 999px;
  background: var(--c-bg);
  color: var(--bs-subtext);
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
}
.bs-contact-topic:hover {
  border-color: rgba(34, 166, 179, 0.35);
  color: var(--c-primary-dark);
}
.bs-contact-topic.is-active {
  border-color: var(--c-primary);
  background: var(--c-primary-light);
  color: var(--c-primary-dark);
}
.bs-contact-label-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 7px;
}
.bs-contact-label-row label {
  margin-bottom: 0;
}
.bs-contact-char {
  font-size: 12px;
  font-weight: 600;
  color: var(--bs-subtext);
}
.bs-contact-char.is-limit {
  color: #ea580c;
}
.bs-contact-form-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 14px 0 0;
  font-size: 12px;
  line-height: 1.5;
  color: var(--bs-subtext);
  text-align: center;
}
.bs-contact-form-note i {
  color: var(--c-primary);
  font-size: 14px;
  flex-shrink: 0;
}
.lp-field--textarea {
  align-items: stretch;
}
.lp-field--textarea > i:first-child {
  top: 14px;
}
.lp-field--textarea textarea {
  width: 100%;
  min-height: 140px;
  padding: 13px 14px 13px 42px;
  border: 1.5px solid var(--c-200);
  border-radius: var(--r-md);
  font-size: 14px;
  font-family: var(--font);
  color: var(--c-black);
  background: var(--c-white);
  resize: vertical;
  transition: border-color var(--ease), box-shadow var(--ease);
}
.lp-field--textarea textarea:focus {
  outline: none;
  border-color: var(--c-primary);
  box-shadow: 0 0 0 3px var(--c-primary-glow);
}
.lp-field--textarea textarea::placeholder {
  color: var(--c-400);
}
body.lp-storefront.bs-dark .bs-contact-page {
  background: #1b2633;
}
body.lp-storefront.bs-dark .bs-contact-card,
body.lp-storefront.bs-dark .bs-contact-stat {
  background: #1c2836;
  border-color: #2a3a4d;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15);
}
body.lp-storefront.bs-dark .bs-contact-card-title,
body.lp-storefront.bs-dark .bs-contact-list-body strong {
  color: #f1f5f9;
}
body.lp-storefront.bs-dark .bs-contact-aside-desc,
body.lp-storefront.bs-dark .bs-contact-list-body em,
body.lp-storefront.bs-dark .bs-contact-char,
body.lp-storefront.bs-dark .bs-contact-form-note {
  color: #94a3b8;
}
body.lp-storefront.bs-dark .bs-contact-channel {
  background: #243447;
  border-color: #2a3a4d;
}
body.lp-storefront.bs-dark a.bs-contact-channel:hover {
  background: rgba(34, 166, 179, 0.12);
  border-color: rgba(34, 166, 179, 0.35);
}
body.lp-storefront.bs-dark .bs-contact-copy {
  background: #1c2836;
  border-color: #2a3a4d;
  color: #94a3b8;
}
body.lp-storefront.bs-dark .bs-contact-topic {
  background: #243447;
  border-color: #2a3a4d;
  color: #94a3b8;
}
body.lp-storefront.bs-dark .bs-contact-topic.is-active {
  background: rgba(34, 166, 179, 0.15);
  border-color: var(--c-primary);
  color: #7ee8f0;
}
body.lp-storefront.bs-dark .bs-contact-card--aside .bs-contact-stats {
  border-color: #2a3a4d;
}
body.lp-storefront.bs-dark .bs-contact-stat {
  background: rgba(34, 166, 179, 0.12);
}
body.lp-storefront.bs-dark .bs-contact-form-card {
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}
body.lp-storefront.bs-dark .lp-field--textarea textarea {
  background: #243447;
  border-color: #2a3a4d;
  color: #f1f5f9;
}
body.lp-storefront.bs-dark .lp-field--textarea textarea:focus {
  border-color: var(--c-primary);
}
@media (max-width: 960px) {
  .bs-contact-layout {
    grid-template-columns: 1fr;
  }
  .bs-contact-card--aside,
  .bs-contact-form-card {
    height: auto;
  }
}
@media (max-width: 700px) {
  .bs-contact-form-card .bs-form-row-2 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 520px) {
  .bs-contact-stats {
    grid-template-columns: 1fr;
  }
  .bs-contact-topics {
    gap: 6px;
  }
  .bs-contact-topic {
    font-size: 11px;
    padding: 6px 10px;
  }
}
.bs-services-page {
  padding: 32px 0 64px;
  background: var(--c-bg);
}
.bs-svc-source-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 16px;
}
.bs-svc-source-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  padding: 10px 8px;
  border: 1px solid var(--bs-line);
  border-radius: 12px;
  background: var(--bs-whitebg);
  color: var(--bs-subtext);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  transition: background .15s ease, border-color .15s ease, color .15s ease, box-shadow .15s ease;
  white-space: normal;
}
.bs-svc-source-tab:hover {
  border-color: rgba(34, 166, 179, 0.35);
  color: var(--bs-navy);
}
.bs-svc-source-tab:focus,
.bs-svc-source-tab:focus-visible,
.bs-svc-source-tab:active {
  outline: none;
}
.bs-svc-source-tab:focus-visible:not(.is-active),
.bs-svc-source-tab:active:not(.is-active) {
  border-color: var(--c-primary);
  box-shadow: none;
}
.bs-svc-source-tab.is-active {
  background: var(--c-primary);
  border-color: var(--c-primary);
  color: #fff;
  box-shadow: 0 2px 10px rgba(34, 166, 179, 0.22);
}
.bs-svc-source-tab.is-active:focus,
.bs-svc-source-tab.is-active:focus-visible,
.bs-svc-source-tab.is-active:active {
  border-color: var(--c-primary);
  box-shadow: 0 2px 10px rgba(34, 166, 179, 0.22);
}
body.bs-page-services #serv-table.is-api-source .bs-svc-fav-col {
  display: none;
}
.bs-svc-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 12px;
  margin-bottom: 20px;
}
.bs-svc-search {
  flex: 1 1 280px;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 16px;
  background: var(--bs-whitebg);
  border: 1px solid var(--bs-line);
  border-radius: 14px;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.bs-svc-search:focus-within {
  border-color: rgba(34, 166, 179, 0.45);
  box-shadow: 0 0 0 3px var(--c-primary-glow);
}
.bs-svc-search > i {
  font-size: 18px;
  color: var(--bs-subtext);
  flex-shrink: 0;
}
.bs-svc-search input {
  flex: 1;
  min-width: 0;
  border: none;
  background: transparent;
  font: inherit;
  font-size: 14px;
  font-weight: 500;
  color: var(--bs-navy);
  outline: none;
}
.bs-svc-search input::placeholder {
  color: var(--bs-subtext);
  opacity: 0.75;
}
.bs-svc-filter {
  position: relative;
  flex: 0 0 auto;
}
.bs-svc-filter-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 16px;
  border: 1px solid var(--bs-line);
  border-radius: 14px;
  background: var(--bs-whitebg);
  color: var(--bs-navy);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  transition: border-color 0.15s ease, color 0.15s ease;
}
.bs-svc-filter-btn:hover {
  border-color: rgba(34, 166, 179, 0.35);
  color: var(--c-primary);
}
.bs-svc-filter-btn > i:first-child {
  color: var(--c-primary);
  font-size: 17px;
}
.bs-svc-filter-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 220px;
  max-height: 320px;
  overflow-y: auto;
  background: var(--bs-whitebg);
  border: 1px solid var(--bs-line);
  border-radius: 14px;
  box-shadow: 0 12px 32px rgba(30, 42, 59, 0.1);
  z-index: 20;
  padding: 6px;
}
.bs-svc-filter-menu a {
  display: block;
  padding: 10px 12px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
  color: var(--bs-main-text);
  text-decoration: none;
  transition: background 0.12s ease, color 0.12s ease;
}
.bs-svc-filter-menu a:hover {
  background: var(--c-primary-light);
  color: var(--c-primary-dark);
}
.bs-svc-filter-menu a.active {
  background: var(--c-primary);
  color: #fff;
}
.bs-svc-table-wrap {
  background: var(--bs-whitebg);
  border: 1px solid var(--bs-line);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(30, 42, 59, 0.04);
}
.bs-svc-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.bs-svc-table tbody.svc-tbody-hidden {
  display: none !important;
}
.bs-svc-table thead th {
  padding: 14px 18px;
  text-align: left;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--bs-subtext);
  background: var(--bs-herobg);
  border-bottom: 1px solid var(--bs-line);
}
.bs-svc-table tbody td {
  padding: 14px 18px;
  border-bottom: 1px solid var(--bs-line);
  vertical-align: middle;
  color: var(--bs-main-text);
}
.bs-svc-row:hover td {
  background: rgba(34, 166, 179, 0.04);
}
.bs-svc-row.hidden,
.bs-svc-row.search-hidden,
.services-header.hidden {
  display: none;
}
.bs-svc-cat-row td {
  padding: 0 !important;
  border-bottom: none;
  background: transparent;
}
.bs-svc-cat-title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 16px 18px 8px;
  padding: 10px 14px;
  border-radius: 12px;
  background: var(--c-primary-light);
  color: var(--c-primary-dark);
  font-size: 14px;
  font-weight: 800;
}
.bs-svc-cat-title i {
  font-size: 18px;
}
.bs-svc-cat-toggle {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  font: inherit;
  text-align: left;
  cursor: default;
}
.bs-svc-cat-chevron {
  display: none;
}
.bs-svc-id {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  padding: 4px 10px;
  border-radius: 8px;
  background: var(--bs-herobg);
  color: var(--bs-subtext);
  font-size: 12px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}
.bs-svc-name {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  color: var(--bs-navy);
  min-width: 240px;
}
.bs-svc-name > span {
  line-height: 1.4;
}
.bs-svc-platform {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: var(--bs-herobg);
  flex-shrink: 0;
  font-size: 17px;
}
.bs-svc-table thead th.bs-svc-col-price,
.bs-svc-table tbody tr.bs-svc-row td.bs-svc-col-price {
  white-space: nowrap;
  text-align: right;
  padding-right: 24px;
}
.bs-svc-price-grid {
  display: inline-grid;
  grid-template-columns: 6.5em 1.1em;
  align-items: baseline;
  column-gap: 3px;
  white-space: nowrap;
}
.bs-svc-price-grid--head {
  display: block;
  text-align: right;
}

.bs-svc-price-grid--head .bs-svc-price-head-text {
  display: inline-block;
  text-align: right;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--bs-subtext);
}
.bs-svc-price-num {
  text-align: right;
  font-weight: 800;
  color: var(--c-primary-dark);
  font-variant-numeric: tabular-nums;
}
.bs-svc-price-currency {
  text-align: left;
  font-weight: 800;
  color: var(--c-primary-dark);
}
.bs-svc-fav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  color: var(--bs-subtext);
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease;
}
.bs-svc-fav:hover,
.bs-svc-fav.is-active {
  color: #f59e0b;
  background: #fef3c7;
}
.bs-svc-empty {
  padding: 48px 24px;
  text-align: center;
  color: var(--bs-subtext);
}
.bs-svc-empty i {
  display: block;
  font-size: 42px;
  margin-bottom: 12px;
  opacity: 0.35;
}
.bs-svc-empty p {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
}
.bs-svc-mob-head {
  display: none;
}
body.lp-storefront.bs-dark .bs-page-hero {
  background: #0f172a;
  border-bottom-color: #1e293b;
}
body.lp-storefront.bs-dark .bs-breadcrumb span,
body.lp-storefront.bs-dark .bs-page-hero-title {
  color: #f1f5f9;
}
body.lp-storefront.bs-dark .bs-page-hero-eyebrow {
  background: rgba(34, 166, 179, 0.15);
  color: #7dd3fc;
}
body.lp-storefront.bs-dark .bs-svc-search,
body.lp-storefront.bs-dark .bs-svc-filter-btn,
body.lp-storefront.bs-dark .bs-svc-table-wrap {
  background: #1d2938;
  border-color: #2a3a4d;
}
body.lp-storefront.bs-dark .bs-svc-search input {
  color: #e2e8f0;
}
body.lp-storefront.bs-dark .bs-svc-filter-menu {
  background: #1d2938;
  border-color: #2a3a4d;
}
body.lp-storefront.bs-dark .bs-svc-table thead th {
  background: #0f172a;
  color: #94a3b8;
  border-bottom-color: #2a3a4d;
}
body.lp-storefront.bs-dark .bs-svc-table tbody td {
  border-bottom-color: #2a3a4d;
  color: #cbd5e1;
}
body.lp-storefront.bs-dark .bs-svc-row:hover td {
  background: rgba(34, 166, 179, 0.08);
}
body.lp-storefront.bs-dark .bs-svc-cat-title {
  background: rgba(34, 166, 179, 0.12);
  color: #7dd3fc;
}
body.lp-storefront.bs-dark .bs-svc-id,
body.lp-storefront.bs-dark .bs-svc-platform {
  background: #0f172a;
}
body.lp-storefront.bs-dark .bs-svc-name {
  color: #f1f5f9;
}
body.lp-storefront.bs-dark .bs-svc-price-num,
body.lp-storefront.bs-dark .bs-svc-price-currency {
  color: #5eead4;
}
body.lp-storefront.bs-dark .bs-svc-price-grid--head .bs-svc-price-head-text {
  color: #94a3b8;
}
.bs-blog-mob-head {
  display: none;
}
.bs-blog-page {
  padding: 32px 0 72px;
}
.bs-blog-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 28px;
  align-items: start;
}
.bs-blog-main {
  min-width: 0;
  text-align: left;
}
.bs-blog-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.bs-blog-item {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 0;
  align-items: stretch;
  background: var(--bs-whitebg);
  border: 1px solid var(--bs-line);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(30, 42, 59, 0.05);
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}
.bs-blog-item:hover {
  border-color: rgba(34, 166, 179, 0.32);
  box-shadow: 0 14px 36px rgba(34, 166, 179, 0.12);
  transform: translateY(-2px);
}
.bs-blog-item-media {
  position: relative;
  display: block;
  padding: 12px;
  min-height: 190px;
  background: var(--bs-whitebg);
  text-decoration: none;
  overflow: hidden;
  border-right: none;
  box-sizing: border-box;
}
.bs-blog-item-media img {
  width: 100%;
  height: 100%;
  min-height: 166px;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
  display: block;
}
.bs-blog-item-media-overlay {
  position: absolute;
  left: 12px;
  right: 12px;
  top: 12px;
  bottom: 12px;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(8, 16, 24, 0.05) 35%, rgba(8, 16, 24, 0.55) 100%);
  pointer-events: none;
  transition: opacity 0.25s ease;
}
.bs-blog-item:hover .bs-blog-item-media-overlay {
  opacity: 0.88;
}
.bs-blog-item-media-badge {
  position: absolute;
  left: 22px;
  bottom: 22px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 11px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(8, 16, 24, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.bs-blog-item-media-badge i {
  font-size: 13px;
  color: #7ee8f0;
}
.bs-blog-item-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 166px;
  border-radius: 12px;
  background: linear-gradient(145deg, #1a2a38 0%, #0f1c28 100%);
  font-size: 44px;
  color: rgba(126, 232, 240, 0.45);
}
.bs-blog-item-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px 22px 20px 20px;
}
.bs-blog-item-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
  color: var(--bs-subtext);
}
.bs-blog-item-cat {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 800;
  color: var(--c-primary);
  background: rgba(34, 166, 179, 0.1);
  border: 1px solid rgba(34, 166, 179, 0.2);
  border-radius: 999px;
}
.bs-blog-item-meta time,
.bs-blog-item-read {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.bs-blog-item-read {
  color: var(--bs-subtext);
}
.bs-blog-item-title {
  margin: 0;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: -0.02em;
}
.bs-blog-item-title a {
  color: var(--bs-navy);
  text-decoration: none;
  transition: color 0.15s ease;
}
.bs-blog-item-title a:hover {
  color: var(--c-primary);
}
.bs-blog-item-excerpt {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: var(--bs-subtext);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.bs-blog-item-keyword {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  align-self: flex-start;
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 700;
  color: var(--bs-subtext);
  background: var(--bs-herobg);
  border: 1px solid var(--bs-line);
  border-radius: 8px;
}
.bs-blog-item-keyword i {
  color: var(--c-primary);
  font-size: 12px;
}
.bs-blog-item-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  align-self: flex-start;
  margin-top: auto;
  padding: 9px 16px;
  font-size: 13px;
  font-weight: 800;
  color: #fff;
  background: var(--c-primary);
  border-radius: 10px;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(34, 166, 179, 0.28);
  transition: background 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}
.bs-blog-item-link:hover {
  background: var(--c-primary-dark);
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(34, 166, 179, 0.34);
}
.bs-blog-sidebar {
  position: sticky;
  top: 92px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.bs-blog-sidebar-card {
  background: var(--bs-whitebg);
  border: 1px solid var(--bs-line);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(30, 42, 59, 0.04);
}
.bs-blog-sidebar-title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 16px 18px;
  font-size: 15px;
  font-weight: 800;
  color: var(--bs-navy);
  border-bottom: 1px solid var(--bs-line);
  background: var(--bs-herobg);
}
.bs-blog-sidebar-title i {
  color: var(--c-primary);
}
.bs-blog-sidebar-search {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 12px 14px 0;
  padding: 0 12px;
  min-height: 40px;
  border: 1px solid var(--bs-line);
  border-radius: 10px;
  background: var(--bs-whitebg);
}
.bs-blog-sidebar-search:focus-within {
  border-color: rgba(34, 166, 179, 0.4);
}
.bs-blog-sidebar-search i {
  color: var(--bs-subtext);
  font-size: 16px;
}
.bs-blog-sidebar-search input {
  flex: 1;
  min-width: 0;
  border: none;
  background: transparent;
  font: inherit;
  font-size: 13px;
  color: var(--bs-navy);
  outline: none;
}
.bs-blog-sidebar-nav {
  max-height: 62vh;
  overflow-y: auto;
  padding: 10px 10px 14px;
}
.bs-blog-sidebar-group {
  margin-bottom: 12px;
}
.bs-blog-sidebar-group-title {
  margin: 0 0 6px;
  padding: 6px 8px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--c-primary-dark);
}
.bs-blog-sidebar-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.bs-blog-sidebar-list li {
  margin: 0;
  padding: 0;
}
.bs-blog-sidebar-link {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  padding: 8px 10px;
  border-radius: 10px;
  text-decoration: none;
  transition: background 0.15s ease;
}
.bs-blog-sidebar-link:hover {
  background: var(--c-primary-light);
}
.bs-blog-sidebar-link.is-active {
  background: var(--c-primary-light);
}
.bs-blog-sidebar-link-text {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--bs-navy);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bs-blog-sidebar-link.is-active .bs-blog-sidebar-link-text {
  color: var(--c-primary-dark);
  font-weight: 700;
}
.bs-blog-sidebar-link time {
  font-size: 10px;
  font-weight: 500;
  color: var(--bs-subtext);
}
.bs-blog-sidebar-cta {
  padding: 18px;
  border-radius: 16px;
  border: 1px solid var(--bs-line);
  background: linear-gradient(160deg, var(--c-primary-light), var(--bs-whitebg));
}
.bs-blog-sidebar-cta h4 {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 800;
  color: var(--bs-navy);
}
.bs-blog-sidebar-cta p {
  margin: 0 0 14px;
  font-size: 13px;
  line-height: 1.55;
  color: var(--bs-subtext);
}
.bs-blog-sidebar-cta .bs-intro-btn {
  width: 100%;
  justify-content: center;
  margin-bottom: 8px;
}
.bs-blog-sidebar-cta .bs-intro-btn:last-child {
  margin-bottom: 0;
}
.bs-blog-article {
  padding: 32px 0 72px;
}
.bs-blog-page--article .bs-blog-article-card {
  max-width: none;
  margin: 0;
}
.bs-blog-article-card {
  background: var(--bs-whitebg);
  border: 1px solid var(--bs-line);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(30, 42, 59, 0.05);
}
.bs-blog-article-cover {
  margin: 0;
}
.bs-blog-article-cover {
  background: #141c28;
}
.bs-blog-article-cover img {
  width: 100%;
  height: auto;
  max-height: 420px;
  display: block;
  object-fit: cover;
}
.bs-blog-toc {
  margin: 0;
  padding: 24px 36px 0;
  border-bottom: 1px solid var(--bs-line);
}
.bs-blog-toc-title {
  margin: 0 0 14px;
  font-size: 15px;
  font-weight: 800;
  color: var(--bs-navy);
  letter-spacing: -0.01em;
  display: flex;
  align-items: center;
  gap: 8px;
}
.bs-blog-toc-title i {
  color: var(--c-primary);
  font-size: 18px;
}
.bs-blog-toc-list {
  margin: 0 0 20px;
  padding: 0 0 0 20px;
  list-style: decimal;
}
.bs-blog-toc-item {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}
.bs-blog-toc-item > a {
  color: var(--bs-main-text);
  text-decoration: none;
  transition: color 0.15s ease;
}
.bs-blog-toc-item > a:hover {
  color: var(--c-primary);
}
.bs-blog-toc-sublist {
  margin: 6px 0 0;
  padding: 0 0 0 18px;
  list-style: disc;
}
.bs-blog-toc-sublist li {
  margin-bottom: 4px;
  font-size: 13px;
  font-weight: 500;
}
.bs-blog-toc-sublist a {
  color: var(--bs-subtext);
  text-decoration: none;
}
.bs-blog-toc-sublist a:hover {
  color: var(--c-primary);
}
.bs-blog-tags {
  padding: 24px 36px 28px;
  border-top: 1px solid var(--bs-line);
  background: var(--bs-herobg);
  text-align: left;
  overflow: hidden;
}
.bs-blog-tags-label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin: 0 0 14px;
  padding: 0;
  font-size: 14px;
  font-weight: 800;
  color: var(--bs-navy);
  letter-spacing: -0.01em;
}
.bs-blog-tags-label i {
  color: var(--c-primary);
  font-size: 17px;
}
.bs-blog-tags-marquee {
  overflow: hidden;
  width: 100%;
}
.bs-blog-tags-track {
  display: flex;
  width: max-content;
  animation: bs-blog-tags-marquee 36s linear infinite;
}
.bs-blog-tags-marquee:hover .bs-blog-tags-track {
  animation-play-state: paused;
}
@keyframes bs-blog-tags-marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .bs-blog-tags-track {
    animation: none;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .bs-blog-tags-list[aria-hidden="true"] {
    display: none;
  }
}
.bs-blog-tags-list {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 4px 0;
  list-style: none;
}
.bs-blog-tags-list li {
  display: flex;
  flex-shrink: 0;
}
.bs-blog-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  min-height: 34px;
  padding: 7px 14px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  color: var(--c-primary);
  background: rgba(34, 166, 179, 0.08);
  border: 1px solid rgba(34, 166, 179, 0.22);
  border-radius: 999px;
  text-decoration: none;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.bs-blog-tag:hover {
  color: #fff;
  background: var(--c-primary);
  border-color: var(--c-primary);
}
.bs-blog-article-content {
  padding: 32px 36px;
  font-size: 16px;
  line-height: 1.75;
  color: var(--bs-main-text);
}
.bs-blog-article-content h2,
.bs-blog-article-content h3 {
  scroll-margin-top: 96px;
}
.bs-blog-article-content h2 {
  margin: 28px 0 12px;
  font-size: 22px;
  font-weight: 800;
  color: var(--bs-navy);
  letter-spacing: -0.02em;
}
.bs-blog-article-content h3 {
  margin: 20px 0 10px;
  font-size: 17px;
  font-weight: 700;
  color: var(--bs-navy);
}
.bs-blog-article-content h2:first-child {
  margin-top: 0;
}
.bs-blog-article-content p {
  margin: 0 0 16px;
}
.bs-blog-article-content ul,
.bs-blog-article-content ol {
  margin: 0 0 16px;
  padding-left: 22px;
}
.bs-blog-article-content li {
  margin-bottom: 8px;
}
.bs-blog-article-content strong {
  color: var(--bs-navy);
  font-weight: 700;
}
.bs-blog-article-content a {
  color: var(--c-primary);
  font-weight: 600;
}
.bs-blog-article-foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 20px 36px 28px;
  border-top: 1px solid var(--bs-line);
  background: var(--bs-herobg);
}
.bs-blog-back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 700;
  color: var(--bs-subtext);
  text-decoration: none;
  transition: color 0.15s ease;
}
.bs-blog-back:hover {
  color: var(--c-primary);
}
body.lp-storefront.bs-dark .bs-blog-item,
body.lp-storefront.bs-dark .bs-blog-sidebar-card,
body.lp-storefront.bs-dark .bs-blog-sidebar-cta,
body.lp-storefront.bs-dark .bs-blog-article-card {
  background: #1d2938;
  border-color: #2a3a4d;
}
body.lp-storefront.bs-dark .bs-blog-item-media {
  background: #1d2938;
}
body.lp-storefront.bs-dark .bs-blog-sidebar-title,
body.lp-storefront.bs-dark .bs-blog-sidebar-search {
  background: #0f172a;
  border-color: #2a3a4d;
}
body.lp-storefront.bs-dark .bs-blog-sidebar-search input {
  color: #e2e8f0;
}
body.lp-storefront.bs-dark .bs-blog-item-cat {
  background: rgba(34, 166, 179, 0.16);
  border-color: rgba(34, 166, 179, 0.32);
  color: #7ee8f0;
}
body.lp-storefront.bs-dark .bs-blog-item-keyword {
  background: #0f172a;
  border-color: #2a3a4d;
  color: #94a3b8;
}
body.lp-storefront.bs-dark .bs-blog-item-title a,
body.lp-storefront.bs-dark .bs-blog-sidebar-link-text,
body.lp-storefront.bs-dark .bs-blog-sidebar-cta h4,
body.lp-storefront.bs-dark .bs-blog-article-content h2,
body.lp-storefront.bs-dark .bs-blog-article-content strong {
  color: #f1f5f9;
}
body.lp-storefront.bs-dark .bs-blog-sidebar-link:hover,
body.lp-storefront.bs-dark .bs-blog-sidebar-link.is-active {
  background: rgba(34, 166, 179, 0.12);
}
body.lp-storefront.bs-dark .bs-blog-article-foot {
  background: #0f172a;
  border-top-color: #2a3a4d;
}
body.lp-storefront.bs-dark .bs-blog-toc {
  border-bottom-color: #2a3a4d;
}
body.lp-storefront.bs-dark .bs-blog-toc-title,
body.lp-storefront.bs-dark .bs-blog-tags-label {
  color: #f1f5f9;
}
body.lp-storefront.bs-dark .bs-blog-toc-item > a {
  color: #cbd5e1;
}
body.lp-storefront.bs-dark .bs-blog-tags {
  background: #0f172a;
  border-top-color: #2a3a4d;
}
body.lp-storefront.bs-dark .bs-blog-tag {
  color: #5eead4;
  background: rgba(34, 166, 179, 0.15);
  border-color: rgba(34, 166, 179, 0.35);
}
body.lp-storefront.bs-dark .bs-blog-article-content h3 {
  color: #f1f5f9;
}
@media (max-width: 1100px) {
  .bs-blog-layout {
    grid-template-columns: 1fr;
  }
  .bs-blog-sidebar {
    position: static;
    order: 2;
  }
  .bs-blog-main {
    order: 1;
  }
  .bs-blog-sidebar-nav {
    max-height: 320px;
  }
}
@media (max-width: 700px) {
  .bs-blog-item {
    grid-template-columns: 1fr;
  }
  .bs-blog-item-media {
    min-height: auto;
    padding: 12px 12px 0;
    border-right: none;
    border-bottom: none;
  }
  .bs-blog-item-media img {
    min-height: 160px;
  }
  .bs-blog-item-media-overlay {
    left: 12px;
    right: 12px;
    top: 12px;
    bottom: 0;
    border-radius: 12px 12px 0 0;
  }
  .bs-blog-item-media-badge {
    left: 22px;
    bottom: 12px;
  }
  .bs-blog-item-body {
    padding: 16px 16px 18px;
  }
  .bs-blog-article-content {
    padding: 24px 20px;
  }
  .bs-blog-tags {
    padding-left: 20px;
    padding-right: 20px;
  }
  .bs-blog-article-foot {
    padding: 16px 20px 22px;
    flex-direction: column;
    align-items: stretch;
  }
  .bs-blog-article-foot .bs-intro-btn {
    justify-content: center;
  }
}

@media (max-width: 900px) {
  .bs-auth-split {
    flex-direction: column;
    min-height: 0;
  }
  body.bs-page-signup .bs-auth-brand,
  body.bs-page-signup .bs-auth-main {
    flex: none;
    width: 100%;
    max-width: 100%;
  }
  .bs-auth-brand {
    border-right: none;
    border-bottom: 1px solid var(--bs-line);
    padding: 32px 24px;
    align-items: flex-start;
  }
  .bs-auth-brand-inner {
    max-width: none;
  }
  .bs-auth-steps {
    display: none;
  }
  .bs-auth-main {
    padding: 28px 20px 40px;
    align-items: flex-start;
  }
  .bs-form-row-2 {
    grid-template-columns: 1fr;
  }
}

/* —— Mobil uygulama kabuğu (ana sayfa) —— */
.bs-app-tabbar {
  display: none;
}

@media (max-width: 767.98px) {
  body.lp-storefront {
    -webkit-tap-highlight-color: transparent;
    padding-bottom: calc(72px + env(safe-area-inset-bottom, 0));
    background: #f4f6f9;
    --bs-mob-gap: 16px;
    --bs-quick-overlap: 0;
  }

  body.lp-storefront.bs-dark {
    background: #141c27;
  }

  /* Alt tab bar */
  .bs-app-tabbar {
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1003;
    min-height: 62px;
    padding: 6px 8px calc(6px + env(safe-area-inset-bottom, 0));
    background: rgba(255, 255, 255, 0.94);
    border-top: 1px solid rgba(30, 42, 59, 0.08);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 -4px 24px rgba(30, 42, 59, 0.08);
  }

  body.lp-storefront.bs-dark .bs-app-tabbar {
    background: rgba(22, 32, 44, 0.96);
    border-top-color: #2a3a4d;
    box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.28);
  }

  .bs-app-tab {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    min-width: 0;
    padding: 4px 2px;
    font-size: 10px;
    font-weight: 600;
    color: var(--bs-subtext);
    text-decoration: none;
    border: none;
    background: transparent;
    transition: color 0.15s ease;
  }

  .bs-app-tab i {
    font-size: 22px;
    line-height: 1;
  }

  .bs-app-tab span:not(.bs-app-tab-fab) {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .bs-app-tab.active,
  .bs-app-tab:hover {
    color: var(--c-primary);
  }

  .bs-app-tab--fab {
    flex: 0 0 auto;
    margin-top: -22px;
    padding: 0;
  }

  .bs-app-tab-fab {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--c-primary), var(--c-primary-dark));
    color: #fff;
    font-size: 24px;
    box-shadow: 0 4px 16px rgba(34, 166, 179, 0.38);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
  }

  .bs-app-tab--fab:hover .bs-app-tab-fab,
  .bs-app-tab--fab.active .bs-app-tab-fab {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(34, 166, 179, 0.48);
  }

  /* Kompakt app header */
  .bs-header {
    border-bottom: none;
    box-shadow: 0 1px 0 var(--bs-line);
  }

  .bs-header.scrolled {
    box-shadow: 0 2px 12px rgba(30, 42, 59, 0.06);
  }

  .bs-header-inner {
    position: relative;
    min-height: 52px;
    padding-top: env(safe-area-inset-top, 0);
    padding-left: 16px;
    padding-right: 16px;
  }

  .bs-logo {
    position: static;
    transform: none;
    margin-right: auto;
  }

  .bs-logo img,
  .bs-logo-switch {
    height: 30px;
  }

  .bs-nav,
  .bs-mobile-toggle,
  .bs-header-actions .bs-login-btn,
  .bs-header-actions .bs-icon-btn[aria-label="Bildirimler"] {
    display: none !important;
  }

  .bs-header-actions {
    margin-left: auto;
    gap: 6px;
  }

  .bs-icon-btn {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    font-size: 16px;
  }

  /* Promo şeridi — ince banner, sola yaslı */
  .bs-promo {
    justify-content: flex-start;
    min-height: 34px;
    padding: 6px 40px 6px 14px;
    font-size: 11px;
  }

  .bs-promo-text {
    justify-content: flex-start;
    text-align: left;
    gap: 6px;
  }

  /* Hero — simetrik blok aralıkları */
  .bs-top {
    display: flex;
    flex-direction: column;
    gap: var(--bs-mob-gap);
    padding: 0 !important;
    margin-bottom: var(--bs-mob-gap);
  }

  .bs-top-gray {
    background: transparent;
    padding-bottom: 0 !important;
  }

  body.lp-storefront.bs-dark .bs-top-gray {
    background: #141c27;
  }

  .bs-intro-row {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 12px 0 0;
  }

  .bs-hero-login {
    order: -1;
    width: 100%;
    max-width: none;
    margin: 0;
  }

  .bs-intro {
    display: none;
  }

  .bs-hero-login-card {
    border-radius: 18px;
    padding: 22px 18px 18px;
    box-shadow: 0 8px 28px rgba(30, 42, 59, 0.07);
    border: none;
  }

  .bs-hero-login-head {
    text-align: center;
  }

  body.lp-storefront.bs-dark .bs-hero-login-card {
    border: 1px solid #2a3a4d;
  }

  .bs-intro {
    text-align: center;
    padding: 0 4px;
  }

  .bs-intro-eyebrow {
    margin-left: auto;
    margin-right: auto;
    font-size: 11px;
  }

  .bs-intro-title {
    font-size: 26px;
    line-height: 1.15;
  }

  .bs-intro-mob-only {
    display: inline;
  }

  .bs-intro-desk-only {
    display: none;
  }

  .bs-intro-title-accent {
    white-space: normal;
  }

  .bs-intro-desc {
    margin: 0 auto;
    font-size: 14px;
    max-width: 340px;
  }

  .bs-intro-proof {
    display: none;
  }

  .bs-quick-bar,
  .bs-wizard-panel {
    display: none !important;
  }

  .bs-app-tab--fab {
    display: none !important;
  }

  /* Kart blokları */
  .bs-top-cards {
    background: transparent;
    margin-top: 0;
    padding: 0;
  }

  body.lp-storefront .lp-container {
    padding-left: 14px;
    padding-right: 14px;
  }

  .bs-quick-bar,
  .bs-wizard-panel,
  .bs-platforms-block {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(30, 42, 59, 0.06);
    border: 1px solid var(--bs-line);
    margin-bottom: 0;
  }

  body.lp-storefront.bs-dark .bs-quick-bar,
  body.lp-storefront.bs-dark .bs-wizard-panel,
  body.lp-storefront.bs-dark .bs-platforms-block {
    border-color: #2a3a4d;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  }

  .bs-quick-bar {
    padding: 14px;
  }

  .bs-step-pill {
    font-size: 12px;
    padding: 10px 8px;
    border-radius: 12px;
  }

  .lp-wizard-chip {
    border-radius: 12px;
    padding: 10px 14px;
    font-size: 13px;
  }

  .bs-platforms-head {
    padding: 16px;
  }

  /* Bölüm kartları */
  body.lp-storefront .lp-section {
    padding-top: 0 !important;
    padding-bottom: var(--bs-mob-gap) !important;
  }

  body.lp-storefront .bs-popular {
    margin-top: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 24px !important;
    background: transparent;
  }

  .bs-popular-panel,
  .bs-trust-panel {
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid var(--bs-line);
    box-shadow: 0 4px 20px rgba(30, 42, 59, 0.06);
  }

  body.lp-storefront.bs-dark .bs-popular-panel,
  body.lp-storefront.bs-dark .bs-trust-panel {
    border-color: #2a3a4d;
  }

  /* Yorum slider — tam metin sığsın */
  .bs-trust-top {
    min-height: 0;
  }

  .bs-trust-review {
    min-height: 0;
    padding: 20px 18px 24px;
  }

  .bs-trust-review-slides {
    min-height: 0;
    height: auto;
  }

  .bs-trust-review-slide {
    position: relative;
    inset: auto;
    display: none;
    opacity: 1;
    visibility: visible;
    justify-content: flex-start;
  }

  .bs-trust-review-slide.is-active {
    display: flex;
  }

  .bs-trust-quote {
    display: block;
    overflow: visible;
    -webkit-line-clamp: unset;
    line-clamp: unset;
    font-size: 13px;
    line-height: 1.65;
  }

  .bs-trust-review-divider {
    margin: 16px 0 14px;
  }

  .bs-trust-review-nav {
    margin-top: 14px;
  }

  .bs-faq-section {
    padding-left: 14px;
    padding-right: 14px;
  }

  .bs-faq-list {
    gap: 6px;
  }

  .bs-faq-item {
    border-radius: 14px;
    margin-bottom: 0;
    overflow: hidden;
  }

  .bs-faq-q {
    padding: 14px 16px;
    font-size: 14px;
  }

  .bs-content-section {
    margin: 0 14px 16px;
    border-radius: 16px;
    overflow: hidden;
  }

  .bs-footer {
    padding-top: 24px;
    padding-bottom: 8px;
  }

  .bs-footer-card {
    padding-top: 0;
  }

  .bs-footer-teal {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    transform: none;
    z-index: 1;
    margin: 0;
    border-radius: 16px 16px 0 0;
    padding: 18px 16px;
  }

  .bs-footer-teal-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
  }

  .bs-footer-logo-stack {
    align-items: center;
  }

  .bs-footer-contacts {
    margin-left: 0;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .bs-footer-contact-item {
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
  }

  .bs-footer-contact-text {
    text-align: left;
    align-items: flex-start;
  }

  .bs-footer-main {
    padding: 16px 0 20px !important;
  }

  .bs-footer-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .bs-footer-col {
    border-bottom: 1px solid var(--bs-line);
  }

  .bs-footer-col:last-child {
    border-bottom: none;
  }

  body.lp-storefront.bs-dark .bs-footer-col {
    border-bottom-color: #2a3a4d;
  }

  .bs-footer-col-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    margin: 0;
    padding: 16px 16px;
    cursor: pointer;
    text-align: left;
  }

  .bs-footer-col-toggle span {
    flex: 1;
    text-align: left;
  }

  .bs-footer-col-toggle i {
    display: inline-flex;
    font-size: 18px;
    color: var(--c-primary);
    transition: transform 0.25s ease;
    flex-shrink: 0;
    margin-left: auto;
  }

  .bs-footer-col.is-open .bs-footer-col-toggle i {
    transform: rotate(45deg);
  }

  .bs-footer-col-body {
    display: none;
    padding: 0 16px 14px;
    text-align: left;
  }

  .bs-footer-col.is-open .bs-footer-col-body {
    display: block;
  }

  .bs-footer-col-body a {
    margin-bottom: 10px;
    text-align: left;
  }

  .bs-footer-col-body a:last-child {
    margin-bottom: 4px;
  }

  body.lp-storefront .bs-cookie {
    bottom: calc(72px + env(safe-area-inset-bottom, 0));
    left: 14px;
    right: 14px;
    transform: translateX(0) translateY(120%);
    max-width: none;
  }

  body.lp-storefront .bs-cookie.show {
    transform: translateX(0) translateY(0);
  }

  /* —— Servisler sayfası (mobil uygulama görünümü) —— */
  body.bs-page-services .bs-page-hero {
    display: none;
  }

  body.bs-page-services .bs-services-page {
    padding: 0 0 8px;
    background: transparent;
  }

  body.bs-page-services .bs-services-page > .lp-container {
    padding-left: 14px;
    padding-right: 14px;
  }

  body.bs-page-services .bs-svc-mob-head {
    display: none;
  }

  body.bs-page-services .bs-svc-toolbar {
    position: sticky;
    top: calc(52px + env(safe-area-inset-top, 0));
    z-index: 100;
    flex-direction: column;
    gap: 0;
    margin: 0 -14px 12px;
    padding: 10px 14px 12px;
    background: rgba(244, 246, 249, 0.92);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(30, 42, 59, 0.06);
  }

  body.bs-page-services.bs-dark .bs-svc-toolbar {
    background: rgba(20, 28, 39, 0.94);
    border-bottom-color: #2a3a4d;
  }

  body.bs-page-services .bs-svc-search {
    flex: none;
    width: 100%;
    min-height: 44px;
    padding: 0 14px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(30, 42, 59, 0.05);
  }

  body.bs-page-services .bs-svc-search input {
    font-size: 15px;
  }

  body.bs-page-services .bs-svc-filter {
    display: none;
  }

  body.bs-page-services .bs-svc-table-wrap {
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
  }

  body.bs-page-services .bs-svc-table thead {
    display: none;
  }

  body.bs-page-services .bs-svc-table,
  body.bs-page-services .bs-svc-table tbody {
    display: block;
    width: 100%;
  }

  body.bs-page-services .bs-svc-cat-row {
    display: block;
    margin: 0 0 8px;
  }

  body.bs-page-services .bs-svc-cat-row:first-of-type {
    margin-top: 0;
  }

  body.bs-page-services .bs-svc-cat-row td {
    display: block;
    padding: 0 !important;
    border: none;
  }

  body.bs-page-services .bs-svc-cat-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    padding: 14px 16px;
    border: 1px solid rgba(30, 42, 59, 0.08);
    border-radius: 14px;
    background: #fff;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(30, 42, 59, 0.04);
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
  }

  body.bs-page-services.bs-dark .bs-svc-cat-toggle {
    background: #1d2938;
    border-color: #2a3a4d;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
  }

  body.bs-page-services .bs-svc-cat-row.is-open .bs-svc-cat-toggle {
    border-radius: 14px 14px 0 0;
    border-bottom-color: transparent;
    box-shadow: none;
  }

  body.bs-page-services .bs-svc-cat-title {
    margin: 0;
    padding: 0;
    background: transparent;
    border-radius: 0;
    color: var(--bs-navy);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1.35;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.bs-page-services.bs-dark .bs-svc-cat-title {
    color: #f1f5f9;
  }

  body.bs-page-services .bs-svc-cat-chevron {
    display: inline-flex;
    font-size: 18px;
    color: var(--c-primary);
    transition: transform 0.25s ease;
    flex-shrink: 0;
  }

  body.bs-page-services .bs-svc-cat-row.is-open .bs-svc-cat-chevron {
    transform: rotate(45deg);
  }

  body.bs-page-services .bs-svc-row.serviceData {
    display: none;
  }

  body.bs-page-services .bs-svc-row.serviceData.bs-svc-mob-show {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    padding: 11px 16px;
    margin: 0;
    background: #fff;
    border: none;
    border-left: 1px solid rgba(30, 42, 59, 0.08);
    border-right: 1px solid rgba(30, 42, 59, 0.08);
    border-bottom: 1px solid rgba(30, 42, 59, 0.06);
    border-radius: 0;
    box-shadow: none;
  }

  body.bs-page-services.bs-dark .bs-svc-row.serviceData.bs-svc-mob-show {
    background: #1d2938;
    border-color: #2a3a4d;
  }

  body.bs-page-services .bs-svc-row.serviceData.bs-svc-mob-show.bs-svc-mob-last {
    border-bottom: 1px solid rgba(30, 42, 59, 0.08);
    border-radius: 0 0 14px 14px;
    margin-bottom: 8px;
  }

  body.bs-page-services.bs-dark .bs-svc-row.serviceData.bs-svc-mob-show.bs-svc-mob-last {
    border-bottom-color: #2a3a4d;
  }

  body.bs-page-services .bs-svc-row td {
    display: block;
    padding: 0;
    border: none;
  }

  body.bs-page-services .bs-svc-row td::before {
    display: none !important;
  }

  body.bs-page-services .bs-svc-row > td:first-child,
  body.bs-page-services .bs-svc-fav-col {
    display: none !important;
  }

  body.bs-page-services .bs-svc-name {
    flex: 1;
    min-width: 0;
    display: block;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.35;
    text-align: left;
    color: var(--bs-navy);
  }

  body.bs-page-services.bs-dark .bs-svc-name {
    color: #e2e8f0;
  }

  body.bs-page-services .bs-svc-name > span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
  }

  body.bs-page-services .bs-svc-platform {
    display: none !important;
  }

  body.bs-page-services .bs-svc-col-price {
    flex: 0 0 auto;
    display: block;
  }

  body.bs-page-services .bs-svc-col-price .bs-svc-price-grid {
    display: inline-flex;
    align-items: baseline;
    gap: 2px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    white-space: nowrap;
  }

  body.bs-page-services .bs-svc-price-num {
    text-align: right;
    font-size: 13px;
    font-weight: 800;
    color: var(--c-primary-dark);
  }

  body.bs-page-services .bs-svc-price-currency {
    font-size: 12px;
    font-weight: 800;
    color: var(--c-primary-dark);
  }

  body.bs-page-services .bs-svc-fav-empty {
    display: none;
  }

  body.bs-page-services .bs-svc-fav-empty.bs-svc-mob-show {
    display: block;
    margin: 0 0 8px;
    border-left: 1px solid rgba(30, 42, 59, 0.08);
    border-right: 1px solid rgba(30, 42, 59, 0.08);
    border-bottom: 1px solid rgba(30, 42, 59, 0.08);
    border-radius: 0 0 14px 14px;
  }

  body.bs-page-services .bs-svc-fav-empty td {
    display: block;
    padding: 16px !important;
    background: #fff;
    border: none;
    text-align: center;
  }

  body.bs-page-services .bs-svc-fav-empty-text {
    font-size: 13px;
    color: var(--bs-subtext);
  }

  body.bs-page-services .bs-svc-empty {
    margin-top: 8px;
    padding: 36px 20px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid var(--bs-line);
  }

  body.bs-page-services.bs-dark .bs-svc-empty,
  body.bs-page-services.bs-dark .bs-svc-fav-empty td {
    background: #1d2938;
    border-color: #2a3a4d;
  }

  body.bs-page-services .bs-footer {
    margin-top: 8px;
  }

  /* —— Blog sayfası (mobil) —— */
  body.bs-page-blog .bs-page-hero {
    display: none;
  }

  body.bs-page-blog .bs-blog-mob-head {
    display: none;
  }

  body.bs-page-blog .bs-blog-page {
    padding: 0 0 8px;
    background: transparent;
  }

  body.bs-page-blog .bs-blog-page > .lp-container {
    padding: 12px 14px 0;
  }

  body.bs-page-blog .bs-blog-sidebar {
    display: none;
  }

  body.bs-page-blog .bs-blog-layout {
    gap: 0;
  }

  body.bs-page-blog .bs-blog-list {
    gap: 12px;
  }

  body.bs-page-blog .bs-blog-item {
    grid-template-columns: 1fr;
    min-width: 0;
    border-radius: 16px;
    box-shadow: 0 2px 10px rgba(30, 42, 59, 0.05);
    transform: none;
  }

  body.bs-page-blog .bs-blog-item:hover {
    transform: none;
  }

  body.bs-page-blog .bs-blog-item-media {
    min-height: 0;
    padding: 10px 10px 0;
  }

  body.bs-page-blog .bs-blog-item-media img {
    width: 100%;
    min-height: 0;
    height: auto;
    max-height: 168px;
    aspect-ratio: 16 / 9;
    object-fit: cover;
  }

  body.bs-page-blog .bs-blog-item-media-overlay {
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 0;
    border-radius: 12px 12px 0 0;
  }

  body.bs-page-blog .bs-blog-item-media-badge {
    left: 18px;
    bottom: 10px;
    font-size: 10px;
    padding: 5px 9px;
  }

  body.bs-page-blog .bs-blog-item-body {
    min-width: 0;
    padding: 12px 14px 14px;
    gap: 8px;
  }

  body.bs-page-blog .bs-blog-item-meta {
    gap: 6px;
    font-size: 11px;
  }

  body.bs-page-blog .bs-blog-item-cat {
    font-size: 10px;
    padding: 3px 8px;
  }

  body.bs-page-blog .bs-blog-item-title {
    font-size: 16px;
    line-height: 1.35;
  }

  body.bs-page-blog .bs-blog-item-title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  body.bs-page-blog .bs-blog-item-excerpt {
    font-size: 13px;
    line-height: 1.55;
    -webkit-line-clamp: 3;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  body.bs-page-blog .bs-blog-item-link {
    align-self: stretch;
    justify-content: center;
    margin-top: 4px;
    padding: 11px 16px;
    font-size: 13px;
    border-radius: 12px;
  }

  body.bs-page-blog .bs-footer {
    margin-top: 8px;
  }

  /* —— Kayıt sayfası (mobil) —— */
  body.bs-page-signup > .bs-header {
    display: block;
  }

  body.bs-page-signup {
    padding-bottom: calc(72px + env(safe-area-inset-bottom, 0));
    background: #f4f6f9;
  }

  body.bs-page-signup.bs-dark {
    background: #141c27;
  }

  body.bs-page-signup .bs-auth-split {
    flex-direction: column;
    min-height: 0;
  }

  body.bs-page-signup .bs-auth-brand {
    display: none;
  }

  body.bs-page-signup .bs-auth-main {
    flex: none;
    width: 100%;
    padding: 0 14px 16px;
    align-items: stretch;
    justify-content: flex-start;
    background: transparent;
    overflow-y: visible;
  }

  body.bs-page-signup .bs-auth-form-panel {
    max-width: none;
    width: 100%;
  }

  body.bs-page-signup .bs-auth-mob-head {
    display: block;
    padding: 12px 2px 8px;
    text-align: left;
  }

  body.bs-page-signup .bs-auth-mob-title {
    margin: 0 0 4px;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--bs-navy);
    line-height: 1.2;
  }

  body.bs-page-signup .bs-auth-mob-sub {
    margin: 0;
    font-size: 13px;
    font-weight: 500;
    color: var(--bs-subtext);
  }

  body.bs-page-signup.bs-dark .bs-auth-mob-title {
    color: #f1f5f9;
  }

  body.bs-page-signup .bs-auth-form-card {
    border-radius: 18px;
    padding: 22px 18px 18px;
    border: none;
    box-shadow: 0 8px 28px rgba(30, 42, 59, 0.07);
  }

  body.bs-page-signup.bs-dark .bs-auth-form-card {
    border: 1px solid #2a3a4d;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.2);
  }

  body.bs-page-signup .bs-auth-form-card .bs-hero-login-head {
    display: none;
  }

  body.bs-page-signup .bs-form-row-2 {
    grid-template-columns: 1fr;
    gap: 0;
  }

  body.bs-page-signup .bs-hero-login-foot {
    text-align: center;
    font-size: 13px;
  }

  body.bs-page-signup .lp-field input {
    font-size: 16px;
  }

  body.bs-page-signup .bs-terms-row {
    font-size: 12px;
    line-height: 1.5;
  }
}
