/* 
 * Rachel Dental Premium Dark/Gold Theme CSS
 * Based on Bootstrap 5 and customized variables
 */

:root {
  --gold: #c9a84c;
  --gold-light: #e8d08a;
  --gold-dark: #9c7a2e;
  --blue: #2a7bbf;
  --blue-light: #4da3e0;
  --green: #4caf50;
  --green-light: #7dcb80;
  --dark: #0a0a0a;
  --dark2: #232323;
  /*111111*/
  --dark3: #181818;
  --light: #f5f0e8;
  --text-muted: #888;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --font-serif: 'Lora', serif;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--dark);
  color: #eee;
  font-family: 'DM Sans', sans-serif;
  overflow-x: hidden;
}

/* ─── NAVBAR ─── */
.navbar {
  background: rgba(10, 10, 10, 0.97);
  border-bottom: 1px solid rgba(201, 168, 76, 0.2);
  padding: 1rem 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  backdrop-filter: blur(12px);
  transition: var(--transition);
}

.navbar-brand img {
  height: 52px;
}

.navbar-toggler {
  border: 1px solid rgba(201, 168, 76, 0.5);
  border-radius: 2px;
  padding: 0.4rem 0.65rem;
  color: var(--gold);
  background: transparent;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler i {
  font-size: 1.4rem;
  color: var(--gold);
}

/* ─── OFFCANVAS ─── */
.offcanvas {
  background: #0d0d0d !important;
  border-right: 1px solid rgba(201, 168, 76, 0.15) !important;
  max-width: 300px;
}

.offcanvas-header {
  border-bottom: 1px solid rgba(201, 168, 76, 0.12);
  padding: 1.3rem 1.5rem;
}

.offcanvas-header .btn-close {
  filter: invert(1) sepia(1) saturate(3) hue-rotate(5deg);
  opacity: 0.7;
}

.offcanvas-body {
  padding: 1.5rem;
}

.offcanvas-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}

.offcanvas-nav li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.offcanvas-nav a {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 1rem 0.2rem;
  color: #bbb;
  text-decoration: none;
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 500;
  transition: color 0.2s, padding-left 0.2s;
}

.offcanvas-nav a i {
  font-size: 1rem;
  color: var(--gold);
  width: 20px;
  text-align: center;
}

.offcanvas-nav a:hover {
  color: var(--gold);
  padding-left: 0.4rem;
}

.offcanvas-divider {
  height: 1px;
  background: rgba(201, 168, 76, 0.1);
  margin: 1.2rem 0;
}

.offcanvas-brand {
  font-family: var(--font-serif);
  font-size: 1.2rem;
  font-weight: 900;
  background: linear-gradient(135deg, #e8d08a, #c9a84c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.nav-link {
  color: #ccc !important;
  font-size: 0.88rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 500;
  transition: color 0.2s;
  padding: 0.4rem 1rem !important;
}

.nav-link:hover,
.nav-link.active {
  color: var(--gold) !important;
}

.btn-nav {
  background: var(--gold);
  color: #000 !important;
  border-radius: 2px;
  font-weight: 600;
  padding: 0.4rem 1.2rem !important;
  letter-spacing: 0.06em;
  transition: background 0.2s;
}

.btn-nav:hover {
  background: var(--gold-light);
  color:#000 !important;
}

.btn-primary-gold {
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: #000 !important;
  border: none;
  border-radius: 2px;
  padding: 0.85rem 2.2rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  font-size: 0.9rem;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  transition: transform 0.2s, box-shadow 0.2s;
}

.btn-primary-gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(201, 168, 76, 0.35);
  color: #000 !important;
}

.btn-outline-gold {
  background: transparent;
  color: var(--gold) !important;
  border: 1px solid var(--gold);
  border-radius: 2px;
  padding: 0.85rem 2.2rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  font-size: 0.9rem;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  transition: all 0.2s;
}

.btn-outline-gold:hover {
  background: var(--gold);
  color: #000 !important;
}

