:root {
  --hby-dark: #174c55;
  --hby-dark-2: #123f48;
  --hby-blue: #54b8cc;
  --hby-bg: #f4f8fa;
  --hby-text: #173f48;
  --hby-muted: #617a83;
}



/* WPBakery varsayılan boşluk temizliği */
.hby-about-hero,
.hby-about-card-row,
.hby-about-why {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.hby-about-hero .wpb_content_element,
.hby-about-card-row .wpb_content_element,
.hby-about-why .wpb_content_element {
  margin-bottom: 0 !important;
}

/* HERO ALANI */
.hby-about-hero {
  position: relative !important;
  overflow: hidden !important;
  background: linear-gradient(180deg, var(--hby-dark) 0%, var(--hby-dark-2) 100%) !important;
  padding: 68px 20px 124px !important;
  min-height: 420px !important;
  display: flex;
  align-items: flex-start;
}

/* Hero altındaki eğimli açık renk geçiş */
.hby-about-hero::after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  left: -4% !important;
  right: -4% !important;
  bottom: -92px !important;
  height: 118px !important;
  background: var(--hby-bg) !important;
  transform: rotate(-1.7deg) !important;
  transform-origin: left top !important;
  z-index: 1 !important;
}

/* Hero içeriği eğimin altında kalmasın */
.hby-about-hero .vc_column_container,
.hby-about-hero .vc_column-inner,
.hby-about-hero .wpb_wrapper,
.hby-hero-content {
  position: relative !important;
  z-index: 2 !important;
}

.hby-about-hero .vc_row,
.hby-about-hero .vc_column-inner,
.hby-about-hero .wpb_wrapper {
  min-height: auto !important;
}

/* Hero içerik genişliği */
.hby-hero-content {
  max-width: 590px;
  margin-left: auto !important;
  margin-right: auto !important;
  color: #ffffff;
}

/* Küçük üst başlık */
.hby-eyebrow {
  color: var(--hby-blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 4px;
  line-height: 1.2;
  margin-bottom: 18px;
}

/* Ana başlık */
.hby-hero-content h1 {
  color: #ffffff;
  font-size: 54px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -1px;
  margin: 0 0 24px;
}

.hby-hero-content h1 span {
  color: var(--hby-blue);
}

/* Hero açıklama */
.hby-hero-desc {
  max-width: 540px;
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.65;
  margin: 0 0 28px;
}

/* Etiketler */
.hby-pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hby-pill-list span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 7px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.24);
  background: rgba(255,255,255,0.08);
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

/* BİLGİ KARTI ALANI */
.hby-about-card-row {
  position: relative !important;
  z-index: 5 !important;
  background: var(--hby-bg) !important;
  padding: 32px 20px 52px !important;
  margin-top: 0 !important;
}

/* Beyaz kart */
.hby-info-card {
  max-width: 620px !important;
  margin: 0 auto !important;
  background: #ffffff;
  border: 1px solid #d8e5e8;
  border-left: 4px solid var(--hby-blue);
  border-radius: 9px;
  padding: 22px 28px 24px;
  box-shadow: 0 8px 24px rgba(18, 63, 72, 0.04);
}

