/*
Theme Name: AgroMoritz Media Strategie Theme
Theme URI: https://agromoritz.de
Author: Moritz Kuhnke
Description: Individuelles Theme für AgroMoritz Media – Foto & Video, inspiriert vom Layout von Strategie-Schmiede.de.
Version: 1.0
Text Domain: agromoritz-strategie-theme
*/

:root {
  --agro-primary: #047857;
  --agro-dark: #02140c;
  --agro-light: #071b12;
  --agro-accent: #bbf7d0;
  --agro-text: #e5f2ea;
  --agro-muted: #9ca3af;
  --agro-radius-lg: 18px;
  --agro-radius-xl: 24px;
  --agro-shadow-soft: 0 18px 45px rgba(15, 23, 42, 0.18);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--agro-light);
  color: var(--agro-text);
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

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

.agro-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* Header / Navigation */

.agro-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(11, 27, 51, 0.96);
  backdrop-filter: blur(16px);
  box-shadow: 0 10px 40px rgba(15, 23, 42, 0.45);
}

.agro-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.85rem 1.5rem;
}

.agro-logo-wrap {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.agro-logo-round {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1.05rem;
  color: #fff;
  background: radial-gradient(circle at 0% 0%, #26a69a, #004d40);
  box-shadow: 0 10px 25px rgba(0, 150, 136, 0.55);
}

.agro-logo-text {
  display: flex;
  flex-direction: column;
}

.agro-logo-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.03em;
}

.agro-logo-sub {
  font-size: 0.78rem;
  color: #f0fdf4;
}

.agro-nav {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.agro-nav a {
  font-size: 0.9rem;
  color: #f0fdf4;
  font-weight: 500;
}

.agro-nav a:hover {
  color: #fff;
}

.agro-nav-cta {
  padding: 0.55rem 1.15rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--agro-primary), #00bfa5);
  color: #02140c;
  font-weight: 600;
  font-size: 0.9rem;
  box-shadow: 0 10px 28px rgba(0, 150, 136, 0.65);
}

.agro-nav-cta:hover {
  transform: translateY(-1px);
}

/* Hero */

.agro-hero {
  background: radial-gradient(circle at top left, rgba(0, 150, 136, 0.12), transparent 55%),
              radial-gradient(circle at top right, rgba(2, 20, 12, 0.55), #020907 60%);
  color: #e5e7eb;
  padding: 4.5rem 0 4rem;
  position: relative;
  overflow: hidden;
}

.agro-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 10% 0%, rgba(255, 255, 255, 0.08), transparent 55%);
  opacity: 0.5;
}

.agro-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1.25fr);
  gap: 3.25rem;
  align-items: center;
}

.agro-kicker {
  text-transform: uppercase;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  color: rgba(209, 250, 229, 0.9);
  font-weight: 600;
  margin-bottom: 0.85rem;
}

.agro-hero-title {
  font-size: clamp(2.4rem, 3.3vw, 3rem);
  line-height: 1.1;
  margin-bottom: 1.1rem;
}

.agro-hero-title span {
  background: linear-gradient(135deg, #a5f3fc, #6ee7b7);
  -webkit-background-clip: text;
  color: transparent;
}

.agro-hero-lead {
  font-size: 0.98rem;
  color: #f0fdf4;
  margin-bottom: 1.75rem;
  max-width: 34rem;
}

.agro-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 1.85rem;
}

.agro-tag {
  padding: 0.25rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.5);
  font-size: 0.78rem;
  color: #f0fdf4;
}

.agro-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  align-items: center;
  margin-bottom: 1.5rem;
}

.agro-btn-primary {
  padding: 0.8rem 1.35rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--agro-primary), #00bcd4);
  border: none;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  color: #04101f;
  box-shadow: 0 14px 36px rgba(0, 150, 136, 0.7);
}

.agro-btn-secondary {
  padding: 0.75rem 1.25rem;
  border-radius: 999px;
  border: 1px solid #d1fae5;
  background: transparent;
  font-size: 0.9rem;
  font-weight: 500;
  color:#0f172a !important;
  cursor: pointer;
}

