/*
Theme Name: Kurtay Hoca Matematik
Theme URI: https://kurtayhoca.com
Author: Kurtay Hoca
Author URI: https://kurtayhoca.com
Description: Tek sayfalık modern eğitim sitesi teması (Instagram + YouTube + Menü + Logo + Slogan).
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kurtay-hoca
*/

/* Genel reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  background-color: #fff;
  color: #333;
  line-height: 1.6;
}

header {
  text-align: center;
  padding: 40px 20px;
  background: linear-gradient(90deg, #e10000, #890000);
  color: #fff;
}

header img.logo {
  max-width: 180px;
  display: block;
  margin: 0 auto 15px;
}

header h1 {
  font-size: 1.6rem;
  font-weight: 600;
}

nav {
  display: flex;
  justify-content: center;
  gap: 20px;
  background: #fff;
  padding: 15px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  position: sticky;
  top: 0;
  z-index: 1000;
}

nav a {
  text-decoration: none;
  color: #333;
  font-weight: 600;
  padding: 8px 12px;
  transition: background 0.3s;
}

nav a:hover {
  background: #e10000;
  color: #fff;
  border-radius: 4px;
}

.section {
  padding: 60px 20px;
  text-align: center;
}

.section h2 {
  font-size: 1.8rem;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.instagram-section {
  background: linear-gradient(90deg, #f58529, #dd2a7b, #8134af);
  color: #fff;
}

.youtube-section {
  background: #000;
  color: #fff;
}

.instagram-posts, .youtube-videos {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}

.instagram-posts img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
}

.youtube-videos iframe {
  width: 300px;
  height: 180px;
  border: none;
  border-radius: 10px;
}

footer {
  background: #333;
  color: #fff;
  padding: 30px 20px;
  text-align: center;
}

footer a {
  color: #fff;
  text-decoration: underline;
}
