:root {
  --gk-blog-ink: #18253d;
  --gk-blog-ink-soft: #64748b;
  --gk-blog-brand: #1f3558;
  --gk-blog-brand-2: #28466f;
  --gk-blog-accent: #2f6f84;
  --gk-blog-border: rgba(31, 53, 88, 0.12);
  --gk-blog-shadow: 0 20px 42px rgba(15, 23, 42, 0.08);
  --gk-blog-shell: min(100% - 32px, 1320px);
  --gk-blog-content: min(100% - 32px, 1120px);
}

body.wp-theme-gurbet.blog,
body.wp-theme-gurbet.archive,
body.wp-theme-gurbet.category,
body.wp-theme-gurbet.tag,
body.wp-theme-gurbet.single-post {
  background: #f6f8fb;
}

body.wp-theme-gurbet.blog main#main,
body.wp-theme-gurbet.archive main#main,
body.wp-theme-gurbet.category main#main,
body.wp-theme-gurbet.tag main#main,
body.wp-theme-gurbet.single-post main#main,
body.wp-theme-gurbet.blog #main.site-main,
body.wp-theme-gurbet.archive #main.site-main,
body.wp-theme-gurbet.category #main.site-main,
body.wp-theme-gurbet.tag #main.site-main,
body.wp-theme-gurbet.single-post #main.site-main {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.gk-blog-hero,
.gk-blog-single__hero {
  position: relative;
  width: var(--gk-blog-shell);
  max-width: 1320px;
  margin: 0 auto clamp(28px, 4vw, 44px);
  padding: clamp(42px, 5vw, 68px) clamp(20px, 3vw, 34px);
  border-radius: 32px;
  overflow: hidden;
  isolation: isolate;
  min-height: clamp(180px, 18vw, 240px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: var(--gk-blog-brand);
  background-image:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 46%),
    linear-gradient(120deg, rgba(24, 37, 61, 0.14), rgba(31, 53, 88, 0.98));
  background-size: cover;
  background-position: center;
  box-shadow: var(--gk-blog-shadow);
}

.gk-blog-hero::after,
.gk-blog-single__hero::after {
  content: "";
  position: absolute;
  inset: auto -12% -35% auto;
  width: clamp(220px, 30vw, 420px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.22), transparent 68%);
  pointer-events: none;
}

.gk-blog-hero__inner,
.gk-blog-single__hero-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0;
}

.gk-blog-hero__title,
.gk-blog-single__title {
  max-width: 980px;
  margin: 0 auto;
  color: #fff;
  font-size: clamp(28px, 4vw, 54px);
  line-height: 1.02;
  letter-spacing: -0.045em;
  font-weight: 900;
  text-wrap: balance;
}

.gk-blog-hero__desc,
.gk-blog-single__meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px 14px;
  max-width: 920px;
  margin: 18px auto 0;
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(14px, 1.05vw, 17px);
  line-height: 1.6;
}

.gk-blog-hero__desc p {
  margin: 0;
}

.gk-blog-single__meta a {
  color: #fff;
  text-decoration: none;
}

.gk-blog-shell,
.gurbet-home-latest-posts .gurbet-home-latest-inner {
  width: var(--gk-blog-shell);
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 0 clamp(40px, 5vw, 68px);
}

.gurbet-home-latest-posts {
  padding: clamp(56px, 7vw, 92px) 0;
}

.gurbet-section-heading {
  margin: 0 auto 34px;
  max-width: 760px;
}

.gurbet-section-heading h2 {
  color: var(--gk-blog-ink);
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.04;
  letter-spacing: -0.04em;
  font-weight: 900;
}

.gurbet-section-heading p {
  color: var(--gk-blog-ink-soft);
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.7;
  margin: 12px auto 0;
}

.gk-blog-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin-left: -14px;
  margin-right: -14px;
  row-gap: 24px;
}

.gk-blog-teaser-slot {
  padding-left: 14px;
  padding-right: 14px;
}

.gk-blog-teaser {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100%;
  border: 1px solid var(--gk-blog-border);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.98);
  overflow: hidden;
  box-shadow: var(--gk-blog-shadow);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.gk-blog-teaser:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 60px rgba(26, 14, 61, 0.16);
}

.gk-blog-teaser__media {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1.91 / 1;
  min-height: 0;
  overflow: hidden;
  background: linear-gradient(135deg, #f6f9fd 0%, #e9eff7 100%);
}

.gk-blog-teaser__media img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
  object-position: center center;
}

.gk-blog-teaser__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 18px 18px 16px;
  color: var(--gk-blog-ink);
}

