:root {
  --gtkyg-blue: #4c6ef5;
  --gtkyg-navy: #0f172a;
  --gtkyg-bg: #f7f9ff;
  --gtkyg-sand: #fef7ee;
}

body {
  font-family: 'Inter', 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  color: var(--gtkyg-navy);
  background-color: #ffffff;
  line-height: 1.6;
}

h1,
h2,
h3 {
  font-family: 'Space Grotesk', 'Inter', 'Segoe UI', sans-serif;
  color: var(--gtkyg-navy);
}

p {
  color: #1f2a44;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.gtkyg-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 999px;
  font-weight: 600;
  background: linear-gradient(135deg, var(--gtkyg-blue), #2d4bff);
  color: #fff !important;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gtkyg-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(76, 110, 245, 0.28);
}

.gtkyg-button--ghost {
  background: rgba(15, 23, 42, 0.08);
  color: #0f172a !important;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.06);
}

.gtkyg-button--ghost:hover {
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
}

.gtkyg-game {
  padding: clamp(24px, 4vw, 48px) 0;
  background: var(--gtkyg-bg);
}

.gtkyg-game__wrapper {
  margin: 0 auto;
  max-width: 920px;
  background: #fff;
  border-radius: 24px;
  padding: clamp(24px, 4vw, 48px);
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.12);
}

.gtkyg-game__hero {
  text-align: center;
  margin-bottom: 32px;
}

.gtkyg-game__badge {
  display: inline-flex;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  background: rgba(76, 110, 245, 0.1);
  color: var(--gtkyg-blue);
  margin-bottom: 12px;
}

.gtkyg-game__title {
  font-size: clamp(32px, 5vw, 48px);
  margin: 0 0 12px;
}

.gtkyg-game__excerpt {
  color: #475569;
  font-size: 18px;
}

.gtkyg-game__meta {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
  margin-bottom: 32px;
}

.gtkyg-game__meta div {
  background: rgba(76, 110, 245, 0.08);
  border-radius: 16px;
  padding: 16px;
}

.gtkyg-game__meta span {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  color: #475569;
  letter-spacing: 0.1em;
}

.gtkyg-game__meta strong {
  font-size: 18px;
  color: #0f172a;
}

.gtkyg-game__content h2,
.gtkyg-game__materials h2,
.gtkyg-game__steps h2,
.gtkyg-game__cards h2 {
  margin-top: 0;
  margin-bottom: 16px;
}

.gtkyg-game__objectives p {
  background: rgba(148, 163, 184, 0.16);
  border-radius: 12px;
  padding: 12px 16px;
  margin-bottom: 12px;
}

.gtkyg-game__materials ul,
.gtkyg-game__steps ol {
  margin: 0;
  padding-left: 24px;
}

.gtkyg-game__cards {
  margin-top: 32px;
}

.gtkyg-game__card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
}

.gtkyg-game__card {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.gtkyg-game__card-answer {
  margin: 12px 0 6px;
  color: #1e293b;
}

.gtkyg-game__card-hint {
  color: #475569;
  font-size: 14px;
}

.gtkyg-game__cta {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.gtkyg-game__cta-inner {
  background: linear-gradient(135deg, rgba(76, 110, 245, 0.12), rgba(45, 75, 255, 0.12));
  border-radius: 24px;
  padding: 32px;
  text-align: center;
  width: min(100%, 480px);
  box-shadow: inset 0 0 0 1px rgba(76, 110, 245, 0.2);
}

.gtkyg-game__footer {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.gtkyg-chip {
  background: rgba(15, 23, 42, 0.08);
  color: #0f172a;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 14px;
}

.gtkyg-archive {
  padding: clamp(24px, 4vw, 48px) 0 80px;
  background: var(--gtkyg-bg);
}

.gtkyg-archive__hero {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 40px;
}

.gtkyg-archive__highlights {
  list-style: none;
  padding: 0;
  margin: 16px auto 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.gtkyg-archive__highlights li {
  background: rgba(59, 130, 246, 0.12);
  color: #0f172a;
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 0.95rem;
}

.gtkyg-archive__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}

.gtkyg-archive__item {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gtkyg-archive__item:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 48px rgba(15, 23, 42, 0.14);
}

.gtkyg-archive__link {
  display: block;
  padding: 24px;
  color: inherit;
  text-decoration: none;
}

.gtkyg-archive__excerpt {
  color: #475569;
  min-height: 48px;
}

.gtkyg-archive__meta {
  list-style: none;
  padding: 0;
  margin: 18px 0;
  color: #334155;
}

.gtkyg-archive__meta li + li {
  margin-top: 4px;
}

.gtkyg-archive__cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  color: var(--gtkyg-blue);
}

.gtkyg-archive__empty {
  text-align: center;
  color: #475569;
}

.gtkyg-page {
  padding: clamp(32px, 6vw, 64px) 0 80px;
  background: var(--gtkyg-bg);
}

.gtkyg-page-hero {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(20px, 5vw, 40px);
  align-items: center;
  margin-bottom: clamp(32px, 6vw, 56px);
}

.gtkyg-page-hero__eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.85rem;
  margin: 0 0 8px;
  color: #475569;
}

.gtkyg-page-hero__content h1 {
  margin-top: 0;
  margin-bottom: 12px;
}

.gtkyg-page-hero__content p {
  margin: 0;
  color: #475569;
}

.gtkyg-page-hero__media {
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.15);
  margin: 0;
}

