

/* =========================================================
   HALIS GLOBAL CSS - SON VERSİYON
   Tüm sayfalar eksiksiz çalışır
   ========================================================= */

/* =========================================================
   RESET & TEMEL TANIMLAR
   ========================================================= */

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #121416;
}

body,
.halis-page,
.halis-yikim-page {
  color: #e2e2e5;
  font-family: 'Host Grotesk', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
}

/* =========================================================
   ORTAK YAPI
   ========================================================= */

.halis-page,
.halis-yikim-page {
  min-height: 100vh;
  background: #121416;
}

.halis-wrap,
.halis-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

.halis-section {
  padding: 88px 0;
}

/* =========================================================
   TİPOGRAFİ
   ========================================================= */

.halis-title,
.halis-subtitle,
.halis-card-title,
.halis-stat-number {
  margin: 0;
  color: #ffffff;
}

.halis-title {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.halis-subtitle {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.halis-text {
  margin: 0;
  color: #d0c6ab;
  font-size: 16px;
  line-height: 1.8;
}

.halis-accent {
  color: #fcc236;
}

.halis-label {
  display: inline-block;
  margin-bottom: 18px;
  color: #fcc236;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.halis-divider {
  width: 96px;
  height: 4px;
  margin-top: 18px;
  background: #fcc236;
}

/* =========================================================
   BUTONLAR
   ========================================================= */

.halis-btn {
  display: inline-block;
  padding: 16px 28px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  border: none;
  text-align: center;
}

.halis-btn-primary {
  background: #fcc236;
  color: #121416;
}

.halis-btn-primary:hover {
  background: #e0b12d;
  transform: translateY(-2px);
}

.halis-btn-secondary {
  background: rgba(255, 255, 255, 0.04);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.halis-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-2px);
}

.halis-btn-outline {
  background: transparent;
  color: #fcc236;
  border: 2px solid #fcc236;
}

.halis-btn-outline:hover {
  background: rgba(252, 194, 54, 0.08);
  transform: translateY(-2px);
}

/* =========================================================
   HERO
   ========================================================= */

.halis-hero {
  position: relative;
  min-height: 720px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #121416;
}

.halis-hero-media {
  position: absolute;
  inset: 0;
}

.halis-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  opacity: 0.36;
}

.halis-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(18, 20, 22, 0.96) 0%, rgba(18, 20, 22, 0.78) 42%, rgba(18, 20, 22, 0.16) 100%);
}

.halis-hero-content {
  position: relative;
  z-index: 2;
  max-width: 820px;
  padding: 120px 0;
}

.halis-hero h1,
.halis-hero-title {
  margin: 0 0 24px;
  color: #ffffff !important;
  font-size: 82px;
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.halis-hero-chip {
  display: inline-block;
  padding: 8px 14px;
  margin-bottom: 24px;
  background: #282a2c;
  border-left: 4px solid #fcc236;
  color: #d0c6ab;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.halis-hero-actions,
.halis-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 32px;
}

/* =========================================================
   GRID / KART SİSTEMİ
   ========================================================= */

.halis-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
  margin-top: 40px;
}

.halis-card {
  background: #1e2022;
  border: 1px solid rgba(77, 71, 50, 0.35);
  overflow: hidden;
}

.halis-card-dark {
  background: #282a2c;
}

.halis-card-large {
  grid-column: span 8;
  position: relative;
  min-height: 430px;
  overflow: hidden;
}

.halis-card-large img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.42;
}

.halis-card-large::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(18, 20, 22, 0.98), rgba(18, 20, 22, 0.18));
  z-index: 1;
}

.halis-card-large-inner,
.halis-card-large-content {
  position: relative;
  z-index: 2;
  height: 100%;
  padding: 34px 36px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  max-width: 700px;
}

