/*
Theme Name: 7Trade Premium
Theme URI: https://7trade.net
Author: 7Trade Dev Team
Author URI: https://7trade.net
Description: 7Trade Aracılık Hizmetleri için özel tasarlanmış; Yaş Sebze & Meyve, Gıda Dışı Ürünler ve Uluslararası Tedarik Zinciri odaklı ultra modern WordPress 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: 7trade
Tags: custom-logo, custom-menu, featured-images, translation-ready, full-width-template, theme-options
*/

:root {
  --primary: #ff5722;
  --primary-hover: #e64a19;
  --primary-light: #ffebe6;
  --secondary: #f57c00;
  --dark: #0f172a;
  --dark-surface: #1e293b;
  --text-dark: #334155;
  --text-muted: #64748b;
  --light-bg: #f8fafc;
  --white: #ffffff;
  --border-color: #e2e8f0;
  --shadow-sm: 0 2px 8px rgba(15, 23, 42, 0.06);
  --shadow-md: 0 10px 30px rgba(15, 23, 42, 0.08);
  --shadow-lg: 0 20px 40px rgba(15, 23, 42, 0.12);
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Reset & Basic Box Sizing */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  scroll-behavior: smooth;
  color: var(--text-dark);
  background-color: var(--light-bg);
}

body {
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

a {
  color: var(--primary);
  text-decoration: none;
  transition: var(--transition);
}

a:hover {
  color: var(--primary-hover);
}

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

/* Utility Containers */
.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}
