/* Hazır Site Fiyatları — WebSatisV3 tarzı katalog */

:root {
  --hs-primary: var(--renk, #0f766e);
  --hs-bg: #f8fafc;
  --hs-surface: #ffffff;
  --hs-text: #0f172a;
  --hs-muted: #475569;
  --hs-border: 1px solid rgba(15, 23, 42, 0.1);
  --hs-radius: 18px;
  --hs-radius-sm: 12px;
  --hs-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.05), 0 4px 12px -2px rgba(0, 0, 0, 0.03);
  --hs-shadow-hover: 0 20px 40px -8px rgba(0, 0, 0, 0.08);
  --hs-font: "Source Sans 3", "Segoe UI", sans-serif;
  --hs-display: "Outfit", "Source Sans 3", sans-serif;
  --hs-base: 24px;
}

.hs-katalog,
.hs-ud-page {
  font-family: var(--hs-font);
  font-size: var(--hs-base);
  color: var(--hs-text);
  background: var(--hs-bg);
  line-height: 1.5;
}

.hs-katalog h1,
.hs-katalog h2,
.hs-katalog h3,
.hs-ud-page h1,
.hs-ud-page h2,
.hs-ud-page h3,
.hs-card__title {
  font-family: var(--hs-display);
  letter-spacing: -0.02em;
}

/* ——— Breadcrumb ——— */
.hs-katalog .breadcrumb-section,
.hs-ud-page .breadcrumb-section {
  background: transparent !important;
  padding-top: 1.35rem !important;
  padding-bottom: 0.65rem !important;
}

.hs-katalog .breadcrumb,
.hs-ud-page .breadcrumb {
  font-size: 1.47rem !important;
}

.hs-katalog .breadcrumb-item,
.hs-ud-page .breadcrumb-item,
.hs-katalog .breadcrumb-item a,
.hs-ud-page .breadcrumb-item a {
  font-size: 1.47rem !important;
  color: var(--hs-muted);
}

.hs-katalog .breadcrumb-item.active,
.hs-ud-page .breadcrumb-item.active {
  color: var(--hs-text);
  font-weight: 600;
}

/* ——— Page shell ——— */
.hs-katalog__section {
  padding: 0.75rem 0 4rem;
}

.hs-katalog__title {
  font-size: clamp(2.625rem, 3vw, 3.375rem);
  font-weight: 800;
  margin: 0 0 0.45rem;
  line-height: 1.2;
}

.hs-katalog__sub {
  color: var(--hs-muted);
  margin: 0 0 1.5rem;
  font-size: 1.65rem;
  line-height: 1.5;
}

/* ——— Filter card ——— */
.hs-filter-card {
  background: var(--hs-surface);
  border: var(--hs-border);
  border-radius: var(--hs-radius);
  box-shadow: var(--hs-shadow);
  overflow: hidden;
  position: sticky;
  top: 5.5rem;
}

.hs-filter-card__header {
  padding: 1.25rem 1.35rem 1rem;
  border-bottom: var(--hs-border);
}

.hs-filter-card__title {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 800;
}

.hs-filter-card__sub {
  margin: 0.35rem 0 0;
  font-size: 1.425rem;
  color: var(--hs-muted);
  line-height: 1.4;
}

.hs-filter-card__list {
  list-style: none;
  margin: 0;
  padding: 0.6rem;
}

.hs-filter-item {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.85rem 0.95rem;
  border-radius: var(--hs-radius-sm);
  color: var(--hs-text);
  text-decoration: none !important;
  transition: background 0.18s, color 0.18s;
  min-height: 48px;
}

.hs-filter-item:hover {
  background: rgba(15, 23, 42, 0.04);
  color: var(--hs-text);
}

.hs-filter-item.is-active {
  background: color-mix(in srgb, var(--hs-primary) 12%, #fff);
  color: var(--hs-primary);
  font-weight: 700;
}

.hs-filter-item__dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #cbd5e1;
  flex-shrink: 0;
}

.hs-filter-item.is-active .hs-filter-item__dot {
  background: var(--hs-primary);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--hs-primary) 25%, transparent);
}

.hs-filter-item__label {
  flex: 1;
  font-size: 1.5rem;
  line-height: 1.35;
  font-weight: 600;
}

.hs-filter-item__count {
  font-size: 1.32rem;
  font-weight: 700;
  color: var(--hs-muted);
  background: #f1f5f9;
  border-radius: 999px;
  padding: 0.2rem 0.65rem;
  min-width: 1.85rem;
  text-align: center;
}

.hs-filter-item.is-active .hs-filter-item__count {
  background: color-mix(in srgb, var(--hs-primary) 18%, #fff);
  color: var(--hs-primary);
}

.hs-mobil-filtre-btn {
  display: none;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.95rem 1rem;
  margin-bottom: 1rem;
  border: var(--hs-border);
  border-radius: var(--hs-radius-sm);
  background: var(--hs-surface);
  color: var(--hs-text);
  font-weight: 700;
  font-size: 1.5rem;
  box-shadow: var(--hs-shadow);
  cursor: pointer;
}

.hs-mobil-filtre-btn__count {
  background: var(--hs-primary);
  color: #fff;
  border-radius: 999px;
  padding: 0.15rem 0.55rem;
  font-size: 1.275rem;
}

@media (max-width: 991.98px) {
  .hs-mobil-filtre-btn {
    display: flex;
  }
  .hs-filter-card {
    position: static;
    display: none;
    margin-bottom: 1.25rem;
  }
  .hs-filter-card.is-open {
    display: block;
  }
}

/* ——— Toolbar ——— */
.hs-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 1.25rem;
  margin-bottom: 1.35rem;
  background: var(--hs-surface);
  border: var(--hs-border);
  border-radius: var(--hs-radius);
  box-shadow: var(--hs-shadow);
}

.hs-toolbar__count {
  font-size: 1.575rem;
  color: var(--hs-muted);
}

.hs-toolbar__count-num {
  font-weight: 800;
  color: var(--hs-text);
  font-family: var(--hs-display);
  font-size: 2.025rem;
}

.hs-toolbar__fields {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

.hs-toolbar__field-label {
  display: block;
  font-size: 1.23rem;
  font-weight: 700;
  color: var(--hs-muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 0.3rem;
}

.hs-toolbar__field-input {
  appearance: none;
  border: var(--hs-border);
  border-radius: 10px;
  background: #f8fafc;
  padding: 0.6rem 2.2rem 0.6rem 0.9rem;
  font-size: 1.5rem;
  color: var(--hs-text);
  font-weight: 600;
  min-width: 180px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2364748b' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
}

.hs-toolbar__field-input:focus {
  outline: none;
  border-color: color-mix(in srgb, var(--hs-primary) 50%, #cbd5e1);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--hs-primary) 18%, transparent);
}

/* ——— Product grid + card ——— */
.hs-grid {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}

.hs-grid > [class*="col"] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  margin-bottom: 1.2rem;
}

.hs-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: var(--hs-surface);
  border: var(--hs-border);
  border-radius: var(--hs-radius);
  box-shadow: var(--hs-shadow);
  overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.hs-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--hs-shadow-hover);
}