.hby-card-label {
  color: var(--hby-blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 2.5px;
  line-height: 1.2;
  margin-bottom: 11px;
}

.hby-info-card p {
  color: #18343b;
  font-size: 14.5px;
  font-weight: 500;
  line-height: 1.72;
  margin: 0;
}

/* NEDEN VARIZ ALANI */
.hby-about-why {
  background: var(--hby-bg) !important;
  padding: 34px 20px 75px !important;
}

.hby-why-content {
  max-width: 670px;
  margin: 0 auto;
  text-align: center;
}

.hby-eyebrow-center {
  margin-bottom: 13px;
}

.hby-why-content h2 {
  color: var(--hby-text);
  font-size: 32px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -0.4px;
  margin: 0 0 17px;
}

.hby-why-content p {
  color: var(--hby-muted);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.75;
  margin: 0;
}

/* TABLET */
@media (max-width: 991px) {
  .hby-hero-content {
    max-width: 560px;
  }

  .hby-hero-content h1 {
    font-size: 46px;
  }
}

/* MOBİL */
@media (max-width: 767px) {
  .hby-about-hero {
    padding: 56px 22px 108px !important;
    min-height: auto !important;
  }

  .hby-about-hero::after {
    bottom: -48px !important;
    height: 96px !important;
    transform: rotate(-2deg) !important;
  }

  .hby-hero-content {
    max-width: 100%;
  }

  .hby-hero-content h1 {
    font-size: 38px;
    line-height: 1.12;
  }

  .hby-hero-desc {
    font-size: 15.5px;
    line-height: 1.65;
  }

  .hby-pill-list {
    gap: 8px;
  }

  .hby-pill-list span {
    font-size: 11.5px;
    padding: 7px 13px;
  }

  .hby-about-card-row {
    padding: 26px 18px 48px !important;
  }

  .hby-info-card {
    padding: 21px 20px;
  }

  .hby-why-content h2 {
    font-size: 28px;
  }

  .hby-why-content p {
    font-size: 14.5px;
  }
}
/* BİZİ AYIRAN DÖRT ŞEY BÖLÜMÜ */

.hby-facts-section {
  background: #eee8df !important;
  padding: 58px 20px 64px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.hby-facts-section .wpb_content_element {
  margin-bottom: 0 !important;
}

.hby-facts-wrap {
  max-width: 920px;
  margin: 0 auto;
}

.hby-facts-wrap > .hby-eyebrow {
  color: var(--hby-blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 4px;
  line-height: 1.2;
  margin-bottom: 14px;
}

.hby-facts-wrap h2 {
  color: var(--hby-text);
  font-size: 34px;
  line-height: 1.18;
  font-weight: 900;
  letter-spacing: -0.5px;
  margin: 0 0 24px;
}

.hby-facts-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 20px;
}

.hby-fact-card {
  background: #ffffff;
  border: 1px solid #dfe8ea;
  border-radius: 12px;
  padding: 24px 24px 26px;
  min-height: 195px;
  box-shadow: 0 8px 22px rgba(18, 63, 72, 0.03);
}

.hby-fact-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #eaf5f7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  line-height: 1;
  margin-bottom: 16px;
}

.hby-fact-card h3 {
  color: var(--hby-text);
  font-size: 18px;
  line-height: 1.3;
  font-weight: 900;
  margin: 0 0 9px;
}

.hby-fact-card p {
  color: var(--hby-muted);
  font-size: 14.5px;
  line-height: 1.7;
  font-weight: 500;
  margin: 0;
}

.hby-fact-card a {
  color: var(--hby-blue);
  font-weight: 800;
  text-decoration: none;
}

.hby-fact-card a:hover {
  text-decoration: underline;
}

/* Mobil */
@media (max-width: 767px) {
  .hby-facts-section {
    padding: 46px 18px 54px !important;
  }

  .hby-facts-wrap h2 {
    font-size: 28px;
  }

  .hby-facts-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .hby-fact-card {
    padding: 22px 20px 24px;
    min-height: auto;
  }

  .hby-fact-card h3 {
    font-size: 17px;
  }

  .hby-fact-card p {
    font-size: 14px;
  }
}
/* ARKAMIZDAKİ ÜRETİM BÖLÜMÜ */

.hby-production-section {
  background: var(--hby-bg) !important;
  padding: 64px 20px 82px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.hby-production-section .wpb_content_element {
  margin-bottom: 0 !important;
}

/* Row içeriğini ortalar ve toplam genişliği sınırlar */
.hby-production-section {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 70px !important;
}

/* Sol ve sağ kolon genişlikleri */
.hby-production-left,
.hby-production-right {
  width: 460px !important;
  max-width: 460px !important;
  float: none !important;
}

/* Kolon iç boşluklarını temizle */
.hby-production-left .vc_column-inner,
.hby-production-right .vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Sol metin */
.hby-production-copy {
  max-width: 430px;
}

.hby-production-copy .hby-eyebrow {
  color: var(--hby-blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 4px;
  line-height: 1.2;
  margin-bottom: 14px;
}

.hby-production-copy h2 {
  color: var(--hby-text);
  font-size: 34px;
  line-height: 1.18;
  font-weight: 900;
  letter-spacing: -0.5px;
  margin: 0 0 20px;
}

.hby-production-copy p {
  color: #243f47;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 500;
  margin: 0 0 18px;
}

.hby-production-copy p:last-child {
  margin-bottom: 0;
}

.hby-production-copy a {
  color: var(--hby-blue);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* Sağ fotoğraf */
.hby-production-photo {
  width: 100%;
  max-width: 460px;
}

.hby-production-photo .wpb_wrapper,
.hby-production-photo figure,
.hby-production-photo .vc_single_image-wrapper {
  width: 100%;
  display: block;
  margin: 0 !important;
}

.hby-production-photo img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
  border-radius: 14px;
  border: 1px solid #cfe3e8;
  box-shadow: 0 10px 24px rgba(18, 63, 72, 0.06);
}

/* TABLET */
@media (max-width: 991px) {
  .hby-production-section {
    gap: 40px !important;
  }

  .hby-production-left,
  .hby-production-right {
    width: 42% !important;
    max-width: 42% !important;
  }

  .hby-production-photo img {
    height: 300px;
  }
}

/* MOBİL */
@media (max-width: 767px) {
  .hby-production-section {
    display: block !important;
    padding: 50px 18px 62px !important;
  }

  .hby-production-left,
  .hby-production-right {
    width: 100% !important;
    max-width: 100% !important;
  }

  .hby-production-copy {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .hby-production-copy h2 {
    font-size: 28px;
  }

  .hby-production-copy p {
    font-size: 15px;
  }

  .hby-production-photo {
    max-width: 100%;
  }

  .hby-production-photo img {
    height: 240px;
  }
}/* ÜRETİYORUZ DERKEN NE KASTEDİYORUZ BÖLÜMÜ */

.hby-meaning-section {
  background: var(--hby-dark) !important;
  padding: 58px 20px 78px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.hby-meaning-section .wpb_content_element {
  margin-bottom: 0 !important;
}

.hby-meaning-wrap {
  max-width: 920px;
  margin: 0 auto;
}

.hby-meaning-wrap .hby-eyebrow {
  color: var(--hby-blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 4px;
  line-height: 1.2;
  margin-bottom: 14px;
}

.hby-meaning-wrap h2 {
  color: #ffffff;
  font-size: 34px;
  line-height: 1.18;
  font-weight: 900;
  letter-spacing: -0.5px;
  margin: 0 0 12px;
}

.hby-meaning-lead {
  max-width: 570px;
  color: #d9eef2;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 500;
  margin: 0 0 28px;
}

/* Beyaz kart */
.hby-meaning-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 28px;
  box-shadow: 0 12px 28px rgba(0,0,0,0.08);
}

/* Kart içindeki satırlar */
.hby-meaning-row {
  display: grid;
  grid-template-columns: 145px 1fr 190px;
  gap: 22px;
  align-items: center;
  padding: 19px 0;
  border-bottom: 1px solid #dce7e9;
}

.hby-meaning-row:first-child {
  padding-top: 0;
}

.hby-meaning-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

/* Sol ürün adı */
.hby-meaning-name {
  color: var(--hby-blue);
  font-size: 15px;
  line-height: 1.3;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Orta açıklama */
.hby-meaning-text {
  color: #5f737b;
  font-size: 14.5px;
  line-height: 1.65;
  font-weight: 500;
}

/* Sağ küçük etiket */
.hby-meaning-pill {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #eaf5f7;
  color: var(--hby-text);
  border-radius: 999px;
  padding: 7px 14px;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  white-space: nowrap;
}

/* Tablet */
@media (max-width: 991px) {
  .hby-meaning-row {
    grid-template-columns: 125px 1fr;
  }

  .hby-meaning-pill {
    grid-column: 2;
    justify-self: start;
    margin-top: 6px;
  }
}

/* Mobil */
@media (max-width: 767px) {
  .hby-meaning-section {
    padding: 48px 18px 62px !important;
  }

  .hby-meaning-wrap h2 {
    font-size: 28px;
  }

  .hby-meaning-lead {
    font-size: 15px;
  }

  .hby-meaning-card {
    padding: 24px 20px;
  }

  .hby-meaning-row {
    display: block;
    padding: 20px 0;
  }

  .hby-meaning-name {
    margin-bottom: 8px;
  }

  .hby-meaning-text {
    font-size: 14px;
    margin-bottom: 12px;
  }

  .hby-meaning-pill {
    justify-self: start;
  }
}/* ÜÇ MARKA - TEK ÜRETİM GÜCÜ */

.hby-brand-section {
  background: #eee8df !important;
  padding: 58px 20px 70px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.hby-brand-section .wpb_content_element {
  margin-bottom: 0 !important;
}

.hby-brand-wrap {
  max-width: 920px;
  margin: 0 auto;
}

.hby-brand-wrap > .hby-eyebrow {
  color: var(--hby-blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 4px;
  line-height: 1.2;
  margin-bottom: 14px;
}

.hby-brand-wrap h2 {
  color: var(--hby-text);
  font-size: 34px;
  line-height: 1.18;
  font-weight: 900;
  letter-spacing: -0.5px;
  margin: 0 0 24px;
}

.hby-brand-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.hby-brand-card {
  min-height: 124px;
  border-radius: 12px;
  padding: 22px 20px;
  color: #ffffff;
}

.hby-brand-card h3 {
  color: #ffffff;
  font-size: 19px;
  line-height: 1.25;
  font-weight: 900;
  margin: 0 0 14px;
}

.hby-brand-card p {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.7;
  
  margin: 0;
}

.hby-brand-pet {
  background: #e5755f;
}

.hby-brand-sport {
  background: #349083;
}

.hby-brand-fashion {
  background: #a8845f;
}

.hby-brand-link-wrap {
  text-align: center;
  margin-top: 26px;
}

.hby-brand-link {
  color: var(--hby-blue);
  font-size: 16px;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.hby-brand-link:hover {
  color: var(--hby-text);
}

/* Mobil */
@media (max-width: 767px) {
  .hby-brand-section {
    padding: 46px 18px 56px !important;
  }

  .hby-brand-wrap h2 {
    font-size: 28px;
  }

  .hby-brand-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .hby-brand-card {
    min-height: auto;
    padding: 22px 20px;
  }
}/* CTA - PROJE ORTAĞI BÖLÜMÜ */

.hby-cta-section {
  background: var(--hby-bg) !important;
  padding: 54px 20px 54px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.hby-cta-section .wpb_content_element {
  margin-bottom: 0 !important;
}

.hby-cta-box {
  max-width: 920px;
  margin: 0 auto;
  background: var(--hby-dark);
  border-radius: 18px;
  padding: 42px 48px 38px;
  text-align: center;
  color: #ffffff;
}

.hby-cta-box .hby-eyebrow {
  color: var(--hby-blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 4px;
  line-height: 1.2;
  margin-bottom: 16px;
}

.hby-cta-box h2 {
  color: #ffffff;
  font-size: 36px;
  line-height: 1.18;
  font-weight: 900;
  letter-spacing: -0.5px;
  margin: 0 0 18px;
}

.hby-cta-box p {
  max-width: 610px;
  margin: 0 auto 28px;
  color: #d9eef2;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 500;
}

.hby-cta-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.hby-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  min-height: 50px;
  border-radius: 999px;
  padding: 13px 26px;
  font-size: 15px;
  line-height: 1;
  font-weight: 900;
  text-decoration: none;
  transition: all 0.2s ease;
}

.hby-cta-btn-light {
  background: #ffffff;
  color: var(--hby-text);
}

.hby-cta-btn-light:hover {
  background: #eef7f9;
  color: var(--hby-text);
}

.hby-cta-btn-blue {
  background: var(--hby-blue);
  color: #ffffff;
}

.hby-cta-btn-blue:hover {
  background: #45a8bc;
  color: #ffffff;
}

/* Mobil */
@media (max-width: 767px) {
  .hby-cta-section {
    padding: 42px 18px 46px !important;
  }

  .hby-cta-box {
    padding: 34px 22px 32px;
    border-radius: 16px;
  }

  .hby-cta-box h2 {
    font-size: 28px;
  }

  .hby-cta-box p {
    font-size: 15px;
  }

  .hby-cta-buttons {
    gap: 12px;
  }

  .hby-cta-btn {
    width: 100%;
    min-width: 100%;
  }
}/* FAQ - AÇILIR KAPANIR MERAK EDİLENLER */

.hby-faq-section {
  background: #eee8df !important;
  padding: 70px 20px 82px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.hby-faq-section .wpb_content_element {
  margin-bottom: 0 !important;
}

.hby-faq-wrap {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}

.hby-faq-label {
  color: var(--hby-blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 4px;
  line-height: 1.2;
  margin-bottom: 14px;
}

.hby-faq-wrap h2 {
  color: var(--hby-text);
  font-size: 34px;
  line-height: 1.18;
  font-weight: 900;
  letter-spacing: -0.5px;
  margin: 0 0 26px;
}

.hby-faq-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  text-align: left;
}

.hby-faq-card {
  background: #ffffff;
  border: 1px solid #dfe8ea;
  border-radius: 12px;
  box-shadow: 0 8px 22px rgba(18, 63, 72, 0.03);
  overflow: hidden;
}

.hby-faq-card summary {
  position: relative;
  list-style: none;
  cursor: pointer;
  color: var(--hby-text);
  font-size: 17px;
  line-height: 1.35;
  font-weight: 900;
  padding: 20px 64px 20px 24px;
}

.hby-faq-card summary::-webkit-details-marker {
  display: none;
}
.hby-faq-card summary::after {
  content: "+" !important;
  position: absolute !important;
  top: 50% !important;
  right: 24px !important;
  transform: translateY(-50%) !important;
  width: 30px !important;
  height: 30px !important;
  border-radius: 50% !important;
  background: #eaf5f7 !important;
  color: var(--hby-text) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 22px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
}

.hby-faq-card[open] summary::after {
  content: "–" !important;
  font-size: 26px !important;
  line-height: 1 !important;
}
.hby-faq-answer {
  padding: 0 24px 22px 24px;
}

.hby-faq-answer p {
  color: #243f47;
  font-size: 15px;
  line-height: 1.75;
  font-weight: 500;
  margin: 0;
}

.hby-faq-answer a {
  color: var(--hby-blue);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 767px) {
  .hby-faq-section {
    padding: 52px 18px 62px !important;
  }

  .hby-faq-wrap {
    max-width: 100%;
  }

  .hby-faq-wrap h2 {
    font-size: 28px;
    margin-bottom: 24px;
  }

  .hby-faq-card summary {
    font-size: 16px;
    padding: 19px 56px 19px 20px;
  }

  .hby-faq-card summary::after {
    right: 20px;
    width: 26px;
    height: 26px;
  }

  .hby-faq-answer {
    padding: 0 20px 21px 20px;
  }

  .hby-faq-answer p {
    font-size: 14.5px;
  }
}/* FITNESS DİRENÇ BANTLARI - 3'LÜ ÜRÜN GAMI */

.hby-band-products {
  max-width: 920px;
  margin: 0 auto;
}

.hby-band-head {
  max-width: 650px;
  margin-bottom: 32px;
}

.hby-band-eyebrow {
  color: #2f9387 !important;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 4px;
  line-height: 1.2;
  margin-bottom: 14px;
}

.hby-band-head h2 {
  color: #174c55;
  font-size: 38px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -0.7px;
  margin: 0 0 14px;
}

.hby-band-head p {
  color: #61737b;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
  margin: 0;
}

.hby-band-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 18px !important;
}

.hby-band-card {
  background: #ffffff;
  border: 1px solid #d8e5e8;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(18, 63, 72, 0.03);
}

.hby-band-photo {
  height: 122px;
  background: #eaf7f5;
  overflow: hidden;
}

.hby-band-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hby-band-body {
  padding: 18px 18px 20px;
}

.hby-band-body h3 {
  color: #174c55;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 900;
  margin: 0 0 8px;
}

.hby-band-body p {
  color: #61737b;
  font-size: 13.5px;
  line-height: 1.65;
  font-weight: 500;
  margin-top:20px;
}

@media (max-width: 767px) {
  .hby-band-products {
    max-width: 100%;
  }

  .hby-band-head h2 {
    font-size: 30px;
  }

  .hby-band-head p {
    font-size: 16px;
  }

  .hby-band-grid {
    grid-template-columns: 1fr !important;
  }

  .hby-band-photo {
    height: 180px;
  }
}/* BANDI DA MARKAYI DA BİZ DOKURUZ */

.hby-band-difference-section {
  background: #eee8df !important;
  padding: 64px 20px 70px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.hby-band-difference-section .wpb_content_element {
  margin-bottom: 0 !important;
}

.hby-band-difference {
  max-width: 1120px;
  margin: 0 auto;
}

.hby-band-difference-head {
  max-width: 560px;
  margin-bottom: 32px;
}

.hby-band-difference-eyebrow {
  color: #2f9387;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 4px;
  line-height: 1.2;
  margin-bottom: 14px;
}

.hby-band-difference-head h2 {
  color: #174c55;
  font-size: 38px;
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: -0.7px;
  margin: 0 0 16px;
}

.hby-band-difference-head p {
  color: #61737b;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 500;
  margin: 0;
}

/* Büyük ana kart */
.hby-band-main-card {
  background: #ffffff;
  border-top: 4px solid #2f9387;
  border-radius: 16px;
  padding: 34px 28px 30px;
  box-shadow: 0 8px 22px rgba(18, 63, 72, 0.03);
  margin-bottom: 20px;
}

.hby-band-icon {
  font-size: 32px;
  line-height: 1;
  margin-bottom: 18px;
}

.hby-band-main-card h3 {
  color: #174c55;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 900;
  margin: 0 0 10px;
}

.hby-band-main-card p {
  color: #61737b;
  font-size: 15.5px;
  line-height: 1.75;
  font-weight: 500;
  margin: 0 0 18px;
}

.hby-band-benefit {
  background: #eaf5f3;
  border-left: 3px solid #2f9387;
  color: #21776e;
  border-radius: 7px;
  padding: 13px 16px;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 700;
}

/* İki karşılaştırma kartı */
.hby-band-compare-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-bottom: 34px;
}

.hby-band-compare-card {
  background: #ffffff;
  border: 1px solid #dfe8ea;
  border-radius: 12px;
  padding: 22px 24px 24px;
  box-shadow: 0 8px 22px rgba(18, 63, 72, 0.03);
}

.hby-band-compare-card-active {
  background: #e8eee5;
  border-color: #9ecbc3;
}

.hby-band-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #eef4f4;
  color: #61737b;
  border-radius: 999px;
  padding: 7px 14px;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  margin-bottom: 14px;
}

.hby-band-compare-card-active .hby-band-badge {
  background: #cde9e4;
  color: #21776e;
}

.hby-band-compare-card h3 {
  color: #174c55;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 900;
  margin: 0 0 9px;
}

.hby-band-compare-card p {
  color: #61737b;
  font-size: 14.5px;
  line-height: 1.7;
  font-weight: 500;
  margin: 0;
}

/* Alt açıklama */
.hby-band-core {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 8px 22px 0;
}

.hby-band-core-icon {
  font-size: 30px;
  line-height: 1;
  flex: 0 0 auto;
}

.hby-band-core-text h3 {
  color: #174c55;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 900;
  margin: 0 0 8px;
}

.hby-band-core-text p {
  color: #61737b;
  font-size: 14.5px;
  line-height: 1.7;
  font-weight: 500;
  margin: 0;
}

.hby-band-core-text strong {
  color: #174c55;
  font-weight: 900;
}

/* Mobil */
@media (max-width: 767px) {
  .hby-band-difference-section {
    padding: 48px 18px 58px !important;
  }

  .hby-band-difference-head h2 {
    font-size: 30px;
  }

  .hby-band-main-card {
    padding: 28px 22px 26px;
  }

  .hby-band-main-card h3 {
    font-size: 20px;
  }

  .hby-band-compare-grid {
    grid-template-columns: 1fr;
  }

  .hby-band-core {
    padding: 4px 0 0;
  }
}/* PAZARDA KANITLANMIŞ KARTI */

.hby-proof-section {
  background: var(--hby-bg) !important;
  padding: 56px 20px 62px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.hby-proof-section .wpb_content_element {
  margin-bottom: 0 !important;
}

.hby-proof-wrap {
  max-width: 920px;
  margin: 0 auto;
}

.hby-proof-card {
  background: #ffffff;
  border: 1px solid #d8e5e8;
  border-top: 4px solid #2f9387;
  border-radius: 16px;
  padding: 38px 34px 34px;
  text-align: center;
  box-shadow: 0 8px 22px rgba(18, 63, 72, 0.03);
}

.hby-proof-stars {
  color: #0f2530;
  font-size: 22px;
  letter-spacing: 3px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 18px;
}

.hby-proof-eyebrow {
  color: #2f9387;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 4px;
  line-height: 1.2;
  margin-bottom: 12px;
}

.hby-proof-card h2 {
  color: #174c55;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 900;
  margin: 0 0 12px;
}

.hby-proof-card p {
  max-width: 620px;
  color: #61737b;
  font-size: 15.5px;
  line-height: 1.7;
  font-weight: 500;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .hby-proof-section {
    padding: 44px 18px 50px !important;
  }

  .hby-proof-card {
    padding: 32px 22px 30px;
  }

  .hby-proof-card h2 {
    font-size: 22px;
  }

  .hby-proof-card p {
    font-size: 14.5px;
  }
}.hby-process-section {
  background: #174f5a;
  padding: 56px 20px 52px;
  color: #ffffff;
}

.hby-process-container {
  max-width: 960px;
  margin: 0 auto;
}

.hby-process-header {
  max-width: 720px;
  margin-bottom: 26px;
}

.hby-process-eyebrow {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 4px;
  font-weight: 700;
  color: #c18b4e;
  margin-bottom: 14px;
}

.hby-process-header h2 {
  font-size: 28px;
  line-height: 1.15;
  font-weight: 800;
  margin: 0 0 8px;
  color: #ffffff;
}

.hby-process-header p {
  font-size: 17px;
  line-height: 1.55;
  max-width: 720px;
  margin: 0;
  color: #e6f5f7;
}

.hby-process-grid {
  display: grid;
  gap: 12px;
  margin-bottom: 18px;
}

.hby-process-grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.hby-process-grid-2 {
  grid-template-columns: repeat(2, 1fr);
}

.hby-process-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  padding: 18px 14px;
}

.hby-process-card span {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #c18b4e;
  margin-bottom: 8px;
}

.hby-process-card h3 {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 800;
  margin: 0 0 8px;
  color: #ffffff;
}

.hby-process-card strong {
  display: block;
  font-size: 16px;
  line-height: 1.4;
  color: #ffffff;
  margin-bottom: 6px;
}

.hby-process-card p {
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
  color: #e6f5f7;
}

.hby-process-note {
  font-size: 15px;
  color: #7fe3f0;
  margin: 4px 0 14px;
}

.hby-process-card-highlight {
  border-color: rgba(193, 139, 78, 0.45);
  background: rgba(255, 255, 255, 0.08);
}

.hby-process-final {
  margin-top: 12px;
}

.hby-process-pill {
  display: inline-block;
  margin-top: 12px;
  padding: 7px 13px;
  border-radius: 999px;
  background: rgba(126, 227, 240, 0.13);
  color: #dffcff;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 700;
}

@media (max-width: 768px) {
  .hby-process-section {
    padding: 42px 16px;
  }

  .hby-process-grid-3,
  .hby-process-grid-2 {
    grid-template-columns: 1fr;
  }

  .hby-process-header h2 {
    font-size: 24px;
  }

  .hby-process-header p {
    font-size: 15px;
  }
}.hby-two-paths-section {
  background: #f4f8fa;
  padding: 48px 20px 56px;
}

.hby-two-paths-wrapper {
  max-width: 860px;
  margin: 0 auto;
}

.hby-two-paths-header {
  margin-bottom: 18px;
}

.hby-two-paths-eyebrow {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 4px;
  font-weight: 700;
  color: #3b9bbb;
  margin-bottom: 12px;
}

.hby-two-paths-header h2 {
  font-size: 32px;
  line-height: 1.15;
  font-weight: 800;
  color: #0e4357;
  margin: 0;
}

.hby-two-paths-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.hby-two-paths-card {
  background: #ffffff;
  border: 1px solid #dbe5ea;
  border-radius: 16px;
  padding: 28px 26px 30px;
  min-height: 306px;
  box-shadow: 0 1px 0 rgba(14, 67, 87, 0.02);
}

.hby-two-paths-badge {
  display: inline-block;
  background: #eaf5f8;
  color: #0e4357;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 14px;
}

.hby-two-paths-card h3 {
  font-size: 21px;
  line-height: 1.15;
  font-weight: 800;
  color: #0e4357;
  margin: 0 0 8px;
}

.hby-two-paths-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #5f7180;
  margin: 0 0 22px;
}

.hby-two-paths-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 26px;
}

.hby-two-paths-card li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 13px;
  font-size: 14px;
  line-height: 1.35;
  color: #0f2633;
}

.hby-two-paths-card ul {
  list-style: none !important;
  padding: 0;
  margin: 0 0 26px;
}

.hby-two-paths-card li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 13px;
  font-size: 14px;
  line-height: 1.35;
  color: #0f2633;
}

.hby-two-paths-card li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 3px;
  width: 6px;
  height: 11px;
  border-right: 2px solid #3b9bbb;
  border-bottom: 2px solid #3b9bbb;
  transform: rotate(45deg);
}

.hby-two-paths-link {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #3b9bbb;
  text-decoration: none;
  margin-top: auto;
}

.hby-two-paths-link:hover {
  color: #0e4357;
  text-decoration: none;
}

@media (max-width: 768px) {
  .hby-two-paths-section {
    padding: 40px 16px 46px;
  }

  .hby-two-paths-header h2 {
    font-size: 26px;
  }

  .hby-two-paths-grid {
    grid-template-columns: 1fr;
  }

  .hby-two-paths-card {
    padding: 24px 20px 26px;
    min-height: auto;
  }

  .hby-two-paths-card h3 {
    font-size: 20px;
  }
}.hby-brand-challenge-section {
  background: #eee8df;
  padding: 52px 20px 50px;
}

.hby-brand-challenge-wrapper {
  max-width: 860px;
  margin: 0 auto;
}

.hby-brand-challenge-header {
  max-width: 690px;
  margin-bottom: 22px;
}

.hby-brand-challenge-eyebrow {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 4px;
  font-weight: 700;
  color: #3b9bbb;
  margin-bottom: 12px;
}

.hby-brand-challenge-header h2 {
  font-size: 30px;
  line-height: 1.15;
  font-weight: 800;
  color: #0e4357;
  margin: 0 0 10px;
}

.hby-brand-challenge-header p {
  font-size: 15px;
  line-height: 1.65;
  color: #5f7180;
  max-width: 610px;
  margin: 0;
}

.hby-brand-challenge-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.hby-brand-challenge-card {
  background: #ffffff;
  border: 1px solid #dbe5ea;
  border-left: 2px solid #ef7f5f;
  border-radius: 8px;
  padding: 14px 16px 15px;
  min-height: 74px;
}

.hby-brand-challenge-card h3 {
  font-size: 15px;
  line-height: 1.3;
  font-weight: 800;
  color: #0e4357;
  margin: 0 0 9px;
}

.hby-brand-challenge-card p {
  font-size: 12px;
  line-height: 1.45;
  color: #5f7180;
  margin: 0;
}

@media (max-width: 900px) {
  .hby-brand-challenge-wrapper {
    max-width: 100%;
  }

  .hby-brand-challenge-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .hby-brand-challenge-section {
    padding: 40px 16px 42px;
  }

  .hby-brand-challenge-header h2 {
    font-size: 25px;
  }

  .hby-brand-challenge-header p {
    font-size: 14px;
  }

  .hby-brand-challenge-grid {
    grid-template-columns: 1fr;
  }

  .hby-brand-challenge-card {
    min-height: auto;
  }
}.hby-single-roof-section {
  background: #f4f9fb;
  padding: 48px 20px 50px;
}

.hby-single-roof-wrapper {
  max-width: 894px;
  margin: 0 auto;
}

.hby-single-roof-header {
  margin-bottom: 14px;
}

.hby-single-roof-eyebrow {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 4px;
  font-weight: 700;
  color: #3b9bbb;
  margin-bottom: 12px;
}

.hby-single-roof-header h2 {
  font-size: 32px;
  line-height: 1.15;
  font-weight: 800;
  color: #0e4357;
  margin: 0;
}

.hby-single-roof-card {
  background: #ffffff;
  border: 1px solid #dbe5ea;
  border-radius: 16px;
  padding: 30px 42px 28px;
  text-align: center;
}

.hby-single-roof-card h3 {
  font-size: 23px;
  line-height: 1.25;
  font-weight: 800;
  color: #0e4357;
  margin: 0 0 14px;
}

.hby-single-roof-card p {
  max-width: 610px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.6;
  color: #5f7180;
}

.hby-single-roof-card strong {
  color: #3b9bbb;
  font-weight: 800;
}

@media (max-width: 768px) {
  .hby-single-roof-section {
    padding: 40px 16px 42px;
  }

  .hby-single-roof-header h2 {
    font-size: 26px;
  }

  .hby-single-roof-card {
    padding: 26px 20px 24px;
  }

  .hby-single-roof-card h3 {
    font-size: 21px;
  }

  .hby-single-roof-card p {
    font-size: 14px;
  }
}.hby-difference-section {
  background: #eee8df;
  padding: 56px 20px 58px;
}

.hby-difference-section .vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.hby-difference-wrapper {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}

.hby-difference-header {
  max-width: 650px;
  margin-bottom: 22px;
}

.hby-difference-eyebrow {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 4px;
  font-weight: 700;
  color: #3b9bbb;
  margin-bottom: 12px;
}

.hby-difference-header h2 {
  font-size: 32px;
  line-height: 1.15;
  font-weight: 800;
  color: #0e4357;
  margin: 0 0 10px;
}

.hby-difference-header p {
  max-width: 610px;
  font-size: 15px;
  line-height: 1.6;
  color: #5f7180;
  margin: 0;
}

.hby-difference-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 14px;
  margin-top: 20px;
}

.hby-difference-card {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  background: #ffffff;
  border: 1px solid #dbe5ea;
  border-radius: 12px;
  padding: 18px 18px;
  min-height: 112px;
}

.hby-difference-icon {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 10px;
  background: #174f5a;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1;
}

.hby-difference-content h3 {
  font-size: 15px;
  line-height: 1.3;
  font-weight: 800;
  color: #0e4357;
  margin: 3px 0 8px;
}

.hby-difference-content p {
  font-size: 13px;
  line-height: 1.65;
  color: #5f7180;
  margin: 0;
}

.hby-difference-content strong {
  color: #3b9bbb;
  font-weight: 800;
}

.hby-difference-cta {
  margin-top: 25px;
  background: #4caabd;
  border-radius: 12px;
  padding: 20px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.hby-difference-cta div {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 800;
  color: #ffffff;
}

.hby-difference-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #0e4357;
  border-radius: 999px;
  padding: 12px 22px;
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.hby-difference-cta a:hover {
  background: #f4f9fb;
  color: #0e4357;
  text-decoration: none;
}

@media (max-width: 768px) {
  .hby-difference-section {
    padding: 42px 16px 46px;
  }

  .hby-difference-header h2 {
    font-size: 26px;
  }

  .hby-difference-header p {
    font-size: 14px;
  }

  .hby-difference-grid {
    grid-template-columns: 1fr;
  }

  .hby-difference-card {
    min-height: auto;
  }

  .hby-difference-cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .hby-difference-cta a {
    width: 100%;
  }
}.hby-capability-section {
  background: #174f5a;
  padding: 48px 20px 54px;
  color: #ffffff;
}

.hby-capability-section .vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.hby-capability-wrapper {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}

.hby-capability-header {
  max-width: 760px;
  margin-bottom: 22px;
}

.hby-capability-eyebrow {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 4px;
  font-weight: 700;
  color: #63d2e6;
  margin-bottom: 12px;
}

.hby-capability-header h2 {
  font-size: 32px;
  line-height: 1.15;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 10px;
}

.hby-capability-header p {
  max-width: 760px;
  font-size: 15px;
  line-height: 1.6;
  color: #e6f5f7;
  margin: 0;
}

.hby-capability-steps {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  margin: 20px 0 20px;
}

.hby-capability-step {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 9px;
  min-height: 68px;
  padding: 14px 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hby-capability-step span {
  display: block;
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
  color: #63d2e6;
  margin-bottom: 10px;
}

.hby-capability-step strong {
  display: block;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 800;
  color: #ffffff;
}

.hby-capability-note {
  font-size: 14px;
  line-height: 1.55;
  color: #e6f5f7;
  margin: 0 0 18px;
}

.hby-capability-note strong {
  color: #ffffff;
  font-weight: 800;
}

.hby-capability-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.hby-capability-card {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 9px;
  padding: 16px 15px;
  min-height: 80px;
}

.hby-capability-card h3 {
  font-size: 15px;
  line-height: 1.3;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 10px;
}

.hby-capability-card p {
  font-size: 13px;
  line-height: 1.5;
  color: #d7f3f7;
  margin: 0;
}

@media (max-width: 900px) {
  .hby-capability-steps {
    grid-template-columns: repeat(3, 1fr);
  }

  .hby-capability-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .hby-capability-section {
    padding: 40px 16px 44px;
  }

  .hby-capability-header h2 {
    font-size: 26px;
  }

  .hby-capability-header p {
    font-size: 14px;
  }

  .hby-capability-steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .hby-capability-grid {
    grid-template-columns: 1fr;
  }

  .hby-capability-card {
    min-height: auto;
  }
}.hby-category-section {
  background: #eee8df;
  padding: 52px 20px 50px;
}

.hby-category-section .vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.hby-category-wrap {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}

.hby-category-head {
  max-width: 760px;
  margin-bottom: 20px;
}

.hby-category-eyebrow {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 4px;
  font-weight: 700;
  color: #3b9bbb;
  margin-bottom: 12px;
}

.hby-category-head h2 {
  font-size: 32px;
  line-height: 1.15;
  font-weight: 800;
  color: #0e4357;
  margin: 0 0 10px;
}

.hby-category-head p {
  max-width: 760px;
  font-size: 15px;
  line-height: 1.6;
  color: #5f7180;
  margin: 0;
}

.hby-category-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.hby-category-card {
  position: relative;
  background: #ffffff;
  border: 1px solid #dbe5ea;
  border-radius: 12px;
  padding: 22px 20px 22px;
  min-height: 180px;
  overflow: hidden;
}

.hby-category-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
}

.hby-category-card-pet::before {
  background: #ef7f5f;
}

.hby-category-card-fitness::before {
  background: #3b9bbb;
}

.hby-category-card-fashion::before {
  background: #b8946d;
}

.hby-category-card h3 {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 800;
  color: #0e4357;
  margin: 0 0 8px;
}

.hby-category-card p {
  font-size: 13px;
  line-height: 1.6;
  color: #5f7180;
  margin: 0 0 18px;
}

.hby-category-card a {
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  color: #3b9bbb;
  text-decoration: none;
}

.hby-category-card a:hover {
  color: #0e4357;
  text-decoration: none;
}

@media (max-width: 900px) {
  .hby-category-grid {
    grid-template-columns: 1fr;
  }

  .hby-category-card {
    min-height: auto;
  }
}

@media (max-width: 600px) {
  .hby-category-section {
    padding: 40px 16px 44px;
  }

  .hby-category-head h2 {
    font-size: 26px;
  }

  .hby-category-head p {
    font-size: 14px;
  }

  .hby-category-card {
    padding: 20px 18px;
  }
}.hby-steps-section {
  background: #f4f9fb;
  padding: 52px 20px 58px;
}

.hby-steps-section .vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.hby-steps-wrap {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}

.hby-steps-head {
  margin-bottom: 26px;
}

.hby-steps-eyebrow {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 4px;
  font-weight: 700;
  color: #3b9bbb;
  margin-bottom: 12px;
}

.hby-steps-head h2 {
  font-size: 32px;
  line-height: 1.15;
  font-weight: 800;
  color: #0e4357;
  margin: 0;
}

.hby-steps-list {
  width: 100%;
}

.hby-steps-item {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 16px;
  padding: 0 0 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dbe5ea;
}

.hby-steps-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.hby-steps-number {
  width: 40px;
  height: 40px;
  border-radius: 9px;
  background: #174f5a;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  line-height: 1;
  font-weight: 800;
}

.hby-steps-content h3 {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 800;
  color: #0e4357;
  margin: 0 0 5px;
}

.hby-steps-content p {
  font-size: 13px;
  line-height: 1.55;
  color: #5f7180;
  margin: 0;
}

.hby-steps-note {
  max-width: 860px;
  font-size: 13px;
  line-height: 1.65;
  color: #5f7180;
  margin: 26px 0 0;
}

@media (max-width: 768px) {
  .hby-steps-section {
    padding: 40px 16px 44px;
  }

  .hby-steps-head h2 {
    font-size: 26px;
  }

  .hby-steps-item {
    grid-template-columns: 38px 1fr;
    gap: 14px;
  }

  .hby-steps-number {
    width: 38px;
    height: 38px;
    font-size: 16px;
  }

  .hby-steps-content h3 {
    font-size: 15px;
  }

  .hby-steps-content p,
  .hby-steps-note {
    font-size: 13px;
  }
}.hby-moq-section {
  background: #eee8df;
  padding: 52px 20px 40px;
}

.hby-moq-section .vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.hby-moq-wrap {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}

.hby-moq-head {
  max-width: 670px;
  margin-bottom: 12px;
}

.hby-moq-eyebrow {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 4px;
  font-weight: 700;
  color: #3b9bbb;
  margin-bottom: 12px;
}

.hby-moq-head h2 {
  font-size: 32px;
  line-height: 1.15;
  font-weight: 800;
  color: #0e4357;
  margin: 0 0 10px;
}

.hby-moq-head p {
  max-width: 640px;
  font-size: 15px;
  line-height: 1.6;
  color: #5f7180;
  margin: 0;
}

.hby-moq-table-wrap {
  width: 100%;
  overflow-x: auto;
  border-radius: 10px;
}

.hby-moq-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
}

.hby-moq-table thead th {
  background: #174f5a;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 800;
  text-align: left;
  padding: 14px 16px;
}

.hby-moq-table thead th:first-child {
  border-top-left-radius: 10px;
}

.hby-moq-table thead th:last-child {
  border-top-right-radius: 10px;
}

.hby-moq-table tbody td {
  font-size: 14px;
  line-height: 1.45;
  color: #0f2633;
  padding: 17px 16px;
  border-bottom: 1px solid #dbe5ea;
}

.hby-moq-table tbody tr:last-child td {
  border-bottom: none;
}

.hby-moq-table tbody td strong {
  color: #0e4357;
  font-weight: 800;
}

@media (max-width: 768px) {
  .hby-moq-section {
    padding: 40px 16px 34px;
  }

  .hby-moq-head h2 {
    font-size: 26px;
  }

  .hby-moq-head p {
    font-size: 14px;
  }

  .hby-moq-table {
    min-width: 620px;
  }

  .hby-moq-table thead th,
  .hby-moq-table tbody td {
    padding: 14px 13px;
    font-size: 13px;
  }
}.hby-proof-section {
  background: #f4f9fb;
  padding: 52px 20px 58px;
}

.hby-proof-section .vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.hby-proof-wrap {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}

.hby-proof-head {
  margin-bottom: 18px;
}

.hby-proof-eyebrow {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 4px;
  font-weight: 700;
  color: #3b9bbb;
  margin-bottom: 12px;
}

.hby-proof-head h2 {
  font-size: 32px;
  line-height: 1.15;
  font-weight: 800;
  color: #0e4357;
  margin: 0;
}

.hby-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 8px;
}

.hby-proof-card {
  background: #ffffff;
  border: 1px solid #dbe5ea;
  border-radius: 12px;
  padding: 20px 20px 22px;
  min-height: 176px;
}

.hby-proof-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #eaf5f8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 12px;
}

.hby-proof-card h3 {
  font-size: 15px;
  line-height: 1.3;
  font-weight: 800;
  color: #0e4357;
  margin: 0 0 8px;
}

.hby-proof-card p {
  font-size: 13px;
  line-height: 1.6;
  color: #5f7180;
  margin: 0;
}

.hby-proof-case {
  background: #ffffff;
  border: 1px solid #dbe5ea;
  border-top: 3px solid #4caabd;
  border-radius: 14px;
  padding: 28px 26px 30px;
  margin-top: 8px;
}

.hby-proof-case-eyebrow {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 4px;
  font-weight: 700;
  color: #3b9bbb;
  margin-bottom: 12px;
}

.hby-proof-case h3 {
  font-size: 19px;
  line-height: 1.3;
  font-weight: 800;
  color: #0e4357;
  margin: 0 0 10px;
}

.hby-proof-case p {
  font-size: 13px;
  line-height: 1.75;
  color: #5f7180;
  margin: 0 0 18px;
}

.hby-proof-stats {
  display: flex;
  gap: 48px;
  flex-wrap: wrap;
}

.hby-proof-stat strong {
  display: block;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 800;
  color: #0e4357;
  margin-bottom: 5px;
}

.hby-proof-stat span {
  display: block;
  font-size: 12px;
  line-height: 1.4;
  color: #5f7180;
}

@media (max-width: 900px) {
  .hby-proof-grid {
    grid-template-columns: 1fr;
  }

  .hby-proof-card {
    min-height: auto;
  }
}

@media (max-width: 600px) {
  .hby-proof-section {
    padding: 40px 16px 44px;
  }

  .hby-proof-head h2 {
    font-size: 26px;
  }

  .hby-proof-case {
    padding: 24px 20px 26px;
  }

  .hby-proof-stats {
    gap: 20px;
    flex-direction: column;
  }
}.hby-product-kicker {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 2px;
  font-weight: 700;
  color: #5f7180;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.hby-product-tax-note {
  font-size: 13px;
  line-height: 1.5;
  color: #5f7180;
  margin: -4px 0 8px;
}

.hby-product-trust-list {
  border-top: 1px solid #dbe5ea;
  margin-top: 14px;
  padding-top: 16px;
}

.hby-product-trust-list div {
  font-size: 13px;
  line-height: 1.6;
  color: #5f7180;
  margin-bottom: 6px;
}
.hby-product-wholesale-box {
  position: relative !important;
  width: 100% !important;
  height: auto !important;
  min-height: 82px !important;
  max-height: none !important;

  box-sizing: border-box !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;

  margin: 18px 0 0 0 !important;
  border: 1px solid #c8d8df !important;
  border-radius: 12px !important;
  background: #eef6f8 !important;
  text-decoration: none !important;
  text-align: left !important;
}

.hby-product-wholesale-text {
  display: block !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

.hby-product-wholesale-title {
  display: block !important;
  font-size: 16px !important;
  line-height: 1.3 !important;
  font-weight: 800 !important;
  color: #0e4357 !important;
  padding: 10px 15px !important;
}

.hby-product-wholesale-desc {
  display: block !important;
  font-size: 13px !important;
  line-height: 1.4 !important;
  color: #5f7180 !important;
  margin: 0 !important;
  padding: 0px 15px !important;
}

.hby-product-wholesale-plus {
  position: static !important;
  transform: none !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 28px !important;
  height: 28px !important;

  font-size: 22px !important;
  line-height: 1 !important;
  font-weight: 400 !important;
  color: #3b9bbb !important;
  margin: 0 !important;
  padding: 0 !important;
}

.hby-product-wholesale-box:hover {
  background: #e5f2f5 !important;
  text-decoration: none !important;
}
.hby-product-lower-section {
  position: relative;
  background: #f4f9fb !important;
  padding: 48px 20px 60px;
  border-top: 1px solid #dbe5ea;

  box-shadow: 0 0 0 100vmax #f4f9fb;
  clip-path: inset(0 -100vmax);
}

.hby-product-lower-section .vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.hby-product-lower-wrap {
  width: 100%;
  max-width: 1036px;
  margin: 0 auto;
}

.hby-product-features {
  margin-bottom: 44px;
}

.hby-product-features h2,
.hby-product-details h2 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 800;
  color: #0e4357;
  margin: 0 0 16px;
}

.hby-product-features-box {
  background: #ffffff;
  border: 1px solid #dbe5ea;
  border-radius: 14px;
  padding: 28px 30px;
}

.hby-product-features-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hby-product-features-box li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 16px;
  font-size: 15px;
  line-height: 1.55;
  color: #0f2633;
}

