/* References rich theme - v1.0.147 */

.references-rich-v76,
.references-rich-v76 * {
  box-sizing: border-box;
}

.references-rich-v76 {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  background: #f8fafc;
  color: #0f172a;
}

.references-rich-v76 a {
  text-decoration: none;
}

.references-rich-container {
  width: min(100% - 40px, 1180px) !important;
  max-width: 1180px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.references-rich-hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  min-height: 560px;
  display: flex;
  align-items: center;
  background: #07111f;
  color: #fff;
}

.references-rich-hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 76% 16%, rgba(245,158,11,.34), transparent 30%),
    radial-gradient(circle at 8% 88%, rgba(59,130,246,.15), transparent 28%),
    linear-gradient(90deg, rgba(2,6,23,.98) 0%, rgba(15,23,42,.94) 55%, rgba(15,23,42,.62) 100%),
    url('/assets/images/theme/references-hero.svg') center/cover no-repeat;
}

.references-rich-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 130px;
  background: linear-gradient(0deg, rgba(248,250,252,1), rgba(248,250,252,0));
  opacity: .12;
  z-index: -1;
}

.references-rich-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 34px;
  align-items: center;
  padding-top: 112px;
  padding-bottom: 78px;
}

.references-rich-hero-content {
  min-width: 0;
  max-width: 850px;
}

.references-rich-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  color: rgba(255,255,255,.64);
  font-size: 13px;
}

.references-rich-breadcrumb a {
  color: rgba(255,255,255,.78);
}

.references-rich-breadcrumb strong {
  color: #fbbf24;
}

.references-rich-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  color: #fbbf24;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.references-rich-kicker::before {
  content: "";
  width: 34px;
  height: 2px;
  border-radius: 999px;
  background: #f59e0b;
}

.references-rich-kicker-dark {
  color: #d97706;
  margin-bottom: 12px;
}

.references-rich-hero h1 {
  max-width: 850px;
  margin: 0 0 20px;
  color: #fff;
  font-size: clamp(42px, 5.4vw, 72px);
  line-height: 1.04;
  font-weight: 820;
  letter-spacing: -1.6px;
}

.references-rich-hero p {
  max-width: 720px;
  margin: 0;
  color: rgba(255,255,255,.84);
  font-size: 18px;
  line-height: 1.78;
}

.references-rich-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.references-rich-btn {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 13px 24px;
  border: 1px solid transparent;
  font-size: 14px;
  line-height: 1;
  font-weight: 900;
  transition: .22s ease;
}

.references-rich-btn:hover {
  transform: translateY(-2px);
}

.references-rich-btn-primary {
  background: linear-gradient(180deg, #ffc61a, #f5a700);
  color: #111827;
  box-shadow: 0 18px 36px rgba(245,158,11,.28);
}

.references-rich-btn-ghost {
  color: #fff;
  border-color: rgba(255,255,255,.28);
  background: rgba(15,23,42,.34);
  backdrop-filter: blur(12px);
}

.references-rich-hero-card {
  min-width: 0;
  padding: 28px;
  border-radius: 30px;
  background: rgba(15,23,42,.72);
  border: 1px solid rgba(255,255,255,.16);
  backdrop-filter: blur(18px);
  box-shadow: 0 26px 70px rgba(0,0,0,.28);
}

.references-rich-hero-icon {
  width: 66px;
  height: 66px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(180deg, #ffc61a, #f5a700);
  color: #111827;
  font-size: 30px;
  font-weight: 900;
}

.references-rich-hero-card h2 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 27px;
  line-height: 1.16;
}

.references-rich-hero-card p {
  color: rgba(255,255,255,.78);
  font-size: 15px;
  line-height: 1.7;
}

.references-rich-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 20px;
}

.references-rich-stats span {
  display: grid;
  gap: 4px;
  padding: 13px 14px;
  border-radius: 16px;
  background: rgba(255,255,255,.075);
  border: 1px solid rgba(255,255,255,.10);
  color: rgba(255,255,255,.84);
  font-size: 13px;
  line-height: 1.35;
}

.references-rich-stats strong {
  color: #fbbf24;
  font-size: 28px;
  line-height: 1;
}

.references-rich-summary {
  position: relative;
  z-index: 2;
  margin-top: -54px;
}

.references-rich-summary-card {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  padding: 34px;
  border-radius: 30px;
  background: #fff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 24px 70px rgba(15,23,42,.12);
}

.references-rich-summary-card h2 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 1.12;
  letter-spacing: -.04em;
}

.references-rich-summary-card p {
  margin: 0;
  color: #475569;
  font-size: 17px;
  line-height: 1.8;
}

