/*
Theme Name: ANSOFTIO Theme
Theme URI: https://ansoftio.com
Author: ANSOFTIO
Author URI: https://ansoftio.com
Description: Custom premium WordPress theme for ANSOFTIO — IT Services, Courses, Internships, Career Growth, Dashboards, Payments, and Certificates.
Version: 1.64.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
License: Proprietary
License URI: https://ansoftio.com/legal/terms
Text Domain: ansoftio-theme
Tags: custom-theme, it-company, education, internship, dashboard, payment
*/

/* ============================================================
   ANSOFTIO Design System — CSS Variables
   ============================================================ */
:root {
  --asf-navy:        #071B3D;
  --asf-indigo:      #1E3A8A;
  --asf-blue:        #2563EB;
  --asf-sky:         #0EA5E9;
  --asf-cyan:        #06B6D4;
  --asf-orange:      #F97316;
  --asf-orange-dark: #EA580C;
  --asf-green:       #16A34A;
  --asf-red:         #DC2626;
  --asf-yellow:      #FACC15;
  --asf-bg:          #F8FAFC;
  --asf-white:       #FFFFFF;
  --asf-card:        #FFFFFF;
  --asf-border:      #E2E8F0;
  --asf-text:        #0F172A;
  --asf-muted:       #64748B;
  --asf-soft-blue:   #EFF6FF;
  --asf-soft-cyan:   #ECFEFF;
  --asf-soft-orange: #FFF7ED;

  /* Gradients */
  --asf-grad-primary: linear-gradient(135deg, #2563EB, #06B6D4);
  --asf-grad-cta:     linear-gradient(135deg, #F97316, #2563EB);
  --asf-grad-hero-glow: radial-gradient(circle, rgba(6,182,212,0.25), transparent 60%);

  /* Spacing */
  --asf-section-desktop: 96px;
  --asf-section-mobile:  52px;

  /* Radius */
  --asf-radius-card:   22px;
  --asf-radius-btn:    999px;
  --asf-radius-input:  10px;

  /* Shadows */
  --asf-shadow-card: 0 4px 24px rgba(7,27,61,0.08);
  --asf-shadow-hover: 0 8px 40px rgba(37,99,235,0.15);

  /* Typography */
  --asf-font: 'Inter', 'Poppins', system-ui, -apple-system, sans-serif;
}