.gk-blog-teaser__title {
  margin: 0 0 14px;
  color: var(--gk-blog-ink);
  font-size: clamp(18px, 1.55vw, 23px);
  line-height: 1.18;
  letter-spacing: -0.025em;
  font-weight: 800;
  min-height: calc(1.22em * 3);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.gk-blog-teaser__title a {
  color: inherit;
  text-decoration: none;
}

.gk-blog-teaser__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  color: var(--gk-blog-ink-soft);
  font-size: 14px;
  line-height: 1.55;
  margin: 0 0 14px;
}

.gk-blog-teaser__excerpt {
  color: #463f5d;
  font-size: 14px;
  line-height: 1.7;
  min-height: calc(1.7em * 3);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.gk-blog-teaser__footer {
  margin-top: auto;
  padding-top: 14px;
}

.gk-blog-teaser__button,
.gk-blog-post-nav__link,
.gurbet-home-more .gurbet-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(31, 53, 88, 0.18);
  background: #fff;
  color: var(--gk-blog-brand);
  font-weight: 800;
  text-decoration: none;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.gk-blog-teaser__button:hover,
.gk-blog-post-nav__link:hover,
.gurbet-home-more .gurbet-button:hover {
  background: var(--gk-blog-brand);
  border-color: var(--gk-blog-brand);
  color: #fff;
  transform: translateY(-1px);
}

.gurbet-home-more .gurbet-button {
  background: var(--gk-blog-brand);
  border-color: var(--gk-blog-brand);
  color: #fff;
}

.gk-blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 44px auto 0;
}

.gk-blog-pagination a,
.gk-blog-pagination span.current {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid var(--gk-blog-border);
  background: #fff;
  color: var(--gk-blog-brand);
  text-decoration: none;
  font-weight: 700;
}

.gk-blog-pagination span.current,
.gk-blog-pagination a:hover {
  background: var(--gk-blog-brand);
  border-color: var(--gk-blog-brand);
  color: #fff;
}

.gk-blog-single__shell,
.gk-blog-post-nav {
  width: var(--gk-blog-content);
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.gk-blog-single__content,
.gk-blog-single__content #text-alani,
.gk-blog-single__content .kisa-text,
.gk-blog-single__content > .container {
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  color: var(--gk-blog-ink);
  font-size: clamp(18px, 1.3vw, 21px);
  line-height: 1.8;
}

.gk-blog-single__content #giris-alani,
.gk-blog-single__content .giris-tasarim,
.gk-blog-single__content > style:first-child {
  display: none;
}

.gk-blog-single__content h2,
.gk-blog-single__content h3,
.gk-blog-single__content h4 {
  color: var(--gk-blog-ink);
  font-weight: 900;
  letter-spacing: -0.03em;
  margin-top: 1.4em;
  margin-bottom: 0.5em;
}

.gk-blog-single__content p,
.gk-blog-single__content li {
  color: inherit;
}

.gk-blog-single__footer {
  margin-top: 36px;
  color: var(--gk-blog-ink-soft);
}

.gk-blog-post-nav {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 64px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  margin-top: clamp(34px, 4vw, 52px);
  margin-bottom: clamp(42px, 5vw, 64px);
}

.gk-blog-post-nav__slot {
  min-width: 0;
}

.gk-blog-post-nav__slot--prev {
  justify-self: start;
}

.gk-blog-post-nav__slot--next {
  justify-self: end;
}

.gk-blog-post-nav__link {
  width: 100%;
  min-height: 52px;
  padding: 12px 18px;
  text-align: left;
}

.gk-blog-post-nav__slot--next .gk-blog-post-nav__link {
  text-align: right;
}

.gk-blog-post-nav__link .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.3;
}

.gk-blog-post-nav__discover {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gk-blog-brand), var(--gk-blog-brand-2));
  color: #fff;
  text-decoration: none;
  font-size: 21px;
  box-shadow: 0 18px 30px rgba(41, 27, 90, 0.2);
}

@media (max-width: 991px) {
  :root {
    --gk-blog-shell: min(100% - 24px, 1320px);
    --gk-blog-content: min(100% - 24px, 1120px);
  }

  .gk-blog-teaser-slot {
    width: 100%;
    max-width: 580px;
  }
}

@media (max-width: 767px) {
  .gk-blog-hero,
  .gk-blog-single__hero {
    min-height: 160px;
    padding: 32px 16px;
    border-radius: 24px;
  }

  .gk-blog-shell,
  .gurbet-home-latest-posts .gurbet-home-latest-inner,
  .gk-blog-single__shell,
  .gk-blog-post-nav {
    width: min(100% - 20px, 1320px);
  }

  .gk-blog-teaser__media {
    min-height: 0;
  }

  .gk-blog-post-nav {
    grid-template-columns: 1fr;
  }

  .gk-blog-post-nav__slot--prev,
  .gk-blog-post-nav__slot--next {
    justify-self: stretch;
  }

  .gk-blog-post-nav__link,
  .gk-blog-post-nav__slot--next .gk-blog-post-nav__link {
    text-align: left;
  }
}