.agro-hero-meta {
  font-size: 0.8rem;
  color: rgba(148, 163, 184, 0.9);
}

/* Hero right */

.agro-hero-card {
  background: radial-gradient(circle at top left, rgba(45, 212, 191, 0.15), transparent 55%),
              linear-gradient(145deg, rgba(15, 23, 42, 0.96), rgba(15, 23, 42, 0.9));
  border-radius: var(--agro-radius-xl);
  padding: 1.3rem 1.3rem 1.4rem;
  box-shadow: var(--agro-shadow-soft);
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.3);
}

.agro-hero-chip {
  position: absolute;
  top: 1rem;
  right: 1.1rem;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 600;
  background: rgba(6, 95, 70, 0.9);
  color: #a7f3d0;
}

.agro-hero-photo {
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 0.9rem;
  background: #020907;
  min-height: 180px;
}

.agro-hero-photo-placeholder {
  width: 100%;
  height: 220px;
  background: linear-gradient(135deg, #022c22, #14532d);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  color: #d1fae5;
}

.agro-hero-specs {
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
  flex-wrap: wrap;
  font-size: 0.75rem;
  color: rgba(209, 213, 219, 0.9);
}

.agro-spec-col {
  flex: 1 1 120px;
}

.agro-spec-label {
  font-size: 0.7rem;
  color: rgba(148, 163, 184, 0.9);
  margin-bottom: 0.15rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.agro-spec-value {
  font-weight: 600;
}

/* Section base */

.agro-section {
  padding: 3.5rem 0;
}

.agro-section-header {
  text-align: center;
  margin-bottom: 2.2rem;
}

.agro-section-kicker {
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  color: var(--agro-primary);
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.agro-section-title {
  font-size: 1.9rem;
  margin-bottom: 0.6rem;
  color: var(--agro-dark);
}

.agro-section-lead {
  max-width: 38rem;
  margin: 0 auto;
  font-size: 0.95rem;
  color: var(--agro-muted);
}

/* Garantien */

.agro-guarantees {
  background: #fff;
}

.agro-guarantee-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.4rem;
}

.agro-guarantee-card {
  background: #f9fafb;
  border-radius: var(--agro-radius-lg);
  padding: 1.1rem 1rem 1.2rem;
  border: 1px solid #f0fdf4;
}

.agro-guarantee-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.35rem;
  color: var(--agro-dark);
}

.agro-guarantee-text {
  font-size: 0.85rem;
  color: var(--agro-muted);
}

/* Leistungen / Cards */

.agro-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.4rem;
}

.agro-card {
  background: #ffffff;
  border-radius: var(--agro-radius-lg);
  padding: 1.25rem 1.1rem 1.4rem;
  border: 1px solid rgba(226, 232, 240, 0.95);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.agro-card-kicker {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--agro-primary);
  font-weight: 600;
}

.agro-card-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--agro-dark);
}

.agro-card-text {
  font-size: 0.9rem;
  color: var(--agro-muted);
}

.agro-card-meta {
  font-size: 0.78rem;
  color: var(--agro-muted);
  margin-top: 0.2rem;
}

.agro-card-price {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--agro-dark);
  margin-top: 0.3rem;
}

.agro-card-link {
  margin-top: 0.7rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--agro-primary);
}

/* Stats */

.agro-stats {
  background: radial-gradient(circle at top left, rgba(0, 150, 136, 0.1), transparent 60%),
              #02140c;
  color: #e5e7eb;
}

.agro-stats-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1.4fr);
  gap: 2.2rem;
  align-items: center;
}

.agro-stats-title {
  font-size: 1.7rem;
  margin-bottom: 0.5rem;
}

.agro-stats-text {
  font-size: 0.95rem;
  color: rgba(209, 213, 219, 0.95);
}

.agro-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
}

.agro-stat {
  padding: 0.9rem 0.8rem;
  border-radius: 1rem;
  background: rgba(2, 20, 12, 0.85);
  border: 1px solid rgba(148, 163, 184, 0.55);
}