.hby-product-features-box li:last-child {
  margin-bottom: 0;
}

.hby-product-features-box li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 5px;
  width: 7px;
  height: 12px;
  border-right: 2px solid #17734d;
  border-bottom: 2px solid #17734d;
  transform: rotate(45deg);
}

.hby-product-features-box strong {
  color: #0e4357;
  font-weight: 800;
}

.hby-product-details {
  margin-top: 0;
}

.hby-product-detail-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  align-items: center;
  background: #ffffff;
  border: 1px solid #dbe5ea;
  border-radius: 14px;
  padding: 20px;
  margin-bottom: 20px;
}

.hby-product-detail-card-reverse .hby-product-detail-image {
  order: 2;
}

.hby-product-detail-card-reverse .hby-product-detail-text {
  order: 1;
}

.hby-product-detail-image {
  width: 100%;
  min-height: 300px;
  border-radius: 12px;
  overflow: hidden;
  background: repeating-linear-gradient(
    45deg,
    #eef9fb,
    #eef9fb 12px,
    #e6f5f8 12px,
    #e6f5f8 24px
  );
  display: flex;
  align-items: center;
  justify-content: center;
}

.hby-product-detail-image img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
  display: block;
}

.hby-product-detail-text {
  padding: 20px 22px;
}

.hby-product-detail-text h3 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 800;
  color: #0e4357;
  margin: 0 0 10px;
}