.gk-blog-hero__title,
.gk-blog-single__title,
.gk-blog-single__meta,
.gk-blog-single__meta a,
.gk-blog-hero__desc {
  color: #fff !important;
}


/* 20260701-07 corporate blog polish */
:root {
  --gk-blog-ink: #1c2550;
  --gk-blog-ink-soft: #6c7892;
  --gk-blog-brand: #2b2d83;
  --gk-blog-brand-2: #23256d;
  --gk-blog-accent: #d62839;
  --gk-blog-border: rgba(43, 45, 131, 0.10);
  --gk-blog-shadow: 0 20px 42px rgba(25, 35, 68, 0.08);
}

.gk-blog-hero,
.gk-blog-single__hero {
  background-color: var(--gk-blog-brand);
  background-image:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 46%),
    linear-gradient(135deg, rgba(28, 37, 80, 0.22), rgba(35, 37, 109, 0.98));
  border-radius: 34px;
}

.gk-blog-hero__title,
.gk-blog-single__title {
  font-size: clamp(30px, 4.1vw, 58px);
  line-height: 1.04;
  letter-spacing: -0.05em;
  text-shadow: 0 2px 10px rgba(14, 18, 46, .14);
}

.gk-blog-teaser {
  border-radius: 26px;
  border-color: rgba(43, 45, 131, .08);
  box-shadow: 0 20px 46px rgba(25, 35, 68, .08);
}

.gk-blog-teaser__media {
  min-height: 0;
  font-size: 0;
  line-height: 0;
  background: linear-gradient(135deg, #f6f9fd 0%, #e9eff7 100%);
}

.gk-blog-teaser__media img {
  vertical-align: middle;
}

.gk-blog-teaser__body {
  padding: 22px 20px 18px;
}

.gk-blog-teaser__title {
  font-size: clamp(20px, 1.55vw, 25px);
  line-height: 1.14;
  min-height: calc(1.14em * 3);
}

.gk-blog-teaser__meta {
  margin-bottom: 12px;
}

.gk-blog-teaser__excerpt {
  color: #4b5670;
  font-size: 15px;
}

.gk-blog-teaser__button,
.gk-blog-post-nav__link,
.gurbet-home-more .gurbet-button {
  min-height: 44px;
  padding: 0 18px;
  border-color: rgba(43, 45, 131, .14);
}

.gurbet-home-more .gurbet-button {
  min-height: 48px;
  padding: 0 22px;
}

.gk-blog-pagination a,
.gk-blog-pagination span.current {
  border-color: rgba(43, 45, 131, .14);
}

@media (max-width: 767px) {
  .gk-blog-hero,
  .gk-blog-single__hero {
    border-radius: 24px;
  }

  .gk-blog-teaser__media {
    min-height: 0;
  }

  .gk-blog-teaser__body {
    padding: 18px 16px 16px;
  }
}


/* 20260701-12 unified entry hero authority */
.gk-entry-hero,
body.wp-theme-gurbet .gk-entry-hero {
  position: relative;
  width: var(--gk-blog-shell);
  max-width: 1320px;
  margin: 0 auto clamp(30px, 4vw, 48px);
  padding: clamp(44px, 5vw, 72px) clamp(20px, 3.2vw, 36px);
  min-height: clamp(180px, 18vw, 248px);
  border-radius: 32px;
  overflow: hidden;
  isolation: isolate;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: var(--gk-blog-brand) !important;
  background-image: linear-gradient(135deg, rgba(255,255,255,.08), transparent 46%), linear-gradient(135deg, rgba(28,37,80,.22), rgba(35,37,109,.98)) !important;
  background-size: cover !important;
  background-position: center !important;
  box-shadow: var(--gk-blog-shadow);
}
.gk-entry-hero::before,
body.wp-theme-gurbet .gk-entry-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(14,18,46,.14), rgba(14,18,46,.08));
  pointer-events: none;
}
.gk-entry-hero::after,
body.wp-theme-gurbet .gk-entry-hero::after {
  content: "";
  position: absolute;
  inset: auto -12% -35% auto;
  width: clamp(220px, 30vw, 420px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,.20), transparent 68%);
  pointer-events: none;
}
.gk-entry-hero__inner,
body.wp-theme-gurbet .gk-entry-hero__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0;
}
.gk-entry-hero__title,
body.wp-theme-gurbet .gk-entry-hero__title {
  max-width: 980px;
  margin: 0 auto;
  color: #fff !important;
  font-size: clamp(30px, 4.1vw, 58px);
  line-height: 1.04;
  letter-spacing: -0.05em;
  font-weight: 900;
  text-wrap: balance;
  text-shadow: 0 2px 10px rgba(14,18,46,.14);
  -webkit-text-fill-color: #fff !important;
}
.gk-entry-hero__meta,
body.wp-theme-gurbet .gk-entry-hero__meta,
body.wp-theme-gurbet .gk-entry-hero .lead {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px 14px;
  max-width: 920px;
  margin: 18px auto 0;
  color: rgba(255,255,255,.92) !important;
  font-size: clamp(14px, 1.05vw, 17px);
  line-height: 1.6;
  text-align: center;
  -webkit-text-fill-color: rgba(255,255,255,.92) !important;
}
.gk-entry-hero__meta p,
.gk-entry-hero__meta span { margin: 0; }
.gk-entry-hero__meta a,
body.wp-theme-gurbet .gk-entry-hero__meta a {
  color: #fff !important;
  text-decoration: none;
}
.gk-entry-hero--page .gk-entry-hero__inner {
  max-width: 980px;
}
.gk-entry-hero--archive .gk-entry-hero__meta {
  max-width: 840px;
}
.gk-entry-hero--single {
  min-height: clamp(220px, 22vw, 320px);
}
@media (max-width: 767px) {
  .gk-entry-hero,
  body.wp-theme-gurbet .gk-entry-hero {
    width: min(100% - 20px, 1320px);
    min-height: 164px;
    padding: 32px 16px;
    border-radius: 24px;
  }
  .gk-entry-hero__title,
  body.wp-theme-gurbet .gk-entry-hero__title {
    font-size: clamp(26px, 9vw, 40px);
  }
  .gk-entry-hero__meta,
  body.wp-theme-gurbet .gk-entry-hero__meta,
  body.wp-theme-gurbet .gk-entry-hero .lead {
    font-size: 14px;
    gap: 8px 10px;
  }
}

