/* Fresh Minimal theme — myassignmentshub.com
   White background, vibrant emerald accent, generous rounded corners, friendly/approachable feel. */

:root {
  --bg: #ffffff;
  --bg-alt: #f4faf7;
  --surface: #ffffff;
  --surface-border: #e3ede8;
  --text: #14231d;
  --text-muted: #5b6b63;
  --accent: #0f9d78;
  --accent-strong: #0c7d5f;
  --accent-contrast: #ffffff;
  --header-bg: rgba(255, 255, 255, 0.9);
  --footer-bg: #0f2a20;
  --radius: 20px;
  --shadow: 0 12px 28px rgba(15, 157, 120, 0.18);
  --font-heading: 'Poppins', 'Segoe UI', system-ui, sans-serif;
  --font-body: 'Manrope', 'Segoe UI', system-ui, sans-serif;
}

body.theme-fresh-minimal {
  background-image:
    radial-gradient(circle at 90% -5%, rgba(255, 176, 89, 0.16), transparent 40%),
    radial-gradient(circle at 0% 15%, rgba(15, 157, 120, 0.10), transparent 45%);
  background-attachment: fixed;
}

.theme-fresh-minimal .stat-card,
.theme-fresh-minimal .category-card,
.theme-fresh-minimal .why-card,
.theme-fresh-minimal .testimonial-card,
.theme-fresh-minimal .faq-item,
.theme-fresh-minimal .pricing-card,
.theme-fresh-minimal .service-card,
.theme-fresh-minimal .case-card,
.theme-fresh-minimal .contact-method {
  box-shadow: 0 4px 16px rgba(20, 35, 29, 0.05);
}

.theme-fresh-minimal .eyebrow {
  background: #eafbf4;
  color: var(--accent-strong);
  padding: 6px 14px;
  border-radius: 999px;
}

.theme-fresh-minimal .process-step {
  background: linear-gradient(135deg, #0f9d78, #14b88c);
}

.theme-fresh-minimal .btn-primary {
  box-shadow: 0 6px 18px rgba(15, 157, 120, 0.35);
}

.theme-fresh-minimal .site-footer,
.theme-fresh-minimal .site-footer p,
.theme-fresh-minimal .footer-col a,
.theme-fresh-minimal .footer-tagline {
  color: #cfe9de;
}
.theme-fresh-minimal .footer-col a:hover { color: #6ee0b8; }
.theme-fresh-minimal .footer-bottom { color: #8fb8a8; border-color: #1c4335; }
