/*!
 * Theme Name:  AgroVision Child
 * Theme URI:   https://agroindustrija.com
 * Description: AgroVision — Pametna Poljoprivreda Nove Generacije. Child theme of Astra.
 * Author:      AgroVision
 * Author URI:  https://agroindustrija.com
 * Template:    astra
 * Version:     1.0.0
 * Text Domain: agrovision-child
 * Domain Path: /languages
 */

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

html { scroll-behavior: smooth; }

body {
	background-color: #0A1A0F;
	color: #E8F5E9;
	font-family: 'Inter', 'Segoe UI', system-ui, -apple-system, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
}

/* ── CSS Custom Properties ────────────────────────────── */
:root {
	--bg-page:    #0A1A0F;
	--bg-card:    #0F2415;
	--accent:     #4CAF50;
	--secondary:  #8BC34A;
	--amber:      #FF8F00;
	--text:       #E8F5E9;
	--muted:      #6A8F70;
	--border:     rgba(76, 175, 80, 0.15);
	--radius:     16px;
	--container:  1200px;
}

/* ── Typography Resets ────────────────────────────────── */
h1,h2,h3,h4,h5,h6 { line-height: 1.2; font-weight: 700; color: #E8F5E9; }
a { color: #4CAF50; text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; }
button, input, textarea, select { font-family: inherit; }

/* ── Scrollbar ────────────────────────────────────────── */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: #0A1A0F; }
::-webkit-scrollbar-thumb { background: #4CAF50; border-radius: 3px; }

/* ── Selection ────────────────────────────────────────── */
::selection { background: rgba(76,175,80,0.3); color: #E8F5E9; }

/* ── Astra Overrides ──────────────────────────────────── */
.ast-container { max-width: var(--container) !important; }
#masthead,
.site-header { display: none !important; }
.site-footer,
#colophon { display: none !important; }
.ast-above-header-wrap { display: none !important; }
.entry-content { max-width: 100% !important; padding: 0 !important; }
.ast-article-single { padding: 0 !important; margin: 0 !important; }
.ast-page-builder-template .entry-content { padding: 0 !important; }
body.page { background: #0A1A0F; }