.hs-card__imgWrap {
  position: relative;
  aspect-ratio: 16 / 11;
  background: #f1f5f9;
  overflow: hidden;
}

.hs-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: transform 0.35s ease;
}

.hs-card:hover .hs-card__img {
  transform: scale(1.03);
}

.hs-card__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  background: rgba(15, 23, 42, 0.42);
  opacity: 0;
  transition: opacity 0.22s ease;
}

.hs-card:hover .hs-card__overlay {
  opacity: 1;
}

.hs-card__overlayBtn {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: var(--hs-text);
  font-size: 1.575rem;
  text-decoration: none !important;
  border: none;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  transition: transform 0.15s, background 0.15s, color 0.15s;
}

.hs-card__overlayBtn:hover {
  transform: translateY(-2px);
  background: var(--hs-primary);
  color: #fff;
}

.hs-card__body {
  padding: 1.15rem 1.2rem 0.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.hs-card__by {
  font-size: 1.38rem;
  color: var(--hs-muted);
  margin: 0 0 0.4rem;
  font-weight: 600;
  line-height: 1.3;
}

.hs-card__title {
  margin: 0;
  font-size: 1.68rem;
  font-weight: 800;
  line-height: 1.35;
  min-height: 2.8em;
}

.hs-card__title a {
  color: var(--hs-text);
  text-decoration: none !important;
}

.hs-card__title a:hover {
  color: var(--hs-primary);
}

.hs-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
  padding: 0.85rem 1.2rem 1.25rem;
  margin-top: auto;
  min-height: 84px;
}

.hs-card__priceCol {
  min-width: 0;
  flex: 1;
}

.hs-card__oldPrice {
  display: block;
  font-size: 1.425rem;
  font-weight: 600;
  color: #64748b;
  text-decoration: line-through;
  margin-bottom: 0.2rem;
  line-height: 1.2;
}

.hs-card__price {
  font-family: var(--hs-display);
  font-size: 2.025rem;
  font-weight: 800;
  color: var(--hs-text);
  letter-spacing: -0.02em;
  line-height: 1.15;
  display: inline-flex;
  align-items: baseline;
  gap: 0.3rem;
}

.hs-card__price small {
  font-size: 1.425rem;
  font-weight: 700;
  color: var(--hs-muted);
  margin-left: 0;
}

.hs-card__actionCol {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}

.hs-card__previewBtn,
.hs-card__siparisBtn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.65rem 0.95rem;
  border-radius: 11px;
  font-size: 1.425rem;
  font-weight: 700;
  text-decoration: none !important;
  color: #fff;
  background: linear-gradient(135deg, #25d366, #128c7e);
  box-shadow: 0 8px 16px -6px rgba(18, 140, 126, 0.4);
  transition: transform 0.15s;
  white-space: nowrap;
}

.hs-card__previewBtn:hover,
.hs-card__siparisBtn:hover {
  color: #fff;
  transform: translateY(-1px);
  background: linear-gradient(135deg, #2fe076, #0f7a6d);
}

.hs-card__demoBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 11px;
  border: 1.5px solid color-mix(in srgb, var(--hs-primary) 35%, #e2e8f0);
  color: var(--hs-primary);
  background: #fff;
  font-size: 1.425rem;
  text-decoration: none !important;
  transition: background 0.15s, color 0.15s;
}

.hs-card__demoBtn:hover {
  background: color-mix(in srgb, var(--hs-primary) 10%, #fff);
  color: var(--hs-primary);
}

.hs-card__demoBtn.is-disabled {
  display: none;
}

/* Pagination */
.hs-katalog .pagination-section {
  background: transparent !important;
  margin-top: 1.5rem !important;
}

.hs-katalog .page-link {
  border-radius: 10px !important;
  margin: 0 0.2rem;
  border: var(--hs-border);
  color: var(--hs-text);
  min-width: 42px;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  padding: 0.55rem 0.75rem;
}

.hs-katalog .page-item.active .page-link {
  background: var(--hs-primary);
  border-color: var(--hs-primary);
  color: #fff;
}

/* ——— Product detail ——— */
.hs-ud-page__section {
  padding: 0.5rem 0 4rem;
}

.hs-ud-layout {
  display: grid;
  gap: 1.5rem;
  align-items: start;
}

@media (min-width: 992px) {
  .hs-ud-layout {
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 1.75rem;
  }
}

.hs-ud-gallery {
  background: var(--hs-surface);
  border: var(--hs-border);
  border-radius: var(--hs-radius);
  box-shadow: var(--hs-shadow);
  overflow: hidden;
  padding: 1rem;
}

.hs-ud-gallery__stage {
  position: relative;
  border-radius: var(--hs-radius-sm);
  overflow: hidden;
  background: #f1f5f9;
  aspect-ratio: 16 / 11;
}

.hs-ud-gallery__stage img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  background: #f1f5f9;
}

.hs-ud-gallery__thumbs {
  display: flex;
  gap: 0.55rem;
  margin-top: 0.85rem;
  overflow-x: auto;
  padding-bottom: 0.25rem;
}

.hs-ud-gallery__thumb {
  flex: 0 0 80px;
  width: 80px;
  height: 60px;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid transparent;
  cursor: pointer;
  opacity: 0.75;
  padding: 0;
  background: #f1f5f9;
}

.hs-ud-gallery__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hs-ud-gallery__thumb.is-active {
  border-color: var(--hs-primary);
  opacity: 1;
}

.hs-ud-buy-card {
  background: var(--hs-surface);
  border: var(--hs-border);
  border-radius: var(--hs-radius);
  box-shadow: var(--hs-shadow);
  padding: 1.5rem;
}

@media (min-width: 992px) {
  .hs-ud-buy-card {
    position: sticky;
    top: 5.5rem;
  }
}

.hs-ud-buy-card__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 1.32rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--hs-primary);
  background: color-mix(in srgb, var(--hs-primary) 12%, #fff);
  border-radius: 999px;
  padding: 0.4rem 0.85rem;
  margin-bottom: 0.95rem;
}

.hs-ud-buy-card__title {
  font-size: 2.25rem;
  font-weight: 800;
  margin: 0 0 1.1rem;
  line-height: 1.3;
}

.hs-ud-price-row {
  margin-bottom: 1.25rem;
}