/* 20260702-03 homepage blog CTA spacing authority */
.gurbet-home-latest-posts .gurbet-home-more {
  margin-top: clamp(28px, 3.8vw, 44px);
  padding-top: 6px;
}
.gurbet-home-latest-posts .gurbet-home-more .gurbet-button {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .gurbet-home-latest-posts .gurbet-home-more {
    margin-top: 22px;
  }
}

/* 20260702-07 palette authority bridge */
:root {
  --gk-blog-ink: var(--gk-heading);
  --gk-blog-ink-soft: var(--gk-muted);
  --gk-blog-brand: var(--gk-brand);
  --gk-blog-brand-2: var(--gk-brand-strong);
  --gk-blog-accent: var(--gk-accent);
}



/* 20260702-17 blog gloss polish bridge */
.gk-blog-teaser__media::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,.12) 0%, rgba(255,255,255,0) 34%),
    radial-gradient(circle at top right, rgba(255,255,255,.14), transparent 44%);
  pointer-events: none;
}
.gk-blog-teaser {
  border-color: rgba(43, 45, 131, .10);
}
.gk-blog-teaser__body {
  background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(248,250,255,.92));
}



/* 20260702-18 blog gloss render regression fix */
.gk-blog-teaser::before,
.gk-blog-teaser__media::before {
  opacity: .68;
}
.gk-blog-teaser__body {
  background: rgba(255,255,255,.96) !important;
}



/* 20260702-19 blog render stabilization */
.gk-blog-teaser__media::before,
.gk-blog-teaser::before {
  display: none !important;
}
.gk-blog-teaser {
  box-shadow: var(--gk-blog-shadow) !important;
}


/* 20260702-20 blog gloss rollback authority */
.gk-blog-teaser,
.gk-blog-teaser__body {
  background: #fff !important;
  box-shadow: var(--gk-blog-shadow) !important;
}
.gk-blog-teaser::before,
.gk-blog-teaser__media::before {
  content: none !important;
  display: none !important;
}

/* 20260703 guide article polish: scoped to the three official-guide posts */
.gk-guide-article {
  --gk-guide-card: rgba(255, 255, 255, 0.94);
  --gk-guide-line: rgba(31, 53, 88, 0.13);
  --gk-guide-soft: rgba(47, 111, 132, 0.08);
}

.gk-guide-article .lead {
  margin: 0 0 clamp(20px, 2.6vw, 30px);
  color: var(--gk-blog-ink);
  font-size: clamp(18px, 1.6vw, 23px);
  line-height: 1.72;
  letter-spacing: -0.015em;
}