.gtkyg-page-hero__media img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}

.gtkyg-page__content {
  background: #fff;
  border-radius: 24px;
  padding: clamp(24px, 5vw, 48px);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
}

.gtkyg-page__content p {
  color: #334155;
}

@media (max-width: 600px) {
  .gtkyg-game__wrapper {
    border-radius: 16px;
    padding: 20px;
  }

  .gtkyg-game__meta {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }

  .gtkyg-archive__link {
    padding: 20px;
  }
}

.gtkyg-breadcrumbs {
  max-width: 920px;
  margin: 0 auto 12px;
  padding: 0 clamp(20px, 4vw, 40px);
  font-size: 14px;
  color: #475569;
}

.gtkyg-breadcrumbs ol {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.gtkyg-breadcrumbs li::after {
  content: '\203A';
  margin-left: 6px;
  color: #94a3b8;
}

.gtkyg-breadcrumbs li:last-child::after {
  content: none;
}

.gtkyg-breadcrumbs a {
  color: inherit;
  text-decoration: none;
}

.gtkyg-breadcrumbs a:hover {
  text-decoration: underline;
}

.gtkyg-archive__filters {
  margin: 24px auto 0;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  max-width: 680px;
}

.gtkyg-archive__filter-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.gtkyg-archive__filter-group label {
  font-weight: 600;
  margin-bottom: 6px;
}

.gtkyg-archive__filter-group select {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #cbd5f5;
  padding: 10px 12px;
}

.gtkyg-button--outline {
  background: transparent;
  color: var(--gtkyg-blue);
  border: 1px solid var(--gtkyg-blue);
  box-shadow: none;
}

.gtkyg-button--outline:hover {
  background: var(--gtkyg-blue);
  color: #fff !important;
}

.gtkyg-archive__active-filters {
  margin-top: 16px;
  color: #1d4ed8;
}

.gtkyg-archive__active-filters a {
  margin-left: 8px;
}

@media (max-width: 600px) {
  .gtkyg-archive__filters {
    grid-template-columns: 1fr;
  }
}

.gtkyg-site-header {
  background: #0f172a;
  color: #fff;
}

.gtkyg-site-header__inner {
  margin: 0 auto;
  max-width: 1200px;
  padding: 18px clamp(20px, 5vw, 48px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.gtkyg-logo {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
}

.gtkyg-site-header__links {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.gtkyg-site-header__links a {
  color: #dbeafe;
  text-decoration: none;
  font-weight: 600;
}

.gtkyg-site-header__links a:hover {
  color: #fff;
}

.gtkyg-hero {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 32px;
  max-width: 1200px;
  margin: clamp(24px, 5vw, 64px) auto;
  padding: 0 clamp(20px, 5vw, 48px);
  align-items: center;
}

.gtkyg-hero__eyebrow {
  font-size: 16px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #3b82f6;
  margin-bottom: 16px;
}

.gtkyg-hero h1 {
  font-size: clamp(36px, 6vw, 56px);
  margin: 0 0 16px;
}

.gtkyg-hero__content p {
  font-size: 18px;
  color: #1f2a44;
  margin-bottom: 18px;
}

.gtkyg-hero__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.gtkyg-hero__media {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.gtkyg-hero__media figure {
  margin: 0;
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(15, 23, 42, 0.28);
}

.gtkyg-hero__media img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.gtkyg-hero__media figcaption {
  position: absolute;
  left: 16px;
  bottom: 16px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.85);
  color: #f8fafc;
  font-size: 13px;
  letter-spacing: 0.02em;
}

.gtkyg-hero__metrics {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
}

.gtkyg-hero__metrics li {
  background: rgba(79, 70, 229, 0.12);
  border-radius: 18px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: #1f2a44;
}

.gtkyg-hero__metrics strong {
  font-size: 24px;
  font-weight: 700;
  color: var(--gtkyg-navy);
}

.gtkyg-hero__metrics span {
  font-size: 14px;
  line-height: 1.4;
}

.gtkyg-hero__note {
  margin-top: 20px;
  font-size: 15px;
  color: #475569;
}

.gtkyg-hero__note a {
  color: #1d4ed8;
  font-weight: 600;
  text-decoration: none;
}

.gtkyg-hero__note a:hover {
  text-decoration: underline;
}

.gtkyg-hero__badge {
  align-self: flex-start;
  margin: -48px 0 0 24px;
  background: linear-gradient(140deg, rgba(15, 23, 42, 0.88), rgba(76, 110, 245, 0.85));
  color: #eef2ff;
  border-radius: 20px;
  padding: 20px 24px;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.4);
}

.gtkyg-hero__badge-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(59, 130, 246, 0.24);
  padding: 4px 10px;
  border-radius: 999px;
  margin-bottom: 10px;
}

.gtkyg-home-section {
  max-width: 1200px;
  margin: clamp(32px, 6vw, 72px) auto;
  padding: 0 clamp(20px, 5vw, 48px);
}

.gtkyg-keyword-intro__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: clamp(16px, 4vw, 32px);
}

.gtkyg-keyword-intro__figure {
  margin: 0 0 12px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.12);
}

