/*
Theme Name: Mahsel Madencilik
Theme URI: https://mahselmadencilik.com
Author: Mahsel Madencilik
Author URI: https://mahselmadencilik.com
Description: Mahsel Madencilik & İnşaat - Modern, profesyonel kurumsal web sitesi teması.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mahsel-madencilik
Tags: business, construction, modern, light
*/

/* ===================================
   ROOT VARIABLES
=================================== */
:root {
  --primary: #1a3a5c;
  --primary-light: #2563a8;
  --accent: #f4a200;
  --accent-dark: #d48900;
  --text-dark: #1e2532;
  --text-mid: #4a5568;
  --text-light: #718096;
  --bg-white: #ffffff;
  --bg-light: #f7f9fc;
  --bg-gray: #eef1f6;
  --border: #dde3ec;
  --shadow-sm: 0 2px 8px rgba(26,58,92,0.08);
  --shadow-md: 0 6px 24px rgba(26,58,92,0.12);
  --shadow-lg: 0 16px 48px rgba(26,58,92,0.16);
  --radius: 10px;
  --radius-lg: 18px;
  --transition: 0.3s ease;
  --font-main: 'Inter', 'Segoe UI', Arial, sans-serif;
  --font-heading: 'Montserrat', 'Segoe UI', Arial, sans-serif;
}

/* ===================================
   RESET & BASE
=================================== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: var(--font-main);
  color: var(--text-dark);
  background: var(--bg-white);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--primary-light); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--accent); }
ul { list-style: none; }
h1,h2,h3,h4,h5,h6 { font-family: var(--font-heading); font-weight: 700; line-height: 1.25; color: var(--text-dark); }

/* ===================================
   CONTAINER
=================================== */
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.container-wide { max-width: 1400px; margin: 0 auto; padding: 0 24px; }

/* ===================================
   TYPOGRAPHY
=================================== */
.section-label {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 10px;
}
.section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  color: var(--primary);
  margin-bottom: 18px;
  line-height: 1.2;
}
.section-desc {
  font-size: 1.05rem;
  color: var(--text-mid);
  max-width: 580px;
  line-height: 1.8;
}
.section-header { margin-bottom: 52px; }
.section-header.center { text-align: center; }
.section-header.center .section-desc { margin: 0 auto; }

/* ===================================
   BUTTONS
=================================== */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 28px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all var(--transition);
  text-decoration: none;
  letter-spacing: 0.02em;
}
.btn-primary {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
}
.btn-primary:hover {
  background: var(--accent-dark);
  border-color: var(--accent-dark);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(244,162,0,0.35);
}
.btn-outline {
  background: transparent;
  color: var(--primary);
  border-color: var(--primary);
}
.btn-outline:hover {
  background: var(--primary);
  color: #fff;
  transform: translateY(-2px);
}
.btn-white {
  background: #fff;
  color: var(--primary);
  border-color: #fff;
}
.btn-white:hover {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
}
.btn-lg { padding: 16px 36px; font-size: 1.05rem; }

/* ===================================
   TOP BAR
=================================== */
#topbar {
  background: var(--primary);
  color: rgba(255,255,255,0.82);
  font-size: 0.82rem;
  padding: 7px 0;
}
.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}
.topbar-left, .topbar-right { display: flex; align-items: center; gap: 20px; }
.topbar-left a, .topbar-right a { color: rgba(255,255,255,0.82); font-size: 0.82rem; }
.topbar-left a:hover, .topbar-right a:hover { color: var(--accent); }
.topbar-item { display: flex; align-items: center; gap: 6px; }
.topbar-item .icon { font-size: 0.9rem; }