.gk-guide-article h2 {
  margin-top: clamp(34px, 4vw, 52px);
  margin-bottom: 14px;
  color: var(--gk-blog-ink);
  font-size: clamp(25px, 2.4vw, 36px);
  line-height: 1.15;
  letter-spacing: -0.035em;
}

.gk-guide-article h3 {
  margin: 0 0 8px;
  color: var(--gk-blog-brand);
  font-size: clamp(18px, 1.35vw, 22px);
  line-height: 1.25;
  font-weight: 800;
}

.gk-guide-article .gk-legal-short,
.gk-guide-article .gk-guide-note,
.gk-guide-article .gk-guide-source,
.gk-guide-article .gk-guide-card {
  margin: 20px 0;
  padding: clamp(18px, 2.2vw, 26px);
  border: 1px solid var(--gk-guide-line);
  border-radius: 22px;
  background: var(--gk-guide-card);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.07);
}

.gk-guide-article .gk-legal-short,
.gk-guide-article .gk-guide-note {
  border-left: 5px solid #f2b100;
  background: linear-gradient(90deg, rgba(255, 250, 238, 0.96), rgba(255, 255, 255, 0.94));
}

.gk-guide-article .gk-guide-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: clamp(22px, 3vw, 34px) 0;
}

.gk-guide-article .gk-guide-card {
  margin: 0;
  background: linear-gradient(180deg, #fff, rgba(248, 250, 255, 0.92));
}

.gk-guide-article .gk-guide-card p:last-child,
.gk-guide-article .gk-guide-note p:last-child,
.gk-guide-article .gk-guide-source p:last-child {
  margin-bottom: 0;
}


/* 20260705 depth consistency blocks: shared across all translated blog posts */
.gk-depth-consistency {
  --gk-depth-card: rgba(255, 255, 255, 0.96);
  --gk-depth-line: rgba(31, 53, 88, 0.13);
  --gk-depth-soft: rgba(245, 248, 253, 0.92);
  margin: clamp(30px, 4vw, 52px) 0;
}

.gk-depth-consistency .gk-guide-note,
.gk-depth-consistency .gk-guide-panel {
  border: 1px solid var(--gk-depth-line);
  border-radius: 22px;
  background: var(--gk-depth-card);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.07);
}

.gk-depth-consistency .gk-guide-note {
  margin: 0 0 18px;
  padding: clamp(18px, 2.2vw, 26px);
  border-left: 5px solid #f2b100;
}

.gk-depth-consistency .gk-guide-legal-note {
  margin-top: 18px;
  background: linear-gradient(180deg, rgba(255, 252, 246, 0.98), rgba(255, 255, 255, 0.96));
}

.gk-depth-consistency .gk-guide-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.gk-depth-consistency .gk-guide-panel {
  padding: clamp(18px, 2.1vw, 25px);
  background: linear-gradient(180deg, #fff, var(--gk-depth-soft));
}

.gk-depth-consistency h2 {
  margin: 0 0 14px;
  color: var(--gk-blog-brand);
  font-size: clamp(20px, 1.75vw, 27px);
  line-height: 1.22;
  letter-spacing: -0.03em;
}

.gk-depth-consistency ul {
  margin: 0;
  padding-left: 1.1em;
}

.gk-depth-consistency[dir="rtl"] ul {
  padding-right: 1.1em;
  padding-left: 0;
}

.gk-depth-consistency li + li {
  margin-top: 10px;
}

.gk-depth-consistency p:last-child,
.gk-depth-consistency li:last-child {
  margin-bottom: 0;
}

@media (max-width: 760px) {
  .gk-depth-consistency .gk-guide-columns {
    grid-template-columns: 1fr;
  }
}

.gk-guide-article .gk-guide-actions,
.gk-guide-article .gk-guide-store-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin: 18px 0;
}

.gk-guide-article .gk-guide-actions br,
.gk-guide-article .gk-guide-store-links br {
  display: none;
}

.gk-guide-article .gurbet-button {
  min-height: 44px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid rgba(31, 53, 88, 0.18);
  background: #fff;
  color: var(--gk-blog-brand);
  font-weight: 800;
  text-decoration: none;
}

.gk-guide-article .gurbet-button:hover,
.gk-guide-article .gurbet-button:focus-visible {
  border-color: var(--gk-blog-brand);
  background: var(--gk-blog-brand);
  color: #fff;
}

.gk-guide-article .gk-guide-store-links img {
  display: block;
  width: auto;
  max-height: 48px;
}