/* ─── HERO ─── */
.hero {
  min-height: 100vh;
  background: radial-gradient(ellipse at 60% 40%, rgba(42, 123, 191, 0.12) 0%, transparent 60%),
    radial-gradient(ellipse at 30% 70%, rgba(76, 175, 80, 0.08) 0%, transparent 55%),
    linear-gradient(160deg, #0d0d0d 0%, #111 100%);
  display: flex;
  align-items: center;
  padding: 120px 0 60px;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='1' cy='1' r='1' fill='%23c9a84c' fill-opacity='0.06'/%3E%3C/svg%3E") repeat;
  pointer-events: none;
  z-index: 1;
}

.hero .container {
  position: relative;
  z-index: 2;
}

.hero-eyebrow {
  font-size: 0.75rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.2rem;
}

.hero-title {
  font-family: var(--font-serif);
  font-size: clamp(2.4rem, 6vw, 5rem);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0.04em;
  background: linear-gradient(135deg, var(--gold-light) 0%, var(--gold) 50%, var(--gold-dark) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 1.4rem;
}

.hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-circle {
  width: 380px;
  height: 380px;
  border-radius: 50%;
  border: 1px solid rgba(201, 168, 76, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  animation: spin-slow 20s linear infinite;
}

@keyframes spin-slow {
  to {
    transform: rotate(360deg);
  }
}

.hero-circle::before {
  content: '';
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  border: 1px dashed rgba(42, 123, 191, 0.3);
  animation: spin-slow 14s linear infinite reverse;
}

.hero-icon-center {
  width: 180px;
  height: 180px;
  background: linear-gradient(135deg, rgba(201, 168, 76, 0.15), rgba(42, 123, 191, 0.1));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: spin-slow 20s linear infinite reverse;
  border: 1px solid rgba(201, 168, 76, 0.2);
}

.hero-icon-center i {
  font-size: 4.5rem;
  color: var(--gold);
}

/* ─── SECTION HEADER ─── */
.section-label {
  font-size: 0.7rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.7rem;
}

.section-title {
  font-family: var(--font-serif);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 700;
  color: #3c97c5;
  line-height: 1.2;
}

.section-title span {
  background: linear-gradient(135deg, #8fc842, var(--gold));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 1.4rem;
}

.gold-line {
  width: 50px;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), transparent);
  margin: 1.2rem 0 1.5rem;
}

/* ─── PRODUCTS ─── */
#urunler {
  background: var(--dark2);
  padding: 100px 0;
}

.product-card {
  background: var(--dark3);
  border: 1px solid rgba(201, 168, 76, 0.12);
  border-radius: 4px;
  padding: 2rem;
  height: 100%;
  transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s;
  position: relative;
  overflow: hidden;
}

.product-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--blue), var(--green));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s;
}

.product-card:hover::before {
  transform: scaleX(1);
}

.product-card:hover {
  transform: translateY(-6px);
  border-color: rgba(201, 168, 76, 0.3);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.product-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.4rem;
  font-size: 1.7rem;
}

.product-icon.blue {
  background: rgba(42, 123, 191, 0.15);
  color: var(--blue-light);
}

.product-icon.green {
  background: rgba(76, 175, 80, 0.15);
  color: var(--green-light);
}

.product-icon.gold {
  background: rgba(201, 168, 76, 0.15);
  color: var(--gold);
}

.product-title {
  font-family: var(--font-serif);
  font-size: 1.25rem;
  color: #e8dcc8;
  margin-bottom: 0.7rem;
}

.product-desc {
  font-size: 0.88rem;
  color: #888;
  line-height: 1.7;
}

.product-tag {
  display: inline-block;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: rgba(201, 168, 76, 0.1);
  color: var(--gold);
  border: 1px solid rgba(201, 168, 76, 0.2);
  border-radius: 2px;
  padding: 0.2rem 0.6rem;
  margin-top: 1.2rem;
}

/* ─── WHY US ─── */
#neden {
  background: var(--dark);
  padding: 100px 0;
}

.why-card {
  display: flex;
  gap: 1.3rem;
  align-items: flex-start;
  padding: 1.5rem;
  border-left: 2px solid rgba(201, 168, 76, 0.25);
  transition: border-color 0.2s;
}

.why-card:hover {
  border-left-color: var(--gold);
}

