/*
Theme Name: HKN Bilişim
Theme URI: https://hknbilisim.com
Author: HKN Bilişim
Author URI: https://hknbilisim.com
Description: HKN Bilişim için özel tasarlanmış kurumsal bilişim hizmetleri WordPress teması. Bilgisayar satışı, teknik servis, e-imza, mali mühür, e-fatura/EDM, Zirve Muhasebe ve Mix Yazılım hizmetlerine odaklanır. SEO odaklı, Türkçe, mobil uyumlu.
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hkn-bilisim
Tags: business, custom-colors, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, blog
*/

/* ============================================================
   HKN BİLİŞİM — Tema Stilleri
   Renkler ve tipografi colors_and_type.css kaynağından alındı.
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&family=Inter:wght@400;500;600;700&display=swap');

:root {
  /* Brand: Corporate Blue */
  --hkn-blue-950: #07142b;
  --hkn-blue-900: #0a2547;
  --hkn-blue-800: #0f3470;
  --hkn-blue-700: #1748a3;
  --hkn-blue-600: #2360cf;
  --hkn-blue-500: #3b82f6;
  --hkn-blue-400: #6aa3fb;
  --hkn-blue-300: #9dc2fc;
  --hkn-blue-200: #cfe0fd;
  --hkn-blue-100: #e8f0fe;
  --hkn-blue-50:  #f4f8ff;

  /* Neutrals */
  --hkn-ink-950: #0b0f17;
  --hkn-ink-900: #11161f;
  --hkn-ink-800: #1c2330;
  --hkn-ink-700: #2c3441;
  --hkn-ink-600: #4a5462;
  --hkn-ink-500: #6b7382;
  --hkn-ink-400: #98a0ad;
  --hkn-ink-300: #c2c8d1;
  --hkn-ink-200: #dde1e7;
  --hkn-ink-100: #ecedf1;
  --hkn-ink-50:  #f6f7f9;

  /* Semantic */
  --hkn-success-600: #0f8a4f;
  --hkn-success-100: #e3f6ec;
  --hkn-warning-600: #b6711b;
  --hkn-danger-600:  #c4342b;
  --hkn-danger-100:  #fde6e3;

  --hkn-whatsapp: #25d366;
  --hkn-whatsapp-dark: #128c7e;

  /* Aliases */
  --fg-1: var(--hkn-ink-950);
  --fg-2: var(--hkn-ink-600);
  --fg-3: var(--hkn-ink-500);
  --fg-4: var(--hkn-ink-400);
  --bg-page: #ffffff;
  --bg-tint: var(--hkn-ink-50);
  --bg-brand: var(--hkn-blue-800);
  --border-1: var(--hkn-ink-200);
  --border-2: var(--hkn-ink-300);

  --font-display: 'Poppins', 'Montserrat', Arial, system-ui, sans-serif;
  --font-body: 'Inter', 'Roboto', Arial, system-ui, sans-serif;

  --shadow-xs: 0 1px 2px rgba(11,15,23,0.06);
  --shadow-sm: 0 1px 3px rgba(11,15,23,0.08), 0 1px 2px rgba(11,15,23,0.04);
  --shadow-md: 0 4px 14px rgba(11,15,23,0.08), 0 2px 4px rgba(11,15,23,0.04);
  --shadow-lg: 0 12px 32px rgba(11,15,23,0.10), 0 4px 8px rgba(11,15,23,0.04);
  --shadow-brand: 0 12px 32px rgba(15,52,112,0.22);

  --container: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.5;
  color: var(--fg-1);
  background: var(--bg-page);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--hkn-blue-600); text-decoration: none; transition: color 200ms; }
a:hover { color: var(--hkn-blue-700); }
h1, h2, h3, h4, h5, h6 { font-family: var(--font-display); margin: 0; color: var(--fg-1); }
p { margin: 0 0 1em; color: var(--fg-2); }
.screen-reader-text { position: absolute; left: -10000px; }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 24px; }