.hs-ud-price-old {
  display: block;
  color: #64748b;
  text-decoration: line-through;
  font-size: 1.575rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.hs-ud-price-main {
  font-family: var(--hs-display);
  font-size: 3.375rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
  color: var(--hs-text);
}

.hs-ud-price-kdv {
  font-size: 1.575rem;
  color: var(--hs-muted);
  font-weight: 700;
  margin-left: 0.35rem;
}

.hs-ud-price-note {
  margin: 0.55rem 0 0;
  font-size: 1.425rem;
  color: var(--hs-muted);
  line-height: 1.45;
}

.hs-ud-btn-stack {
  display: grid;
  gap: 0.7rem;
  margin-bottom: 1.1rem;
}

.hs-ud-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  width: 100%;
  padding: 1rem 1.1rem;
  border-radius: 12px;
  font-weight: 700;
  font-size: 1.575rem;
  text-decoration: none !important;
  border: none;
  cursor: pointer;
  transition: transform 0.15s, box-shadow 0.15s, background 0.15s;
  box-sizing: border-box;
}

.hs-ud-btn:hover {
  transform: translateY(-2px);
}

.hs-ud-buy-card a.hs-ud-btn.hs-ud-btn--siparis,
.hs-ud-buy-card a.hs-ud-btn.hs-ud-btn--cart,
a.hs-ud-btn.hs-ud-btn--siparis,
a.hs-ud-btn.hs-ud-btn--cart {
  color: #fff !important;
  background: #25d366 !important;
  background-image: linear-gradient(135deg, #25d366 0%, #128c7e 100%) !important;
  border: none !important;
  box-shadow: 0 12px 24px -6px rgba(18, 140, 126, 0.55) !important;
  font-size: 1.7rem !important;
  font-weight: 800 !important;
  padding: 1.15rem 1.25rem !important;
  letter-spacing: 0.01em;
}

.hs-ud-buy-card a.hs-ud-btn.hs-ud-btn--siparis:hover,
.hs-ud-buy-card a.hs-ud-btn.hs-ud-btn--cart:hover,
a.hs-ud-btn.hs-ud-btn--siparis:hover,
a.hs-ud-btn.hs-ud-btn--cart:hover {
  color: #fff !important;
  background: #20bd5a !important;
  background-image: linear-gradient(135deg, #2fe076 0%, #0f7a6d 100%) !important;
  box-shadow: 0 14px 28px -6px rgba(18, 140, 126, 0.6) !important;
}

.hs-ud-buy-card a.hs-ud-btn.hs-ud-btn--siparis i,
a.hs-ud-btn.hs-ud-btn--siparis i {
  font-size: 1.85rem;
  color: #fff !important;
}

.hs-ud-btn--demo {
  color: var(--hs-primary) !important;
  background: #fff !important;
  border: 1.5px solid color-mix(in srgb, var(--hs-primary) 45%, #e2e8f0) !important;
}

.hs-ud-btn--demo:hover {
  color: var(--hs-primary) !important;
  background: color-mix(in srgb, var(--hs-primary) 8%, #fff) !important;
}

.hs-ud-btn--panel {
  color: var(--hs-text) !important;
  background: #f8fafc !important;
  border: 1px solid rgba(15, 23, 42, 0.1) !important;
}

.hs-ud-btn--panel:hover {
  color: var(--hs-text) !important;
  background: #f1f5f9 !important;
}

.hs-ud-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.35rem;
}

.hs-ud-trust-item {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 1.38rem;
  font-weight: 600;
  color: #334155;
  background: #f8fafc;
  border: var(--hs-border);
  border-radius: 999px;
  padding: 0.5rem 0.85rem;
  line-height: 1.2;
}

.hs-ud-trust-item i {
  color: var(--hs-primary);
  font-size: 1.425rem;
}

.hs-ud-quick {
  display: grid;
  gap: 0.65rem;
  margin-top: 1.15rem;
}

.hs-ud-qact {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.95rem 1rem;
  border-radius: var(--hs-radius-sm);
  border: var(--hs-border);
  background: #fff;
  text-decoration: none !important;
  color: inherit;
  transition: background 0.15s;
}

.hs-ud-qact:hover {
  background: #f8fafc;
  color: inherit;
}

.hs-ud-qact__icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: color-mix(in srgb, var(--hs-primary) 12%, #fff);
  color: var(--hs-primary);
  flex-shrink: 0;
  font-size: 1.725rem;
}

.hs-ud-qact--wa .hs-ud-qact__icon {
  background: rgba(18, 140, 126, 0.12);
  color: #128c7e;
}

.hs-ud-qact__title {
  font-size: 1.575rem;
  font-weight: 700;
  margin: 0;
}

.hs-ud-qact__sub {
  font-size: 1.38rem;
  color: var(--hs-muted);
  margin: 0.15rem 0 0;
}

/* Tabs */
.hs-ud-main {
  margin-top: 2.25rem;
}

.hs-ud-tabs-card {
  background: var(--hs-surface);
  border: var(--hs-border);
  border-radius: var(--hs-radius);
  box-shadow: var(--hs-shadow);
  overflow: hidden;
}

.hs-ud-tabs__nav {
  display: flex;
  gap: 0;
  border-bottom: var(--hs-border);
  overflow-x: auto;
  padding: 0 0.75rem;
}

.hs-ud-tabs__btn {
  appearance: none;
  background: none;
  border: none;
  border-bottom: 3px solid transparent;
  padding: 1.1rem 1.25rem;
  font-size: 1.575rem;
  font-weight: 700;
  color: var(--hs-muted);
  cursor: pointer;
  white-space: nowrap;
  transition: color 0.18s, border-color 0.18s;
}

.hs-ud-tabs__btn:hover {
  color: var(--hs-text);
}

.hs-ud-tabs__btn.is-active {
  color: var(--hs-text);
  border-bottom-color: var(--hs-primary);
}

.hs-ud-tabs__panel {
  display: none;
  padding: 1.75rem 1.6rem 2rem;
}

.hs-ud-tabs__panel.is-active {
  display: block;
}

.hs-ud-prose {
  font-size: 1.62rem !important;
  line-height: 1.8 !important;
  color: #334155;
}

.hs-ud-prose p,
.hs-ud-prose li,
.hs-ud-prose span,
.hs-ud-prose div,
.hs-ud-prose td,
.hs-ud-prose font {
  font-size: 1.62rem !important;
  line-height: 1.8 !important;
  color: #334155;
}

.hs-ud-prose ul,
.hs-ud-prose ol {
  padding-left: 1.35rem;
  margin: 0.75rem 0 1rem;
}

.hs-ud-prose li {
  margin-bottom: 0.45rem;
}

.hs-ud-prose img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

.hs-ud-faq-item {
  border: var(--hs-border);
  border-radius: var(--hs-radius-sm);
  margin-bottom: 0.75rem;
  overflow: hidden;
}

.hs-ud-faq-soru {
  width: 100%;
  text-align: left;
  background: #f8fafc;
  border: none;
  padding: 1.1rem 1.25rem;
  font-weight: 700;
  font-size: 1.575rem;
  color: var(--hs-text);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  line-height: 1.4;
}

.hs-ud-faq-cevap {
  display: none;
  padding: 1rem 1.25rem 1.25rem;
  color: #475569;
  font-size: 1.575rem;
  line-height: 1.75;
  border-top: var(--hs-border);
}

.hs-ud-faq-item.is-open .hs-ud-faq-cevap {
  display: block;
}

.hs-ud-related {
  margin-top: 2.75rem;
}

.hs-ud-related__title {
  font-size: 2.25rem;
  font-weight: 800;
  margin: 0 0 1.35rem;
}

.product-slider-init .hs-card,
.slider-item .hs-card {
  margin: 0 0.35rem;
}

@media (max-width: 575.98px) {
  .hs-card__title {
    font-size: 1.35rem;
    min-height: 0;
  }
  .hs-card__body {
    padding: 0.75rem 0.75rem 0.35rem;
  }
  .hs-card__by {
    font-size: 1.05rem;
  }
  .hs-card__footer {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0.55rem;
    min-height: 0;
    padding: 0.55rem 0.75rem 0.9rem;
  }
  .hs-card__priceCol {
    width: 100%;
  }
  .hs-card__oldPrice {
    font-size: 1.1rem;
    margin-bottom: 0.1rem;
  }
  .hs-card__price {
    font-size: 1.55rem;
  }
  .hs-card__price small {
    font-size: 1.1rem;
  }
  .hs-card__actionCol {
    width: 100%;
    display: flex;
    gap: 0.4rem;
  }
  .hs-card__demoBtn {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    font-size: 1.15rem;
  }
  .hs-card__siparisBtn,
  .hs-card__previewBtn {
    flex: 1 1 auto;
    min-width: 0;
    justify-content: center;
    padding: 0.55rem 0.45rem;
    font-size: 1.15rem;
    white-space: nowrap;
  }
  .hs-card__siparisBtn span {
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .hs-ud-price-main {
    font-size: 2.775rem;
  }
  .hs-ud-buy-card__title {
    font-size: 1.95rem;
  }
  .hs-ud-tabs__panel {
    padding: 1.35rem 1.15rem 1.5rem;
  }
  .hs-toolbar {
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
    padding: 0.9rem 1rem;
  }
  .hs-toolbar__fields {
    width: 100%;
  }
  .hs-toolbar__field {
    flex: 1;
    min-width: 0;
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .hs-card__footer {
    flex-direction: column;
    align-items: stretch;
    gap: 0.65rem;
    min-height: 0;
  }
  .hs-card__actionCol {
    width: 100%;
  }
  .hs-card__siparisBtn,
  .hs-card__previewBtn {
    flex: 1;
    justify-content: center;
  }
}

/* ——— Site header & homepage ——— */
.hs-site {
  background: var(--hs-bg);
}

.hs-header {
  font-family: var(--hs-font);
  position: relative;
  z-index: 1000;
}

.hs-header .header-top {
  background: #0f172a !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  padding: 0.65rem 0 !important;
}

.hs-header .header-top .static-info p {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 500;
  color: #cbd5e1 !important;
  line-height: 1.4;
}

.hs-header .header-top-nav .btn-primary {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  color: #fff !important;
  font-size: 1.25rem !important;
  font-weight: 600 !important;
  padding: 0.45rem 1rem !important;
  line-height: 1.4 !important;
  border-radius: 999px !important;
  text-transform: none !important;
  transition: background 0.18s, border-color 0.18s;
}

.hs-header .header-top-nav .btn-primary:hover {
  background: rgba(255, 255, 255, 0.1) !important;
  border-color: rgba(255, 255, 255, 0.35) !important;
}

.hs-header .header-top-nav .separator {
  color: rgba(255, 255, 255, 0.25);
  margin: 0 0.65rem;
}

.hs-header .header-middle {
  background: #fff;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  padding: 1.25rem 0 !important;
  box-shadow: 0 4px 24px -12px rgba(15, 23, 42, 0.12);
}

.hs-header .logo img {
  max-height: 52px;
  width: auto;
}

.hs-header .search-form .form-control {
  height: 48px;
  border-radius: 12px 0 0 12px !important;
  border: 1.5px solid rgba(15, 23, 42, 0.12) !important;
  border-right: 0 !important;
  font-size: 1.45rem;
  padding: 0 1.1rem;
  font-family: var(--hs-font);
}

.hs-header .search-form .form-control:focus {
  border-color: color-mix(in srgb, var(--hs-primary) 45%, #fff) !important;
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--hs-primary) 15%, transparent);
}

.hs-header .search-form .search-btn {
  width: 52px;
  height: 48px;
  border-radius: 0 12px 12px 0 !important;
  background: var(--hs-primary) !important;
  border-color: var(--hs-primary) !important;
  font-size: 1.8rem;
}

.hs-header .static-media {
  align-items: center;
  gap: 0.85rem;
  padding-left: 1.5rem !important;
  margin-left: 1.5rem;
  border-left: 1px solid rgba(15, 23, 42, 0.1);
}

.hs-header .static-media > i {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: color-mix(in srgb, var(--hs-primary) 12%, #fff);
  color: var(--hs-primary) !important;
  font-size: 1.6rem !important;
}

.hs-header .static-media .phone a,
.hs-header .static-media .email a {
  font-size: 1.45rem;
  font-weight: 700;
  color: var(--hs-text) !important;
  line-height: 1.35;
}

.hs-header .static-media .email a {
  font-size: 1.3rem;
  font-weight: 500;
  color: var(--hs-muted) !important;
}

.hs-header .header-bottom {
  background: var(--hs-primary) !important;
  box-shadow: 0 8px 24px -8px color-mix(in srgb, var(--hs-primary) 55%, transparent);
}

.hs-header .vertical-menu .menu-btn {
  background: rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  font-family: var(--hs-display);
  font-size: 1.35rem;
  font-weight: 700;
  padding: 0.85rem 1rem;
  transition: background 0.18s;
}

.hs-header .vertical-menu .menu-btn:hover {
  background: rgba(0, 0, 0, 0.25);
}

.hs-header .main-menu > li > a {
  font-family: var(--hs-display);
  font-size: 1.35rem;
  font-weight: 600;
  padding: 1rem 0.85rem !important;
  letter-spacing: 0.01em;
  transition: background 0.15s, opacity 0.15s;
}

.hs-header .nav-style1 .main-menu > li:hover > a,
.hs-header .nav-style1 .main-menu > li.active > a {
  background: rgba(0, 0, 0, 0.18) !important;
  color: #fff !important;
}

.hs-header .cart-block a {
  color: #fff;
  font-size: 2.2rem;
}

.hs-header .cart-block .badge {
  background: #fff !important;
  color: var(--hs-primary) !important;
  font-weight: 700;
}

.hs-header #sticky.is-isticky {
  background: color-mix(in srgb, var(--hs-primary) 92%, #000) !important;
  backdrop-filter: blur(8px);
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.35) !important;
}

/* Hero slider */
.hs-hero {
  margin-bottom: 0 !important;
  overflow: hidden;
}

.hs-hero .slider-item.bg-img {
  position: relative;
}

.hs-hero .slider-item.bg-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, rgba(15, 23, 42, 0.72) 0%, rgba(15, 23, 42, 0.35) 45%, rgba(15, 23, 42, 0.15) 100%);
  z-index: 0;
}

.hs-hero .slider-item .container {
  position: relative;
  z-index: 1;
}

.hs-hero .slider-height {
  height: 520px;
}

@media (max-width: 991.98px) {
  .hs-hero .slider-height {
    height: 380px;
  }
}

@media (max-width: 575.98px) {
  .hs-hero .slider-height {
    height: 300px;
  }
}

.hs-hero .slider-content .sub-title {
  font-family: var(--hs-display) !important;
  font-size: clamp(2.4rem, 4.5vw, 4.2rem) !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
  letter-spacing: -0.03em;
  color: #fff !important;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.25);
  max-width: 16ch;
}

.hs-hero .slider-content p {
  font-size: 1.7rem !important;
  line-height: 1.6 !important;
  color: #e2e8f0 !important;
  max-width: 48ch;
  margin-top: 1.25rem !important;
}

.hs-hero .slider-content .btn-primary {
  background: #fff !important;
  border-color: #fff !important;
  color: var(--hs-primary) !important;
  font-family: var(--hs-display);
  font-size: 1.45rem !important;
  font-weight: 700 !important;
  padding: 0.9rem 1.75rem !important;
  border-radius: 12px !important;
  text-transform: none !important;
  box-shadow: 0 12px 28px -8px rgba(0, 0, 0, 0.35);
  margin-top: 1.75rem !important;
}

.hs-hero .slider-content .btn-primary:hover {
  background: #f8fafc !important;
  border-color: #f8fafc !important;
  transform: translateY(-2px);
}

/* Homepage sections */
.hs-home__features {
  padding-top: 3rem;
  margin-top: -2rem;
  position: relative;
  z-index: 2;
}

.hs-home__features .static-media-wrap {
  border: none;
  background: transparent;
  padding: 0;
}

.hs-home__features .media.static-media2 {
  height: 100%;
  padding: 1.35rem 1.25rem;
  border-radius: var(--hs-radius);
  background: #fff;
  border: var(--hs-border);
  box-shadow: var(--hs-shadow);
  transition: transform 0.2s, box-shadow 0.2s;
}

.hs-home__features .media.static-media2:hover {
  transform: translateY(-3px);
  box-shadow: var(--hs-shadow-hover);
}

.hs-home__features .static-media2 img {
  width: 52px;
  height: 52px;
  object-fit: contain;
  flex-shrink: 0;
  padding: 0.5rem;
  border-radius: 14px;
  background: color-mix(in srgb, var(--hs-primary) 10%, #fff);
}

.hs-home__features .static-media2 .title {
  font-family: var(--hs-display);
  font-size: 1.65rem !important;
  font-weight: 700 !important;
  color: var(--hs-text) !important;
  line-height: 1.3 !important;
  margin-bottom: 0.35rem;
}

.hs-home__features .static-media2 .text {
  font-size: 1.4rem !important;
  line-height: 1.5 !important;
  color: var(--hs-muted) !important;
  margin: 0;
}

.hs-home__section {
  padding-top: 3.5rem;
  padding-bottom: 4rem;
}

.hs-home__section-head {
  border-bottom: none !important;
  margin-bottom: 2rem !important;
  text-align: center;
}

.hs-home__section-head .section-title::after {
  left: 50%;
  transform: translateX(-50%);
  width: 3.5rem;
  height: 4px;
  border-radius: 999px;
}

.hs-home__eyebrow {
  margin: 0 0 0.5rem;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--hs-primary);
}

.hs-home__section-head .title {
  font-family: var(--hs-display);
  font-size: clamp(2.2rem, 3vw, 2.8rem) !important;
  font-weight: 800 !important;
  color: var(--hs-text) !important;
  line-height: 1.2 !important;
  margin: 0;
}

.hs-home__section-sub {
  margin: 0.85rem auto 0;
  max-width: 58ch;
  font-size: 1.55rem;
  line-height: 1.6;
  color: var(--hs-muted);
}

.hs-home .product-tab-nav.border-bottom {
  border-bottom: none !important;
}

/* Mobil iletişim çubuğu */
.hs-site .mContact .col-md-6 a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-family: var(--hs-display);
  font-size: 1.45rem;
  font-weight: 700;
  text-decoration: none;
}

.hs-site .mContact .wp {
  background: #128c7e !important;
}

.hs-site .mContact .tl {
  background: var(--hs-primary) !important;
}

@media (max-width: 991.98px) {
  .hs-header .header-middle .logo img {
    max-height: 42px;
  }
}

@media (max-width: 575.98px) {
  #callnowbutton {
    width: 56px;
    height: 56px;
    right: 1rem;
    bottom: calc(1rem + env(safe-area-inset-bottom, 0px));
  }
}