.agro-stat-label {
  font-size: 0.8rem;
  color: rgba(148, 163, 184, 0.95);
  margin-bottom: 0.25rem;
}

.agro-stat-value {
  font-size: 1.05rem;
  font-weight: 700;
}

/* About */

.agro-about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.4fr);
  gap: 2.4rem;
  align-items: center;
}

.agro-about-box {
  background: #ffffff;
  border-radius: var(--agro-radius-xl);
  padding: 1.6rem 1.5rem;
  border: 1px solid rgba(226, 232, 240, 0.95);
  box-shadow: 0 22px 48px rgba(15, 23, 42, 0.08);
}

.agro-about-title {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}

.agro-about-text {
  font-size: 0.92rem;
  color: var(--agro-muted);
}

/* CTA */

.agro-cta {
  background: linear-gradient(135deg, #022c22, #02140c);
  color: #e5e7eb;
}

.agro-cta-inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  text-align: center;
}

.agro-cta-title {
  font-size: 1.7rem;
}

.agro-cta-text {
  font-size: 0.95rem;
  color: rgba(209, 213, 219, 0.95);
  max-width: 32rem;
}

/* Footer */

.agro-footer {
  background: #020907;
  color: rgba(148, 163, 184, 0.95);
  padding: 2rem 0 1.5rem;
  font-size: 0.82rem;
}

.agro-footer-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.4rem;
  align-items: center;
}

/* Responsive */

@media (max-width: 900px) {
  .agro-hero-grid,
  .agro-stats-inner,
  .agro-about-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 768px) {
  .agro-header-inner {
    padding-inline: 1rem;
  }
  .agro-nav {
    display: none;
  }
  .agro-guarantee-grid,
  .agro-cards-grid,
  .agro-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .agro-guarantee-grid,
  .agro-cards-grid,
  .agro-stats-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.agro-hero * { text-shadow: 0 2px 4px rgba(0,0,0,0.6); }

.agro-section-title { 
    color:#0f172a !important; 
    text-shadow: 0 2px 4px rgba(0,0,0,0.7);
}
.agro-section-kicker {
    color: #34d399 !important;
}

.agro-section-kicker{color:#047857 !important;}
/* ---- Kontrast-Fix V5 ---- */

/* Dunkle Bereiche: hellen Text verwenden */
.agro-hero, .agro-hero * ,
.agro-stats, .agro-stats * ,
.agro-cta, .agro-cta * {
  color: #ecfdf5 !important;
  text-shadow: 0 2px 4px rgba(0,0,0,0.6);
}

/* Leistungen-Header (liegt auf dunklem Hintergrund) */
#leistungen .agro-section-header *,
#leistungen .agro-section-title,
#leistungen .agro-section-lead {
  color: #ecfdf5 !important;
  text-shadow: 0 2px 4px rgba(0,0,0,0.7);
}

/* About-Text (rechter Block, dunkler Hintergrund) */
#about .agro-section-title,
#about .agro-section-lead,
#about .agro-section-kicker,
#about ul li {
  color: #ecfdf5 !important;
  text-shadow: 0 2px 4px rgba(0,0,0,0.7);
}

/* Karten selber bleiben hell mit dunkler Schrift */
.agro-card, .agro-card * {
  color: #0f172a !important;
  text-shadow: none !important;
}

/* Garantien-Bereich auf weiß: dunkle Schrift */
.agro-guarantees, .agro-guarantees * {
  color: #0f172a !important;
  text-shadow: none !important;
}

/* Abschnitt-Kicker in sattem Grün */
.agro-section-kicker {
  color: #047857 !important;
}

#about .agro-about-title {
    color: #0f172a !important;
    text-shadow: none !important;
}

/* Hero-Foto Vollflächig ohne unteren Rand */
.agro-hero-photo {
  padding: 0;
  margin: 0 0 0.9rem 0;
  background: transparent;
  min-height: auto;
}
.agro-hero-photo img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 14px;
  object-fit: cover;
}
