/*
Theme Name: Trend Minimal
Theme URI: https://example.com/
Author: Trend Kalıp Ofisi
Description: Trend Kalıp Ofisi için sade, minimalist tek sayfa tema.
Version: 1.0.1
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: trend-minimal
*/

:root {
  --bg: #0c0f14;
  --surface: #121821;
  --text: #f3f5f7;
  --muted: #a3adba;
  --line: rgba(255, 255, 255, 0.10);
  --accent: #8fb7ff;
  --accent-strong: #cfe0ff;
  --whatsapp: #25d366;
  --max-width: 1080px;
  --text-width: 68ch;
  --radius: 22px;
  --shadow: 0 16px 48px rgba(0,0,0,0.35);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(143, 183, 255, 0.10), transparent 30%),
    linear-gradient(180deg, #0b0e13 0%, #0c0f14 100%);
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

a { color: inherit; }
img { max-width: 100%; height: auto; display: block; }

.tm-container { max-width: var(--max-width); margin: 0 auto; padding: 0 22px; }

.tm-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  backdrop-filter: blur(14px);
  background: rgba(12, 15, 20, 0.84);
  border-bottom: 1px solid var(--line);
}

.tm-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 0;
}

.tm-brand {
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 750;
  letter-spacing: 0.5px;
}
.tm-brand span { color: var(--accent); }

.tm-menu { display: flex; gap: 18px; align-items: center; flex-wrap: wrap; margin: 0; padding: 0; list-style: none; }
.tm-menu a { text-decoration: none; color: var(--muted); font-size: 0.95rem; transition: color 0.2s ease; }
.tm-menu a:hover { color: var(--text); }

.tm-main section { padding: 86px 0; }
.tm-hero { padding-top: 62px; }
.tm-hero,
.tm-main section {
  text-align: center;
}

.tm-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  align-items: center;
}
.tm-hero-grid--simple {
  grid-template-columns: 1fr;
  justify-items: center;
}

.tm-eyebrow {
  display: inline-block;
  margin-bottom: 16px;
  padding: 7px 12px;
  border: 1px solid rgba(143, 183, 255, 0.22);
  border-radius: 999px;
  color: var(--accent-strong);
  font-size: 0.78rem;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  background: rgba(143, 183, 255, 0.08);
}

.tm-hero h1 {
  font-size: clamp(2.3rem, 5.5vw, 4.3rem);
  line-height: 1.06;
  margin: 0 0 16px;
  letter-spacing: -0.8px;
}
.tm-hero p {
  color: var(--muted);
  font-size: 1.05rem;
  margin: 0 auto 22px;
  max-width: var(--text-width);
}

.tm-actions { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
.tm-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 24px;
  border-radius: 999px;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
  border: 1px solid transparent;
  font-weight: 650;
}
.tm-btn-primary {
  background: linear-gradient(135deg, var(--accent), var(--accent-strong));
  color: #0b1017;
  box-shadow: 0 12px 30px rgba(143, 183, 255, 0.20);
}
.tm-btn-secondary {
  background: rgba(255,255,255,0.03);
  border-color: var(--line);
  color: var(--text);
}
.tm-btn:hover { transform: translateY(-1px); }

.tm-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255,255,255,0.02);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.tm-section-title { margin: 0 auto 12px; font-size: clamp(1.7rem, 3.8vw, 2.5rem); letter-spacing: -0.4px; max-width: var(--text-width); }
.tm-section-sub { margin: 0 auto 26px; color: var(--muted); max-width: var(--text-width); }

.tm-features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  max-width: 980px;
  margin: 0 auto;
}
.tm-feature {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255,255,255,0.02);
}
.tm-feature strong { display: block; color: var(--accent-strong); font-size: 1.05rem; margin-bottom: 6px; }
.tm-feature span { color: var(--muted); font-size: 0.95rem; }

.tm-contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  align-items: start;
}
.tm-contact {
  grid-template-columns: 1fr;
}
.tm-contact .tm-card { padding: 22px; }
.tm-kv { display: grid; gap: 10px; margin-top: 10px; }
.tm-kv > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
  color: var(--muted);
}
.tm-kv strong { color: var(--text); font-weight: 650; text-align: center; }

.tm-footer {
  padding: 32px 0 44px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.95rem;
}
.tm-footer-wrap { display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; }

.tm-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background: var(--whatsapp);
  color: #fff;
  display: grid;
  place-items: center;
  box-shadow: 0 16px 30px rgba(37, 211, 102, 0.28);
  text-decoration: none;
  z-index: 999;
}
.tm-whatsapp svg { width: 30px; height: 30px; fill: currentColor; }

@media (max-width: 980px) {
  .tm-hero-grid,
  .tm-contact {
    grid-template-columns: 1fr;
  }
  .tm-features { grid-template-columns: 1fr; }
}

