/*
Theme Name: CFRO
Theme URI: https://www.cfro.ro
Author: Zapp Telecom — Departamentul Rețele Speciale și Sisteme Informatice
Author URI: https://www.cfro.ro
Description: Tema Clubul Fermierilor Români, portată din site-ul PHP. Verde/auriu CFRO, header/footer originale și widgeturi native pentru Elementor.
Version: 1.0.8
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cfro
Tags: custom-menu, featured-images, full-width-template, theme-options, translation-ready, elementor
*/

/* Fallback skin if assets/css/site.css is blocked by server. */
:root {
    --green: #178a45;
    --green-dark: #0c3d22;
    --green-mid: #146c36;
    --gold: #e2ae2a;
    --gold-soft: #f4d56a;
    --ink: #122017;
    --muted: #5d6d62;
    --cream: #f3efe4;
    --paper: #f7f4ee;
    --line: #e2e6df;
    --white: #fff;
    --shadow: 0 18px 40px rgba(12, 61, 34, .1);
    --radius: 20px;
    --font: "Manrope", system-ui, sans-serif;
    --serif: "Fraunces", Georgia, serif;
}
body {
    margin: 0;
    font-family: var(--font);
    color: var(--ink);
    background: var(--paper);
    line-height: 1.6;
}
.container { width: min(1160px, calc(100% - 32px)); margin-inline: auto; }
.btn {
    display: inline-flex; align-items: center; justify-content: center;
    background: var(--green); color: #fff; text-decoration: none; border: 0;
    border-radius: 999px; padding: 12px 20px; font-weight: 800; cursor: pointer;
}
.topbar { background: var(--gold); font-size: 12.5px; font-weight: 700; }
.header { position: sticky; top: 0; z-index: 80; background: var(--paper); border-bottom: 1px solid var(--line); }
.footer { background: #0a2416; color: #d5e4da; padding: 56px 0 22px; }
h1, h2, h3 { font-family: var(--serif); color: var(--green-dark); }
.hero h1, .hero h2, .hero p, .film h1, .film p { color: #fff !important; }