.why-num {
  font-family: var(--font-serif);
  font-size: 2.5rem;
  font-weight: 900;
  color: rgba(201, 168, 76, 0.2);
  line-height: 1;
  flex-shrink: 0;
  width: 48px;
}

.why-text h5 {
  font-family: var(--font-serif);
  font-size: 1.1rem;
  color: #e8dcc8;
  margin-bottom: 0.4rem;
}

.why-text p {
  font-size: 0.85rem;
  color: #777;
  line-height: 1.65;
}

/* ─── SERTIFIKA / BADGES ─── */
#sertifika {
  background: var(--dark2);
  padding: 80px 0;
}

.badge-box {
  border: 1px solid rgba(201, 168, 76, 0.15);
  border-radius: 4px;
  padding: 1.5rem;
  text-align: center;
  background: var(--dark3);
  transition: border-color 0.2s, transform 0.2s;
}

.badge-box:hover {
  border-color: rgba(201, 168, 76, 0.4);
  transform: translateY(-3px);
}

.badge-box i {
  font-size: 2.2rem;
  color: var(--gold);
  margin-bottom: 0.8rem;
  display: block;
}

.badge-box h6 {
  font-size: 0.85rem;
  color: #ccc;
  margin: 0;
  letter-spacing: 0.05em;
}

/* ─── CONTACT ─── */
#iletisim {
  background: var(--dark);
  padding: 100px 0;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(201, 168, 76, 0.2);
  border-radius: 2px;
  color: #eee;
  padding: 0.85rem 1rem;
  width: 100%;
  font-size: 0.9rem;
  font-family: 'DM Sans', sans-serif;
  /* margin-bottom: 1rem; */
  transition: border-color 0.2s;
  outline: none;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  border-color: var(--gold);
  background: rgba(201, 168, 76, 0.06);
}

.contact-form textarea {
  resize: none;
  min-height: 130px;
}

.contact-form select option {
  background: #111;
}

.contact-info-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  margin-bottom: 1.6rem;
}

.contact-info-item .ci-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(201, 168, 76, 0.1);
  border: 1px solid rgba(201, 168, 76, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  font-size: 1rem;
  flex-shrink: 0;
}

.contact-info-item h6 {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.2rem;
}

.contact-info-item p {
  font-size: 0.88rem;
  color: #aaa;
  margin: 0;
}

/* ─── FOOTER ─── */
footer {
  background: #060606;
  border-top: 1px solid rgba(201, 168, 76, 0.1);
  padding: 50px 0 28px;
}

.footer-brand {
  font-family: var(--font-serif);
  font-size: 1.5rem;
  color: var(--gold);
  font-weight: 700;
  margin-bottom: 0.6rem;
}

.footer-desc {
  font-size: 0.82rem;
  color: #555;
  max-width: 260px;
  line-height: 1.65;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 0.5rem;
}

.footer-links a {
  color: #666;
  font-size: 0.83rem;
  text-decoration: none;
  transition: color 0.2s;
}

.footer-links a:hover {
  color: var(--gold);
}

.footer-head {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 1.2rem;
  margin-top: 2rem;
}

.footer-bottom p {
  font-size: 0.75rem;
  color: #6e6e6e;
  margin: 0;
}

/* ─── SCROLL REVEAL ─── */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

/* ─── MOBILE ─── */
@media (max-width: 767px) {
  .navbar {
    padding: 0.8rem 0;
  }
  .navbar-brand img {
  height: 38px;
}
  .hero-circle {
    width: 220px;
    height: 220px;
  }

  .hero-circle::before {
    width: 170px;
    height: 170px;
  }

  .hero-icon-center {
    width: 100px;
    height: 100px;
  }

  .hero-icon-center i {
    font-size: 2.8rem;
  }

  .hero {
    padding: 100px 0 50px;
  }
}

/* ─── PAGE HERO ─── */
.page-hero {
  padding: 130px 0 70px;
  background: linear-gradient(160deg, #0d0d0d 0%, #111 100%);
  position: relative;
  overflow: hidden;
}

.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='1' cy='1' r='1' fill='%23c9a84c' fill-opacity='0.05'/%3E%3C/svg%3E") repeat;
}

.page-hero-label {
  font-size: 0.72rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.8rem;
}