.halis-card-side {
  grid-column: span 4;
  padding: 30px;
  min-height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.halis-card-small {
  grid-column: span 4;
  padding: 30px;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #1e2022;
  border: 1px solid rgba(77, 71, 50, 0.35);
}

.halis-card-wide {
  grid-column: span 8;
  padding: 30px;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}

.halis-card-medium {
  grid-column: span 6;
  padding: 30px;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #1e2022;
  border: 1px solid rgba(77, 71, 50, 0.35);
}

.halis-card-yellow {
  grid-column: span 4;
  background: #fcc236;
  color: #121416;
  padding: 36px;
  min-height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.halis-card-yellow .halis-service-tag,
.halis-card-yellow .halis-card-title,
.halis-card-yellow .halis-text {
  color: #121416;
}

.halis-num {
  display: block;
  margin-bottom: 10px;
  color: #fcc236;
  font-size: 36px;
  font-weight: 800;
  line-height: 1;
}

.halis-service-tag {
  color: #fcc236;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 12px;
}

.halis-card-title {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.halis-card-title-sm {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

/* =========================================================
   ANA SAYFA - WHY/HAKKIMIZDA BÖLÜMÜ (DÜZELTİLDİ)
   ========================================================= */

.halis-why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.halis-why-image {
  position: relative;
}

.halis-why-image img {
  width: 100%;
  height: auto;
  display: block;
  filter: grayscale(100%);
}

/* STAT BOX - DÜZELTİLDİ */
.halis-stat-box {
  position: absolute;
  bottom: -24px;
  left: -20px;
  background: #fcc236;
  padding: 26px 28px;
  max-width: 280px;
}

.halis-stat-number {
  color: #121416;
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 8px;
}

/* FEATURE LİSTESİ - DÜZELTİLDİ */
.halis-features {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-top: 32px;
}

.halis-feature {
  border-left: 3px solid #fcc236;
  padding-left: 20px;
}

.halis-feature strong {
  display: block;
  color: #fcc236;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.halis-feature p {
  margin: 0;
  color: #d0c6ab;
  font-size: 15px;
  line-height: 1.7;
}

/* =========================================================
   ANA SAYFA - FAQ (SIKÇA SORULAN SORULAR) - DÜZELTİLDİ
   ========================================================= */

.halis-faq {
  background: #121416;
}

.halis-faq-top {
  max-width: 720px;
  margin-bottom: 48px;
}

.halis-faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 48px;
  align-items: start;
}

.halis-faq-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.halis-faq-item {
  background: #282a2c;
  border: 1px solid rgba(77, 71, 50, 0.35);
  overflow: hidden;
  border-radius: 0;
}

.halis-faq-question {
  width: 100%;
  background: transparent;
  border: none;
  color: #ffffff;
  padding: 26px 28px;
  text-align: left;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: all 0.3s ease;
}

.halis-faq-question:hover {
  background: rgba(255, 215, 0, 0.06);
}

.halis-faq-item.active .halis-faq-question {
  background: #fcc236;
  color: #121416;
}

.halis-faq-icon {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  margin-left: 18px;
  position: relative;
}

.halis-faq-icon::before,
.halis-faq-icon::after {
  content: "";
  position: absolute;
  background: currentColor;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}

.halis-faq-icon::before {
  width: 16px;
  height: 2px;
}

.halis-faq-icon::after {
  width: 2px;
  height: 16px;
}

.halis-faq-item.active .halis-faq-icon::after {
  opacity: 0;
}

.halis-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  background: #1e2022;
}

.halis-faq-item.active .halis-faq-answer {
  max-height: 300px;
}

.halis-faq-answer-inner {
  padding: 0 28px 28px;
  color: #d0c6ab;
  font-size: 15px;
  line-height: 1.8;
}

/* FAQ Visual */
.halis-faq-visual-box {
  background: #1e2022;
  border: 1px solid rgba(255, 215, 0, 0.12);
  overflow: hidden;
}

.halis-faq-visual-image {
  width: 100%;
  height: 480px;
  object-fit: cover;
  filter: grayscale(100%);
}

.halis-faq-visual-caption {
  padding: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.halis-faq-visual-caption-title {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 8px;
  text-transform: uppercase;
}

/* =========================================================
   ANA SAYFA - SMALL CARD (UZMANLIK ALANLARI)
   ========================================================= */

.halis-small-card {
  grid-column: span 4;
  background: #1e2022;
  border: 1px solid rgba(77, 71, 50, 0.35);
  padding: 30px;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* =========================================================
   HİKAYEMİZ / KURUMSAL SAYFA
   ========================================================= */

.halis-story-grid {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 48px;
  align-items: center;
}

.halis-story-media {
  position: relative;
}

.halis-story-image {
  width: 100%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #0c0e10;
  border: 1px solid rgba(77, 71, 50, 0.35);
}

.halis-story-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
}

.halis-story-badge {
  position: absolute;
  bottom: -24px;
  right: -24px;
  background: #282a2c;
  border: 1px solid rgba(77, 71, 50, 0.35);
  padding: 26px 28px;
}

.halis-story-badge strong {
  display: block;
  color: #fcc236;
  font-size: 54px;
  font-weight: 800;
  line-height: 1;
}

.halis-story-badge span {
  display: block;
  margin-top: 6px;
  color: #fcc236;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.halis-story-text {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.halis-story-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-top: 18px;
  padding-top: 26px;
  border-top: 1px solid rgba(77, 71, 50, 0.35);
}

.halis-story-stat strong {
  display: block;
  color: #fcc236;
  font-size: 44px;
  font-weight: 800;
  line-height: 1;
}

.halis-story-stat span {
  display: block;
  margin-top: 8px;
  color: #d0c6ab;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

/* =========================================================
   DEĞERLER / VALUES
   ========================================================= */

.halis-values {
  background: #1a1c1e;
}

.halis-values-title {
  text-align: center;
}

.halis-values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
}

.halis-value-card {
  background: #282a2c;
  border: 1px solid rgba(77, 71, 50, 0.35);
  padding: 24px 30px;
  transition: all 0.25s ease;
}

.halis-value-card:hover {
  border-color: rgba(252, 194, 54, 0.4);
  transform: translateY(-4px);
}

.halis-value-icon {
  width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(252, 194, 54, 0.12);
  color: #fcc236;
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 26px;
}

/* =========================================================
   SERTİFİKALAR / CERT
   ========================================================= */

.halis-cert-title {
  text-align: center;
}

.halis-cert-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 40px;
}

.halis-cert-card {
  background: #282a2c;
  border: 1px solid rgba(77, 71, 50, 0.35);
  padding: 24px 30px;
  text-align: center;
  transition: all 0.25s ease;
}

.halis-cert-card:hover {
  border-color: rgba(252, 194, 54, 0.4);
  transform: translateY(-4px);
}

.halis-cert-icon {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(252, 194, 54, 0.12);
  color: #fcc236;
  font-size: 24px;
  font-weight: 800;
  margin: 0 auto 16px;
}

.halis-cert-card span {
  display: block;
  color: #d0c6ab;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  line-height: 1.6;
}

/* =========================================================
   THUMBS
   ========================================================= */

.halis-thumb {
  width: 100%;
  aspect-ratio: 1 / 1;
  margin-top: 18px;
  overflow: hidden;
  background: #0c0e10;
}

.halis-thumb-wide {
  width: 100%;
  height: 320px;
  margin-top: 18px;
  overflow: hidden;
  background: #0c0e10;
}

.halis-thumb-small {
  height: 220px;
}

.halis-thumb img,
.halis-thumb-wide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* =========================================================
   LISTS & CHIPS
   ========================================================= */

.halis-list {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.halis-list li {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 10px;
  color: rgba(226, 226, 229, 0.82);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.halis-dot {
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  background: #fcc236;
}

.halis-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  color: #fcc236;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  transition: gap 0.25s ease;
}

.halis-link:hover {
  gap: 12px;
}

.halis-stat-mini {
  margin-top: 20px;
  padding: 18px 20px;
  background: #0c0e10;
  border: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.halis-stat-mini strong {
  display: block;
  color: #fcc236;
  font-size: 28px;
  line-height: 1;
}

.halis-stat-mini span {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.halis-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.halis-chip {
  padding: 8px 12px;
  background: #333537;
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #d0c6ab;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* =========================================================
   STANDARDS / METRIC (HİZMETLER SAYFASI)
   ========================================================= */

.halis-standards {
  background: #0c0e10;
}

.halis-standards-grid {
  display: grid;
  grid-template-columns: 1fr 1.55fr;
  gap: 28px;
}

.halis-standard-box {
  margin-top: 18px;
  padding: 24px;
  background: #1a1c1e;
  border-left: 4px solid #fcc236;
}

.halis-standard-box.alt {
  border-left-color: rgba(255, 255, 255, 0.16);
}

.halis-metric-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.halis-metric-card {
  padding: 28px;
  background: #121416;
  border: 1px solid rgba(77, 71, 50, 0.35);
  text-align: center;
}

.halis-metric-circle {
  position: relative;
  width: 124px;
  height: 124px;
  margin: 0 auto 18px;
  border: 8px solid #282a2c;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.halis-metric-circle::after {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 999px;
  border: 8px solid transparent;
  border-top-color: #fcc236;
  border-right-color: #fcc236;
  transform: rotate(-35deg);
}

.halis-metric-value {
  color: #ffffff;
  font-weight: 800;
  font-size: 28px;
}

.halis-metric-title {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.halis-wide-accent {
  grid-column: 1 / -1;
  padding: 1px;
  background: linear-gradient(90deg, #fcc236 0%, #e0b12d 100%);
}

.halis-wide-accent-inner {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 26px;
  background: #121416;
}

.halis-verified {
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(252, 194, 54, 0.12);
  color: #fcc236;
  font-size: 24px;
  font-weight: 800;
}

/* =========================================================
   GÜVENLİK SAYFASI PROTOKOL
   ========================================================= */

.halis-protocol-top {
  text-align: center;
  margin-bottom: 48px;
}

.halis-protocol-top .halis-divider {
  margin-left: auto;
  margin-right: auto;
}

.halis-protocol-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.halis-protocol-card {
  background: #1e2022;
  border: 1px solid rgba(77, 71, 50, 0.35);
  padding: 36px 28px;
  position: relative;
  overflow: hidden;
  transition: all 0.25s ease;
}

.halis-protocol-card.featured {
  border-color: rgba(252, 194, 54, 0.5);
  background: #25282a;
}

.halis-protocol-card:hover {
  transform: translateY(-4px);
  border-color: rgba(252, 194, 54, 0.3);
}

.halis-protocol-watermark {
  position: absolute;
  bottom: 16px;
  right: 16px;
  font-size: 64px;
  opacity: 0.06;
  font-weight: 800;
}

.halis-protocol-num {
  display: block;
  color: #fcc236;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.2em;
  margin-bottom: 16px;
}

/* =========================================================
   SERTİFİKA LİSTESİ (GÜVENLİK SAYFASI)
   ========================================================= */

.halis-cert-section {
  background: #1a1c1e;
}

.halis-cert-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}

.halis-cert-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.halis-cert-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.halis-cert-item .halis-cert-icon {
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  margin: 0;
  font-size: 24px;
}

.halis-cert-item h4 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}

.halis-cert-visual {
  position: relative;
}

.halis-cert-visual-front {
  position: relative;
  overflow: hidden;
}

.halis-cert-visual-front img {
  width: 100%;
  height: auto;
  display: block;
  filter: grayscale(100%);
}

.halis-cert-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
  padding: 30px 24px 20px;
}

.halis-cert-overlay-label {
  display: block;
  color: #fcc236;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.2em;
  margin-bottom: 8px;
}

.halis-cert-overlay strong {
  display: block;
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
}

/* =========================================================
   ÇEVRESEL UYUMLULUK
   ========================================================= */

.halis-env-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.halis-gauge-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
}

.halis-gauge-card {
  text-align: center;
}

.halis-gauge-ring {
  position: relative;
  width: 160px;
  height: 160px;
  margin: 0 auto 18px;
  border: 10px solid #282a2c;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.halis-gauge-ring::after {
  content: "";
  position: absolute;
  inset: -10px;
  border-radius: 999px;
  border: 10px solid transparent;
  transform: rotate(-90deg);
}

.halis-gauge-ring.is-92::after {
  border-top-color: #fcc236;
  border-right-color: #fcc236;
  border-bottom-color: #fcc236;
  border-left-color: rgba(252, 194, 54, 0.25);
}

.halis-gauge-ring.is-85::after {
  border-top-color: #fcc236;
  border-right-color: #fcc236;
  border-bottom-color: rgba(252, 194, 54, 0.7);
  border-left-color: rgba(252, 194, 54, 0.15);
}

.halis-gauge-value {
  color: #ffffff;
  font-weight: 800;
  font-size: 34px;
}

.halis-gauge-label {
  display: block;
  color: #d0c6ab;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  line-height: 1.6;
  margin-top: 12px;
}

.halis-check-list {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.halis-check-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.halis-check-icon {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(252, 194, 54, 0.12);
  color: #fcc236;
  font-size: 16px;
  font-weight: 800;
}

/* =========================================================
   KKD / PPE
   ========================================================= */

.halis-ppe {
  background: #1a1c1e;
}

.halis-ppe-title {
  text-align: center;
}

.halis-ppe-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 48px;
}

.halis-ppe-card {
  background: #282a2c;
  border: 1px solid rgba(77, 71, 50, 0.35);
  padding: 36px 24px;
  text-align: center;
  transition: all 0.25s ease;
}

.halis-ppe-card:hover {
  background: #37393b;
  border-color: rgba(252, 194, 54, 0.2);
  transform: translateY(-4px);
}

.halis-ppe-icon-box {
  width: 82px;
  height: 82px;
  margin: 0 auto 24px;
  border: 1px solid rgba(77, 71, 50, 0.35);
  background: #121416;
  display: flex;
  align-items: center;
  justify-content: center;
}

.halis-ppe-icon {
  color: #fcc236;
  font-size: 34px;
  font-weight: 800;
}

.halis-ppe-card h5 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
}

.halis-ppe-card p {
  margin: 0;
  color: #d0c6ab;
  font-size: 13px;
  line-height: 1.6;
}

/* =========================================================
   TEKLİF / İLETİŞİM SAYFASI
   ========================================================= */

.halis-intro-grid {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 48px;
  align-items: start;
}

.halis-stack {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.halis-contact-card {
  background: #1e2022;
  border: 1px solid rgba(77, 71, 50, 0.35);
  padding: 24px;
  transition: all 0.25s ease;
}

.halis-contact-card:hover {
  border-color: rgba(252, 194, 54, 0.3);
  transform: translateX(4px);
}

.halis-contact-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
}

.halis-contact-icon {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #2d2f31;
  color: #fcc236;
  font-size: 20px;
}

.halis-contact-title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}

.halis-contact-main {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 4px;
}

.halis-contact-sub {
  color: rgba(255, 215, 0, 0.6);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.halis-map {
  position: relative;
  height: 220px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.halis-map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
}

.halis-map::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(12, 14, 16, 0.95), rgba(12, 14, 16, 0.08));
  pointer-events: none;
}

.halis-map-badge {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.halis-map-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #ffd700;
  box-shadow: 0 0 14px rgba(255, 215, 0, 0.8);
}

.halis-process-panel {
  position: relative;
  background: #1e2022;
  border: 1px solid rgba(77, 71, 50, 0.35);
  padding: 40px;
  overflow: hidden;
}

.halis-process-line {
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 4px;
  background: #ffd700;
}

.halis-process-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin: 32px 0;
}