.gk-guide-article .gk-guide-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: clamp(22px, 3vw, 34px) 0;
}

.gk-guide-article .gk-guide-gallery figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--gk-guide-line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.06);
}

.gk-guide-article .gk-guide-gallery img,
.gk-guide-article figure.wp-block-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
}

.gk-guide-article .gk-guide-gallery figcaption {
  padding: 10px 12px;
  color: var(--gk-blog-ink-soft);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 991px) {
  .gk-guide-article .gk-guide-cards,
  .gk-guide-article .gk-guide-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .gk-guide-article .gk-guide-cards,
  .gk-guide-article .gk-guide-gallery {
    grid-template-columns: 1fr;
  }

  .gk-guide-article .gurbet-button,
  .gk-guide-article .gk-guide-store-links a {
    width: 100%;
  }

  .gk-guide-article .gk-guide-store-links img {
    margin: 0 auto;
  }
}


/* 20260703 comments shell authority */
body.wp-theme-gurbet.single-post #comments.gk-comments-shell {
  width: var(--gk-blog-content);
  max-width: 1120px;
  margin: clamp(28px, 4vw, 52px) auto 0;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(31, 53, 88, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.06);
}

body.wp-theme-gurbet.single-post #comments-title,
body.wp-theme-gurbet.single-post .comment-reply-title {
  margin: 0 0 18px;
  color: var(--gk-blog-ink);
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: 1.15;
  letter-spacing: -0.035em;
  font-weight: 900;
}

body.wp-theme-gurbet.single-post #comments .commentlist,
body.wp-theme-gurbet.single-post #comments .gk-comment-list {
  width: 100%;
  max-width: none;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

body.wp-theme-gurbet.single-post #comments .commentlist > li.comment {
  margin: 0 0 16px;
  padding: 18px;
  border: 1px solid rgba(31, 53, 88, 0.1);
  border-radius: 18px;
  background: #fff;
}

body.wp-theme-gurbet.single-post #comments .comment-meta {
  min-height: 40px;
  height: auto;
  margin-bottom: 12px;
  color: var(--gk-blog-ink-soft);
}

body.wp-theme-gurbet.single-post #comments .commentlist .avatar {
  position: static;
  width: 44px;
  height: 44px;
  margin-right: 10px;
  box-shadow: none;
  vertical-align: middle;
}

body.wp-theme-gurbet.single-post #comments .comment-content,
body.wp-theme-gurbet.single-post #comments .comment-notes,
body.wp-theme-gurbet.single-post #comments .form-check-label {
  color: var(--gk-blog-ink-soft);
  line-height: 1.7;
}

body.wp-theme-gurbet.single-post #comments textarea.form-control {
  min-height: 150px;
}

body.wp-theme-gurbet.single-post #comments .form-submit {
  margin: 18px 0 0;
}

body.wp-theme-gurbet.single-post #comments .btn-primary {
  min-height: 46px;
  border: 0;
  border-radius: 999px;
  padding: 0 24px;
  background: var(--gk-blog-brand);
  color: #fff;
  font-weight: 800;
}

body.wp-theme-gurbet.single-post #comments .btn-primary:hover,
body.wp-theme-gurbet.single-post #comments .btn-primary:focus-visible {
  background: var(--gk-blog-brand-2);
  color: #fff;
}

body.wp-theme-gurbet.single-post #comments .gk-comment-nav {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 20px;
}

@media (max-width: 767px) {
  body.wp-theme-gurbet.single-post #comments.gk-comments-shell {
    width: min(100% - 24px, 1120px);
    padding: 20px 16px;
    border-radius: 20px;
  }
}