/* ===================================
   HEADER / NAVIGATION
=================================== */
#site-header {
  background: var(--bg-white);
  box-shadow: var(--shadow-sm);
  position: sticky;
  top: 0;
  z-index: 1000;
  transition: box-shadow var(--transition);
}
#site-header.scrolled { box-shadow: var(--shadow-md); }
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
}
.site-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.logo-icon {
  width: 48px; height: 48px;
  background: var(--primary);
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
}
.logo-icon svg { width: 28px; height: 28px; fill: var(--accent); }
.logo-text { display: flex; flex-direction: column; }
.logo-text .name { font-family: var(--font-heading); font-size: 1.18rem; font-weight: 800; color: var(--primary); line-height: 1.1; }
.logo-text .tagline { font-size: 0.7rem; color: var(--text-light); letter-spacing: 0.08em; text-transform: uppercase; }
#main-nav { display: flex; align-items: center; gap: 4px; }
.nav-link {
  padding: 8px 14px;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text-dark);
  border-radius: 5px;
  transition: all var(--transition);
  position: relative;
}
.nav-link:hover, .nav-link.active { color: var(--primary-light) !important; background: var(--bg-light) !important; }
.nav-link::after {
  content: '';
  position: absolute;
  bottom: 4px; left: 50%; transform: translateX(-50%);
  width: 0; height: 2px;
  background: var(--accent);
  transition: width var(--transition);
  border-radius: 2px;
}
.nav-link:hover::after, .nav-link.active::after { width: 60% !important; }
.nav-cta { margin-left: 16px; }
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 8px;
  background: none;
  border: none;
}
.hamburger span { display: block; width: 24px; height: 2px; background: var(--primary); border-radius: 2px; transition: all var(--transition); }
.mobile-menu {
  display: none;
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(26,58,92,0.97);
  z-index: 2000;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.mobile-menu.open { display: flex; }
.mobile-menu .nav-link { color: #fff; font-size: 1.2rem; padding: 12px 24px; }
.mobile-menu .nav-link:hover { color: var(--accent); background: rgba(255,255,255,0.08); }
.mobile-close { position: absolute; top: 20px; right: 24px; background: none; border: none; color: #fff; font-size: 2rem; cursor: pointer; line-height: 1; }

/* ===================================
   HERO SECTION
=================================== */
#hero {
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(135deg, #0d2440 0%, #1a3a5c 50%, #22537a 100%);
}
.hero-bg {
  position: absolute; inset: 0;
  background-image: url('https://images.unsplash.com/photo-1504307651254-35680f356dfd?w=1600&q=80');
  background-size: cover;
  background-position: center;
  opacity: 0.18;
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(13,36,64,0.95) 0%, rgba(13,36,64,0.65) 60%, transparent 100%);
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 640px;
  padding: 80px 0;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(244,162,0,0.18);
  border: 1px solid rgba(244,162,0,0.4);
  color: var(--accent);
  padding: 6px 16px;
  border-radius: 100px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.hero-title {
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  color: #fff;
  margin-bottom: 22px;
  line-height: 1.12;
}
.hero-title span { color: var(--accent); }
.hero-desc {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.8);
  margin-bottom: 36px;
  line-height: 1.8;
}
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-stats {
  display: flex;
  gap: 36px;
  margin-top: 52px;
  padding-top: 40px;
  border-top: 1px solid rgba(255,255,255,0.12);
  flex-wrap: wrap;
}
.hero-stat .number {
  font-family: var(--font-heading);
  font-size: 2rem;
  font-weight: 800;
  color: var(--accent);
  line-height: 1;
}
.hero-stat .label { font-size: 0.82rem; color: rgba(255,255,255,0.65); margin-top: 4px; }
.hero-shape {
  position: absolute;
  right: -60px; bottom: -60px;
  width: 500px; height: 500px;
  border-radius: 50%;
  background: rgba(244,162,0,0.05);
  border: 1px solid rgba(244,162,0,0.1);
}

/* ===================================
   ABOUT SECTION
=================================== */
#about { padding: 96px 0; background: var(--bg-white); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.about-images { position: relative; }
.about-img-main {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  aspect-ratio: 4/3;
}
.about-img-main img { width: 100%; height: 100%; object-fit: cover; }
.about-img-badge {
  position: absolute;
  bottom: -24px; right: -24px;
  background: var(--accent);
  color: #fff;
  padding: 20px 24px;
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
  text-align: center;
  min-width: 140px;
}
.about-img-badge .years { font-size: 2.4rem; font-weight: 800; line-height: 1; }
.about-img-badge .text { font-size: 0.8rem; font-weight: 600; opacity: 0.9; margin-top: 4px; }
.about-features { display: flex; flex-direction: column; gap: 18px; margin: 28px 0; }
.about-feature { display: flex; gap: 14px; align-items: flex-start; }
.about-feature-icon {
  width: 44px; height: 44px; min-width: 44px;
  background: var(--bg-light);
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  color: var(--primary-light);
  font-size: 1.2rem;
}
.about-feature-text h4 { font-size: 0.95rem; font-weight: 700; margin-bottom: 3px; }
.about-feature-text p { font-size: 0.88rem; color: var(--text-mid); }

/* ===================================
   SERVICES
=================================== */
#services { padding: 96px 0; background: var(--bg-light); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.service-card {
  background: var(--bg-white);
  border-radius: var(--radius-lg);
  padding: 36px 28px;
  box-shadow: var(--shadow-sm);
  transition: all var(--transition);
  border: 1px solid var(--border);
  position: relative;
  overflow: hidden;
}
.service-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary), var(--accent));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--transition);
}
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.service-card:hover::before { transform: scaleX(1); }
.service-icon {
  width: 60px; height: 60px;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 22px;
  font-size: 1.6rem;
  color: #fff;
}
.service-card h3 { font-size: 1.12rem; margin-bottom: 10px; }
.service-card p { font-size: 0.9rem; color: var(--text-mid); line-height: 1.75; }