/* ——— Paketler sayfası ——— */
.hs-paket-page {
  font-family: var(--hs-font);
  background: var(--hs-bg);
  color: var(--hs-text);
}

.hs-paket-page__crumb {
  background: transparent !important;
  padding: 1.35rem 0 0.5rem !important;
}

.hs-paket-page .breadcrumb {
  margin: 0;
  padding: 0;
  background: transparent;
  font-size: 1.45rem;
}

.hs-paket-page .breadcrumb-item a {
  color: var(--hs-muted);
  text-decoration: none;
}

.hs-paket-page .breadcrumb-item.active {
  color: var(--hs-text);
  font-weight: 600;
}

.hs-paket-hero {
  padding: 1.5rem 0 2.5rem;
}

.hs-paket-hero__inner {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}

.hs-paket-hero__eyebrow {
  margin: 0 0 0.65rem;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--hs-primary);
}

.hs-paket-hero__title {
  margin: 0 0 1rem;
  font-family: var(--hs-display);
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: var(--hs-text);
}

.hs-paket-hero__lead {
  margin: 0 auto 1.5rem;
  max-width: 62ch;
  font-size: 1.65rem;
  line-height: 1.65;
  color: var(--hs-muted);
}

.hs-paket-hero__badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
  margin-bottom: 1.5rem;
}