.page-hero-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 900;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.1;
}

.page-hero-sub {
  font-size: 0.92rem;
  color: #777;
  margin-top: 1rem;
  max-width: 500px;
  line-height: 1.75;
}

.breadcrumb {
  background: none;
  padding: 0;
  margin-bottom: 1rem;
}

.breadcrumb-item a {
  color: var(--gold);
  text-decoration: none;
  font-size: 0.8rem;
}

.breadcrumb-item {
  font-size: 0.8rem;
  color: #555;
}

.breadcrumb-item.active {
  color: #888;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #444;
}

/* ─── FILTER BAR ─── */
.filter-bar {
  background: var(--dark2);
  border-top: 1px solid rgba(201, 168, 76, 0.08);
  border-bottom: 1px solid rgba(201, 168, 76, 0.08);
  padding: 1rem 0;
  position: sticky;
  top: 90px;
  z-index: 100;
  backdrop-filter: blur(8px);
}

.filter-btn {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #888;
  border-radius: 2px;
  padding: 0.4rem 1.1rem;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.2s;
  font-family: 'DM Sans', sans-serif;
  white-space: nowrap;
}

.filter-btn:hover,
.filter-btn.active {
  background: var(--gold);
  border-color: var(--gold);
  color: #000;
  font-weight: 600;
}

.filter-scroll {
  display: flex;
  gap: 0.6rem;
  overflow-x: auto;
  padding-bottom: 2px;
}

.filter-scroll::-webkit-scrollbar {
  display: none;
}

.search-box {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(201, 168, 76, 0.18);
  border-radius: 2px;
  color: #eee;
  padding: 0.42rem 1rem 0.42rem 2.4rem;
  font-size: 0.83rem;
  font-family: 'DM Sans', sans-serif;
  outline: none;
  width: 100%;
  max-width: 220px;
  transition: border-color 0.2s;
}

.search-box:focus {
  border-color: var(--gold);
}

.search-wrap {
  position: relative;
}

.search-wrap i {
  position: absolute;
  left: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  color: #555;
  font-size: 0.85rem;
}

/* ─── PRODUCT GRID ─── */
.products-section {
  padding: 60px 0 100px;
  background: var(--dark2);
}

.pcard {
  background: var(--dark3);
  border: 1px solid rgba(201, 168, 76, 0.1);
  border-radius: 4px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

.pcard:hover {
  transform: translateY(-6px);
  border-color: rgba(201, 168, 76, 0.35);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.55);
  color: inherit;
}

/* Image area */
.pcard-img {
  position: relative;
  background: #141414;
  aspect-ratio: 4/3;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pcard-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}

.pcard:hover .pcard-img img {
  transform: scale(1.05);
}

/* Placeholder when no image */
.pcard-img-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  background: linear-gradient(135deg, #141414, #1a1a1a);
}

.pcard-img-placeholder i {
  font-size: 3rem;
  opacity: 0.25;
}

.pcard-img-placeholder span {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #444;
}