/* ===================================
   PROJECTS
=================================== */
#projects { padding: 96px 0; background: var(--bg-white); }
.projects-filter {
  display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 40px;
}
.filter-btn {
  padding: 8px 20px;
  border: 2px solid var(--border);
  background: var(--bg-white);
  border-radius: 100px;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--text-mid);
  cursor: pointer;
  transition: all var(--transition);
}
.filter-btn.active, .filter-btn:hover {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
}
.projects-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.project-card {
  background: var(--bg-white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border);
  transition: all var(--transition);
}
.project-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.project-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/3;
}
.project-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.project-card:hover .project-image img { transform: scale(1.07); }
.project-image-overlay {
  position: absolute; inset: 0;
  background: rgba(26,58,92,0.75);
  display: flex; align-items: center; justify-content: center;
  opacity: 0;
  transition: opacity var(--transition);
}
.project-card:hover .project-image-overlay { opacity: 1; }
.project-overlay-btn {
  background: var(--accent);
  color: #fff;
  padding: 10px 22px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.88rem;
  text-decoration: none;
  transition: all var(--transition);
}
.project-overlay-btn:hover { background: var(--accent-dark); color: #fff; }
.project-status {
  position: absolute;
  top: 14px; left: 14px;
  padding: 4px 12px;
  border-radius: 100px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.status-active { background: #22c55e; color: #fff; }
.status-done { background: var(--primary); color: #fff; }
.project-gallery-dots {
  position: absolute;
  bottom: 10px; left: 50%; transform: translateX(-50%);
  display: flex; gap: 5px;
}
.project-gallery-dots span {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: rgba(255,255,255,0.5);
  cursor: pointer;
  transition: background var(--transition);
}
.project-gallery-dots span.active { background: var(--accent); }
.project-body { padding: 24px; }
.project-category { font-size: 0.78rem; font-weight: 700; color: var(--accent); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 6px; }
.project-body h3 { font-size: 1.08rem; margin-bottom: 8px; }
.project-body p { font-size: 0.88rem; color: var(--text-mid); margin-bottom: 16px; }
.project-meta { display: flex; gap: 16px; flex-wrap: wrap; }
.project-meta-item { display: flex; align-items: center; gap: 5px; font-size: 0.82rem; color: var(--text-light); }

/* ===================================
   ACTIVE PROJECTS (TOKİ)
=================================== */
#active-projects { padding: 96px 0; background: var(--bg-light); }
.toki-hero {
  background: linear-gradient(135deg, var(--primary) 0%, #22537a 100%);
  border-radius: var(--radius-lg);
  padding: 52px;
  color: #fff;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  margin-bottom: 60px;
  position: relative;
  overflow: hidden;
}
.toki-hero::before {
  content: '';
  position: absolute;
  right: -80px; top: -80px;
  width: 320px; height: 320px;
  border-radius: 50%;
  background: rgba(244,162,0,0.08);
  border: 1px solid rgba(244,162,0,0.15);
}
.toki-hero-title { font-size: clamp(1.6rem, 3vw, 2.4rem); color: #fff; margin-bottom: 16px; }
.toki-hero-desc { color: rgba(255,255,255,0.82); line-height: 1.8; margin-bottom: 24px; }
.toki-partner {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.2);
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 0.9rem;
  color: rgba(255,255,255,0.9);
}
.toki-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.toki-stat-card {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 10px;
  padding: 20px 16px;
  text-align: center;
}
.toki-stat-card .num { font-size: 1.8rem; font-weight: 800; color: var(--accent); }
.toki-stat-card .lbl { font-size: 0.78rem; color: rgba(255,255,255,0.7); margin-top: 4px; }
.villages-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.village-card {
  background: var(--bg-white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border);
  transition: all var(--transition);
}
.village-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.village-img { aspect-ratio: 16/10; overflow: hidden; }
.village-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.village-card:hover .village-img img { transform: scale(1.05); }
.village-body { padding: 18px; }
.village-body h4 { font-size: 1rem; margin-bottom: 6px; }
.village-body .count { font-size: 0.85rem; color: var(--text-mid); margin-bottom: 10px; }
.village-badge { display: inline-flex; align-items: center; gap: 5px; font-size: 0.75rem; font-weight: 700; color: #22c55e; }

/* ===================================
   APARTMENTS / SATILIK
=================================== */
#apartments { padding: 96px 0; background: var(--bg-white); }
.apartments-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.apartment-card {
  background: var(--bg-white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border);
  transition: all var(--transition);
}
.apartment-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.apt-image { position: relative; aspect-ratio: 4/3; overflow: hidden; }
.apt-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.apartment-card:hover .apt-image img { transform: scale(1.07); }
.apt-type-badge {
  position: absolute;
  top: 14px; left: 14px;
  background: var(--primary);
  color: #fff;
  padding: 5px 14px;
  border-radius: 100px;
  font-size: 0.78rem;
  font-weight: 700;
}
.apt-price-badge {
  position: absolute;
  bottom: 14px; right: 14px;
  background: var(--accent);
  color: #fff;
  padding: 6px 14px;
  border-radius: 8px;
  font-size: 0.85rem;
  font-weight: 700;
}
.apt-body { padding: 22px; }
.apt-body h3 { font-size: 1.05rem; margin-bottom: 8px; }
.apt-location { display: flex; align-items: center; gap: 5px; font-size: 0.85rem; color: var(--text-mid); margin-bottom: 14px; }
.apt-features { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 16px; }
.apt-feat { display: flex; align-items: center; gap: 5px; font-size: 0.82rem; color: var(--text-mid); }
.apt-footer { display: flex; justify-content: space-between; align-items: center; padding-top: 14px; border-top: 1px solid var(--border); }
.apt-price-main { font-size: 1.15rem; font-weight: 800; color: var(--primary); }
.apt-price-note { font-size: 0.75rem; color: var(--text-light); }

/* ===================================
   WHY US
=================================== */
#why-us { padding: 96px 0; background: var(--primary); }
.why-us-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; }
.why-card { text-align: center; padding: 32px 20px; }
.why-icon {
  width: 72px; height: 72px;
  background: rgba(244,162,0,0.15);
  border: 2px solid rgba(244,162,0,0.3);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.8rem;
  margin: 0 auto 20px;
  transition: all var(--transition);
}
.why-card:hover .why-icon { background: var(--accent); border-color: var(--accent); }
.why-card h3 { font-size: 1.05rem; color: #fff; margin-bottom: 10px; }
.why-card p { font-size: 0.88rem; color: rgba(255,255,255,0.65); line-height: 1.75; }

/* ===================================
   TESTIMONIALS
=================================== */
#testimonials { padding: 96px 0; background: var(--bg-light); }
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.testimonial-card {
  background: var(--bg-white);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border);
  transition: all var(--transition);
}
.testimonial-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.testimonial-stars { color: var(--accent); font-size: 1.1rem; margin-bottom: 16px; letter-spacing: 2px; }
.testimonial-text { font-size: 0.92rem; color: var(--text-mid); line-height: 1.8; margin-bottom: 22px; font-style: italic; }
.testimonial-author { display: flex; align-items: center; gap: 12px; }
.author-avatar {
  width: 46px; height: 46px;
  border-radius: 50%;
  background: var(--bg-gray);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem;
  overflow: hidden;
}
.author-avatar img { width: 100%; height: 100%; object-fit: cover; }
.author-name { font-size: 0.9rem; font-weight: 700; }
.author-project { font-size: 0.78rem; color: var(--text-light); }

/* ===================================
   CTA BANNER
=================================== */
#cta { padding: 80px 0; background: linear-gradient(135deg, #f4a200 0%, #d48900 100%); }
.cta-inner { text-align: center; }
.cta-inner h2 { font-size: clamp(1.8rem, 3.5vw, 2.6rem); color: #fff; margin-bottom: 16px; }
.cta-inner p { font-size: 1.05rem; color: rgba(255,255,255,0.88); margin-bottom: 36px; max-width: 520px; margin-left: auto; margin-right: auto; }
.cta-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ===================================
   CONTACT
=================================== */
#contact { padding: 96px 0; background: var(--bg-white); }
.contact-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 72px; }
.contact-info { display: flex; flex-direction: column; gap: 28px; }
.contact-info-card {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 24px;
  background: var(--bg-light);
  border-radius: var(--radius);
  border: 1px solid var(--border);
  transition: all var(--transition);
}
.contact-info-card:hover { border-color: var(--primary-light); box-shadow: var(--shadow-sm); }
.contact-info-icon {
  width: 48px; height: 48px; min-width: 48px;
  background: var(--primary);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem;
  color: #fff;
}
.contact-info-text h4 { font-size: 0.88rem; text-transform: uppercase; letter-spacing: 0.06em; color: var(--text-light); margin-bottom: 4px; }
.contact-info-text p, .contact-info-text a { font-size: 0.95rem; color: var(--text-dark); font-weight: 500; }
.contact-form {
  background: var(--bg-light);
  border-radius: var(--radius-lg);
  padding: 44px;
  border: 1px solid var(--border);
}
.contact-form h3 { font-size: 1.4rem; margin-bottom: 28px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { margin-bottom: 18px; }
.form-group label { display: block; font-size: 0.85rem; font-weight: 600; color: var(--text-dark); margin-bottom: 6px; }
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1.5px solid var(--border);
  border-radius: 8px;
  font-size: 0.9rem;
  font-family: var(--font-main);
  color: var(--text-dark);
  background: var(--bg-white);
  transition: border-color var(--transition), box-shadow var(--transition);
  outline: none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--primary-light);
  box-shadow: 0 0 0 3px rgba(37,99,168,0.1);
}
.form-group textarea { resize: vertical; min-height: 120px; }
.form-submit { width: 100%; }
.form-note { font-size: 0.8rem; color: var(--text-light); margin-top: 10px; text-align: center; }

/* ===================================
   MAP
=================================== */
#map-section { height: 400px; background: var(--bg-gray); }
#map-section iframe { width: 100%; height: 100%; border: none; }

/* ===================================
   FOOTER
=================================== */
#site-footer { background: #0d1f33; color: rgba(255,255,255,0.75); }
.footer-main { padding: 72px 0 48px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 52px; }
.footer-brand .footer-logo { margin-bottom: 18px; }
.footer-brand p { font-size: 0.88rem; line-height: 1.8; margin-bottom: 24px; }
.footer-social { display: flex; gap: 10px; }
.social-btn {
  width: 38px; height: 38px;
  background: rgba(255,255,255,0.08);
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.7);
  font-size: 0.9rem;
  transition: all var(--transition);
}
.social-btn:hover { background: var(--accent); color: #fff; }
.footer-col h4 { font-size: 0.9rem; font-weight: 700; color: #fff; margin-bottom: 20px; letter-spacing: 0.04em; text-transform: uppercase; }
.footer-links { display: flex; flex-direction: column; gap: 10px; }
.footer-links a { font-size: 0.87rem; color: rgba(255,255,255,0.65); transition: color var(--transition); }
.footer-links a:hover { color: var(--accent); }
.footer-contact-list { display: flex; flex-direction: column; gap: 14px; }
.footer-contact-item { display: flex; gap: 10px; font-size: 0.87rem; }
.footer-contact-item .icon { color: var(--accent); margin-top: 2px; font-size: 0.9rem; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 22px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.45);
}
.footer-bottom a { color: rgba(255,255,255,0.45); }
.footer-bottom a:hover { color: var(--accent); }

/* ===================================
   BREADCRUMB
=================================== */
.breadcrumb-section {
  background: linear-gradient(135deg, var(--primary) 0%, #22537a 100%);
  padding: 52px 0;
  position: relative;
  overflow: hidden;
}
.breadcrumb-section::before {
  content: '';
  position: absolute;
  right: -100px; bottom: -100px;
  width: 400px; height: 400px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.06);
}
.breadcrumb-content h1 { font-size: clamp(1.6rem, 3vw, 2.4rem); color: #fff; margin-bottom: 10px; }
.breadcrumb-nav { display: flex; align-items: center; gap: 8px; font-size: 0.85rem; }
.breadcrumb-nav a { color: rgba(255,255,255,0.65); }
.breadcrumb-nav a:hover { color: var(--accent); }
.breadcrumb-sep { color: rgba(255,255,255,0.35); }
.breadcrumb-nav .current { color: var(--accent); }

/* ===================================
   SINGLE PROJECT DETAIL
=================================== */
.project-detail { padding: 80px 0; }
.project-detail-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 60px; align-items: start; }
.project-gallery-main { border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 16/10; margin-bottom: 14px; }
.project-gallery-main img { width: 100%; height: 100%; object-fit: cover; }
.project-gallery-thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.thumb-img { border-radius: 8px; overflow: hidden; aspect-ratio: 1; cursor: pointer; border: 2px solid transparent; transition: all var(--transition); }
.thumb-img.active { border-color: var(--accent); }
.thumb-img img { width: 100%; height: 100%; object-fit: cover; }
.project-sidebar {  }
.project-info-card {
  background: var(--bg-light);
  border-radius: var(--radius-lg);
  padding: 32px;
  border: 1px solid var(--border);
  margin-bottom: 24px;
}
.project-info-card h3 { margin-bottom: 22px; padding-bottom: 14px; border-bottom: 2px solid var(--border); }
.project-info-list { display: flex; flex-direction: column; gap: 14px; }
.project-info-item { display: flex; justify-content: space-between; padding-bottom: 12px; border-bottom: 1px solid var(--border); font-size: 0.9rem; }
.project-info-item:last-child { border-bottom: none; padding-bottom: 0; }
.project-info-item .label { color: var(--text-light); }
.project-info-item .value { font-weight: 600; color: var(--text-dark); }
.project-desc h2 { font-size: 1.6rem; margin-bottom: 20px; }
.project-desc p { font-size: 0.95rem; color: var(--text-mid); line-height: 1.85; margin-bottom: 16px; }

/* ===================================
   SINGLE APARTMENT DETAIL
=================================== */
.apt-detail { padding: 80px 0; }
.apt-detail-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 60px; }
.apt-price-box {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-dark) 100%);
  border-radius: var(--radius);
  padding: 28px;
  color: #fff;
  margin-bottom: 24px;
}
.apt-price-box .price { font-size: 2rem; font-weight: 800; }
.apt-price-box .price-note { font-size: 0.85rem; opacity: 0.85; margin-top: 4px; }
.apt-features-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 24px 0;
}
.apt-feat-detail {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  background: var(--bg-light);
  border-radius: 8px;
  font-size: 0.88rem;
}
.apt-feat-detail .icon { color: var(--primary-light); font-size: 1rem; }