.hs-paket-hero__badges span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  background: #fff;
  border: var(--hs-border);
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--hs-text);
  box-shadow: var(--hs-shadow);
}

.hs-paket-hero__badges i {
  color: var(--hs-primary);
}

.hs-paket-hero__taksit img {
  max-width: min(100%, 520px);
  height: auto;
  margin: 0 auto;
  display: block;
  border-radius: var(--hs-radius-sm);
}

.hs-paket-pricing {
  padding: 1rem 0 4rem;
}

.hs-paket-pricing__head {
  text-align: center;
  margin-bottom: 2.25rem;
}

.hs-paket-pricing__title {
  margin: 0 0 0.65rem;
  font-family: var(--hs-display);
  font-size: clamp(2rem, 3vw, 2.8rem);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.hs-paket-pricing__sub {
  margin: 0 auto;
  max-width: 52ch;
  font-size: 1.55rem;
  line-height: 1.6;
  color: var(--hs-muted);
}

.hs-paket-pricing__grid {
  align-items: stretch;
}

.hs-paket-pricing__grid > [class*="col-"] {
  display: flex;
  margin-bottom: 1.5rem;
}

.hs-paket-pricing__note {
  margin: 1rem 0 0;
  text-align: center;
  font-size: 1.4rem;
  color: var(--hs-muted);
}

.hs-paket-card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #fff;
  border: var(--hs-border);
  border-radius: var(--hs-radius);
  box-shadow: var(--hs-shadow);
  overflow: hidden;
  transition: transform 0.22s, box-shadow 0.22s;
}