/* Badges overlay */
.pcard-badges {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.pcard-badge {
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.22rem 0.6rem;
  border-radius: 2px;
  font-weight: 600;
  display: inline-block;
}

.pcard-badge.cert {
  background: rgba(42, 123, 191, 0.85);
  color: #fff;
}

.pcard-badge.new {
  background: rgba(76, 175, 80, 0.85);
  color: #fff;
}

.pcard-badge.hot {
  background: rgba(201, 168, 76, 0.9);
  color: #000;
}

/* Quick view btn */
.pcard-quick {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(201, 168, 76, 0.9);
  color: #000;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: center;
  padding: 0.55rem;
  transform: translateY(100%);
  transition: transform 0.25s;
}

.pcard:hover .pcard-quick {
  transform: translateY(0);
}

/* Body */
.pcard-body {
  padding: 1.4rem 1.4rem 0.8rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.pcard-cat {
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.5rem;
}

.pcard-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  color: #e8dcc8;
  line-height: 1.3;
  margin-bottom: 0.6rem;
}

.pcard-desc {
  font-size: 0.82rem;
  color: #777;
  line-height: 1.65;
  flex: 1;
}

/* Footer */
.pcard-footer {
  padding: 0.9rem 1.4rem 1.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 1rem;
}

.pcard-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.pcard-tag {
  font-size: 0.65rem;
  letter-spacing: 0.08em;
  border: 1px solid rgba(201, 168, 76, 0.2);
  color: #888;
  border-radius: 2px;
  padding: 0.15rem 0.5rem;
}

.pcard-arrow {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid rgba(201, 168, 76, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  font-size: 0.85rem;
  transition: background 0.2s, border-color 0.2s;
  flex-shrink: 0;
}

.pcard:hover .pcard-arrow {
  background: var(--gold);
  border-color: var(--gold);
  color: #000;
}

/* ─── RESULT COUNT ─── */
.result-meta {
  font-size: 0.8rem;
  color: #555;
  margin-bottom: 2rem;
}

.result-meta span {
  color: var(--gold);
  font-weight: 600;
}

/* ─── CTA BANNER ─── */
.cta-banner {
  background: linear-gradient(135deg, rgba(201, 168, 76, 0.08) 0%, rgba(42, 123, 191, 0.06) 100%);
  border: 1px solid rgba(201, 168, 76, 0.15);
  border-radius: 4px;
  padding: 3rem 2rem;
  text-align: center;
  margin-top: 4rem;
}

.cta-banner h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem;
  color: #e8dcc8;
  margin-bottom: 0.8rem;
}

.cta-banner p {
  font-size: 0.88rem;
  color: #777;
  margin-bottom: 1.5rem;
}

/* ─── BREADCRUMB ─── */
.top-bar {
  padding: 100px 0 0;
  background: var(--dark2);
}

/* ─── PRODUCT DETAIL ─── */
.product-detail {
  padding: 50px 0 90px;
  background: var(--dark2);
}

/* Left: image gallery */
.gallery-main {
  background: #141414;
  border: 1px solid rgba(201, 168, 76, 0.1);
  border-radius: 4px;
  aspect-ratio: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 0.8rem;
}

.gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s;
}

.gallery-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 100%;
  height: 100%;
}

.gallery-placeholder i {
  font-size: 5rem;
  color: rgba(201, 168, 76, 0.2);
}

.gallery-placeholder p {
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #333;
}

.gallery-placeholder small {
  font-size: 0.7rem;
  color: #2a2a2a;
  max-width: 200px;
  text-align: center;
  line-height: 1.5;
}

/* Thumbnails */
.gallery-thumbs {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.thumb {
  width: 72px;
  height: 72px;
  background: #141414;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 3px;
  overflow: hidden;
  cursor: pointer;
  transition: border-color 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.thumb.active {
  border-color: var(--gold);
}

.thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thumb-placeholder {
  font-size: 1.4rem;
  color: #333;
}

.thumb:hover {
  border-color: rgba(201, 168, 76, 0.5);
}

/* Badge strip */
.badge-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 1.2rem;
}

.dbadge {
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.28rem 0.75rem;
  border-radius: 2px;
  font-weight: 600;
}

.dbadge.cert {
  background: rgba(42, 123, 191, 0.2);
  color: var(--blue-light);
  border: 1px solid rgba(42, 123, 191, 0.3);
}

.dbadge.new {
  background: rgba(76, 175, 80, 0.2);
  color: var(--green-light);
  border: 1px solid rgba(76, 175, 80, 0.3);
}

.dbadge.hot {
  background: rgba(201, 168, 76, 0.15);
  color: var(--gold);
  border: 1px solid rgba(201, 168, 76, 0.3);
}

/* Product info */
.prod-cat {
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.6rem;
}

.prod-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  font-weight: 900;
  color: #f0e8d0;
  line-height: 1.15;
  margin-bottom: 0.8rem;
}

.prod-desc {
  font-size: 0.9rem;
  color: #888;
  line-height: 1.8;
  margin-bottom: 1.8rem;
}

/* Specs table */
.specs-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.8rem;
}

.specs-table tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.specs-table tr:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.specs-table td {
  padding: 0.65rem 0;
  font-size: 0.85rem;
}

