/*
Theme Name: ARTI Klima
Theme URI: https://artiklima.com
Author: ARTI Klima
Author URI: https://artiklima.com
Description: Mitsubishi klima sektörü için modern, SEO-odaklı ve mobil uyumlu kurumsal tema.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: artiklima
Tags: custom-logo, custom-menu, featured-images, responsive-layout, business
*/

:root {
  --brand-red: #c1121f;
  --brand-red-dark: #9b0f19;
  --brand-gray-900: #1f1f1f;
  --brand-gray-700: #4b4b4b;
  --brand-gray-300: #d8d8d8;
  --brand-gray-100: #f5f5f5;
  --brand-navy: #0b2c5f;
  --brand-white: #ffffff;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Montserrat", "Segoe UI", sans-serif;
  color: var(--brand-gray-900);
  background: var(--brand-white);
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1200px, 92%);
  margin: 0 auto;
}

.section-title {
  font-size: clamp(1.6rem, 2.6vw, 2.4rem);
  margin-bottom: 1rem;
}

.section-subtitle {
  color: var(--brand-gray-700);
  font-size: 1.05rem;
}

.button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--brand-red);
  color: var(--brand-white);
  padding: 0.85rem 1.6rem;
  border-radius: 999px;
  font-weight: 600;
  transition: all 0.2s ease;
}

.button:hover {
  background: var(--brand-red-dark);
}

.button.secondary {
  background: var(--brand-navy);
}

.button.secondary:hover {
  background: #091f44;
}

main {
  overflow: hidden;
}