.halis-process-card {
  padding: 20px;
  background: #282a2c;
  border: 1px solid rgba(77, 71, 50, 0.35);
}

.halis-process-num {
  display: block;
  color: #fcc236;
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 12px;
}

.halis-process-card h3 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
}

.halis-mini-note {
  margin-top: 28px;
  padding: 24px;
  background: #282a2c;
  border-left: 4px solid #ffd700;
}

.halis-mini-note strong {
  display: block;
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
}

.halis-metric-ring {
  position: relative;
  width: 112px;
  height: 112px;
  margin: 0 auto 18px;
  border: 6px solid rgba(255, 255, 255, 0.06);
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.halis-metric-ring::after {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 999px;
  border: 6px solid transparent;
  border-top-color: #ffd700;
  border-right-color: #ffd700;
  transform: rotate(-40deg);
}

.halis-metric-label {
  display: block;
  color: #d0c6ab;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

/* =========================================================
   CTA
   ========================================================= */

.halis-cta-impact {
  position: relative;
  overflow: hidden;
  background: #111214;
  padding: 88px 0;
}

.halis-cta-bg {
  position: absolute;
  inset: 0;
}

.halis-cta-radial {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(252, 194, 54, 0.15), transparent 70%);
  pointer-events: none;
}

.halis-cta-gridlines {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  pointer-events: none;
}

.halis-cta-gridlines span {
  border-right: 1px solid rgba(252, 194, 54, 0.06);
}

.halis-cta-inner {
  position: relative;
  z-index: 2;
  text-align: center;
}

.halis-cta-title {
  max-width: 1040px;
  margin: 0 auto 18px;
  color: #ffffff;
  font-size: 64px;
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.halis-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-top: 40px;
}

.halis-cta-meta {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 34px;
  margin-top: 54px;
}

.halis-cta-meta-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(226, 226, 229, 0.62);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.halis-cta-meta-dot {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: rgba(252, 194, 54, 0.12);
  color: #fcc236;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 800;
}

/* =========================================================
   FAB BUTON
   ========================================================= */

.halis-fab {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 40;
}

.halis-fab-button {
  position: relative;
  width: 64px;
  height: 64px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: linear-gradient(135deg, #fcc236 0%, #e0b12d 100%);
  color: #121416;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.38);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 800;
  text-decoration: none;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.halis-fab-button:hover {
  transform: scale(1.08);
}

.halis-fab-label {
  position: absolute;
  right: calc(100% + 14px);
  top: 50%;
  transform: translateY(-50%);
  padding: 12px 16px;
  background: #fcc236;
  color: #121416;
  border-radius: 6px;
  white-space: nowrap;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0;
  pointer-events: none;
  transition: all 0.25s ease;
}

.halis-fab-button:hover .halis-fab-label {
  opacity: 1;
}

/* =========================================================
   FOOTER
   ========================================================= */

.halis-footer {
  background: #0a0b0d;
  border-top: 1px solid #1f1f1f;
  margin-top: 0;
}

.halis-footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 28px 0;
}

.halis-footer-copy {
  color: #7b7b7b;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.halis-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
}

.halis-footer-links a {
  color: #7b7b7b;
  text-decoration: none;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: color 0.25s ease;
}

.halis-footer-links a:hover {
  color: #ffffff;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1200px) {
  .halis-wrap,
  .halis-container {
    padding: 0 20px;
  }
}

@media (max-width: 992px) {
  .halis-section {
    padding: 64px 0;
  }

  .halis-title {
    font-size: 38px;
  }

  .halis-hero {
    min-height: 620px;
  }

  .halis-hero h1,
  .halis-hero-title {
    font-size: 52px;
  }

  .halis-grid,
  .halis-values-grid,
  .halis-cert-grid,
  .halis-ppe-grid,
  .halis-protocol-grid,
  .halis-story-grid,
  .halis-standards-grid,
  .halis-cert-layout,
  .halis-env-layout,
  .halis-intro-grid,
  .halis-faq-layout {
    grid-template-columns: 1fr;
  }

  .halis-card-large,
  .halis-card-yellow,
  .halis-card-small,
  .halis-card-side,
  .halis-card-wide,
  .halis-card-medium,
  .halis-small-card {
    grid-column: 1 / -1;
  }

  .halis-story-badge,
  .halis-stat-box {
    position: static;
    margin-top: 20px;
    display: inline-block;
  }

  .halis-stat-box {
    left: 0;
  }

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

  .halis-gauge-grid {
    grid-template-columns: 1fr;
  }

  .halis-cta-title {
    font-size: 46px;
  }

  .halis-cta-impact {
    padding: 60px 0;
  }

  .halis-fab {
    right: 18px;
    bottom: 18px;
  }

  .halis-fab-label {
    display: none;
  }

  .halis-faq-visual-image {
    height: 360px;
  }
}

@media (max-width: 768px) {
  .halis-section {
    padding: 48px 0;
  }

  .halis-title {
    font-size: 32px;
  }

  .halis-hero {
    min-height: 520px;
  }

  .halis-hero h1,
  .halis-hero-title {
    font-size: 38px;
  }

  .halis-hero-overlay {
    background: linear-gradient(180deg, rgba(18, 20, 22, 0.92) 0%, rgba(18, 20, 22, 0.68) 100%);
  }

  .halis-hero-content {
    padding: 80px 0;
  }

  .halis-card-large-inner,
  .halis-card-large-content {
    padding: 24px;
  }

  .halis-card-title {
    font-size: 24px;
  }

  .halis-why-grid {
    gap: 32px;
  }

  .halis-features {
    gap: 20px;
    margin-top: 24px;
  }

  .halis-feature {
    padding-left: 16px;
  }

  .halis-cta-title {
    font-size: 32px;
  }

  .halis-cta-row {
    flex-direction: column;
    align-items: center;
  }

  .halis-cta-meta {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-top: 32px;
  }

  .halis-hero-actions,
  .halis-buttons {
    flex-direction: column;
  }

  .halis-btn {
    width: 100%;
    text-align: center;
  }

  .halis-metric-grid {
    grid-template-columns: 1fr;
  }

  .halis-protocol-card {
    padding: 28px 20px;
  }

  .halis-cert-item {
    flex-direction: column;
    text-align: center;
  }

  .halis-cert-item .halis-cert-icon {
    margin: 0 auto;
  }

  .halis-process-panel {
    padding: 24px;
  }

  .halis-process-grid {
    grid-template-columns: 1fr;
  }

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

  .halis-footer-links {
    justify-content: center;
  }

  .halis-faq-question {
    font-size: 18px;
    padding: 20px;
  }

  .halis-faq-answer-inner {
    padding: 0 20px 20px;
  }
}

@media (max-width: 480px) {
  .halis-wrap,
  .halis-container {
    padding: 0 16px;
  }

  .halis-hero h1,
  .halis-hero-title {
    font-size: 32px;
  }

  .halis-title {
    font-size: 28px;
  }

  .halis-card-title {
    font-size: 20px;
  }

  .halis-cta-title {
    font-size: 26px;
  }

  .halis-values-grid,
  .halis-cert-grid,
  .halis-ppe-grid {
    gap: 16px;
  }

  .halis-value-card,
  .halis-cert-card,
  .halis-ppe-card {
    padding: 20px;
  }

  .halis-stat-box {
    padding: 16px 20px;
  }

  .halis-stat-number {
    font-size: 36px;
  }

  .halis-faq-visual-image {
    height: 280px;
  }
}

/* =========================================================
   YIKIM SAYFASI ÖZEL
   ========================================================= */

.halis-yikim-page .halis-card-large {
  min-height: 520px;
}

.halis-yikim-page .halis-card-large-content {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
  padding: 36px;
}

@media (max-width: 768px) {
  .halis-yikim-page .halis-card-large {
    min-height: 420px;
  }

  .halis-yikim-page .halis-card-large-content {
    position: relative;
    padding: 24px;
  }
}

/* =========================================================
   PERFORMANS İYİLEŞTİRMELERİ
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}

/* =========================================================
   YAZDIRMA STILLERİ
   ========================================================= */

@media print {
  .halis-fab,
  .halis-hero-overlay,
  .halis-cta-radial,
  .halis-cta-gridlines,
  .halis-map::after {
    display: none;
  }

  body,
  .halis-page,
  .halis-yikim-page {
    background: white;
    color: black;
  }

  .halis-title,
  .halis-card-title {
    color: black;
  }

  .halis-text {
    color: #333;
  }

  .halis-btn {
    border: 1px solid #ccc;
    background: none !important;
    color: black !important;
  }
}

/* Hilti Özel Sayfa Stilleri - Mevcut temanızla uyumlu */
.halis-hilti-section {
  padding: 80px 0;
  background: #0a0a0a;
}

.halis-hilti-badge {
  text-align: center;
  margin-bottom: 30px;
}

.halis-hilti-badge span {
  display: inline-block;
  background: rgba(212, 175, 55, 0.15);
  color: #d4af37;
  padding: 6px 20px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  border: 1px solid rgba(212, 175, 55, 0.3);
}

.halis-hilti-header {
  text-align: center;
  margin-bottom: 50px;
}

.halis-hilti-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
  margin-bottom: 40px;
}

.halis-hilti-hero-text {
  order: 1;
}

.halis-hilti-hero-image {
  order: 2;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 4/3;
}

.halis-hilti-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.halis-hilti-hero-image:hover img {
  transform: scale(1.03);
}

.halis-hilti-img-overlay {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: rgba(0,0,0,0.7);
  backdrop-filter: blur(8px);
  padding: 8px 18px;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 500;
  color: #d4af37;
  border-left: 3px solid #d4af37;
}

.halis-hilti-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.halis-hilti-list li {
  margin-bottom: 12px;
  font-size: 15px;
  color: #ccc;
}

.halis-hilti-subtitle {
  font-size: 32px;
  text-align: center;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 600;
}

.halis-hilti-areas-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 15px;
  margin-top: 30px;
}