.gtkyg-keyword-intro__figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gtkyg-keyword-intro__grid article {
  background: #ffffff;
  border-radius: 18px;
  padding: 20px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
}

.gtkyg-keyword-intro__grid h3 {
  font-size: 1.15rem;
  margin-bottom: 0.35rem;
}

.gtkyg-trust {
  text-align: center;
  margin-top: clamp(16px, 5vw, 32px);
}

.gtkyg-trust__inner {
  background: rgba(15, 23, 42, 0.04);
  border-radius: 24px;
  padding: 24px clamp(20px, 5vw, 36px);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.gtkyg-trust__label {
  margin: 0 0 12px;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #475569;
}

.gtkyg-trust__logos {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(16px, 4vw, 32px);
}

.gtkyg-trust__logos li {
  background: #ffffff;
  border-radius: 18px;
  padding: 12px 18px;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
}

.gtkyg-trust__logos img {
  display: block;
  max-height: 36px;
  width: auto;
}

.gtkyg-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: clamp(20px, 4vw, 32px);
  margin: clamp(24px, 6vw, 48px) auto;
}

.gtkyg-gallery__card {
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.18);
  background: #fff;
  display: flex;
  flex-direction: column;
}

.gtkyg-gallery__card img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.gtkyg-gallery__text {
  padding: 20px 24px;
  background: #fff;
  color: #0f172a;
}

.gtkyg-gallery__tag {
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 6px;
  color: #475569;
}

.gtkyg-home-section--proof {
  margin-top: clamp(24px, 6vw, 64px);
}

.gtkyg-proof {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(20px, 5vw, 36px);
  align-items: stretch;
}

.gtkyg-proof__case,
.gtkyg-proof__subscribe {
  background: #ffffff;
  border-radius: 24px;
  padding: clamp(24px, 4vw, 36px);
  box-shadow: 0 24px 48px rgba(15, 23, 42, 0.08);
}