/* ===== BUTTON ===== */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  height: 44px; padding: 0 22px;
  font-family: var(--font-display); font-weight: 600; font-size: 15px;
  border-radius: 10px; border: none; cursor: pointer;
  text-decoration: none; transition: all 200ms cubic-bezier(0.22,1,0.36,1);
  letter-spacing: -0.01em;
}
.btn.lg { height: 52px; padding: 0 28px; font-size: 16px; }
.btn.sm { height: 36px; padding: 0 14px; font-size: 13px; }
.btn-primary { background: var(--hkn-blue-600); color: #fff; }
.btn-primary:hover { background: var(--hkn-blue-700); color: #fff; box-shadow: var(--shadow-brand); }
.btn-ghost { background: transparent; color: var(--fg-1); border: 1px solid var(--border-2); }
.btn-ghost:hover { background: var(--bg-tint); color: var(--fg-1); }
.btn-on-brand-ghost { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,0.4); }
.btn-on-brand-ghost:hover { background: rgba(255,255,255,0.08); color: #fff; }
.btn-whatsapp { background: var(--hkn-whatsapp); color: #fff; }
.btn-whatsapp:hover { background: var(--hkn-whatsapp-dark); color: #fff; }
.btn svg { width: 18px; height: 18px; }
.btn.lg svg { width: 20px; height: 20px; }

/* ===== HEADER ===== */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,0.95);
  border-bottom: 1px solid transparent;
  transition: all 200ms;
  backdrop-filter: blur(12px);
}
.site-header.scrolled {
  background: rgba(255,255,255,0.85);
  border-bottom-color: var(--border-1);
}
.site-header .container {
  height: 72px; display: flex; align-items: center; gap: 32px;
}
.site-logo img, .site-logo svg { height: 40px; width: auto; }
.site-nav { display: flex; gap: 24px; align-items: center; flex: 1; }
.site-nav ul { list-style: none; padding: 0; margin: 0; display: flex; gap: 24px; }
.site-nav a {
  font-family: var(--font-display); font-size: 14px; font-weight: 500;
  color: var(--fg-1); padding: 6px 0;
}
.site-nav .current-menu-item > a,
.site-nav a:hover { color: var(--hkn-blue-700); font-weight: 700; }
.header-cta { display: flex; gap: 8px; align-items: center; }
.menu-toggle { display: none; background: transparent; border: none; cursor: pointer; padding: 8px; }
.menu-toggle svg { width: 24px; height: 24px; }
.mobile-menu { display: none; padding-bottom: 16px; flex-direction: column; gap: 4px; }
.mobile-menu.open { display: flex; }
.mobile-menu a {
  font-family: var(--font-display); font-size: 16px; font-weight: 600;
  color: var(--fg-1); padding: 12px 4px;
  border-top: 1px solid var(--border-1);
}

/* ===== HERO ===== */
.hero {
  position: relative; overflow: hidden;
  padding: 96px 0 112px;
  background: linear-gradient(180deg, var(--hkn-blue-900) 0%, var(--hkn-blue-800) 100%);
  color: #fff;
}
.hero::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background-image: radial-gradient(rgba(255,255,255,0.06) 1px, transparent 1px);
  background-size: 20px 20px;
}
.hero::after {
  content: ''; position: absolute; right: -200px; top: -100px;
  width: 600px; height: 600px; pointer-events: none;
  background: radial-gradient(circle, rgba(35,96,207,0.35) 0%, transparent 60%);
}
.hero .container { position: relative; z-index: 1; }
.hero-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 64px; align-items: center; }
.hero h1 {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(40px, 5.2vw, 64px); line-height: 1.05;
  letter-spacing: -0.025em; margin: 0; color: #fff;
  text-wrap: balance;
}
.hero h1 .accent { color: var(--hkn-blue-300); }
.hero .lede {
  font-family: var(--font-body); font-size: 19px; line-height: 1.55;
  color: rgba(255,255,255,0.82); margin: 24px 0 0; max-width: 540px;
}
.hero .lede strong { color: #fff; font-weight: 600; }
.hero .cta-row { display: flex; gap: 12px; margin-top: 36px; flex-wrap: wrap; }
.hero .badges { display: flex; gap: 28px; margin-top: 48px; flex-wrap: wrap; }
.hero .badge {
  display: inline-flex; align-items: center; gap: 8px;
  color: rgba(255,255,255,0.78); font-size: 14px;
}
.hero .badge svg { width: 18px; height: 18px; color: var(--hkn-blue-300); }

/* hero art */
.hero-art { position: relative; min-height: 360px; }
.hero-art .card {
  position: absolute; background: #fff; border-radius: 14px; padding: 14px;
}
.hero-art .card.laptop {
  right: 0; top: 20px; width: 380px; padding: 16px;
  border-radius: 16px;
  box-shadow: 0 30px 60px rgba(0,0,0,0.3);
  transform: rotate(2deg);
}
.hero-art .card.laptop .preview {
  height: 180px; border-radius: 8px;
  background: linear-gradient(135deg, var(--hkn-ink-100), var(--hkn-blue-50));
  display: flex; align-items: center; justify-content: center;
  color: var(--hkn-blue-700);
}
.hero-art .card.laptop .preview svg { width: 64px; height: 64px; }
.hero-art .card.laptop .info { padding: 14px 6px 4px; }
.hero-art .card.laptop .title { font-family: var(--font-display); font-weight: 700; font-size: 15px; color: var(--fg-1); }
.hero-art .card.laptop .subtitle { font-family: var(--font-body); font-size: 13px; color: var(--fg-2); margin-top: 2px; }
.hero-art .card.ticket {
  right: 220px; top: 220px; width: 260px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.25);
  transform: rotate(-3deg);
  display: flex; align-items: center; gap: 10px;
}
.hero-art .card.ticket .icon-box {
  width: 36px; height: 36px; border-radius: 8px;
  background: var(--hkn-success-100); color: var(--hkn-success-600);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.hero-art .card.ticket .icon-box svg { width: 20px; height: 20px; }
.hero-art .card.ticket .title { font-family: var(--font-display); font-weight: 700; font-size: 13px; color: var(--fg-1); }
.hero-art .card.ticket .subtitle { font-family: var(--font-body); font-size: 11px; color: var(--fg-3); }
.hero-art .card.eimza {
  right: 40px; bottom: 0; width: 220px;
  background: var(--hkn-blue-50); border: 1px solid var(--hkn-blue-200);
  transform: rotate(4deg);
}
.hero-art .card.eimza > svg { width: 28px; height: 28px; color: var(--hkn-blue-700); }
.hero-art .card.eimza .title { font-family: var(--font-display); font-weight: 700; font-size: 14px; color: var(--hkn-blue-900); margin-top: 8px; }
.hero-art .card.eimza .subtitle { font-family: var(--font-body); font-size: 11px; color: var(--hkn-blue-700); margin-top: 2px; }

/* ===== SECTIONS ===== */
section { padding: 96px 0; }
section.tinted { background: var(--bg-tint); }

.eyebrow {
  display: block;
  font-family: var(--font-display); font-weight: 700;
  font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--hkn-blue-600); margin-bottom: 16px;
}
.section-header { margin-bottom: 48px; max-width: 720px; }
.section-header.center { text-align: center; margin-left: auto; margin-right: auto; }
.section-header h2 {
  font-family: var(--font-display); font-weight: 700; font-size: 40px;
  line-height: 1.1; letter-spacing: -0.025em; color: var(--fg-1); margin: 0;
  text-wrap: balance;
}
.section-header .lede {
  font-family: var(--font-body); font-size: 18px; line-height: 1.5;
  color: var(--fg-2); margin: 16px 0 0; max-width: 640px;
}
.section-header.center .lede { margin-left: auto; margin-right: auto; }

