/*
Theme Name: PRF Makine
Theme URI: https://prfmakine.com
Author: PRF Makine
Author URI: https://prfmakine.com
Description: PRF Makine — Profesyonel Ağaç İşleme Makineleri özel teması.
Version: 2.0
License: Private
Text Domain: prfmakine
Tags: woocommerce, custom
*/

/* ── RESET & BASE ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    background: #fff;
    overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a { color: #269497; text-decoration: none; }
a:hover { color: #1a7376; }
ul { list-style: none; }

/* ── TYPOGRAPHY ── */
h1,h2,h3,h4,h5,h6 {
    line-height: 1.25;
    font-weight: 700;
    color: #0a0f2b;
}

/* ── LAYOUT ── */
.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 48px;
}

#main-content { overflow-x: hidden; }

/* ── WOOCOMMERCE — FİYAT & SEPET GİZLE ── */
.price, .woocommerce-Price-amount,
.add_to_cart_button, .single_add_to_cart_button,
.cart, .woocommerce-cart,
.wc-block-cart, .wc-block-mini-cart { display: none !important; }

/* ── FORM GENEL ── */
input, textarea, select {
    font-family: inherit;
    font-size: 1rem;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 10px 14px;
    width: 100%;
    transition: border-color .2s;
    background: #fff;
}
input:focus, textarea:focus, select:focus {
    outline: none;
    border-color: #269497;
    box-shadow: 0 0 0 3px rgba(38,148,151,.12);
}

/* ── BUTON ── */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 6px;
    font-weight: 700;
    font-size: .92rem;
    cursor: pointer;
    border: none;
    transition: background .2s, transform .15s;
}
.btn-primary { background: #269497; color: #fff; }
.btn-primary:hover { background: #1a7376; color: #fff; }
.btn-outline { background: transparent; border: 2px solid #269497; color: #269497; }
.btn-outline:hover { background: #269497; color: #fff; }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
    .container { padding: 0 32px; }
}
@media (max-width: 768px) {
    .container { padding: 0 20px; }
}
@media (max-width: 480px) {
    .container { padding: 0 16px; }
    body { font-size: 15px; }
}