/* 20260703 traffic guide expansion components */
.gk-guide-article .gk-guide-toc {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin: clamp(22px, 3vw, 34px) 0;
  padding: 16px;
  border: 1px solid var(--gk-guide-line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
}

.gk-guide-article .gk-guide-toc strong {
  flex: 0 0 100%;
  color: var(--gk-blog-ink);
  font-size: 18px;
}

.gk-guide-article .gk-guide-toc a {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  border: 1px solid rgba(31, 53, 88, 0.14);
  border-radius: 999px;
  padding: 0 13px;
  background: #fff;
  color: var(--gk-blog-brand);
  font-weight: 800;
  text-decoration: none;
}

.gk-guide-article .gk-guide-toc a:hover,
.gk-guide-article .gk-guide-toc a:focus-visible {
  background: var(--gk-blog-brand);
  color: #fff;
}

.gk-guide-article .gk-guide-table-wrap {
  width: 100%;
  overflow-x: auto;
  margin: clamp(20px, 3vw, 32px) 0;
  border: 1px solid var(--gk-guide-line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

.gk-guide-article .gk-guide-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  color: var(--gk-blog-ink);
}

.gk-guide-article .gk-guide-table th,
.gk-guide-article .gk-guide-table td {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(31, 53, 88, 0.1);
  text-align: left;
  vertical-align: top;
}

.gk-guide-article .gk-guide-table th {
  background: rgba(31, 53, 88, 0.06);
  color: var(--gk-blog-brand);
  font-weight: 900;
}

.gk-guide-article .gk-guide-table tr:last-child td {
  border-bottom: 0;
}

.gk-guide-article .gk-guide-checklist {
  display: grid;
  gap: 10px;
  padding: 0;
  list-style: none;
}

.gk-guide-article .gk-guide-checklist li {
  position: relative;
  padding: 14px 16px 14px 44px;
  border: 1px solid var(--gk-guide-line);
  border-radius: 16px;
  background: #fff;
}

.gk-guide-article .gk-guide-checklist li::before {
  content: "✓";
  position: absolute;
  left: 16px;
  top: 14px;
  color: var(--gk-blog-accent);
  font-weight: 900;
}

@media (max-width: 640px) {
  .gk-guide-article .gk-guide-toc a {
    width: 100%;
    justify-content: center;
  }
}

/* 20260705 tax ID guide CTA component */
.gk-tax-id-article {
  position: relative;
}

.gk-tax-id-sticky-cta {
  position: sticky;
  top: 96px;
  z-index: 4;
  display: grid;
  grid-template-columns: minmax(120px, 180px) 1fr auto;
  gap: 18px;
  align-items: center;
  margin: clamp(22px, 3vw, 34px) 0;
  padding: 18px;
  border: 1px solid rgba(43, 45, 131, .13);
  border-left: 6px solid var(--gk-blog-accent);
  border-radius: 24px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 22px 48px rgba(25, 35, 68, .12);
  backdrop-filter: blur(12px);
}

.gk-tax-id-sticky-cta__media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 72px;
  border-radius: 18px;
  background: #f7fafc;
}

.gk-tax-id-sticky-cta__media img {
  max-width: min(100%, 154px);
  max-height: 54px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.gk-tax-id-sticky-cta__body {
  display: grid;
  gap: 4px;
  color: var(--gk-blog-ink);
}

.gk-tax-id-sticky-cta__body strong,
.gk-tax-id-inline-cta strong {
  color: var(--gk-blog-ink);
  font-size: clamp(18px, 1.6vw, 23px);
  line-height: 1.2;
  letter-spacing: -.02em;
}

.gk-tax-id-sticky-cta__body span,
.gk-tax-id-inline-cta p {
  margin: 0;
  color: var(--gk-blog-ink-soft);
  font-size: 15px;
  line-height: 1.58;
}


.gk-tax-id-sticky-cta > p,
.gk-tax-id-inline-cta > p:has(.gk-tax-id-inline-cta__button) {
  margin: 0;
}

.gk-tax-id-sticky-cta__button,
.gk-tax-id-inline-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--gk-blog-brand), var(--gk-blog-brand-2));
  color: #fff !important;
  font-weight: 800;
  text-decoration: none !important;
  box-shadow: 0 16px 30px rgba(31, 53, 88, .18);
}

.gk-tax-id-sticky-cta__button:hover,
.gk-tax-id-inline-cta__button:hover,
.gk-tax-id-sticky-cta__button:focus-visible,
.gk-tax-id-inline-cta__button:focus-visible {
  color: #fff !important;
  transform: translateY(-1px);
}

.gk-tax-id-inline-cta {
  display: grid;
  gap: 12px;
  margin: clamp(28px, 4vw, 42px) 0;
  padding: clamp(20px, 3vw, 28px);
  border: 1px solid rgba(43, 45, 131, .12);
  border-radius: 26px;
  background: linear-gradient(135deg, rgba(246, 248, 251, .98), rgba(255, 255, 255, .96));
  box-shadow: 0 20px 44px rgba(25, 35, 68, .08);
}

.gk-guide-callout--warning {
  border-left-color: #f2b705;
  background: #fff8e6;
}

@media (max-width: 900px) {
  .gk-tax-id-sticky-cta {
    position: relative;
    top: auto;
    grid-template-columns: 1fr;
  }

  .gk-tax-id-sticky-cta__button,
  .gk-tax-id-inline-cta__button {
    width: 100%;
  }
}

/* 20260705-04 blog engagement and social sharing */
.gk-social-letter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .86em;
  font-weight: 900;
  line-height: 1;
}

.gk-blog-engagement {
  margin: clamp(34px, 5vw, 58px) 0 0;
  display: grid;
  gap: 18px;
}