.hby-product-detail-text p {
  font-size: 15px;
  line-height: 1.65;
  color: #5f7180;
  margin: 0;
}

@media (max-width: 768px) {
  .hby-product-lower-section {
    padding: 38px 16px 46px;
  }

  .hby-product-features h2,
  .hby-product-details h2 {
    font-size: 22px;
  }

  .hby-product-features-box {
    padding: 22px 20px;
  }

  .hby-product-features-box li {
    font-size: 14px;
    padding-left: 26px;
  }

  .hby-product-detail-card {
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .hby-product-detail-card-reverse .hby-product-detail-image,
  .hby-product-detail-card-reverse .hby-product-detail-text {
    order: initial;
  }

  .hby-product-detail-image,
  .hby-product-detail-image img {
    min-height: 220px;
  }

  .hby-product-detail-text {
    padding: 10px 4px 4px;
  }

  .hby-product-detail-text h3 {
    font-size: 19px;
  }

  .hby-product-detail-text p {
    font-size: 14px;
  }
}
.hby-product-specs-section,
.hby-product-faq-section {
  position: relative;
  background: #f4f9fb !important;
  padding: 40px 20px;
  box-shadow: 0 0 0 100vmax #f4f9fb;
  clip-path: inset(0 -100vmax);
}

.hby-product-specs-section {
  border-top: 1px solid #dbe5ea;
}

.hby-product-faq-section {
  border-top: 1px solid #dbe5ea;
  padding-top: 34px;
  padding-bottom: 54px;
}

.hby-product-specs-section .vc_column-inner,
.hby-product-faq-section .vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.hby-product-specs-wrap,
.hby-product-faq-wrap {
  width: 100%;
  max-width: 1036px;
  margin: 0 auto;
}

.hby-product-specs-wrap h2,
.hby-product-faq-wrap h2 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 800;
  color: #0e4357;
  margin: 0 0 18px;
}