.hs-paket-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--hs-shadow-hover);
}

.hs-paket-card--featured {
  border: 2px solid var(--hs-primary);
  box-shadow: 0 20px 50px -12px color-mix(in srgb, var(--hs-primary) 35%, transparent);
}

.hs-paket-card__badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: var(--hs-primary);
  color: #fff;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.hs-paket-card__head {
  padding: 1.75rem 1.5rem 1.25rem;
  text-align: center;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
}

.hs-paket-card--featured .hs-paket-card__head {
  background: linear-gradient(180deg, color-mix(in srgb, var(--hs-primary) 8%, #fff) 0%, #fff 100%);
}

.hs-paket-card__name {
  margin: 0 0 0.35rem;
  font-family: var(--hs-display);
  font-size: 2.2rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--hs-text);
}

.hs-paket-card__type {
  margin: 0 0 1rem;
  font-size: 1.35rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--hs-muted);
}

.hs-paket-card__priceWrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
}

.hs-paket-card__oldPrice {
  font-size: 1.45rem;
  color: #94a3b8;
  text-decoration: line-through;
}

.hs-paket-card__price {
  font-family: var(--hs-display);
  font-size: 3rem;
  font-weight: 800;
  line-height: 1;
  color: var(--hs-primary);
  letter-spacing: -0.03em;
}

.hs-paket-card__price small {
  display: block;
  margin-top: 0.35rem;
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--hs-muted);
}

.hs-paket-card__features {
  list-style: none;
  margin: 0;
  padding: 1.25rem 1.35rem;
  flex: 1;
}

.hs-paket-card__feature {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  padding: 0.55rem 0;
  font-size: 1.45rem;
  line-height: 1.45;
  color: var(--hs-text);
  border-bottom: 1px solid rgba(15, 23, 42, 0.05);
}

.hs-paket-card__feature:last-child {
  border-bottom: 0;
}

.hs-paket-card__feature.is-disabled {
  color: #94a3b8;
}

.hs-paket-card__feature.is-disabled .hs-paket-card__featureText {
  text-decoration: line-through;
  text-decoration-color: #cbd5e1;
}

.hs-paket-card__feature.is-highlight {
  font-weight: 700;
  color: var(--hs-text);
}

.hs-paket-card__featureIcon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 0.1rem;
  background: color-mix(in srgb, var(--hs-primary) 14%, #fff);
  color: var(--hs-primary);
  font-size: 0.8rem;
  font-weight: 700;
}

.hs-paket-card__feature.is-disabled .hs-paket-card__featureIcon {
  background: #fef2f2;
  color: #dc2626;
  border: 1px solid #fecaca;
}

.hs-paket-card__foot {
  padding: 1.25rem 1.35rem 1.5rem;
  display: grid;
  gap: 0.65rem;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  background: #fafbfc;
}

.hs-paket-card__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  min-height: 50px;
  padding: 0.85rem 1rem;
  border-radius: 12px;
  font-family: var(--hs-display);
  font-size: 1.45rem;
  font-weight: 700;
  text-decoration: none !important;
  border: none;
  cursor: pointer;
  transition: transform 0.18s, box-shadow 0.18s, background 0.18s;
}

.hs-paket-card__btn--primary {
  background: var(--hs-primary);
  color: #fff !important;
  box-shadow: 0 10px 24px -8px color-mix(in srgb, var(--hs-primary) 50%, transparent);
}

.hs-paket-card__btn--primary:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
}

.hs-paket-card__btn--wa {
  background: #fff;
  color: #128c7e !important;
  border: 1.5px solid rgba(18, 140, 126, 0.35);
}

.hs-paket-card__btn--wa:hover {
  background: #f0fdf9;
  transform: translateY(-1px);
}