.specs-table td:first-child {
  color: #ffffff;
  width: 45%;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.specs-table td:last-child {
  color: #ccc;
  font-weight: 500;
}

/* Feature list */
.feature-list {
  list-style: none;
  padding: 0;
  margin-bottom: 2rem;
}

.feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  font-size: 0.87rem;
  color: #999;
  padding: 0.4rem 0;
}

.feature-list li i {
  color: var(--gold);
  margin-top: 2px;
  flex-shrink: 0;
}

/* Quantity */
.qty-box {
  display: flex;
  align-items: center;
  gap: 0;
  border: 1px solid rgba(201, 168, 76, 0.2);
  border-radius: 2px;
  overflow: hidden;
  width: fit-content;
  margin-bottom: 1.5rem;
}

.qty-btn {
  background: rgba(201, 168, 76, 0.08);
  border: none;
  color: var(--gold);
  font-size: 1.1rem;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: background 0.2s;
  font-family: 'DM Sans', sans-serif;
}

.qty-btn:hover {
  background: rgba(201, 168, 76, 0.18);
}

.qty-input {
  background: transparent;
  border: none;
  color: #eee;
  width: 70px;
  text-align: center;
  font-size: 0.95rem;
  font-family: 'DM Sans', sans-serif;
  outline: none;
  height: 40px;
  border-left: 1px solid rgba(201, 168, 76, 0.15);
  border-right: 1px solid rgba(201, 168, 76, 0.15);
}

.qty-label {
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #555;
  margin-bottom: 0.5rem;
}

/* Info strip */
.info-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 1.2rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 0.5rem;
}

.info-strip-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.78rem;
  color: #666;
}

.info-strip-item i {
  color: var(--gold);
}

/* ─── TABS ─── */
.tabs-section {
  padding: 60px 0 80px;
  background: var(--dark2);
}

.custom-tabs {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 2.5rem;
  display: flex;
  gap: 0;
  overflow-x: auto;
}

.custom-tabs::-webkit-scrollbar {
  display: none;
}

.tab-btn {
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  color: #666;
  padding: 0.9rem 1.5rem;
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.2s;
  white-space: nowrap;
  font-family: 'DM Sans', sans-serif;
  margin-bottom: -1px;
}

.tab-btn:hover {
  color: #aaa;
}

.tab-btn.active {
  color: var(--gold);
  border-bottom-color: var(--gold);
}

.tab-content-panel {
  display: none;
}

.tab-content-panel.active {
  display: block;
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.tab-text {
  font-size: 0.88rem;
  color: #888;
  line-height: 1.85;
}

.tab-text h5 {
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  color: #e8dcc8;
  margin: 1.5rem 0 0.5rem;
}

.tab-text ul {
  padding-left: 1.2rem;
}

.tab-text ul li {
  margin-bottom: 0.4rem;
}

.cert-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 1rem;
}

.cert-card {
  background: var(--dark3);
  border: 1px solid rgba(201, 168, 76, 0.12);
  border-radius: 3px;
  padding: 1.2rem;
  text-align: center;
}

.cert-card i {
  font-size: 1.8rem;
  color: var(--gold);
  margin-bottom: 0.5rem;
  display: block;
}

.cert-card span {
  font-size: 0.75rem;
  color: #888;
  letter-spacing: 0.05em;
}

/* ─── RELATED ─── */
.related-section {
  padding: 0 0 80px;
  background: var(--dark);
}

.related-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  color: #e8dcc8;
  margin-bottom: 2rem;
}

.rcard {
  background: var(--dark3);
  border: 1px solid rgba(201, 168, 76, 0.1);
  border-radius: 4px;
  overflow: hidden;
  transition: transform 0.3s, border-color 0.3s;
  text-decoration: none;
  color: inherit;
  display: block;
}

.rcard:hover {
  transform: translateY(-4px);
  border-color: rgba(201, 168, 76, 0.3);
  color: inherit;
}

.rcard-img {
  aspect-ratio: 4/3;
  background: #141414;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rcard-img i {
  font-size: 2.5rem;
  color: rgba(201, 168, 76, 0.2);
}

.rcard-body {
  padding: 1rem 1.2rem 1.2rem;
}

.rcard-cat {
  font-size: 0.65rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.35rem;
}

.rcard-title {
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  color: #e8dcc8;
}