/* ===================================
   TEAM / ABOUT EXTRA
=================================== */
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.team-card {
  text-align: center;
  background: var(--bg-white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border);
  transition: all var(--transition);
}
.team-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.team-img { aspect-ratio: 1; overflow: hidden; }
.team-img img { width: 100%; height: 100%; object-fit: cover; }
.team-body { padding: 22px; }
.team-body h3 { font-size: 1rem; margin-bottom: 4px; }
.team-body p { font-size: 0.85rem; color: var(--text-light); }

/* ===================================
   BACK TO TOP
=================================== */
#back-to-top {
  position: fixed;
  bottom: 30px; right: 30px;
  width: 46px; height: 46px;
  background: var(--primary);
  color: #fff;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: var(--shadow-md);
  cursor: pointer;
  opacity: 0;
  transform: translateY(20px);
  transition: all var(--transition);
  border: none;
  font-size: 1.1rem;
  z-index: 500;
  text-decoration: none;
}
#back-to-top.show { opacity: 1; transform: translateY(0); }
#back-to-top:hover { background: var(--accent); color: #fff; }

/* ===================================
   ANIMATIONS
=================================== */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}
.fade-up { animation: fadeUp 0.6s ease forwards; }
.delay-1 { animation-delay: 0.1s; }
.delay-2 { animation-delay: 0.2s; }
.delay-3 { animation-delay: 0.3s; }

/* ===================================
   RESPONSIVE
=================================== */
@media (max-width: 1100px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .footer-brand { grid-column: 1 / -1; }
  .why-us-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .about-grid { grid-template-columns: 1fr; }
  .about-images { order: -1; }
  .about-img-badge { right: 16px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .projects-grid { grid-template-columns: repeat(2, 1fr); }
  .apartments-grid { grid-template-columns: repeat(2, 1fr); }
  .villages-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonials-grid { grid-template-columns: 1fr; }
  .project-detail-grid { grid-template-columns: 1fr; }
  .apt-detail-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .toki-hero { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  #main-nav { display: none; }
  .hamburger { display: flex; }
  .services-grid { grid-template-columns: 1fr; }
  .projects-grid { grid-template-columns: 1fr; }
  .apartments-grid { grid-template-columns: 1fr; }
  .villages-grid { grid-template-columns: 1fr; }
  .why-us-grid { grid-template-columns: repeat(2, 1fr); }
  .toki-stats-grid { grid-template-columns: repeat(3, 1fr); }
  .contact-form { padding: 28px 20px; }
  .hero-stats { gap: 20px; }
  .footer-grid { grid-template-columns: 1fr; }
  .topbar-right { display: none; }
  .nav-cta { display: none; }
}