.hs-paket-card__btn--solo {
  background: linear-gradient(135deg, #25d366, #128c7e);
  color: #fff !important;
  border: none;
  box-shadow: 0 10px 24px -8px rgba(18, 140, 126, 0.45);
}

.hs-paket-card__btn--solo:hover {
  background: linear-gradient(135deg, #2ee676, #159a8a);
  color: #fff !important;
}

.hs-paket-why {
  padding: 3.5rem 0;
  background: #fff;
  border-top: 1px solid rgba(15, 23, 42, 0.06);
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.hs-paket-why__grid {
  display: grid;
  gap: 2rem;
}

@media (min-width: 992px) {
  .hs-paket-why__grid {
    grid-template-columns: 1fr 1.1fr;
    align-items: center;
    gap: 3rem;
  }
}

.hs-paket-why__title {
  margin: 0 0 1rem;
  font-family: var(--hs-display);
  font-size: clamp(2rem, 3vw, 2.6rem);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.hs-paket-why__copy p {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.7;
  color: var(--hs-muted);
}

.hs-paket-why__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.hs-paket-why__item {
  padding: 1.15rem 1.1rem;
  border-radius: var(--hs-radius-sm);
  background: var(--hs-bg);
  border: var(--hs-border);
}

.hs-paket-why__item i {
  display: block;
  margin-bottom: 0.55rem;
  font-size: 1.6rem;
  color: var(--hs-primary);
}

.hs-paket-why__item strong {
  display: block;
  margin-bottom: 0.25rem;
  font-family: var(--hs-display);
  font-size: 1.45rem;
  color: var(--hs-text);
}

.hs-paket-why__item span {
  font-size: 1.35rem;
  line-height: 1.45;
  color: var(--hs-muted);
}

.hs-paket-faq {
  padding: 3.5rem 0 4.5rem;
}

.hs-paket-faq__head {
  text-align: center;
  margin-bottom: 2rem;
}

.hs-paket-faq__title {
  margin: 0 0 0.5rem;
  font-family: var(--hs-display);
  font-size: clamp(2rem, 3vw, 2.6rem);
  font-weight: 800;
}

.hs-paket-faq__sub {
  margin: 0;
  font-size: 1.55rem;
  color: var(--hs-muted);
}

.hs-paket-faq__list {
  max-width: 860px;
  margin: 0 auto;
}

.hs-paket-faq__item {
  margin-bottom: 0.75rem;
  border: var(--hs-border);
  border-radius: var(--hs-radius-sm);
  background: #fff;
  overflow: hidden;
  box-shadow: var(--hs-shadow);
}

.hs-paket-faq__question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem 1.25rem;
  border: 0;
  background: #fff;
  text-align: left;
  font-family: var(--hs-display);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--hs-text);
  cursor: pointer;
  transition: background 0.15s;
}

.hs-paket-faq__question:hover {
  background: #f8fafc;
}

.hs-paket-faq__question i {
  flex-shrink: 0;
  color: var(--hs-primary);
  transition: transform 0.2s;
}

.hs-paket-faq__item.is-open .hs-paket-faq__question i,
.hs-paket-faq__question:not(.collapsed) i {
  transform: rotate(180deg);
}

.hs-paket-faq__answer {
  padding: 0 1.25rem 1.15rem;
  font-size: 1.45rem;
  line-height: 1.65;
  color: var(--hs-muted);
}

.hs-paket-faq__answer p {
  margin: 0 0 0.75rem;
}

@media (max-width: 575.98px) {
  .hs-paket-hero__badges {
    flex-direction: column;
    align-items: stretch;
  }
  .hs-paket-why__cards {
    grid-template-columns: 1fr;
  }
  .hs-paket-card__price {
    font-size: 2.5rem;
  }
  .hs-paket-card__feature {
    font-size: 1.35rem;
  }
}

/* ——— Footer ——— */
.hs-footer {
  --ft-ink: #f1f5f9;
  --ft-muted: #c5d3e3;
  --ft-soft: #94a8be;
  --ft-line: rgba(232, 238, 247, 0.14);
  font-family: var(--hs-font);
  font-size: 1.6rem;
  color: var(--ft-ink);
  background:
    radial-gradient(ellipse 70% 80% at 100% 0%, color-mix(in srgb, var(--hs-primary) 28%, transparent), transparent 55%),
    radial-gradient(ellipse 55% 60% at 0% 100%, color-mix(in srgb, var(--hs-primary) 18%, transparent), transparent 50%),
    linear-gradient(165deg, #0b1220 0%, #111827 48%, #0f172a 100%);
  position: relative;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hs-footer p,
.hs-footer li,
.hs-footer a,
.hs-footer span,
.hs-footer h2,
.hs-footer h3 {
  font-family: inherit;
}

.hs-footer a {
  text-decoration: none;
}

.hs-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,0.35), transparent 70%);
  pointer-events: none;
  opacity: 0.5;
}

.hs-footer > * {
  position: relative;
  z-index: 1;
}

.hs-footer__cta {
  border-bottom: 1px solid var(--ft-line);
  padding: 3.25rem 0 3rem;
}

.hs-footer__cta-inner {
  display: grid;
  gap: 1.75rem;
  align-items: center;
}

@media (min-width: 992px) {
  .hs-footer__cta-inner {
    grid-template-columns: 1.4fr auto;
    gap: 2.5rem;
  }
}

.hs-footer__cta-eyebrow {
  margin: 0 0 0.65rem;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--hs-primary) 70%, #fff);
}

.hs-footer__cta-title {
  margin: 0 0 0.85rem;
  font-family: var(--hs-display);
  font-size: clamp(2rem, 3.2vw, 2.85rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: #fff;
}

.hs-footer__cta-text {
  margin: 0;
  max-width: 42ch;
  font-size: 1.6rem;
  line-height: 1.65;
  color: var(--ft-muted);
}

@media (min-width: 768px) {
  .hs-footer__cta-text {
    font-size: 1.7rem;
  }
}

.hs-footer__cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  align-items: stretch;
}

@media (min-width: 992px) {
  .hs-footer__cta-actions {
    justify-content: flex-end;
    min-width: 320px;
  }
}

.hs-footer__cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 52px;
  padding: 0.85rem 1.25rem;
  border-radius: 14px;
  font-family: var(--hs-display);
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  text-decoration: none !important;
  transition: transform 0.18s, box-shadow 0.18s, background 0.18s, border-color 0.18s;
}

@media (min-width: 768px) {
  .hs-footer__cta-btn {
    font-size: 1.65rem;
    min-height: 54px;
  }
}

.hs-footer__cta-btn--wa {
  color: #fff !important;
  background: linear-gradient(135deg, #25d366, #128c7e);
  box-shadow: 0 14px 28px -8px rgba(18, 140, 126, 0.55);
}

.hs-footer__cta-btn--wa:hover {
  color: #fff !important;
  transform: translateY(-2px);
}

.hs-footer__cta-btn--ghost {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.06);
  border: 1.5px solid rgba(255, 255, 255, 0.22);
}

.hs-footer__cta-btn--ghost:hover {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.35);
  transform: translateY(-2px);
}

.hs-footer__main {
  padding: 3.75rem 0 2.75rem;
}

.hs-footer__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem 2rem;
}

@media (min-width: 576px) {
  .hs-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .hs-footer__brand,
  .hs-footer__col--contact {
    grid-column: 1 / -1;
  }
}

@media (min-width: 992px) {
  .hs-footer__grid {
    grid-template-columns: 1.45fr 1fr 1fr 1fr 1.2fr;
    gap: 2rem 1.5rem;
  }
  .hs-footer__brand,
  .hs-footer__col--contact {
    grid-column: auto;
  }
}

.hs-footer__col {
  min-width: 0;
}

.hs-footer__logo {
  display: inline-flex;
  align-items: center;
  margin-bottom: 1rem;
  padding: 0.85rem 1rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 24px -10px rgba(0, 0, 0, 0.35);
}

.hs-footer__logo img {
  max-height: 48px;
  width: auto;
  display: block;
}

.hs-footer__brand-name {
  margin: 0 0 0.85rem;
  font-family: var(--hs-display);
  font-size: 1.65rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #fff;
}

.hs-footer__about {
  margin: 0 0 1.5rem;
  font-size: 1.55rem;
  line-height: 1.7;
  color: var(--ft-muted);
  max-width: 38ch;
}

