/* =====================================================================
   HISKA MAKINA — Kurumsal Tasarım Sistemi
   hiska.com.tr  |  Premium / Endüstriyel / Kurumsal
   ===================================================================== */

:root {
  /* Marka renkleri */
  --hs-yellow: #f7c600;
  --hs-yellow-600: #e0b200;
  --hs-red: #e11b22;
  --hs-red-700: #b81318;
  --hs-ink: #14161c;      /* antrasit / siyah */
  --hs-ink-2: #1c1f27;
  --hs-steel: #262a34;
  --hs-gray-900: #23262e;
  --hs-gray-700: #4a4f5a;
  --hs-gray-500: #7b818d;
  --hs-gray-300: #d7dbe2;
  --hs-gray-100: #f2f4f7;
  --hs-gray-50: #f8fafc;
  --hs-white: #ffffff;

  --hs-surface: #ffffff;
  --hs-line: #e6e9ef;

  /* Tipografi */
  --hs-font: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --hs-display: 'Barlow Condensed', 'Inter', sans-serif;

  /* Gölge */
  --hs-shadow-sm: 0 1px 2px rgba(20, 22, 28, .06), 0 1px 3px rgba(20, 22, 28, .08);
  --hs-shadow: 0 6px 24px rgba(20, 22, 28, .08);
  --hs-shadow-lg: 0 18px 50px rgba(20, 22, 28, .16);

  --hs-radius: 14px;
  --hs-radius-sm: 10px;
  --hs-container: 1240px;
  --hs-nav-h: 84px;
}

/* ------------------------------- Reset/base ------------------------- */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--hs-font);
  color: var(--hs-gray-900);
  background: var(--hs-white);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; }
a { color: var(--hs-red); text-decoration: none; transition: color .2s ease; }
a:hover { color: var(--hs-red-700); }

h1, h2, h3, h4, h5, .display-font {
  font-family: var(--hs-display);
  font-weight: 700;
  letter-spacing: .01em;
  line-height: 1.08;
  color: var(--hs-ink);
}
.container-hs { max-width: var(--hs-container); margin-inline: auto; padding-inline: 20px; }

/* Eyebrow / bölüm etiketi */
.hs-eyebrow {
  display: inline-flex; align-items: center; gap: .55rem;
  font-family: var(--hs-display);
  font-weight: 600; text-transform: uppercase; letter-spacing: .16em;
  font-size: .82rem; color: var(--hs-red);
  margin-bottom: 14px;
}
.hs-eyebrow::before {
  content: ""; width: 26px; height: 3px; background: var(--hs-yellow); border-radius: 2px;
}
.hs-section-title { font-size: clamp(1.9rem, 3.4vw, 3rem); margin: 0 0 14px; }
.hs-section-sub { color: var(--hs-gray-700); font-size: 1.06rem; max-width: 720px; }
.text-center .hs-eyebrow { justify-content: center; }
.text-center .hs-section-sub { margin-inline: auto; }

