/*
Theme Name: ASN Academy Child
Theme URI: https://nyumbani.ac.tz/
Description: Branded education, publishing and learning-commerce child theme for ASN Academy by Afrika Sisi Nyumbani Ltd.
Author: Afrika Sisi Nyumbani Ltd
Author URI: https://asn.co.tz/
Template: author-writer-pro
Version: 1.0.0
Requires at least: 6.8
Requires PHP: 8.1
Text Domain: asn-academy
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: education, lms, learnpress, woocommerce, responsive, accessibility-ready
*/

:root {
  --asn-brand: #155b3a;
  --asn-brand-strong: #0d4129;
  --asn-brand-soft: #eaf5ef;
  --asn-accent: #d6a82b;
  --asn-accent-soft: #fff6d7;
  --asn-ink: #17202a;
  --asn-muted: #667085;
  --asn-surface: #ffffff;
  --asn-surface-alt: #f7f9f8;
  --asn-border: #e6e9e7;
  --asn-success: #197a4a;
  --asn-danger: #b42318;
  --asn-container: 1280px;
  --asn-radius-sm: 8px;
  --asn-radius: 14px;
  --asn-radius-lg: 22px;
  --asn-shadow-sm: 0 4px 16px rgba(16, 24, 40, .06);
  --asn-shadow: 0 16px 40px rgba(16, 24, 40, .09);
  --asn-transition: 180ms ease;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--asn-ink);
  background: var(--asn-surface);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
}
img { max-width: 100%; height: auto; }
a { color: var(--asn-brand); text-decoration: none; }
a:hover, a:focus { color: var(--asn-brand-strong); }

.asn-container {
  width: min(calc(100% - 32px), var(--asn-container));
  margin-inline: auto;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0);
  white-space: nowrap; border: 0;
}
.screen-reader-text:focus {
  width: auto; height: auto;
  margin: 8px; padding: 12px 16px;
  clip: auto; overflow: visible;
  background: #fff; color: #111; z-index: 99999;
}

/* ASN Lock 70 — Branded 404 */
.asn-404-shell{min-height:65vh;display:grid;place-items:center;padding:70px 20px;background:linear-gradient(180deg,#f5f8f6,#fff)}
.asn-404-card{width:min(900px,100%);padding:44px;border:1px solid #dbe5df;border-radius:24px;background:#fff;box-shadow:0 18px 50px rgba(18,61,39,.08)}
.asn-404-card h1{font-size:clamp(2.7rem,6vw,5rem);line-height:.98;letter-spacing:-.045em;margin:.6rem 0 .9rem;color:#17291e}.asn-404-card p{max-width:720px;line-height:1.75;color:#647168}
.asn-404-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}.asn-404-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 16px;border:1px solid #cfdcd4;border-radius:999px;color:#0d5b3a!important;text-decoration:none!important;font-weight:850}.asn-404-actions .asn-404-primary{background:#0d5b3a;color:#fff!important;border-color:#0d5b3a}