.hs-footer__about p,
.hs-footer__about span,
.hs-footer__about div,
.hs-footer__about li {
  margin: 0 0 0.5rem;
  font-size: inherit !important;
  line-height: inherit !important;
  color: var(--ft-muted) !important;
}

.hs-footer__about a {
  color: #fff !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.hs-footer__about a:hover {
  color: color-mix(in srgb, var(--hs-primary) 40%, #fff) !important;
}

.hs-footer__social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.hs-footer__social a {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--ft-line);
  color: #fff !important;
  text-decoration: none !important;
  font-size: 1.2rem;
  transition: background 0.2s, border-color 0.2s, transform 0.2s;
}

.hs-footer__social a:hover {
  background: var(--hs-primary);
  border-color: var(--hs-primary);
  transform: translateY(-2px);
}

.hs-footer__title {
  margin: 0 0 1.35rem;
  font-family: var(--hs-display);
  font-size: 1.9rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #fff;
  position: relative;
  padding-bottom: 0.85rem;
}

.hs-footer__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 2.4rem;
  height: 3px;
  border-radius: 999px;
  background: var(--hs-primary);
}

.hs-footer__menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hs-footer__menu li + li {
  margin-top: 0.5rem;
}

.hs-footer__menu a {
  display: block;
  font-size: 1.55rem;
  line-height: 1.55;
  color: var(--ft-muted) !important;
  text-decoration: none !important;
  transition: color 0.15s;
  word-break: break-word;
}

@media (min-width: 768px) {
  .hs-footer__menu a {
    font-size: 1.6rem;
  }
}

.hs-footer__menu a:hover {
  color: #fff !important;
}

.hs-footer__contact {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1.1rem;
}

.hs-footer__contact li {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
}

.hs-footer__contact li > div {
  min-width: 0;
  flex: 1;
}

.hs-footer__contact-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid var(--ft-line);
  color: #fff;
  font-size: 1.1rem;
}

.hs-footer__contact-icon--wa {
  background: #25d366;
  border-color: #25d366;
}

.hs-footer__contact-label {
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ft-soft);
  margin-bottom: 0.25rem;
}

.hs-footer__contact a,
.hs-footer__contact-plain {
  display: block;
  font-size: 1.55rem;
  line-height: 1.55;
  color: #fff !important;
  text-decoration: none !important;
  word-break: break-word;
  overflow-wrap: anywhere;
}

@media (min-width: 768px) {
  .hs-footer__contact a,
  .hs-footer__contact-plain {
    font-size: 1.6rem;
  }
}

.hs-footer__contact a:hover {
  color: color-mix(in srgb, var(--hs-primary) 45%, #fff) !important;
}

.hs-footer__trust {
  margin-top: 2.5rem;
  padding-top: 1.75rem;
  border-top: 1px solid var(--ft-line);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

@media (min-width: 576px) {
  .hs-footer__trust {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 992px) {
  .hs-footer__trust {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

.hs-footer__trust-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  min-height: 52px;
  padding: 0.85rem 0.95rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--ft-line);
  font-family: var(--hs-display);
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1.35;
  color: #fff;
}

@media (min-width: 768px) {
  .hs-footer__trust-item {
    font-size: 1.5rem;
  }
}

.hs-footer__trust-item span {
  min-width: 0;
}

.hs-footer__trust-item i {
  color: color-mix(in srgb, var(--hs-primary) 65%, #fff);
  font-size: 1.15rem;
}

.hs-footer__bar {
  border-top: 1px solid var(--ft-line);
  background: rgba(0, 0, 0, 0.22);
  padding: 1.35rem 0;
}

.hs-footer__bar-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  text-align: center;
}

@media (min-width: 768px) {
  .hs-footer__bar-inner {
    flex-direction: row;
    text-align: left;
  }
}

.hs-footer__copy {
  margin: 0;
  font-size: 1.45rem;
  line-height: 1.6;
  color: var(--ft-muted);
  max-width: 52ch;
}

.hs-footer__copy p,
.hs-footer__copy span,
.hs-footer__copy a {
  margin: 0;
  font-size: inherit !important;
  line-height: inherit !important;
  color: var(--ft-muted) !important;
}

.hs-footer__copy a:hover {
  color: #fff !important;
}

.hs-footer__pay {
  max-height: 40px;
  max-width: 100%;
  width: auto;
  filter: brightness(1.08);
}

@media (max-width: 575.98px) {
  .hs-footer {
    font-size: 1.55rem;
  }
  .hs-footer__cta {
    padding: 2.25rem 0 2rem;
  }
  .hs-footer__main {
    padding: 2.25rem 0 1.75rem;
  }
  .hs-footer__cta-title {
    font-size: 2.4rem;
    line-height: 1.25;
  }
  .hs-footer__cta-eyebrow {
    font-size: 1.2rem;
  }
  .hs-footer__brand-name {
    font-size: 1.85rem;
  }
  .hs-footer__title {
    font-size: 1.75rem;
    margin-bottom: 1rem;
  }
  .hs-footer__grid {
    gap: 2rem 1.25rem;
  }
  .hs-footer__trust {
    grid-template-columns: 1fr;
  }
  .hs-footer__cta-actions {
    width: 100%;
    flex-direction: column;
  }
  .hs-footer__cta-btn {
    width: 100%;
  }
  .hs-footer__bar {
    padding-bottom: calc(1.35rem + env(safe-area-inset-bottom, 0px));
  }
  .hs-card__actionCol {
    flex-direction: column;
    align-items: stretch;
  }
  .hs-card__demoBtn {
    width: 100%;
    height: 40px;
  }
  .hs-card__siparisBtn {
    width: 100%;
    justify-content: center;
    padding: 0.65rem 0.75rem;
    font-size: 1.1rem;
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .hs-card__footer {
    flex-direction: column;
    align-items: stretch;
    gap: 0.65rem;
    min-height: 0;
  }
  .hs-card__actionCol {
    width: 100%;
  }
  .hs-card__siparisBtn {
    flex: 1;
    justify-content: center;
  }
}

/* Sabit arama butonu — footer içinde, layout'u bozmaz */
#callnowbutton {
  position: fixed;
  right: 1.25rem;
  bottom: calc(1.25rem + env(safe-area-inset-bottom, 0px));
  z-index: 9990;
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 12px 28px -6px rgba(0, 0, 0, 0.45);
  transition: transform 0.2s, box-shadow 0.2s;
}

#callnowbutton:hover {
  transform: scale(1.05);
  box-shadow: 0 16px 32px -6px rgba(0, 0, 0, 0.5);
}

#callnowbutton img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 575.98px) {
  #callnowbutton {
    width: 56px;
    height: 56px;
    right: 1rem;
    bottom: calc(1rem + env(safe-area-inset-bottom, 0px));
  }
}