/* ─── CMS GENERAL PAGES ─── */
.cms-page-section {
  padding: 50px 0 90px;
  background: var(--dark2);
}

.cms-page-card {
  background: var(--dark3);
  border: 1px solid rgba(201, 168, 76, 0.12);
  border-radius: 4px;
  padding: 2.5rem;
  color: #ccc;
  line-height: 1.8;
}

.cms-page-card h1,
.cms-page-card h2,
.cms-page-card h3,
.cms-page-card h4 {
  font-family: var(--font-serif);
  color: #f0e8d0;
  margin-top: 1.8rem;
  margin-bottom: 1rem;
}

.cms-page-card a {
  color: var(--gold);
  text-decoration: none;
  transition: color 0.2s;
}

.cms-page-card a:hover {
  color: var(--gold-light);
}

/* ─── 404 PAGE ─── */
.error-section {
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(160deg, #0d0d0d 0%, #111 100%);
  text-align: center;
}

.error-title {
  font-family: var(--font-serif);
  font-size: 8rem;
  font-weight: 900;
  background: linear-gradient(135deg, #ff4d4d, var(--gold));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-bottom: 1rem;
}

.error-subtitle {
  font-family: var(--font-serif);
  font-size: 2rem;
  color: #e8dcc8;
  margin-bottom: 1.5rem;
}

.error-desc {
  color: #888;
  max-width: 460px;
  margin: 0 auto 2.5rem;
  font-size: 0.95rem;
  line-height: 1.7;
}

/* ─── LOADER ─── */
.loader_rolling {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: block;
  margin: 15px auto;
  position: relative;
  color: #FFF;
  left: -100px;
  box-sizing: border-box;
  animation: shadowRolling 2s linear infinite;
}

@keyframes shadowRolling {
  0% {
    box-shadow: 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
  }

  12% {
    box-shadow: 100px 0 white, 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
  }

  25% {
    box-shadow: 110px 0 white, 100px 0 white, 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
  }

  36% {
    box-shadow: 120px 0 white, 110px 0 white, 100px 0 white, 0px 0 rgba(255, 255, 255, 0);
  }

  50% {
    box-shadow: 130px 0 white, 120px 0 white, 110px 0 white, 100px 0 white;
  }

  62% {
    box-shadow: 200px 0 rgba(255, 255, 255, 0), 130px 0 white, 120px 0 white, 110px 0 white;
  }

  75% {
    box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 130px 0 white, 120px 0 white;
  }

  87% {
    box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 130px 0 white;
  }

  100% {
    box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0);
  }
}

.form_loader {
  z-index: 10000;
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  background: #020306a6;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  display: none;
  font-size: 1rem;
}

.loadet_text {
  color: #fff;
}

/* ─── Teklif formu ─── */
.quote-form-wrap {
  background: rgb(0 0 0 / 18%);
  border: 1px solid rgba(201, 168, 76, 0.12);
  border-radius: 4px;
  padding: 2.5rem;
}

.quote-section-label {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.85rem;
  font-weight: 600;
}

.quote-product-row {
  display: grid;
  grid-template-columns: 1fr 110px 42px;
  gap: 10px;
  margin-bottom: 10px;
  align-items: center;
}

.quote-product-row select,
.quote-product-row .quote-qty-input {
  width: 100%;
}

.quote-row-remove {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(201, 168, 76, 0.25);
  background: rgba(255, 255, 255, 0.03);
  color: #aaa;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.2s;
}

.quote-row-remove:hover:not(:disabled) {
  color: var(--gold);
  border-color: var(--gold);
}

.quote-row-remove:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.quote-add-row-btn {
  margin-top: 4px;
  margin-bottom: 0.5rem;
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 1rem;
  font-size: 0.82rem;
}

.quote-steps-list {
  list-style: none;
  padding: 0;
  margin: 1.25rem 0 0;
}

.quote-steps-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.88rem;
  color: #888;
  margin-bottom: 0.65rem;
}

.quote-steps-list i {
  color: var(--gold);
  font-size: 1.1rem;
}

@media (max-width: 767px) {
  .quote-product-row {
    grid-template-columns: 1fr;
  }

  .quote-row-remove {
    width: 100%;
  }
}