/*
Theme Name: EZ Software Systems – Elam's Axiom
Theme URI: https://ezsoftwaresystems.com
Author: EZ Software Systems
Author URI: https://ezsoftwaresystems.com
Description: One-page landing theme for "Elam's Axiom — Start Your Home-Based Business", converted from a static HTML build. Dark, editorial style with an animated equation section.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: Unlicensed (custom, client-owned)
Text Domain: ez-elams-axiom
*/

  :root{
    --bg:#12151C;
    --bg-panel:#181D27;
    --bg-panel-2:#1D2330;
    --ink:#ECE8DD;
    --ink-dim:#9BA3B0;
    --ink-faint:#5C6472;
    --brass:#C6A15B;
    --brass-bright:#E8C583;
    --teal:#4FD1C5;
    --line:#2B3340;
    --line-bright:#3D4A5C;
  }
  *{box-sizing:border-box; margin:0; padding:0;}
  html{scroll-behavior:smooth;}
  body{
    background:var(--bg);
    color:var(--ink);
    font-family:'Inter', sans-serif;
    line-height:1.5;
    -webkit-font-smoothing:antialiased;
    overflow-x:hidden;
  }
  ::selection{ background:var(--brass); color:#12151C; }

  a{color:inherit;}
  .wrap{ max-width:1080px; margin:0 auto; padding:0 32px; }

  /* faint blueprint grid backdrop */
  .grid-bg{
    position:fixed; inset:0; z-index:0; pointer-events:none;
    background-image:
      linear-gradient(var(--line) 1px, transparent 1px),
      linear-gradient(90deg, var(--line) 1px, transparent 1px);
    background-size: 64px 64px;
    opacity:0.18;
    mask-image: radial-gradient(ellipse 80% 60% at 50% 0%, black 40%, transparent 90%);
  }

  header{
    position:sticky; top:0; z-index:50;
    background:rgba(18,21,28,0.85);
    backdrop-filter:blur(10px);
    border-bottom:1px solid var(--line);
  }
  .nav{
    display:flex; align-items:center; justify-content:space-between;
    padding:18px 32px; max-width:1080px; margin:0 auto;
  }
  .logo-mark{ display:flex; align-items:center; gap:12px; }
  .logo-img{ width:38px; height:38px; border-radius:50%; flex-shrink:0; display:block; }
  .logo-img.footer-logo{ width:64px; height:64px; margin:0 auto 18px; }
  .logo-word{ font-family:'Newsreader'; font-weight:500; font-size:18px; letter-spacing:0.01em; }
  .logo-word em{ font-style:italic; color:var(--brass-bright); }
  .logo-domain{ font-family:'IBM Plex Mono'; font-size:10.5px; color:var(--ink-faint); letter-spacing:0.06em; margin-top:1px; }
  .nav-cta{
    font-family:'IBM Plex Mono'; font-size:13px; font-weight:500;
    color:var(--bg); background:var(--brass);
    padding:10px 20px; border-radius:2px; text-decoration:none;
    letter-spacing:0.02em;
    transition: background 0.2s ease, transform 0.2s ease;
    white-space:nowrap;
  }
  .nav-cta:hover{ background:var(--brass-bright); transform:translateY(-1px); }

  /* ---------- HERO ---------- */
  .hero{ position:relative; z-index:1; padding:100px 0 80px; text-align:center; }
  .eyebrow{
    font-family:'IBM Plex Mono'; font-size:13px; letter-spacing:0.14em;
    text-transform:uppercase; color:var(--teal); margin-bottom:28px;
    display:inline-flex; align-items:center; gap:10px;
  }
  .eyebrow::before, .eyebrow::after{ content:''; width:24px; height:1px; background:var(--teal); opacity:0.5; }
  h1.headline{
    font-family:'Newsreader'; font-weight:500; font-size:clamp(36px,6vw,64px);
    line-height:1.08; letter-spacing:-0.01em; max-width:880px; margin:0 auto 22px;
  }
  h1.headline em{ font-style:italic; color:var(--brass-bright); }
  .sub{
    font-size:18px; color:var(--ink-dim); max-width:620px; margin:0 auto 40px;
    line-height:1.6;
  }
  .cta-row{ display:flex; gap:16px; justify-content:center; flex-wrap:wrap; margin-bottom:20px;}
  .cta-primary{
    font-family:'IBM Plex Mono'; font-weight:600; font-size:15px;
    background:var(--brass); color:#14181F; text-decoration:none;
    padding:17px 34px; border-radius:2px; letter-spacing:0.02em;
    box-shadow: 0 0 0 1px rgba(198,161,91,0.3), 0 12px 30px -10px rgba(198,161,91,0.5);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }
  .cta-primary:hover{ transform:translateY(-2px); box-shadow: 0 0 0 1px rgba(198,161,91,0.5), 0 16px 34px -8px rgba(198,161,91,0.65); }
  .cta-secondary{
    font-family:'IBM Plex Mono'; font-size:14px; color:var(--ink-dim);
    text-decoration:none; padding:17px 8px; border-bottom:1px solid var(--line-bright);
  }
  .cta-note{ font-size:13px; color:var(--ink-faint); font-family:'IBM Plex Mono'; }

  /* ---------- AXIOM EQUATION (signature element) ---------- */
  .axiom{
    position:relative; z-index:1;
    padding:70px 0 100px;
    border-top:1px solid var(--line);
    border-bottom:1px solid var(--line);
    background:linear-gradient(180deg, transparent, rgba(198,161,91,0.03), transparent);
  }
  .axiom-label{
    text-align:center; font-family:'IBM Plex Mono'; font-size:12px;
    letter-spacing:0.14em; text-transform:uppercase; color:var(--ink-faint);
    margin-bottom:44px;
  }
  .equation{
    display:flex; align-items:center; justify-content:center; flex-wrap:wrap;
    gap:14px 10px; max-width:920px; margin:0 auto 50px;
  }
  .term{
    font-family:'IBM Plex Mono'; font-size:clamp(13px,2vw,17px); font-weight:500;
    color:var(--ink-dim); padding:12px 18px; border:1px solid var(--line-bright);
    border-radius:2px; background:var(--bg-panel);
    opacity:0; transform:translateY(14px);
    transition: opacity 0.6s ease, transform 0.6s ease, border-color 0.3s ease, color 0.3s ease;
    letter-spacing:0.02em;
  }
  .term.in{ opacity:1; transform:translateY(0); }
  .op{
    font-family:'IBM Plex Mono'; font-size:18px; color:var(--ink-faint);
    opacity:0; transition:opacity 0.6s ease;
  }
  .op.in{ opacity:1; }
  .term.sharing{
    color:var(--brass-bright); border-color:var(--brass); font-weight:600;
    background:linear-gradient(180deg, rgba(198,161,91,0.12), transparent);
    position:relative;
  }
  .term.sharing::after{
    content:'✦ most valuable';
    position:absolute; top:-26px; left:50%; transform:translateX(-50%);
    font-size:10px; letter-spacing:0.08em; color:var(--brass); white-space:nowrap;
    text-transform:uppercase;
  }
  .term.result{
    color:var(--teal); border-color:var(--teal); font-weight:600;
    background:linear-gradient(180deg, rgba(79,209,197,0.1), transparent);
  }
  .axiom-quote{
    max-width:640px; margin:0 auto; text-align:center;
    font-family:'Newsreader'; font-style:italic; font-size:22px; line-height:1.5;
    color:var(--ink); opacity:0.92;
  }
  .axiom-quote span{ color:var(--brass-bright); font-style:normal; font-weight:500; }

  /* ---------- SECTION SCAFFOLDING ---------- */
  section{ position:relative; z-index:1; }
  .section-pad{ padding:96px 0; }
  .kicker{
    font-family:'IBM Plex Mono'; font-size:12px; letter-spacing:0.14em;
    text-transform:uppercase; color:var(--brass); margin-bottom:16px;
  }
  h2{
    font-family:'Newsreader'; font-weight:500; font-size:clamp(28px,4vw,40px);
    line-height:1.15; margin-bottom:18px; max-width:640px;
  }
  .lede{ color:var(--ink-dim); font-size:17px; max-width:560px; margin-bottom:56px; line-height:1.65; }

  /* ---------- OFFER GRID ---------- */
  .offer-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:1px; background:var(--line); border:1px solid var(--line); }
  .offer-card{ background:var(--bg-panel); padding:36px 26px; }
  .offer-num{ font-family:'IBM Plex Mono'; font-size:12px; color:var(--brass); margin-bottom:18px; letter-spacing:0.06em; }
  .offer-fig{ font-family:'Newsreader'; font-size:32px; font-weight:500; margin-bottom:10px; color:var(--ink); }
  .offer-fig em{ font-style:italic; color:var(--brass-bright); }
  .offer-desc{ font-size:14px; color:var(--ink-dim); line-height:1.55; }

  @media (max-width:820px){ .offer-grid{ grid-template-columns:1fr 1fr; } }
  @media (max-width:520px){ .offer-grid{ grid-template-columns:1fr; } }

  /* ---------- STEPS ---------- */
  .steps{ display:grid; grid-template-columns:repeat(3,1fr); gap:36px; }
  .step{ border-top:2px solid var(--brass); padding-top:22px; }
  .step-idx{ font-family:'IBM Plex Mono'; font-size:13px; color:var(--brass); margin-bottom:14px; }
  .step h3{ font-family:'Newsreader'; font-weight:500; font-size:21px; margin-bottom:10px; }
  .step p{ color:var(--ink-dim); font-size:14.5px; line-height:1.6; }
  @media (max-width:820px){ .steps{ grid-template-columns:1fr; gap:30px; } }

  /* ---------- PROOF STRIP ---------- */
  .proof{ background:var(--bg-panel); border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
  .proof-row{ display:flex; justify-content:space-between; flex-wrap:wrap; gap:36px; padding:56px 0; }
  .proof-item{ flex:1 1 200px; }
  .proof-item .label{ font-family:'IBM Plex Mono'; font-size:11.5px; color:var(--ink-faint); letter-spacing:0.08em; text-transform:uppercase; margin-bottom:8px; }
  .proof-item .val{ font-family:'Newsreader'; font-size:26px; font-weight:500; color:var(--ink); }
  .proof-item .val em{ font-style:italic; color:var(--teal); }

  /* ---------- FINAL CTA ---------- */
  .final{ text-align:center; padding:110px 0 120px; }
  .final h2{ margin:0 auto 18px; max-width:640px; }
  .final .lede{ margin-left:auto; margin-right:auto; }

  footer{
    border-top:1px solid var(--line); padding:44px 0; text-align:center;
    color:var(--ink-faint); font-family:'IBM Plex Mono'; font-size:12.5px;
  }
  footer .logo-word{ font-size:15px; display:block; margin-bottom:10px; color:var(--ink-dim); }

  @media (max-width:600px){
    .wrap{ padding:0 20px; }
    .hero{ padding:70px 0 56px; }
    .section-pad{ padding:64px 0; }
    .nav{ padding:14px 20px; }
    .logo-word{ font-size:16px; }
  }