/* Ürün özellikleri tablo */

.hby-product-specs-table-wrap {
  width: 100%;
  overflow-x: auto;
  border-radius: 12px;
}

.hby-product-specs-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #ffffff;
  border: 1px solid #dbe5ea;
  border-radius: 12px;
  overflow: hidden;
}

.hby-product-specs-table th,
.hby-product-specs-table td {
  font-size: 14px;
  line-height: 1.45;
  padding: 15px 18px;
  border-bottom: 1px solid #dbe5ea;
  text-align: left;
  vertical-align: middle;
}

.hby-product-specs-table tr:last-child th,
.hby-product-specs-table tr:last-child td {
  border-bottom: none;
}

.hby-product-specs-table th {
  width: 42%;
  background: #f4f9fb;
  color: #0e4357;
  font-weight: 800;
}

.hby-product-specs-table td {
  background: #ffffff;
  color: #0f2633;
}

/* FAQ açılır kapanır */

.hby-product-faq-list {
  background: #ffffff;
  border: 1px solid #dbe5ea;
  border-radius: 12px;
  overflow: hidden;
}

.hby-product-faq-item {
  border-bottom: 1px solid #dbe5ea;
}

.hby-product-faq-item:last-child {
  border-bottom: none;
}

.hby-product-faq-item summary {
  position: relative;
  cursor: pointer;
  list-style: none;
  padding: 18px 52px 18px 22px;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 800;
  color: #0e4357;
  background: #ffffff;
}

