/* ============================================================
   GIORGARAS — SEO LANDING PAGES  (Rhodes keyword pages)
   ============================================================ */

.gk-seo-page { font-family: var(--wp--preset--font-family--inter,'Inter',sans-serif); color: #111; }
.gk-seo-page *, .gk-seo-page *::before, .gk-seo-page *::after { box-sizing: border-box; margin: 0; padding: 0; }

/* ── SHARED ───────────────────────────────────────────────── */
.gk-seo-section-inner { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.gk-seo-h2 {
  font-family: 'Outfit','Inter',sans-serif;
  font-size: clamp(22px,3vw,32px);
  font-weight: 800;
  color: #111;
  letter-spacing: -0.02em;
  margin-bottom: 32px;
}

/* ── HERO ─────────────────────────────────────────────────── */
.gk-seo-hero {
  background: linear-gradient(160deg,#0d1b2a 0%,#1a3a6b 65%,#1e4d8c 100%);
  padding: 64px 24px 72px;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr auto;
  max-width: 100%;
}
.gk-seo-hero::after {
  content: '';
  position: absolute;
  top: -180px; right: -180px;
  width: 500px; height: 500px;
  border-radius: 50%;
  background: radial-gradient(ellipse,rgba(26,142,240,0.15) 0%,transparent 70%);
  pointer-events: none;
}
.gk-seo-hero__inner { max-width: 680px; position: relative; z-index: 1; }

.gk-breadcrumb {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: rgba(255,255,255,0.45);
  margin-bottom: 20px;
}
.gk-breadcrumb a { color: rgba(255,255,255,0.5); text-decoration: none; }
.gk-breadcrumb a:hover { color: rgba(255,255,255,0.8); }

.gk-seo-h1 {
  font-family: 'Outfit','Inter',sans-serif;
  font-size: clamp(38px,6vw,72px);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: -0.03em;
  color: #fff;
  margin-bottom: 20px;
}
.gk-seo-tagline {
  font-size: clamp(15px,2vw,18px);
  font-weight: 300;
  color: rgba(255,255,255,0.7);
  line-height: 1.6;
  max-width: 560px;
  margin-bottom: 36px;
}
.gk-seo-ctas { display: flex; gap: 12px; flex-wrap: wrap; }

.gk-seo-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 24px;
  border-radius: 99px;
  font-size: 14px;
  font-weight: 700;
  font-family: inherit;
  text-decoration: none;
  transition: all 0.2s;
}
.gk-seo-btn--primary {
  background: linear-gradient(135deg,#22c55e,#16a34a);
  color: #fff;
  box-shadow: 0 4px 16px rgba(22,163,74,0.35);
}
.gk-seo-btn--primary:hover { opacity: 0.9; transform: translateY(-2px); }
.gk-seo-btn--secondary {
  background: rgba(255,255,255,0.12);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.25);
}
.gk-seo-btn--secondary:hover { background: rgba(255,255,255,0.2); }
.gk-seo-btn--outline {
  background: transparent;
  color: #1a3a6b;
  border: 2px solid #1a3a6b;
}
.gk-seo-btn--outline:hover { background: #1a3a6b; color: #fff; }
.gk-seo-btn svg { width: 16px; height: 16px; flex-shrink: 0; }

.gk-seo-hero__img-col {
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
  padding: 0 40px;
  position: relative;
  z-index: 1;
}
.gk-seo-hero__badge {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 16px;
  padding: 16px 24px;
  text-align: center;
  min-width: 130px;
}
.gk-seo-hero__badge strong {
  display: block;
  font-size: 26px;
  font-weight: 900;
  color: #fff;
  letter-spacing: -0.02em;
}
.gk-seo-hero__badge span {
  font-size: 11px;
  font-weight: 400;
  color: rgba(255,255,255,0.45);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* ── INTRO ────────────────────────────────────────────────── */
.gk-seo-intro {
  background: #f9f8f5;
  border-bottom: 1px solid #ede9e2;
  padding: 52px 24px;
}
.gk-seo-intro__inner {
  max-width: 840px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.8;
  color: #374151;
}
.gk-seo-intro__inner p { margin-bottom: 18px; }
.gk-seo-intro__inner p:last-child { margin-bottom: 0; }
.gk-seo-intro__inner strong { color: #111; font-weight: 700; }
.gk-seo-intro__inner a { color: #1a3a6b; text-decoration: underline; text-decoration-color: rgba(26,58,107,0.3); }
.gk-seo-intro__inner a:hover { text-decoration-color: #1a3a6b; }

/* ── WHY US ───────────────────────────────────────────────── */
.gk-seo-why { padding: 72px 24px; background: #fff; }
.gk-seo-why__grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
}
.gk-seo-why__card {
  background: #f9f8f5;
  border: 1px solid #ede9e2;
  border-radius: 18px;
  padding: 28px 24px;
  transition: transform 0.2s, box-shadow 0.2s;
}
.gk-seo-why__card:hover { transform: translateY(-4px); box-shadow: 0 12px 36px rgba(0,0,0,0.08); }
.gk-seo-why__icon { font-size: 28px; margin-bottom: 14px; display: block; }
.gk-seo-why__card h3 { font-size: 15px; font-weight: 700; color: #111; margin-bottom: 8px; }
.gk-seo-why__card p { font-size: 13.5px; color: #6b7280; line-height: 1.6; }

/* ── CATEGORIES ───────────────────────────────────────────── */
.gk-seo-cats { padding: 72px 24px; background: #f9f8f5; }
.gk-seo-cats__grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 14px;
}
.gk-seo-cat-card {
  display: flex;
  flex-direction: column;
  gap: 4px;
  background: #fff;
  border: 1px solid #e5e0d8;
  border-radius: 16px;
  padding: 22px 20px;
  text-decoration: none;
  color: #111;
  position: relative;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}
.gk-seo-cat-card:hover { border-color: #1a3a6b; box-shadow: 0 6px 24px rgba(26,58,107,0.10); transform: translateY(-2px); }
.gk-seo-cat-card strong { font-size: 15px; font-weight: 700; }
.gk-seo-cat-card span { font-size: 12.5px; color: #9ca3af; }
.gk-seo-cat-card svg { position: absolute; right: 18px; top: 50%; transform: translateY(-50%); width: 16px; height: 16px; stroke: #d1d5db; transition: stroke 0.2s, transform 0.2s; }
.gk-seo-cat-card:hover svg { stroke: #1a3a6b; transform: translateY(-50%) translateX(3px); }

/* ── LOCAL CONTENT ────────────────────────────────────────── */
.gk-seo-local {
  padding: 72px 24px;
  background: #fff;
  border-top: 1px solid #ede9e2;
}
.gk-seo-local__text {
  font-size: 15.5px;
  line-height: 1.8;
  color: #374151;
  max-width: 800px;
}
.gk-seo-local__text p { margin-bottom: 16px; }
.gk-seo-local__text p:last-child { margin-bottom: 0; }
.gk-seo-local__text strong { color: #111; }
.gk-seo-local__text a { color: #1a3a6b; }

/* ── FAQ ──────────────────────────────────────────────────── */
.gk-seo-faq { padding: 72px 24px; background: #f9f8f5; }
.gk-seo-faq__list { display: flex; flex-direction: column; gap: 10px; max-width: 800px; }
.gk-seo-faq__item {
  background: #fff;
  border: 1px solid #e5e0d8;
  border-radius: 14px;
  overflow: hidden;
  transition: border-color 0.2s;
}
.gk-seo-faq__item:has([aria-expanded="true"]) { border-color: #1a3a6b; }
.gk-seo-faq__q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  padding: 18px 20px;
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
  color: #111;
  text-align: left;
}
.gk-seo-faq__q svg {
  width: 18px; height: 18px;
  flex-shrink: 0;
  stroke: #9ca3af;
  transition: transform 0.25s cubic-bezier(0.32,0.72,0,1), stroke 0.2s;
}
.gk-seo-faq__q[aria-expanded="true"] svg { transform: rotate(180deg); stroke: #1a3a6b; }
.gk-seo-faq__a { padding: 0 20px 18px; }
.gk-seo-faq__a p { font-size: 14px; color: #4b5563; line-height: 1.7; }

/* ── CTA SECTION ──────────────────────────────────────────── */
.gk-seo-cta-section {
  background: linear-gradient(135deg,#0d1b2a 0%,#1a3a6b 100%);
  padding: 72px 24px;
  text-align: center;
}
.gk-seo-cta-inner { max-width: 600px; margin: 0 auto; }
.gk-seo-cta-inner h2 {
  font-family: 'Outfit','Inter',sans-serif;
  font-size: clamp(26px,4vw,42px);
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.02em;
  margin-bottom: 14px;
}
.gk-seo-cta-inner > p {
  font-size: 15px;
  color: rgba(255,255,255,0.65);
  line-height: 1.6;
  margin-bottom: 32px;
}
.gk-seo-cta-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-bottom: 24px; }
.gk-seo-cta-section .gk-seo-btn--outline { color: rgba(255,255,255,0.7); border-color: rgba(255,255,255,0.25); }
.gk-seo-cta-section .gk-seo-btn--outline:hover { background: rgba(255,255,255,0.1); color: #fff; }
.gk-seo-cta-addr {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 12.5px;
  color: rgba(255,255,255,0.4);
}
.gk-seo-cta-addr svg { width: 13px; height: 13px; flex-shrink: 0; }

/* ── RELATED LINKS ────────────────────────────────────────── */
.gk-seo-related {
  background: #fff;
  border-top: 1px solid #ede9e2;
  padding: 48px 24px;
}
.gk-seo-related__title {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #9ca3af;
  margin-bottom: 20px;
}
.gk-seo-related__list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.gk-seo-related__list a {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  background: #f3f4f6;
  border-radius: 99px;
  font-size: 13px;
  font-weight: 500;
  color: #374151;
  text-decoration: none;
  transition: background 0.15s, color 0.15s;
}
.gk-seo-related__list a:hover { background: #1a3a6b; color: #fff; }

/* ── RESPONSIVE ───────────────────────────────────────────── */
@media (max-width: 1024px) {
  .gk-seo-hero { grid-template-columns: 1fr; padding: 52px 20px 60px; }
  .gk-seo-hero__img-col { flex-direction: row; padding: 24px 0 0; }
  .gk-seo-hero__badge { min-width: 100px; }
  .gk-seo-why__grid { grid-template-columns: repeat(2,1fr); }
  .gk-seo-cats__grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 640px) {
  .gk-seo-h1 { font-size: clamp(32px,9vw,52px); }
  .gk-seo-hero__img-col { gap: 8px; }
  .gk-seo-hero__badge { padding: 12px 14px; }
  .gk-seo-hero__badge strong { font-size: 20px; }
  .gk-seo-why__grid { grid-template-columns: 1fr; }
  .gk-seo-cats__grid { grid-template-columns: 1fr 1fr; }
  .gk-seo-why,
  .gk-seo-cats,
  .gk-seo-local,
  .gk-seo-faq,
  .gk-seo-cta-section,
  .gk-seo-related { padding-top: 48px; padding-bottom: 48px; }
}