.gk-blog-follow-cta,
.gk-blog-share-panel,
.gk-blog-reactions {
  border: 1px solid rgba(43, 45, 131, .12);
  border-radius: 26px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 18px 44px rgba(25, 35, 68, .08);
}

.gk-blog-follow-cta {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, .85fr);
  gap: 22px;
  align-items: center;
  padding: clamp(22px, 3vw, 32px);
  overflow: hidden;
  position: relative;
}

.gk-blog-follow-cta::after {
  content: "";
  position: absolute;
  inset: -45% -18% auto auto;
  width: 340px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(214, 40, 57, .12), transparent 68%);
  pointer-events: none;
}

.gk-blog-follow-cta__eyebrow {
  margin: 0 0 8px !important;
  color: var(--gk-blog-accent) !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.gk-blog-follow-cta h2,
.gk-blog-reactions h2 {
  margin: 0 0 10px !important;
  color: var(--gk-blog-ink) !important;
  font-size: clamp(24px, 2.6vw, 34px) !important;
  line-height: 1.08 !important;
  letter-spacing: -.04em;
}

.gk-blog-follow-cta p:not(.gk-blog-follow-cta__eyebrow) {
  margin: 0 !important;
  color: var(--gk-blog-ink-soft) !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
}

.gk-blog-follow-cta__links,
.gk-blog-share-panel__buttons,
.gk-blog-reactions__grid {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.gk-blog-follow-cta__links {
  justify-content: flex-end;
  position: relative;
  z-index: 1;
}

.gk-blog-follow-cta__links a,
.gk-blog-share-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 15px;
  border: 1px solid rgba(43, 45, 131, .14);
  border-radius: 999px;
  background: #fff;
  color: var(--gk-blog-brand);
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
  cursor: pointer;
  transition: transform .18s ease, color .18s ease, background-color .18s ease, border-color .18s ease;
}

.gk-blog-follow-cta__links a:hover,
.gk-blog-share-button:hover,
.gk-blog-share-button:focus-visible {
  transform: translateY(-1px);
  border-color: var(--gk-blog-brand);
  background: var(--gk-blog-brand);
  color: #fff;
}

.gk-blog-share-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px;
}

.gk-blog-share-panel strong {
  color: var(--gk-blog-ink);
  font-size: 17px;
}

.gk-blog-share-button {
  gap: 8px;
  font-family: inherit;
}

.gk-blog-reactions {
  padding: 20px;
  text-align: center;
}

.gk-blog-reactions__grid {
  justify-content: center;
  gap: 12px;
}

.gk-blog-reaction-button {
  display: inline-grid;
  gap: 6px;
  justify-items: center;
  min-width: 70px;
  padding: 10px 10px 8px;
  border: 1px solid rgba(43, 45, 131, .12);
  border-radius: 999px;
  background: #fff;
  color: var(--gk-blog-ink-soft);
  cursor: pointer;
  box-shadow: 0 12px 26px rgba(25, 35, 68, .06);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.gk-blog-reaction-button:hover,
.gk-blog-reaction-button.is-selected {
  transform: translateY(-2px);
  border-color: rgba(214, 40, 57, .32);
  box-shadow: 0 18px 34px rgba(25, 35, 68, .12);
}

.gk-blog-reaction-button__emoji {
  font-size: 34px;
  line-height: 1;
}

.gk-blog-reaction-button__count {
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
}

@media (max-width: 767px) {
  .gk-blog-follow-cta,
  .gk-blog-share-panel {
    grid-template-columns: 1fr;
    display: grid;
  }

  .gk-blog-follow-cta__links,
  .gk-blog-share-panel__buttons {
    justify-content: flex-start;
  }

  .gk-blog-reaction-button {
    min-width: 58px;
  }
}

/* 2026-08-03 — RTL denetimi: bu dosyadaki accent border'lar sadece soldan
   tasarlanmis; Arapca'da (html[dir=rtl]) metin sağa hizaliyken vurgu cizgisi
   solda kaliyordu. Sag kenara donduruluyor. */
html[dir="rtl"] .gk-guide-article .gk-legal-short,
html[dir="rtl"] .gk-guide-article .gk-guide-note,
html[dir="rtl"] .gk-depth-consistency .gk-guide-note {
  border-left: none;
  border-right: 5px solid #f2b100;
}

html[dir="rtl"] .gk-tax-id-sticky-cta {
  border-left: none;
  border-right: 6px solid var(--gk-blog-accent);
}

html[dir="rtl"] .gk-guide-callout--warning {
  border-left-color: initial;
  border-right-color: #f2b705;
}