.hby-product-faq-item summary::-webkit-details-marker {
  display: none;
}

.hby-product-faq-item summary::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  line-height: 1;
  font-weight: 400;
  color: #3b9bbb;
}

.hby-product-faq-item[open] summary::after {
  content: "−";
}

.hby-product-faq-content {
  padding: 0 22px 18px;
  font-size: 14px;
  line-height: 1.65;
  color: #5f7180;
  background: #ffffff;
}

@media (max-width: 768px) {
  .hby-product-specs-section,
  .hby-product-faq-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hby-product-specs-wrap h2,
  .hby-product-faq-wrap h2 {
    font-size: 22px;
  }

  .hby-product-specs-table {
    min-width: 620px;
  }

  .hby-product-specs-table th,
  .hby-product-specs-table td {
    font-size: 13px;
    padding: 14px 14px;
  }

  .hby-product-faq-item summary {
    font-size: 15px;
    padding: 17px 46px 17px 18px;
  }

  .hby-product-faq-content {
    font-size: 13px;
    padding: 0 18px 17px;
  }
}



/* Ürün sayfası: adet + buton alanı düzeni */
.single-product form.cart {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  align-items: center !important;
}

/* Sadece ürün sayfası adet seçici düzeltmesi */
.single-product form.cart .quantity {
  width: 122px !important;
  height: 42px !important;
  min-width: 122px !important;
  max-width: 122px !important;
  display: inline-grid !important;
  grid-template-columns: 38px 1fr 38px !important;
  align-items: center !important;
  border: 1px solid #dbe5ea !important;
  border-radius: 999px !important;
  overflow: hidden !important;
  background: #ffffff !important;
  margin: 0 0 18px 0 !important;
  padding: 0 !important;
}