.gtkyg-proof__case h3,
.gtkyg-proof__subscribe h3 {
  margin-top: 0;
  margin-bottom: 16px;
}

.gtkyg-proof__list {
  list-style: none;
  padding: 0;
  margin: 20px 0 28px;
}

.gtkyg-proof__list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 12px;
  color: #334155;
  font-weight: 500;
}

.gtkyg-proof__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--gtkyg-blue);
  box-shadow: 0 0 0 4px rgba(76, 110, 245, 0.18);
}

.gtkyg-subscribe {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 16px;
}

.gtkyg-subscribe input[type='email'] {
  width: 100%;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  padding: 12px 18px;
  font-size: 16px;
}

.gtkyg-subscribe button {
  border: none;
  cursor: pointer;
}

.gtkyg-subscribe__note {
  font-size: 14px;
  color: #475569;
  margin: 0;
}

.gtkyg-section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.gtkyg-section-header a {
  color: var(--gtkyg-blue);
  text-decoration: none;
  font-weight: 600;
}

.gtkyg-section-subtitle {
  font-size: 18px;
  font-weight: 500;
  color: #475569;
  margin: 0;
}

.gtkyg-figure {
  margin: 24px 0;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 22px 50px rgba(15, 23, 42, 0.18);
}

.gtkyg-figure img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.gtkyg-figure figcaption {
  background: #0f172a;
  color: #f1f5f9;
  padding: 14px 18px;
  font-size: 14px;
}

.gtkyg-feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.gtkyg-feature-card {
  background: #fff;
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.1);
  border: 1px solid rgba(76, 110, 245, 0.2);
}

.gtkyg-feature-card h3 {
  margin-top: 0;
  margin-bottom: 12px;
}

.gtkyg-feature-card p {
  margin: 0;
  color: #475569;
}

.gtkyg-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}

.gtkyg-home-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gtkyg-home-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.16);
}

.gtkyg-home-card__link {
  color: inherit;
  text-decoration: none;
  display: block;
  padding: 24px;
}

.gtkyg-home-card__thumb img {
  width: 100%;
  display: block;
}

.gtkyg-home-card__thumb--placeholder {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 168px;
  background: #eef2ff;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.gtkyg-home-card__thumb--placeholder img {
  width: 100%;
  height: auto;
}

.gtkyg-home-card h3 {
  margin: 18px 0 10px;
}

.gtkyg-home-card__excerpt {
  color: #475569;
  min-height: 56px;
}

.gtkyg-home-card__meta {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
  color: #334155;
}

.gtkyg-home-section--audiences {
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.05), rgba(76, 110, 245, 0.08));
  border-radius: 28px;
  padding-top: clamp(32px, 6vw, 52px);
  padding-bottom: clamp(32px, 6vw, 52px);
}

.gtkyg-audience-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.gtkyg-audience-grid article {
  background: #fff;
  border-radius: 18px;
  padding: 20px 22px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
  border: 1px solid rgba(148, 163, 184, 0.2);
}

.gtkyg-audience-grid h3 {
  margin-top: 0;
  margin-bottom: 12px;
}

.gtkyg-audience-grid p {
  margin: 0;
  color: #475569;
}

.gtkyg-how-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.gtkyg-how__step {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: var(--gtkyg-blue);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin-bottom: 12px;
}

.gtkyg-home-section--cta {
  background: transparent;
  padding: clamp(32px, 7vw, 64px);
}

.gtkyg-home-cta {
  text-align: center;
  max-width: 680px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  border-radius: 32px;
  padding: clamp(32px, 5vw, 56px);
  background-image:
    linear-gradient(135deg, rgba(30, 27, 75, 0.94), rgba(67, 56, 202, 0.9)),
    url('../img/hero.jpg');
  background-size: cover;
  background-position: center;
  color: #fff;
  box-shadow: 0 30px 80px rgba(15, 23, 42, 0.35);
}

.gtkyg-home-cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
  max-width: 520px;
}

.gtkyg-home-cta .gtkyg-button {
  width: auto;
}

.gtkyg-site-footer {
  background: #0f172a;
  color: #dbeafe;
  padding: 32px clamp(20px, 5vw, 48px);
}