.references-rich-list-section {
  padding: 54px 0 80px;
  background: linear-gradient(180deg, #f8fafc, #fff 48%, #f8fafc);
}

.references-rich-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.references-rich-card {
  min-width: 0;
  display: grid;
  grid-template-rows: auto 1fr auto;
  overflow: hidden;
  border-radius: 26px;
  background: #fff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 18px 50px rgba(15,23,42,.08);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.references-rich-card:hover {
  transform: translateY(-6px);
  border-color: rgba(245,158,11,.34);
  box-shadow: 0 26px 68px rgba(15,23,42,.13);
}

.references-rich-logo-box {
  height: 132px;
  display: grid;
  place-items: center;
  padding: 22px;
  background:
    radial-gradient(circle at 82% 0%, rgba(245,158,11,.16), transparent 40%),
    linear-gradient(135deg, #0f172a, #1e293b);
}

.references-rich-logo-box img {
  max-width: 100%;
  max-height: 78px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 5px 12px rgba(0,0,0,.28));
}

.references-rich-logo-box span {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(180deg, #ffc61a, #f5a700);
  color: #111827;
  font-size: 34px;
  font-weight: 900;
}

.references-rich-card-body {
  min-width: 0;
  padding: 22px;
}

.references-rich-card-kicker {
  display: inline-flex;
  margin-bottom: 10px;
  color: #d97706;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.references-rich-card h3 {
  margin: 0 0 10px;
  color: #0f172a;
  font-size: 20px;
  line-height: 1.22;
  font-weight: 820;
  overflow-wrap: break-word;
}

.references-rich-card p {
  margin: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.65;
}

.references-rich-card-link {
  margin: 0 22px 22px;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #0f172a;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  transition: .2s ease;
}

.references-rich-card-link:hover {
  background: linear-gradient(180deg, #ffc61a, #f5a700);
  color: #111827;
}

.references-rich-empty {
  max-width: 720px;
  margin: 0 auto;
  padding: 42px 24px;
  text-align: center;
  border-radius: 30px;
  background: #fff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 22px 65px rgba(15,23,42,.09);
}

.references-rich-empty div {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: linear-gradient(180deg, #ffc61a, #f5a700);
  color: #111827;
  font-size: 32px;
}

.references-rich-empty h2 {
  margin: 0 0 10px;
  color: #0f172a;
  font-size: 28px;
}

.references-rich-empty p {
  max-width: 520px;
  margin: 0 auto 20px;
  color: #64748b;
  line-height: 1.7;
}

.references-rich-empty a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 12px 20px;
  background: linear-gradient(180deg, #ffc61a, #f5a700);
  color: #111827;
  font-weight: 900;
}

.references-rich-cta-section {
  padding: 0 0 86px;
  background: #f8fafc;
}

.references-rich-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 34px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 82% 0%, rgba(245,158,11,.30), transparent 36%),
    linear-gradient(135deg, #0f172a, #1f2937);
  color: #fff;
  box-shadow: 0 22px 65px rgba(15,23,42,.14);
}

.references-rich-cta span {
  display: block;
  margin-bottom: 8px;
  color: #fbbf24;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.references-rich-cta h2 {
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.15;
}

.references-rich-cta p {
  max-width: 680px;
  margin: 0;
  color: rgba(255,255,255,.78);
  line-height: 1.7;
}

.references-rich-cta a {
  min-width: 140px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 13px 22px;
  background: linear-gradient(180deg, #ffc61a, #f5a700);
  color: #111827;
  font-weight: 900;
  white-space: nowrap;
}

@media (max-width: 1120px) {
  .references-rich-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1023px) {
  .references-rich-hero-grid,
  .references-rich-summary-card {
    grid-template-columns: 1fr;
  }

  .references-rich-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .references-rich-container {
    width: calc(100% - 22px) !important;
    max-width: calc(100% - 22px) !important;
  }

  .references-rich-hero {
    min-height: auto;
    display: block;
  }

  .references-rich-hero-grid {
    padding-top: 88px;
    padding-bottom: 34px;
    gap: 18px;
  }

  .references-rich-breadcrumb {
    gap: 6px;
    margin-bottom: 12px;
    font-size: 11px;
  }

  .references-rich-kicker {
    font-size: 10px;
    letter-spacing: 1px;
    gap: 8px;
    margin-bottom: 10px;
  }

  .references-rich-kicker::before {
    width: 20px;
  }

  .references-rich-hero h1 {
    font-size: 30px !important;
    line-height: 1.12;
    margin-bottom: 12px;
  }

  .references-rich-hero p {
    font-size: 14px;
    line-height: 1.6;
  }

  .references-rich-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 18px;
  }

  .references-rich-btn {
    width: 100%;
    min-height: 46px;
  }

  .references-rich-hero-card,
  .references-rich-summary-card {
    padding: 18px;
    border-radius: 20px;
  }

  .references-rich-summary {
    margin-top: 0;
    padding-top: 18px;
  }

  .references-rich-summary-card h2 {
    font-size: 24px;
  }

  .references-rich-summary-card p {
    font-size: 14px;
    line-height: 1.6;
  }

  .references-rich-list-section {
    padding: 24px 0 48px;
  }

  .references-rich-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .references-rich-logo-box {
    height: 112px;
    padding: 18px;
  }

  .references-rich-logo-box img {
    max-height: 66px;
  }

  .references-rich-card-body {
    padding: 18px;
  }

  .references-rich-card h3 {
    font-size: 19px;
  }

  .references-rich-cta-section {
    padding-bottom: 48px;
  }

  .references-rich-cta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 18px;
    border-radius: 18px;
  }

  .references-rich-cta h2 {
    font-size: 23px;
  }

  .references-rich-cta a {
    width: 100%;
  }
}

@media (max-width: 390px) {
  .references-rich-container {
    width: calc(100% - 18px) !important;
    max-width: calc(100% - 18px) !important;
  }

  .references-rich-hero-grid {
    padding-top: 78px;
  }
}


/* v1.0.77 - Referans logoları biraz daha büyük */
.references-rich-logo-box {
  height: 158px !important;
  padding: 18px !important;
}

.references-rich-logo-box img {
  max-width: 96% !important;
  max-height: 112px !important;
}

.references-rich-logo-box span {
  width: 86px !important;
  height: 86px !important;
  font-size: 40px !important;
}

@media (max-width: 767px) {
  .references-rich-logo-box {
    height: 138px !important;
    padding: 16px !important;
  }

  .references-rich-logo-box img {
    max-width: 94% !important;
    max-height: 96px !important;
  }

  .references-rich-logo-box span {
    width: 76px !important;
    height: 76px !important;
    font-size: 36px !important;
  }
}


/* v1.0.145 - Referans görselleri çerçeveyi doldursun */
.references-rich-logo-box {
  height: 188px !important;
  padding: 0 !important;
  overflow: hidden !important;
  border-radius: 26px 26px 0 0 !important;
  background:
    radial-gradient(circle at 82% 0%, rgba(245,158,11,.18), transparent 40%),
    linear-gradient(135deg, #0f172a, #1e293b) !important;
}

.references-rich-logo-box img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
  filter: none !important;
  transform: scale(1.01);
}

.references-rich-card:hover .references-rich-logo-box img {
  transform: scale(1.055);
  transition: transform .28s ease;
}

/* Eski/farklı referans kart sınıfları varsa aynı büyük görsel düzenini uygula */
.reference-card img,
.references-card img,
.reference-logo img,
.reference-image img,
.references-logo img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
}

.reference-card .reference-logo,
.reference-card .reference-image,
.references-card .reference-logo,
.references-card .reference-image,
.reference-logo,
.reference-image,
.references-logo {
  min-height: 180px !important;
  overflow: hidden !important;
  padding: 0 !important;
}

@media (max-width: 1120px) {
  .references-rich-logo-box {
    height: 176px !important;
  }
}

@media (max-width: 767px) {
  .references-rich-logo-box {
    height: 168px !important;
  }

  .reference-card .reference-logo,
  .reference-card .reference-image,
  .references-card .reference-logo,
  .references-card .reference-image,
  .reference-logo,
  .reference-image,
  .references-logo {
    min-height: 160px !important;
  }
}


/* v1.0.147 - Referans görselleri kırpılmadan çerçeveye sığsın */
.references-rich-logo-box {
  height: 188px !important;
  padding: 18px !important;
  overflow: hidden !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 26px 26px 0 0 !important;
  background:
    radial-gradient(circle at 82% 0%, rgba(245,158,11,.16), transparent 40%),
    linear-gradient(135deg, #0f172a, #1e293b) !important;
}

.references-rich-logo-box img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
  display: block !important;
  filter: drop-shadow(0 5px 12px rgba(0,0,0,.20)) !important;
  transform: none !important;
  transition: transform .25s ease !important;
}

.references-rich-card:hover .references-rich-logo-box img {
  transform: scale(1.025) !important;
}

/* Eski/farklı referans kart sınıfları için de kırpılmadan sığdır */
.reference-card .reference-logo,
.reference-card .reference-image,
.references-card .reference-logo,
.references-card .reference-image,
.reference-logo,
.reference-image,
.references-logo {
  min-height: 180px !important;
  height: 180px !important;
  overflow: hidden !important;
  padding: 18px !important;
  display: grid !important;
  place-items: center !important;
}

.reference-card img,
.references-card img,
.reference-logo img,
.reference-image img,
.references-logo img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
  display: block !important;
}

@media (max-width: 1120px) {
  .references-rich-logo-box {
    height: 176px !important;
  }
}

@media (max-width: 767px) {
  .references-rich-logo-box {
    height: 168px !important;
    padding: 16px !important;
  }

  .reference-card .reference-logo,
  .reference-card .reference-image,
  .references-card .reference-logo,
  .references-card .reference-image,
  .reference-logo,
  .reference-image,
  .references-logo {
    min-height: 160px !important;
    height: 160px !important;
    padding: 16px !important;
  }
}