.single-product form.cart .quantity .minus,
.single-product form.cart .quantity .plus {
  width: 38px !important;
  height: 42px !important;
  min-height: 42px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: none !important;
  background: transparent !important;
  color: #0e4357 !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.single-product form.cart .quantity input.qty {
  width: 46px !important;
  height: 42px !important;
  min-height: 42px !important;
  border: none !important;
  border-left: 1px solid #dbe5ea !important;
  border-right: 1px solid #dbe5ea !important;
  background: transparent !important;
  color: #0e4357 !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 42px !important;
  text-align: center !important;
  padding: 0 !important;
  margin: 0 !important;
  box-shadow: none !important;
}

.single-product form.cart .quantity input.qty::-webkit-outer-spin-button,
.single-product form.cart .quantity input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.single-product form.cart .quantity input.qty {
  -moz-appearance: textfield;
}

/* Sepete ekle butonu */
.single-product form.cart .single_add_to_cart_button {
  width: 100% !important;
  height: 56px !important;
  margin-top: 10px !important;
  border-radius: 999px !important;
  background: #ee8069 !important;
  color: #ffffff !important;
  border: none !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
}

.single-product form.cart .single_add_to_cart_button::before {
  content: "🛒";
  font-size: 17px;
  line-height: 1;
}

.single-product form.cart .single_add_to_cart_button:hover {
  background: #e66f58 !important;
  color: #ffffff !important;
}