section { position: relative; }
.hs-py { padding-block: clamp(56px, 8vw, 108px); }
.hs-bg-soft { background: var(--hs-gray-50); }
.hs-bg-ink { background: var(--hs-ink); color: #cfd3dc; }
.hs-bg-ink h2, .hs-bg-ink h3, .hs-bg-ink h4 { color: #fff; }

/* ------------------------------- Butonlar --------------------------- */
.btn-hs {
  --_bg: var(--hs-red); --_fg: #fff;
  display: inline-flex; align-items: center; gap: .55rem;
  font-family: var(--hs-display); font-weight: 600; font-size: 1.02rem;
  letter-spacing: .03em; text-transform: uppercase;
  padding: 13px 26px; border-radius: 10px; border: 2px solid transparent;
  background: var(--_bg); color: var(--_fg); cursor: pointer;
  transition: transform .18s ease, box-shadow .2s ease, background .2s ease, color .2s;
  line-height: 1;
}
.btn-hs:hover { transform: translateY(-2px); box-shadow: 0 10px 26px rgba(225, 27, 34, .32); color: #fff; }
.btn-hs i { font-size: 1.05em; }
.btn-hs--yellow { --_bg: var(--hs-yellow); --_fg: var(--hs-ink); }
.btn-hs--yellow:hover { box-shadow: 0 10px 26px rgba(247, 198, 0, .4); color: var(--hs-ink); }
.btn-hs--dark { --_bg: var(--hs-ink); --_fg: #fff; }
.btn-hs--dark:hover { box-shadow: 0 10px 26px rgba(20, 22, 28, .3); }
.btn-hs--outline { background: transparent; border-color: var(--hs-gray-300); color: var(--hs-ink); }
.btn-hs--outline:hover { border-color: var(--hs-ink); background: var(--hs-ink); color: #fff; box-shadow: none; }
.btn-hs--ghost-light { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.35); color: #fff; }
.btn-hs--ghost-light:hover { background: #fff; color: var(--hs-ink); }
.btn-hs--sm { padding: 9px 16px; font-size: .9rem; }
.btn-hs--block { display: flex; justify-content: center; width: 100%; }

/* ------------------------------- TOPBAR ----------------------------- */
.hs-topbar {
  background: var(--hs-ink); color: #b9bdc7; font-size: .86rem;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.hs-topbar a { color: #d3d7df; }
.hs-topbar a:hover { color: var(--hs-yellow); }
.hs-topbar .container-hs { display: flex; justify-content: space-between; align-items: center; gap: 16px; min-height: 42px; flex-wrap: wrap; }
.hs-topbar .hs-top-list { display: flex; gap: 22px; align-items: center; flex-wrap: wrap; }
.hs-topbar .hs-top-list span i, .hs-topbar .hs-top-list a i { color: var(--hs-yellow); margin-right: 6px; }
.hs-top-social a { margin-left: 12px; font-size: 1rem; }
@media (max-width: 767px){ .hs-topbar { display: none; } }

/* ------------------------------- NAVBAR ----------------------------- */
.hs-nav {
  position: sticky; top: 0; z-index: 1030; background: #fff;
  box-shadow: 0 1px 0 var(--hs-line); transition: box-shadow .25s ease;
}
.hs-nav.scrolled { box-shadow: var(--hs-shadow); }
.hs-nav .container-hs { display: flex; align-items: center; gap: 20px; height: var(--hs-nav-h); }
.hs-logo img { height: 54px; width: auto; display: block; }
.hs-nav-menu { display: flex; align-items: center; gap: 2px; margin: 0 auto 0 26px; list-style: none; padding: 0; height: 100%; }
.hs-nav-menu > li { position: relative; height: 100%; display: flex; align-items: center; }
.hs-nav-menu > li > a {
  font-family: var(--hs-display); font-weight: 600; font-size: 1.06rem; letter-spacing: .02em;
  color: var(--hs-gray-900); padding: 8px 14px; border-radius: 8px; display: inline-flex; align-items: center; gap: 6px;
  text-transform: uppercase; height: fit-content;
}
.hs-nav-menu > li > a:hover, .hs-nav-menu > li.active > a { color: var(--hs-red); }
.hs-nav-menu > li.has-mega > a::after,
.hs-nav-menu > li.has-drop > a::after {
  content: "\F282"; font-family: "bootstrap-icons"; font-size: .7rem; transition: transform .2s;
}
.hs-nav-menu > li:hover.has-mega > a::after,
.hs-nav-menu > li:hover.has-drop > a::after { transform: rotate(180deg); }

.hs-nav-actions { display: flex; align-items: center; gap: 10px; margin-left: auto; }

/* Mega menu */
.hs-mega, .hs-drop {
  position: absolute; top: 100%; left: 0; opacity: 0; visibility: hidden; transform: translateY(10px);
  transition: all .22s ease; background: #fff; border-radius: 14px; box-shadow: var(--hs-shadow-lg);
  border: 1px solid var(--hs-line); z-index: 1040; padding: 14px;
}
.hs-nav-menu > li:hover > .hs-mega,
.hs-nav-menu > li:hover > .hs-drop { opacity: 1; visibility: visible; transform: translateY(0); }
.hs-mega { width: 620px; display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
.hs-mega.mega-right { left: auto; right: 0; }
.hs-drop { min-width: 268px; }
.hs-mega a, .hs-drop a {
  display: block; padding: 12px 14px; border-radius: 8px;
  color: var(--hs-gray-900); font-weight: 500; font-size: .96rem; line-height: 1.3;
  transition: background .18s ease, color .18s ease, padding .18s ease, box-shadow .18s ease;
}
.hs-mega a:hover, .hs-drop a:hover {
  background: var(--hs-gray-50); color: var(--hs-red);
  padding-left: 20px; box-shadow: inset 3px 0 0 var(--hs-yellow);
}

/* Hamburger */
.hs-burger { display: none; background: var(--hs-ink); color: #fff; border: 0; width: 46px; height: 46px; border-radius: 10px; font-size: 1.4rem; align-items: center; justify-content: center; }

/* ------------------------------- Mobil menü ------------------------- */
.hs-mobile { position: fixed; inset: 0 0 0 auto; width: min(360px, 88vw); background: #fff; z-index: 1100; transform: translateX(100%); transition: transform .3s ease; box-shadow: var(--hs-shadow-lg); display: flex; flex-direction: column; }
.hs-mobile.open { transform: translateX(0); }
.hs-mobile-overlay { position: fixed; inset: 0; background: rgba(10,12,16,.55); z-index: 1090; opacity: 0; visibility: hidden; transition: opacity .3s; }
.hs-mobile-overlay.open { opacity: 1; visibility: visible; }
.hs-mobile-head { display: flex; align-items: center; justify-content: space-between; padding: 16px 18px; border-bottom: 1px solid var(--hs-line); }
.hs-mobile-head img { height: 40px; }
.hs-mobile-close { background: var(--hs-gray-100); border: 0; width: 40px; height: 40px; border-radius: 9px; font-size: 1.3rem; }
.hs-mobile-body { overflow-y: auto; padding: 8px 12px 20px; flex: 1; }
.hs-mobile-body > ul { list-style: none; margin: 0; padding: 0; }
.hs-mobile-body a { display: block; padding: 13px 12px; font-family: var(--hs-display); font-weight: 600; font-size: 1.08rem; text-transform: uppercase; color: var(--hs-ink); border-bottom: 1px solid var(--hs-gray-100); }
.hs-mobile-sub { list-style: none; padding: 0 0 0 6px; margin: 0; max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.hs-mobile-sub.open { max-height: 600px; }
.hs-mobile-sub a { font-family: var(--hs-font); font-weight: 500; text-transform: none; font-size: .96rem; color: var(--hs-gray-700); padding: 10px 12px; }
.hs-mobile-toggle { display: flex; align-items: center; justify-content: space-between; }
.hs-mobile-toggle .caret { transition: transform .3s; }
.hs-mobile-toggle.open .caret { transform: rotate(180deg); }
.hs-mobile-foot { padding: 16px; border-top: 1px solid var(--hs-line); display: grid; gap: 10px; }

/* ------------------------------- HERO ------------------------------- */
.hs-hero { position: relative; background: var(--hs-ink); color: #fff; overflow: hidden; }
.hs-hero-slides { position: absolute; inset: 0; }
.hs-hero-slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1.1s ease; background-size: cover; background-position: center; transform: scale(1.04); }
.hs-hero-slide.active { opacity: 1; animation: hsZoom 7s ease forwards; }
@keyframes hsZoom { from { transform: scale(1.08); } to { transform: scale(1); } }
.hs-hero::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(15,17,22,.94) 0%, rgba(15,17,22,.82) 42%, rgba(15,17,22,.45) 100%);
}
.hs-hero-inner { position: relative; z-index: 2; padding-block: clamp(70px, 12vw, 148px); }
.hs-hero .hs-eyebrow { color: var(--hs-yellow); }
.hs-hero .hs-eyebrow::before { background: var(--hs-red); }
.hs-hero h1 { color: #fff; font-size: clamp(2.3rem, 5.2vw, 4.35rem); max-width: 15ch; margin-bottom: 20px; }
.hs-hero h1 .hl { color: var(--hs-yellow); }
.hs-hero-desc { font-size: 1.16rem; color: #d3d7df; max-width: 620px; margin-bottom: 30px; }
.hs-hero-btns { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 40px; }
.hs-hero-trust { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 12px 26px; max-width: 720px; }
.hs-hero-trust li { display: flex; align-items: center; gap: 10px; font-size: .96rem; color: #e4e7ec; list-style: none; }
.hs-hero-trust li i { color: var(--hs-yellow); font-size: 1.2rem; flex: 0 0 auto; }
.hs-hero-dots { position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%); display: flex; gap: 9px; z-index: 3; }
.hs-hero-dots button { width: 34px; height: 5px; border-radius: 3px; border: 0; background: rgba(255,255,255,.32); cursor: pointer; padding: 0; }
.hs-hero-dots button.active { background: var(--hs-yellow); }

/* Hero yan şerit rozet */
.hs-hero-badge {
  position: absolute; right: 0; top: 0; bottom: 0; width: 8px;
  background: linear-gradient(var(--hs-yellow), var(--hs-red)); z-index: 2;
}

/* ------------------------------- Kısa güven şeridi ------------------ */
.hs-strip { background: var(--hs-yellow); }
.hs-strip .container-hs { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 14px; padding-block: 16px; }
.hs-strip-item { display: flex; align-items: center; gap: 12px; color: var(--hs-ink); font-family: var(--hs-display); font-weight: 600; font-size: 1.05rem; text-transform: uppercase; letter-spacing: .02em; }
.hs-strip-item i { font-size: 1.6rem; }

/* ------------------------------- İstatistik ------------------------- */
.hs-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.hs-stat {
  background: var(--hs-ink-2); border: 1px solid rgba(255,255,255,.07); border-radius: 16px;
  padding: 30px 24px; text-align: center; position: relative; overflow: hidden;
}
.hs-stat::before { content: ""; position: absolute; left: 0; top: 0; height: 4px; width: 100%; background: linear-gradient(90deg, var(--hs-yellow), var(--hs-red)); }
.hs-stat .num { font-family: var(--hs-display); font-weight: 700; font-size: 2.9rem; color: #fff; line-height: 1; }
.hs-stat .num .suffix { color: var(--hs-yellow); }
.hs-stat .lbl { color: #aeb3be; margin-top: 8px; font-size: .98rem; }
.hs-stat i { color: var(--hs-yellow); font-size: 1.5rem; margin-bottom: 12px; display: block; }

/* ------------------------------- Kartlar (ürün) --------------------- */
.hs-grid { display: grid; gap: 26px; }
.hs-grid.cols-3 { grid-template-columns: repeat(3, 1fr); }
.hs-grid.cols-4 { grid-template-columns: repeat(4, 1fr); }
.hs-grid.cols-2 { grid-template-columns: repeat(2, 1fr); }

.hs-card {
  background: #fff; border: 1px solid var(--hs-line); border-radius: var(--hs-radius);
  overflow: hidden; display: flex; flex-direction: column; transition: transform .25s ease, box-shadow .25s ease, border-color .25s;
}
.hs-card:hover { transform: translateY(-6px); box-shadow: var(--hs-shadow-lg); border-color: transparent; }
.hs-card-media { position: relative; aspect-ratio: 16/11; overflow: hidden; background: var(--hs-gray-100); }
.hs-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.hs-card:hover .hs-card-media img { transform: scale(1.06); }
.hs-card-tag { position: absolute; top: 12px; left: 12px; background: var(--hs-yellow); color: var(--hs-ink); font-family: var(--hs-display); font-weight: 600; text-transform: uppercase; font-size: .78rem; letter-spacing: .04em; padding: 5px 11px; border-radius: 7px; }
.hs-card-icon { position: absolute; bottom: -22px; right: 18px; width: 52px; height: 52px; background: var(--hs-red); color: #fff; border-radius: 12px; display: grid; place-items: center; font-size: 1.4rem; box-shadow: var(--hs-shadow); }
.hs-card-body { padding: 26px 22px 22px; display: flex; flex-direction: column; flex: 1; }
.hs-card-body h3 { font-size: 1.5rem; margin: 0 0 10px; }
.hs-card-body p { color: var(--hs-gray-700); font-size: .97rem; margin: 0 0 18px; flex: 1; }
.hs-card-foot { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.hs-card-link { font-family: var(--hs-display); font-weight: 600; text-transform: uppercase; color: var(--hs-ink); display: inline-flex; align-items: center; gap: 6px; letter-spacing: .03em; }
.hs-card-link:hover { color: var(--hs-red); gap: 10px; }
.hs-card-link i { transition: transform .2s; }
.hs-card-link:hover i { transform: translateX(3px); }

/* Ürün mini kart (products listesi) */
.hs-prod .hs-card-media { aspect-ratio: 4/3; }
.hs-prod-meta { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 12px; }
.hs-chip { font-size: .78rem; font-weight: 600; padding: 4px 10px; border-radius: 20px; background: var(--hs-gray-100); color: var(--hs-gray-700); }
.hs-chip--red { background: rgba(225,27,34,.1); color: var(--hs-red); }
.hs-chip--yellow { background: rgba(247,198,0,.18); color: #8a6d00; }

/* ------------------------------- Split (Hakkımızda / bölümler) ------ */
.hs-split { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: center; }
.hs-split.reverse .hs-split-media { order: 2; }
.hs-split-media { position: relative; }
.hs-split-media img { border-radius: var(--hs-radius); width: 100%; object-fit: cover; box-shadow: var(--hs-shadow); }
.hs-split-media .hs-frame { position: absolute; inset: 18px -18px -18px 18px; border: 3px solid var(--hs-yellow); border-radius: var(--hs-radius); z-index: -1; }
.hs-badge-float {
  position: absolute; left: -18px; bottom: 26px; background: var(--hs-red); color: #fff; padding: 18px 22px;
  border-radius: 14px; box-shadow: var(--hs-shadow-lg); font-family: var(--hs-display);
}
.hs-badge-float .b-num { font-size: 2.3rem; font-weight: 700; line-height: 1; }
.hs-badge-float .b-txt { font-size: .84rem; text-transform: uppercase; letter-spacing: .05em; opacity: .95; }

.hs-check-list { list-style: none; padding: 0; margin: 22px 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 20px; }
.hs-check-list li { display: flex; gap: 10px; align-items: flex-start; font-size: .98rem; color: var(--hs-gray-900); }
.hs-check-list li i { color: var(--hs-red); font-size: 1.15rem; flex: 0 0 auto; margin-top: 2px; }

/* ------------------------------- Özellik / feature kartları --------- */
.hs-feature { background: #fff; border: 1px solid var(--hs-line); border-radius: 14px; padding: 26px 22px; height: 100%; transition: all .25s; }
.hs-feature:hover { border-color: var(--hs-yellow); box-shadow: var(--hs-shadow); transform: translateY(-4px); }
.hs-feature .fi { width: 56px; height: 56px; border-radius: 13px; background: var(--hs-ink); color: var(--hs-yellow); display: grid; place-items: center; font-size: 1.6rem; margin-bottom: 16px; }
.hs-feature h4 { font-size: 1.2rem; margin: 0 0 8px; }
.hs-feature p { color: var(--hs-gray-700); font-size: .94rem; margin: 0; }

/* “Neden Hiska” koyu bölüm */
.hs-why-item { display: flex; gap: 14px; padding: 18px; border-radius: 12px; background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.07); transition: all .25s; height: 100%; }
.hs-why-item:hover { background: rgba(255,255,255,.06); border-color: rgba(247,198,0,.4); }
.hs-why-item i { color: var(--hs-yellow); font-size: 1.5rem; flex: 0 0 auto; }
.hs-why-item h4 { font-size: 1.12rem; margin: 0 0 4px; color: #fff; }
.hs-why-item p { margin: 0; font-size: .92rem; color: #a9aeb9; }

/* ------------------------------- Hizmet/servis kart grid ------------ */
.hs-mini-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.hs-mini { background: #fff; border: 1px solid var(--hs-line); border-radius: 13px; padding: 22px 18px; text-align: center; transition: all .25s; }
.hs-mini:hover { transform: translateY(-4px); box-shadow: var(--hs-shadow); }
.hs-mini i { font-size: 2rem; color: var(--hs-red); margin-bottom: 12px; display: block; }
.hs-mini h4 { font-size: 1.05rem; margin: 0; }

/* ------------------------------- CTA bandı -------------------------- */
.hs-cta-band { background: linear-gradient(120deg, var(--hs-red) 0%, var(--hs-red-700) 100%); color: #fff; border-radius: 20px; padding: 46px; display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap; position: relative; overflow: hidden; }
.hs-cta-band::after { content: "\F44B"; font-family: "bootstrap-icons"; position: absolute; right: -10px; bottom: -30px; font-size: 12rem; opacity: .08; }
.hs-cta-band h3 { color: #fff; font-size: 2rem; margin: 0 0 6px; }
.hs-cta-band p { margin: 0; color: rgba(255,255,255,.9); }

/* ------------------------------- Formlar ---------------------------- */
.hs-form-card { background: #fff; border: 1px solid var(--hs-line); border-radius: 18px; padding: 32px; box-shadow: var(--hs-shadow); }
.hs-field { margin-bottom: 16px; }
.hs-field label { display: block; font-weight: 600; font-size: .9rem; margin-bottom: 6px; color: var(--hs-gray-900); }
.hs-field label .req { color: var(--hs-red); }
.hs-input, .hs-select, .hs-textarea {
  width: 100%; padding: 12px 14px; border: 1px solid var(--hs-gray-300); border-radius: 10px;
  font-family: var(--hs-font); font-size: .97rem; color: var(--hs-ink); background: #fff; transition: border-color .2s, box-shadow .2s;
}
.hs-input:focus, .hs-select:focus, .hs-textarea:focus { outline: none; border-color: var(--hs-yellow); box-shadow: 0 0 0 3px rgba(247,198,0,.25); }
.hs-textarea { min-height: 120px; resize: vertical; }
.hs-check { display: flex; gap: 10px; align-items: flex-start; font-size: .88rem; color: var(--hs-gray-700); }
.hs-check input { margin-top: 3px; flex: 0 0 auto; }
.hs-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 16px; }

.hs-alert { padding: 14px 16px; border-radius: 10px; margin-bottom: 18px; font-size: .95rem; border: 1px solid transparent; }
.hs-alert--ok { background: #e8f7ee; color: #12683a; border-color: #b6e6c8; }
.hs-alert--err { background: #fdeaea; color: #a4161a; border-color: #f6c9cb; }

/* ------------------------------- Sayfa başlığı (breadcrumb) --------- */
.hs-page-head { background: var(--hs-ink); color: #fff; position: relative; overflow: hidden; padding-block: clamp(50px, 8vw, 88px); }
.hs-page-head::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20,22,28,.96), rgba(20,22,28,.7)); }
.hs-page-head-bg { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: .35; }
.hs-page-head .container-hs { position: relative; z-index: 2; }
.hs-page-head h1 { color: #fff; font-size: clamp(2rem, 4vw, 3.1rem); margin: 0 0 12px; }
.hs-breadcrumb { display: flex; gap: 8px; align-items: center; font-size: .92rem; color: #b9bdc7; flex-wrap: wrap; }
.hs-breadcrumb a { color: var(--hs-yellow); }
.hs-breadcrumb .sep { opacity: .5; }

/* ------------------------------- SSS accordion ---------------------- */
.hs-acc-item { border: 1px solid var(--hs-line); border-radius: 12px; margin-bottom: 12px; overflow: hidden; background: #fff; }
.hs-acc-q { width: 100%; text-align: left; background: none; border: 0; padding: 20px 22px; font-family: var(--hs-display); font-weight: 600; font-size: 1.15rem; color: var(--hs-ink); display: flex; justify-content: space-between; align-items: center; gap: 16px; cursor: pointer; }
.hs-acc-q .ic { flex: 0 0 auto; width: 30px; height: 30px; border-radius: 8px; background: var(--hs-gray-100); display: grid; place-items: center; transition: all .25s; }
.hs-acc-item.open .hs-acc-q .ic { background: var(--hs-red); color: #fff; transform: rotate(45deg); }
.hs-acc-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.hs-acc-a-inner { padding: 0 22px 22px; color: var(--hs-gray-700); }

/* ------------------------------- Galeri ----------------------------- */
.hs-gallery { columns: 3; column-gap: 18px; }
.hs-gallery-item { break-inside: avoid; margin-bottom: 18px; border-radius: 12px; overflow: hidden; position: relative; cursor: pointer; display: block; }
.hs-gallery-item img { width: 100%; display: block; transition: transform .5s; }
.hs-gallery-item:hover img { transform: scale(1.06); }
.hs-gallery-item::after { content: "\F4FE"; font-family: "bootstrap-icons"; position: absolute; inset: 0; background: rgba(20,22,28,.55); color: #fff; font-size: 2rem; display: grid; place-items: center; opacity: 0; transition: opacity .3s; }
.hs-gallery-item:hover::after { opacity: 1; }
.hs-filter { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; margin-bottom: 34px; }
.hs-filter button { border: 1px solid var(--hs-gray-300); background: #fff; padding: 9px 18px; border-radius: 22px; font-family: var(--hs-display); font-weight: 600; text-transform: uppercase; font-size: .9rem; color: var(--hs-gray-700); cursor: pointer; transition: all .2s; }
.hs-filter button.active, .hs-filter button:hover { background: var(--hs-ink); color: #fff; border-color: var(--hs-ink); }

/* Lightbox */
.hs-lightbox { position: fixed; inset: 0; background: rgba(10,12,16,.92); z-index: 1200; display: none; align-items: center; justify-content: center; padding: 30px; }
.hs-lightbox.open { display: flex; }
.hs-lightbox img { max-width: 90vw; max-height: 86vh; border-radius: 8px; }
.hs-lightbox-close { position: absolute; top: 22px; right: 26px; background: none; border: 0; color: #fff; font-size: 2.4rem; cursor: pointer; line-height: 1; }

/* ------------------------------- Blog ------------------------------- */
.hs-blog-card .hs-card-media { aspect-ratio: 16/10; }
.hs-blog-meta { display: flex; gap: 14px; font-size: .84rem; color: var(--hs-gray-500); margin-bottom: 10px; }
.hs-blog-meta i { color: var(--hs-red); margin-right: 4px; }
.hs-article { font-size: 1.06rem; color: var(--hs-gray-900); }
.hs-article h2 { font-size: 1.7rem; margin: 34px 0 14px; }
.hs-article h3 { font-size: 1.35rem; margin: 26px 0 10px; }
.hs-article p { margin: 0 0 18px; }
.hs-article img { border-radius: 12px; margin: 20px 0; }
.hs-article ul, .hs-article ol { margin: 0 0 18px; padding-left: 22px; }
.hs-article blockquote { border-left: 4px solid var(--hs-yellow); padding: 8px 20px; margin: 20px 0; background: var(--hs-gray-50); border-radius: 0 10px 10px 0; color: var(--hs-gray-700); }

/* ------------------------------- İletişim kartları ------------------ */
.hs-contact-card { display: flex; gap: 16px; padding: 22px; border: 1px solid var(--hs-line); border-radius: 14px; background: #fff; transition: all .25s; height: 100%; }
.hs-contact-card:hover { box-shadow: var(--hs-shadow); border-color: var(--hs-yellow); }
.hs-contact-card .ci { flex: 0 0 54px; width: 54px; height: 54px; border-radius: 13px; background: var(--hs-yellow); color: var(--hs-ink); display: grid; place-items: center; font-size: 1.5rem; }
.hs-contact-card h4 { font-size: 1.1rem; margin: 0 0 4px; }
.hs-contact-card a, .hs-contact-card p { color: var(--hs-gray-700); margin: 0; font-size: .96rem; word-break: break-word; }

/* Harita */
.hs-map { border-radius: 16px; overflow: hidden; min-height: 380px; background: var(--hs-gray-100); position: relative; }
.hs-map iframe { width: 100%; height: 100%; min-height: 380px; border: 0; display: block; }

/* ------------------------------- Footer ----------------------------- */
.hs-footer { background: var(--hs-ink); color: #a9aeb9; padding-top: 64px; }
.hs-footer h5 { color: #fff; font-family: var(--hs-display); font-size: 1.2rem; text-transform: uppercase; letter-spacing: .04em; margin-bottom: 20px; position: relative; padding-bottom: 12px; }
.hs-footer h5::after { content: ""; position: absolute; left: 0; bottom: 0; width: 38px; height: 3px; background: var(--hs-yellow); border-radius: 2px; }
.hs-footer-about img { height: 52px; margin-bottom: 18px; background: #fff; padding: 8px 12px; border-radius: 10px; }
.hs-footer-links { list-style: none; padding: 0; margin: 0; }
.hs-footer-links li { margin-bottom: 11px; }
.hs-footer-links a { color: #a9aeb9; font-size: .96rem; display: inline-flex; align-items: center; gap: 8px; }
.hs-footer-links a::before { content: "\F285"; font-family: "bootstrap-icons"; color: var(--hs-red); font-size: .8rem; }
.hs-footer-links a:hover { color: var(--hs-yellow); }
.hs-footer-contact li { display: flex; gap: 12px; margin-bottom: 14px; font-size: .96rem; }
.hs-footer-contact li i { color: var(--hs-yellow); font-size: 1.1rem; flex: 0 0 auto; margin-top: 3px; }
.hs-footer-social { display: flex; gap: 10px; margin-top: 18px; }
.hs-footer-social a { width: 40px; height: 40px; border-radius: 10px; background: rgba(255,255,255,.06); color: #fff; display: grid; place-items: center; font-size: 1.1rem; transition: all .2s; }
.hs-footer-social a:hover { background: var(--hs-yellow); color: var(--hs-ink); }
.hs-footer-bottom { border-top: 1px solid rgba(255,255,255,.08); margin-top: 48px; padding: 22px 0; font-size: .9rem; }
.hs-footer-bottom .container-hs { display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; }
.hs-footer-bottom a { color: #a9aeb9; }
.hs-footer-bottom a:hover { color: var(--hs-yellow); }
.hs-footer-legal { display: flex; gap: 18px; flex-wrap: wrap; }

/* ------------------------------- Yüzen butonlar --------------------- */
.hs-float { position: fixed; right: 20px; bottom: 22px; z-index: 1050; display: flex; flex-direction: column; gap: 12px; }
.hs-float a { width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; color: #fff; font-size: 1.7rem; box-shadow: var(--hs-shadow-lg); transition: transform .2s; }
.hs-float a:hover { transform: scale(1.08); color: #fff; }
.hs-float .wa { background: #25d366; }
.hs-float .ph { background: #fff; font-size: 1.5rem; }
/* Çağrı butonu ikonu: etiket çizgisiyle aynı sarı→kırmızı gradient */
.hs-float .ph i {
  background: linear-gradient(135deg, var(--hs-yellow) 0%, var(--hs-red) 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.hs-float .wa::after { content: ""; position: absolute; width: 56px; height: 56px; border-radius: 50%; background: #25d366; opacity: .55; animation: hsPulse 2s infinite; z-index: -1; }
@keyframes hsPulse { 0% { transform: scale(1); opacity: .5; } 100% { transform: scale(1.7); opacity: 0; } }

/* AOS benzeri basit reveal */
[data-reveal] { opacity: 0; transform: translateY(26px); transition: opacity .6s ease, transform .6s ease; }
[data-reveal].in { opacity: 1; transform: none; }

/* ------------------------------- Responsive ------------------------- */
@media (max-width: 1100px) {
  .hs-nav-menu { display: none; }
  .hs-burger { display: flex; }
  .hs-nav-actions .btn-hs span.d-lg { display: none; }
}
@media (max-width: 992px) {
  .hs-split { grid-template-columns: 1fr; gap: 36px; }
  .hs-split.reverse .hs-split-media { order: 0; }
  .hs-badge-float { left: 12px; }
  .hs-grid.cols-4 { grid-template-columns: repeat(2, 1fr); }
  .hs-mini-grid { grid-template-columns: repeat(2, 1fr); }
  .hs-stats { grid-template-columns: repeat(2, 1fr); }
  .hs-gallery { columns: 2; }
  .hs-hero-trust { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  :root { --hs-nav-h: 70px; }
  .hs-grid.cols-3, .hs-grid.cols-4, .hs-grid.cols-2 { grid-template-columns: 1fr; }
  .hs-form-grid { grid-template-columns: 1fr; }
  .hs-check-list { grid-template-columns: 1fr; }
  .hs-mini-grid { grid-template-columns: 1fr 1fr; }
  .hs-gallery { columns: 1; }
  .hs-hero-trust { grid-template-columns: 1fr; }
  .hs-hero-btns .btn-hs { flex: 1 1 100%; justify-content: center; }
  .hs-cta-band { padding: 30px 24px; text-align: center; justify-content: center; }
  .hs-logo img { height: 44px; }
  .hs-form-card { padding: 22px; }
  .hs-mega, .hs-drop { width: auto; }
}