.halis-hilti-area-item {
  background: #111;
  border: 1px solid #222;
  border-radius: 60px;
  padding: 12px 24px;
  text-align: center;
  font-weight: 500;
  color: #ddd;
  transition: all 0.2s ease;
}

.halis-hilti-area-item:hover {
  border-color: #d4af37;
  color: #d4af37;
  transform: translateY(-2px);
}

.halis-hilti-process {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 25px;
  margin-top: 40px;
}

.halis-hilti-process-step {
  background: #111;
  border: 1px solid #222;
  border-radius: 20px;
  padding: 25px 20px;
  text-align: center;
  transition: all 0.2s ease;
}

.halis-hilti-process-step:hover {
  border-color: #d4af37;
  transform: translateY(-5px);
}

.halis-hilti-step-number {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #d4af37 0%, #b8942e 100%);
  color: #0a0a0a;
  font-weight: 800;
  font-size: 22px;
  line-height: 50px;
  text-align: center;
  border-radius: 60px;
  margin-bottom: 20px;
}

.halis-hilti-process-step h4 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 12px;
}

.halis-hilti-faq {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 30px;
}

.halis-hilti-faq-item {
  background: #111;
  border: 1px solid #222;
  border-radius: 16px;
  overflow: hidden;
}

.halis-hilti-faq-question {
  width: 100%;
  text-align: left;
  padding: 18px 24px;
  background: transparent;
  border: none;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.2s ease;
}