/* Hemen al / Şimdi satın al butonu */
.single-product .wd-buy-now-btn,
.single-product .woodmart-buy-now-btn,
.single-product form.cart .wd-buy-now-btn,
.single-product form.cart .woodmart-buy-now-btn,
.single-product form.cart button[name="wd_buy_now"] {
  width: 100% !important;
  height: 56px !important;
  margin-top: 10px !important;
  border-radius: 999px !important;
  background: #174f5a !important;
  color: #ffffff !important;
  border: none !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.single-product .wd-buy-now-btn:hover,
.single-product .woodmart-buy-now-btn:hover,
.single-product form.cart button[name="wd_buy_now"]:hover {
  background: #0f3f49 !important;
  color: #ffffff !important;
}

/* Butonlar alt alta düzgün dursun */
.single-product form.cart .single_add_to_cart_button,
.single-product form.cart .wd-buy-now-btn,
.single-product form.cart .woodmart-buy-now-btn,
.single-product form.cart button[name="wd_buy_now"] {
  flex: 0 0 100% !important;
}

.hpb-range6-wrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.hpb-range6-head {
  max-width: 680px;
  margin-bottom: 36px;
}

.hpb-range6-eyebrow {
  margin-bottom: 12px;
  color: #ef806d;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.hpb-range6-head h2 {
  margin: 0 0 14px !important;
  color: #174f59;
  font-size: 36px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -1.4px;
}

.hpb-range6-head p {
  margin: 0 !important;
  color: #5f6f77;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 400;
}

/* Masaüstünde 3 sütun, toplam 6 kutu */
.hpb-range6-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.hpb-range6-card {
  min-width: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid #dce5e7;
  border-radius: 17px;
  box-sizing: border-box;
}

.hpb-range6-photo {
  height: 150px;
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    repeating-linear-gradient(
      45deg,
      rgba(239, 128, 109, 0.08) 0,
      rgba(239, 128, 109, 0.08) 14px,
      rgba(239, 128, 109, 0.03) 14px,
      rgba(239, 128, 109, 0.03) 28px
    ),
    #fff2ef;
  text-align: center;
}

.hpb-range6-photo span {
  padding: 0 18px;
  color: #e75f4c;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 500;
}

.hpb-range6-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.hpb-range6-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 18px 20px 22px;
}

.hpb-range6-body h3 {
  margin: 0 0 8px !important;
  color: #174f59;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -0.4px;
}

.hpb-range6-body p {
  margin: 0 0 18px !important;
  color: #5f6f77;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 400;
}

.hpb-range6-link {
  margin-top: auto;
  display: inline-block;
  color: #e75f4c;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 800;
  text-decoration: none;
}

.hpb-range6-link:hover {
  color: #174f59;
  text-decoration: none;
}

/* Tablet: 2 sütun */
@media (max-width: 900px) {
  .hpb-range6-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Mobil: 1 sütun */
@media (max-width: 600px) {
  .hpb-range6-head {
    margin-bottom: 26px;
  }

  .hpb-range6-head h2 {
    font-size: 30px;
    letter-spacing: -1px;
  }

  .hpb-range6-head p {
    font-size: 16px;
  }

  .hpb-range6-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .hpb-range6-photo {
    height: 170px;
    min-height: 170px;
  }
}.hby-resource-section {
  --section-bg: #ffffff;

  padding: 48px 30px;
  background: var(--section-bg);
  box-sizing: border-box;
}

.hby-resource-inner {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
}

.hby-resource-eyebrow {
  margin-bottom: 22px;
  color: #ef806d;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.hby-resource-title {
  margin: 0 0 16px !important;
  color: #071f35;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -0.6px;
}

.hby-resource-intro {
  max-width: 850px;
  margin: 0 0 26px !important;
  color: #536779;
  font-size: 15px;
  line-height: 1.6;
}

.hby-resource-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.hby-resource-card {
  min-width: 0;
  padding: 22px 18px;
  background: #ffffff;
  border-radius: 15px;
  box-sizing: border-box;
}

.hby-resource-icon {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1;
}

.hby-resource-card h3 {
  margin: 0 0 9px !important;
  color: #071f35;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 800;
}

.hby-resource-card p {
  margin: 0 0 4px !important;
  color: #536779;
  font-size: 14px;
  line-height: 1.55;
}

.hby-resource-link {
  display: inline-block;
  color: #27b8dc;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
  text-decoration: none;
}

.hby-resource-link:hover {
  text-decoration: underline;
}

@media (max-width: 700px) {
  .hby-resource-section {
    padding: 38px 20px;
  }

  .hby-resource-grid {
    grid-template-columns: 1fr;
  }

  .hby-resource-title {
    font-size: 25px;
  }
}