.gtkyg-site-footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.gtkyg-site-footer__links a {
  color: #93c5fd;
  margin-left: 16px;
  text-decoration: none;
}

.gtkyg-site-footer__links a:first-child {
  margin-left: 0;
}

@media (max-width: 768px) {
  .gtkyg-site-header__inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .gtkyg-hero__media {
    margin-top: 24px;
    gap: 12px;
  }
  .gtkyg-hero__media figcaption {
    position: static;
    background: transparent;
    color: #475569;
    padding: 0;
    margin-top: 8px;
  }
  .gtkyg-hero__badge {
    margin: 0;
    width: 100%;
  }
  .gtkyg-home-card__excerpt {
    min-height: 0;
  }
  .gtkyg-hero__metrics {
    grid-template-columns: 1fr;
  }
  .gtkyg-home-cta .gtkyg-button {
    width: 100%;
  }
  .gtkyg-trust__logos {
    flex-direction: column;
    align-items: center;
  }
  .gtkyg-trust__logos li {
    width: 100%;
  }
  .gtkyg-proof {
    grid-template-columns: 1fr;
  }
  .gtkyg-subscribe {
    grid-template-columns: 1fr;
  }
  .gtkyg-subscribe .gtkyg-button {
    width: 100%;
  }
}

.gtkyg-home-section--faq details {
  background: #ffffff;
  border-radius: 16px;
  padding: 18px 24px;
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.08);
  margin-bottom: 16px;
}

.gtkyg-home-section--faq summary {
  cursor: pointer;
  font-weight: 600;
  color: #0f172a;
}

.gtkyg-home-section--faq summary:focus {
  outline: 2px solid var(--gtkyg-blue);
}

.gtkyg-home-section--faq p {
  margin: 12px 0 0;
  color: #475569;
}

.gtkyg-home-section--guide {
  background: #f8f9fb;
  border-radius: 32px;
  padding: clamp(32px, 5vw, 48px);
}

.gtkyg-guide__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: clamp(20px, 4vw, 32px);
  margin-bottom: clamp(24px, 5vw, 40px);
}

.gtkyg-guide-card {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.gtkyg-guide-card figure {
  margin: 0;
  height: 180px;
  overflow: hidden;
}

.gtkyg-guide-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gtkyg-guide-card__body {
  padding: 18px 20px 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.gtkyg-guide-card__body h3 {
  margin: 0;
  font-size: 1rem;
  color: #0f172a;
}

.gtkyg-guide-card__body p {
  margin: 0;
  color: #4b5563;
  font-size: 0.92rem;
  line-height: 1.45;
}

.gtkyg-guide__media {
  margin: 0 auto clamp(20px, 5vw, 36px);
  max-width: 720px;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.15);
  text-align: left;
}

.gtkyg-guide__media img {
  width: 100%;
  display: block;
}

.gtkyg-guide__media figcaption {
  padding: 16px 20px;
  background: #0f172a;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
}

.gtkyg-guide__table {
  background: #fff;
  border-radius: 20px;
  padding: clamp(20px, 4vw, 32px);
  box-shadow: 0 20px 44px rgba(15, 23, 42, 0.08);
  overflow-x: auto;
}

.gtkyg-guide__table table {
  width: 100%;
  border-collapse: collapse;
}

.gtkyg-guide__table th,
.gtkyg-guide__table td {
  text-align: left;
  padding: 12px 16px;
  border-bottom: 1px solid #e2e8f0;
}

.gtkyg-guide__table th {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.85rem;
  color: #64748b;
}

.gtkyg-home-section--seo-faq details {
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 16px 20px;
  margin-bottom: 14px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.gtkyg-home-section--seo-faq summary {
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
}

.gtkyg-home-section--seo-faq p {
  margin: 12px 0 0;
  color: #475569;
}

.gtkyg-seo-faq__icon {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: rgba(76, 110, 245, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}

body.home .wp-site-blocks footer.wp-block-template-part,
body.front-page .wp-site-blocks footer.wp-block-template-part,
body .wp-site-footer {
  display: none;
}

body .wp-site-blocks header.wp-block-template-part,
body .wp-block-site-title,
body .wp-block-site-logo,
body .wp-block-navigation {
  display: none !important;
}