/* ===== SERVICES GRID ===== */
.services-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}
.service-card {
  background: #fff; border: 1px solid var(--border-1); border-radius: 14px;
  padding: 24px; display: flex; flex-direction: column; gap: 14px;
  transition: all 200ms cubic-bezier(0.22,1,0.36,1);
  box-shadow: var(--shadow-xs);
  text-decoration: none; color: inherit;
}
.service-card:hover {
  border-color: var(--hkn-blue-600); box-shadow: var(--shadow-md);
  transform: translateY(-2px); color: inherit;
}
.service-card .icon-tile {
  width: 48px; height: 48px; border-radius: 12px;
  background: var(--hkn-blue-50); color: var(--hkn-blue-700);
  display: flex; align-items: center; justify-content: center;
}
.service-card .icon-tile svg { width: 24px; height: 24px; }
.service-card .title-row { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.service-card h3 {
  font-family: var(--font-display); font-weight: 700; font-size: 19px;
  color: var(--fg-1); margin: 0;
}
.service-card .badge {
  font-family: var(--font-display); font-weight: 700; font-size: 11px;
  letter-spacing: 0.04em; text-transform: uppercase;
  color: var(--hkn-success-600); background: var(--hkn-success-100);
  padding: 3px 8px; border-radius: 999px;
  display: inline-flex; align-items: center; gap: 4px;
}
.service-card .badge svg { width: 12px; height: 12px; }
.service-card .desc { font-family: var(--font-body); font-size: 14px; line-height: 1.5; color: var(--fg-2); margin: 0; }
.service-card ul.bullets {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 6px;
}
.service-card ul.bullets li {
  display: flex; align-items: center; gap: 8px;
  font-size: 13px; color: var(--fg-2); font-family: var(--font-body);
}
.service-card ul.bullets svg { width: 14px; height: 14px; color: var(--hkn-success-600); flex-shrink: 0; }
.service-card .more {
  margin-top: auto; padding-top: 12px;
  font-family: var(--font-display); font-size: 13px; font-weight: 600;
  color: var(--hkn-blue-600);
  display: inline-flex; align-items: center; gap: 4px;
}

/* ===== WHY ===== */
.why-grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: 64px; align-items: start; }
.why-grid h2 { font-family: var(--font-display); font-weight: 700; font-size: 40px; line-height: 1.1; letter-spacing: -0.025em; }
.why-grid .lede { font-family: var(--font-body); font-size: 17px; line-height: 1.55; color: var(--fg-2); margin: 20px 0 0; }
.pillars { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.pillar {
  background: #fff; border: 1px solid var(--border-1); border-radius: 14px;
  padding: 22px; display: flex; flex-direction: column; gap: 10px;
}
.pillar .icon-tile { width: 40px; height: 40px; border-radius: 10px; background: var(--hkn-blue-50); color: var(--hkn-blue-700); display: flex; align-items: center; justify-content: center; }
.pillar .icon-tile svg { width: 20px; height: 20px; }
.pillar h3 { font-family: var(--font-display); font-weight: 700; font-size: 16px; color: var(--fg-1); margin: 0; }
.pillar p { font-family: var(--font-body); font-size: 13.5px; line-height: 1.5; color: var(--fg-2); margin: 0; }

/* ===== BLOG ===== */
.blog-head { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 48px; flex-wrap: wrap; gap: 24px; }
.blog-head h2 { font-family: var(--font-display); font-weight: 700; font-size: 40px; line-height: 1.1; letter-spacing: -0.025em; max-width: 640px; text-wrap: balance; }
.blog-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 24px; }
.blog-side { display: flex; flex-direction: column; gap: 20px; }
.post-card {
  background: #fff; border: 1px solid var(--border-1); border-radius: 14px;
  overflow: hidden; display: flex; flex-direction: column;
  text-decoration: none; color: inherit;
  transition: all 200ms; box-shadow: var(--shadow-xs);
}
.post-card:hover { border-color: var(--hkn-blue-600); box-shadow: var(--shadow-md); transform: translateY(-2px); color: inherit; }
.post-card.feature .thumb {
  height: 280px; position: relative;
  background: linear-gradient(135deg, #1748a3, #2360cf);
  background-image: linear-gradient(135deg, #1748a3, #2360cf), radial-gradient(rgba(255,255,255,0.08) 1px, transparent 1px);
  background-size: auto, 18px 18px;
}
.post-card.feature .thumb img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.post-card .tag-pill {
  display: inline-flex; align-items: center;
  font-family: var(--font-display); font-weight: 700; font-size: 11px;
  letter-spacing: 0.08em; text-transform: uppercase;
  padding: 5px 10px; border-radius: 999px;
}
.post-card.feature .tag-pill {
  position: absolute; top: 20px; left: 20px;
  color: #fff; background: rgba(255,255,255,0.18); backdrop-filter: blur(8px);
}
.post-card .body { padding: 28px; display: flex; flex-direction: column; gap: 12px; }
.post-card.feature h3 { font-family: var(--font-display); font-weight: 700; font-size: 24px; line-height: 1.2; letter-spacing: -0.02em; color: var(--fg-1); margin: 0; text-wrap: balance; }
.post-card.feature .excerpt { font-family: var(--font-body); font-size: 15px; line-height: 1.55; color: var(--fg-2); margin: 0; }
.post-card.secondary { padding: 22px; gap: 10px; flex: 1; }
.post-card.secondary .tag-pill { align-self: flex-start; color: var(--hkn-blue-700); background: var(--hkn-blue-50); }
.post-card.secondary h3 { font-family: var(--font-display); font-weight: 700; font-size: 18px; line-height: 1.25; color: var(--fg-1); margin: 0; text-wrap: balance; }
.post-card.secondary .excerpt { font-family: var(--font-body); font-size: 13.5px; line-height: 1.5; color: var(--fg-2); margin: 0; }
.post-card .meta { display: flex; gap: 16px; align-items: center; margin-top: auto; font-family: var(--font-body); font-size: 13px; color: var(--fg-3); }
.post-card .meta svg { width: 14px; height: 14px; }

/* ===== CONTACT ===== */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.contact-info { display: flex; flex-direction: column; gap: 16px; }
.map-frame {
  height: 260px; border-radius: 14px; overflow: hidden;
  border: 1px solid var(--border-1);
}
.map-frame iframe { width: 100%; height: 100%; border: 0; display: block; }
.contact-rows { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.contact-row {
  background: #fff; border: 1px solid var(--border-1); border-radius: 12px;
  padding: 14px; display: flex; align-items: center; gap: 12px;
}
.contact-row.wide { grid-column: span 2; }
.contact-row .icon-tile { width: 36px; height: 36px; border-radius: 10px; background: var(--hkn-blue-50); color: var(--hkn-blue-700); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.contact-row .icon-tile svg { width: 18px; height: 18px; }
.contact-row .label { font-family: var(--font-body); font-size: 11px; color: var(--fg-3); text-transform: uppercase; letter-spacing: 0.06em; font-weight: 600; }
.contact-row .value { font-family: var(--font-display); font-weight: 600; font-size: 14px; color: var(--fg-1); margin-top: 2px; }
.contact-row a.value { color: var(--fg-1); }
.contact-row a.value:hover { color: var(--hkn-blue-700); }

.whatsapp-cta {
  background: var(--hkn-whatsapp); color: #fff;
  border-radius: 12px; padding: 14px 18px;
  display: flex; align-items: center; gap: 12px;
  font-family: var(--font-display); font-weight: 600;
  text-decoration: none;
  transition: all 200ms;
}
.whatsapp-cta:hover { background: var(--hkn-whatsapp-dark); color: #fff; }
.whatsapp-cta svg { width: 22px; height: 22px; }
.whatsapp-cta .title { font-size: 15px; }
.whatsapp-cta .subtitle { font-size: 12px; font-weight: 500; opacity: 0.9; font-family: var(--font-body); }
.whatsapp-cta .arrow { margin-left: auto; }
.whatsapp-cta .arrow svg { width: 20px; height: 20px; }

.contact-form {
  background: #fff; border: 1px solid var(--border-1); border-radius: 14px;
  padding: 28px; display: flex; flex-direction: column; gap: 14px;
}
.contact-form label { display: flex; flex-direction: column; gap: 6px; }
.contact-form .field-label { font-family: var(--font-display); font-weight: 600; font-size: 13px; color: var(--fg-1); }
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%; height: 44px;
  border: 1px solid var(--border-1); border-radius: 10px;
  padding: 0 14px;
  font-family: var(--font-body); font-size: 14px; color: var(--fg-1);
  background: #fff; outline: none;
}
.contact-form textarea { height: auto; padding: 12px 14px; resize: vertical; min-height: 100px; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus {
  border-color: var(--hkn-blue-600);
  box-shadow: 0 0 0 3px rgba(35,96,207,0.15);
}
.contact-form .form-foot {
  font-family: var(--font-body); font-size: 12px; color: var(--fg-3);
  text-align: center; margin-top: -2px;
}
.contact-form .form-msg.success { background: var(--hkn-success-100); color: var(--hkn-success-600); padding: 14px; border-radius: 10px; font-family: var(--font-body); font-size: 14px; }
.contact-form .form-msg.error { background: var(--hkn-danger-100); color: var(--hkn-danger-600); padding: 14px; border-radius: 10px; font-family: var(--font-body); font-size: 14px; }

/* ===== FOOTER ===== */
.site-footer {
  background: var(--hkn-blue-900); color: #fff;
  padding: 72px 0 28px; position: relative; overflow: hidden;
}
.site-footer::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background-image: radial-gradient(rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 20px 20px;
}
.site-footer .container { position: relative; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 48px; }
.footer-brand img { height: 44px; margin-bottom: 20px; }
.footer-brand p { font-family: var(--font-body); font-size: 14px; line-height: 1.6; color: rgba(255,255,255,0.7); margin: 0; max-width: 320px; }
.social-row { display: flex; gap: 8px; margin-top: 24px; }
.social-row a {
  width: 36px; height: 36px; border-radius: 8px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  display: flex; align-items: center; justify-content: center;
  color: #fff; transition: all 200ms;
}
.social-row a:hover { background: rgba(255,255,255,0.16); color: #fff; }
.social-row svg { width: 16px; height: 16px; }
.footer-col h4 { font-family: var(--font-display); font-weight: 700; font-size: 14px; color: #fff; margin: 0 0 18px; letter-spacing: 0.02em; }
.footer-col ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.footer-col a {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-body); font-size: 14px;
  color: rgba(255,255,255,0.72);
}
.footer-col a:hover { color: #fff; }
.footer-col svg { width: 15px; height: 15px; flex-shrink: 0; }
.footer-bottom {
  margin-top: 56px; padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.1);
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px;
  font-family: var(--font-body); font-size: 13px; color: rgba(255,255,255,0.55);
}
.footer-bottom a { color: rgba(255,255,255,0.7); }
.footer-bottom a:hover { color: #fff; }
.footer-bottom .legal { display: flex; gap: 24px; }

/* ===== WHATSAPP FLOAT ===== */
.wa-float {
  position: fixed; bottom: 24px; right: 24px; z-index: 60;
  width: 56px; height: 56px; border-radius: 999px;
  background: var(--hkn-whatsapp); color: #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 12px 32px rgba(37,211,102,0.4);
  transition: all 200ms;
}
.wa-float:hover { background: var(--hkn-whatsapp-dark); color: #fff; transform: scale(1.05); }
.wa-float svg { width: 28px; height: 28px; }

/* ===== SINGLE / PAGE ===== */
.entry-header { padding: 64px 0 32px; background: var(--bg-tint); }
.entry-header .container { max-width: 880px; }
.entry-header h1 { font-family: var(--font-display); font-weight: 800; font-size: clamp(32px,4vw,48px); line-height: 1.1; letter-spacing: -0.025em; margin: 0; text-wrap: balance; }
.entry-meta { display: flex; gap: 16px; align-items: center; font-family: var(--font-body); font-size: 13px; color: var(--fg-3); margin-top: 16px; }
.entry-meta svg { width: 14px; height: 14px; }
.entry-content { padding: 48px 0 96px; }
.entry-content .container { max-width: 880px; }
.entry-content p, .entry-content li { font-family: var(--font-body); font-size: 17px; line-height: 1.7; color: var(--fg-1); }
.entry-content h2 { font-size: 28px; margin: 40px 0 16px; letter-spacing: -0.02em; }
.entry-content h3 { font-size: 22px; margin: 32px 0 12px; }
.entry-content img { border-radius: 14px; margin: 24px 0; }
.entry-content blockquote { border-left: 3px solid var(--hkn-blue-600); padding: 8px 20px; margin: 24px 0; color: var(--fg-2); font-style: italic; background: var(--bg-tint); border-radius: 0 8px 8px 0; }
.entry-thumb { width: 100%; height: 380px; object-fit: cover; border-radius: 14px; margin-bottom: 32px; }

.archive-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; }
.archive-grid .post-card { padding: 22px; gap: 10px; }
.archive-grid .post-card h3 { font-size: 18px; }

.pagination { display: flex; gap: 8px; justify-content: center; margin-top: 48px; }
.pagination a, .pagination span {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 40px; height: 40px; padding: 0 12px;
  border-radius: 10px; border: 1px solid var(--border-1);
  font-family: var(--font-display); font-weight: 600; font-size: 14px;
  color: var(--fg-1); background: #fff;
}
.pagination .current { background: var(--hkn-blue-600); color: #fff; border-color: var(--hkn-blue-600); }
.pagination a:hover { border-color: var(--hkn-blue-600); color: var(--hkn-blue-700); }

/* ===== RESPONSIVE ===== */
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .hero-art { display: none; }
  .why-grid { grid-template-columns: 1fr; gap: 32px; }
  .blog-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  section { padding: 64px 0; }
  .hero { padding: 64px 0 80px; }
}