.halis-hilti-faq-question:hover {
  color: #d4af37;
}

.halis-hilti-faq-question::after {
  content: "+";
  font-size: 24px;
  font-weight: 400;
  color: #d4af37;
}

.halis-hilti-faq-item.active .halis-hilti-faq-question::after {
  content: "−";
}

.halis-hilti-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  padding: 0 24px;
}

.halis-hilti-faq-item.active .halis-hilti-faq-answer {
  max-height: 200px;
  padding: 0 24px 20px 24px;
}

/* Responsive */
@media (max-width: 768px) {
  .halis-hilti-hero-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .halis-hilti-subtitle {
    font-size: 28px;
  }
  
  .halis-hilti-process {
    grid-template-columns: 1fr;
  }
  
  .halis-hilti-areas-grid {
    grid-template-columns: 1fr;
  }
  
  .halis-hilti-combine {
    padding: 25px !important;
  }
  
  .halis-hilti-combine h3 {
    font-size: 22px !important;
  }
}

/* UYGULAMA ALANLARI - 3'ERLİ DÜZEN */
.halis-hilti-areas-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 30px;
}

.halis-hilti-area-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.halis-hilti-area-item {
  background: #111;
  border: 1px solid #222;
  border-radius: 60px;
  padding: 14px 20px;
  text-align: center;
  font-weight: 500;
  color: #ddd;
  transition: all 0.2s ease;
}

.halis-hilti-area-item:hover {
  border-color: #d4af37;
  color: #d4af37;
  transform: translateY(-2px);
}

/* Mobil görünüm */
@media (max-width: 768px) {
  .halis-hilti-area-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  
  .halis-hilti-area-item {
    border-radius: 40px;
    padding: 12px 16px;
  }
}