/*
Theme Name: Mohave IT
Theme URI: https://mohaveit.com
Author: Mohave IT LLC
Description: Black and lime landing theme for Mohave IT. Edit prices and copy under Appearance → Customize → Mohave IT.
Version: 1.1.0
Requires at least: 6.0
Tested up to: 6.8
Text Domain: mohaveit
*/

:root {
      --bg: #070707;
      --bg-2: #111111;
      --bg-3: #181818;
      --lime: #c6de4a;
      --lime-2: #d7ee6a;
      --lime-dim: #8fa62c;
      --text: #f3f3f0;
      --muted: #b7b7b0;
      --line: rgba(198, 222, 74, 0.18);
      --radius: 18px;
    }
    * { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; }
    body {
      font-family: "Instrument Sans", system-ui, sans-serif;
      background: var(--bg);
      color: var(--text);
      line-height: 1.55;
    }
    a { color: inherit; text-decoration: none; }
    .wrap { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
    .mono { font-family: "IBM Plex Mono", ui-monospace, monospace; }

    .dots {
      background-image: radial-gradient(circle, var(--lime) 1.15px, transparent 1.3px);
      background-size: 9px 9px;
      opacity: .55;
    }

    header {
      position: sticky; top: 0; z-index: 50;
      backdrop-filter: blur(16px);
      background: rgba(7,7,7,0.82);
      border-bottom: 1px solid var(--line);
    }
    .nav {
      display: flex; align-items: center; justify-content: space-between;
      height: 76px;
    }
    .brand { display: flex; align-items: center; gap: 12px; }
    .mark {
      width: 42px; height: 42px; border-radius: 12px;
      background: #000;
      border: 1px solid var(--line);
      display: grid; place-items: center;
      overflow: hidden;
      position: relative;
    }
    .mark .dots { position: absolute; inset: 0; }
    .mark span {
      position: relative; color: var(--lime);
      font-size: 18px; line-height: 1; font-weight: 700;
    }
    .brand strong {
      display: block;
      font-size: 15px; line-height: 1.1; font-weight: 700; color: var(--lime);
      letter-spacing: .04em;
    }
    .brand em {
      display: block; font-style: normal; font-size: 11px;
      letter-spacing: .16em; text-transform: uppercase; color: #ddd;
      margin-top: 2px;
    }
    .nav-links { display: flex; gap: 28px; align-items: center; color: var(--muted); font-size: 14px; }
    .nav-links a:hover { color: var(--lime); }
    .btn {
      display: inline-flex; align-items: center; gap: 8px;
      background: var(--lime);
      color: #111; font-weight: 650; font-size: 14px;
      padding: 10px 16px; border-radius: 999px; border: 0; cursor: pointer;
    }
    .btn.ghost {
      background: transparent; color: var(--text);
      border: 1px solid var(--line);
    }

    .hero { position: relative; overflow: hidden; padding: 92px 0 80px; }
    .hero-bg {
      position: absolute; inset: 0;
      background:
        radial-gradient(700px 360px at 85% 0%, rgba(198,222,74,.12), transparent 60%),
        radial-gradient(600px 320px at 0% 100%, rgba(198,222,74,.06), transparent 55%),
        #070707;
    }
    .hero-dots-tr, .hero-dots-bl {
      position: absolute; width: 140px; height: 90px;
      background-image: radial-gradient(circle, var(--lime) 1.4px, transparent 1.6px);
      background-size: 11px 11px;
      opacity: .45;
    }
    .hero-dots-tr { top: 28px; right: 6%; }
    .hero-dots-bl { bottom: 40px; left: 4%; width: 70px; height: 110px; }
    .hero-inner { position: relative; display: grid; grid-template-columns: 1.15fr .85fr; gap: 48px; align-items: center; }
    .kicker {
      color: var(--lime); letter-spacing: .16em; text-transform: uppercase;
      font-size: 12px; font-weight: 600; margin-bottom: 16px;
    }
    h1 {
      font-size: clamp(36px, 5vw, 62px);
      line-height: 1.02; letter-spacing: -0.03em; font-weight: 700;
      color: var(--text);
      margin-bottom: 10px;
    }
    h1 em { font-style: normal; color: var(--lime); }
    .tag {
      font-size: 18px; letter-spacing: .18em; text-transform: uppercase;
      margin-bottom: 18px; color: #eee;
    }
    .lede { color: var(--muted); font-size: 18px; max-width: 540px; margin-bottom: 28px; }
    .cta-row { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 28px; }
    .stats { display: flex; gap: 28px; flex-wrap: wrap; }
    .stat b { display: block; font-size: 15px; color: var(--lime); }
    .stat span { color: var(--muted); font-size: 13px; }

    .panel {
      background: #0c0c0c;
      border: 1px solid var(--line);
      border-radius: 22px;
      padding: 22px;
      box-shadow: 0 20px 60px rgba(0,0,0,.45);
      position: relative;
    }
    .panel h3 { font-size: 13px; margin-bottom: 14px; color: var(--lime); letter-spacing: .1em; text-transform: uppercase; }
    .ticket { display: flex; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--line); }
    .ticket:last-child { border-bottom: 0; }
    .dot { width: 9px; height: 9px; border-radius: 50%; margin-top: 6px; flex: none; background: var(--lime); box-shadow: 0 0 8px var(--lime); }
    .ticket p { font-size: 14px; }
    .ticket small { color: var(--muted); }

    section { padding: 80px 0; }
    .sec-head { margin-bottom: 36px; }
    .sec-head h2 {
      font-size: clamp(28px, 3.4vw, 40px);
      letter-spacing: -.02em; font-weight: 700;
      color: var(--text); margin: 8px 0 10px;
    }
    .sec-head p { color: var(--muted); max-width: 620px; }

    .cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
    .card {
      background: var(--bg-2);
      border: 1px solid var(--line);
      border-radius: var(--radius);
      padding: 22px;
    }
    .card:hover { border-color: rgba(198,222,74,.45); }
    .icon {
      width: 40px; height: 40px; border-radius: 12px;
      display: grid; place-items: center;
      background: rgba(198,222,74,.1);
      color: var(--lime); margin-bottom: 14px; font-size: 18px;
    }
    .card h3 { font-size: 18px; margin-bottom: 8px; }
    .card p { color: var(--muted); font-size: 14.5px; }

    .split { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
    .pill-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
    .pill {
      border: 1px solid var(--line); border-radius: 999px;
      padding: 6px 12px; font-size: 13px; color: var(--muted);
    }

    .areas { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
    .area {
      background: var(--bg-2); border: 1px solid var(--line);
      border-radius: 14px; padding: 16px 14px; text-align: center;
    }
    .area span { color: var(--muted); font-size: 12px; }

    .price-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
    .price-card {
      background: #0c0c0c; border: 1px solid var(--line); border-radius: 22px; padding: 26px 24px;
      display: flex; flex-direction: column; gap: 10px;
    }
    .price-card.featured { border-color: rgba(198,222,74,.45); box-shadow: 0 0 0 1px rgba(198,222,74,.12); }
    .price-card h3 { font-size: 20px; }
    .price-amt { font-size: 42px; font-weight: 700; letter-spacing: -.04em; line-height: 1; color: var(--lime); }
    .price-amt span { font-size: 15px; letter-spacing: 0; font-weight: 600; color: var(--muted); }
    .price-list { color: var(--muted); display: grid; gap: 8px; font-size: 14.5px; margin: 8px 0 16px; }
    .price-list li { list-style: none; padding-left: 18px; position: relative; }
    .price-list li::before { content: ""; position: absolute; left: 0; top: 8px; width: 7px; height: 7px; border-radius: 50%; background: var(--lime); }
    .rate-table { width: 100%; border-collapse: collapse; margin-top: 28px; font-size: 14.5px; }
    .rate-table th, .rate-table td { text-align: left; padding: 12px 14px; border-bottom: 1px solid var(--line); }
    .rate-table th { color: var(--muted); font-weight: 500; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
    .rate-table td:nth-child(n+2) { color: var(--lime); font-weight: 600; }
    .fine { color: var(--muted); font-size: 13px; margin-top: 14px; max-width: 760px; }
    @media (max-width: 900px) { .price-grid { grid-template-columns: 1fr; } }
    .quote {
      background: #0c0c0c;
      border: 1px solid var(--line);
      border-radius: 22px;
      padding: 36px;
    }
    .quote p { font-size: 22px; line-height: 1.4; }
    .quote cite { display: block; margin-top: 16px; color: var(--muted); font-style: normal; }

    form { display: grid; gap: 12px; }
    input, textarea, select {
      width: 100%; background: #0a0a0a; border: 1px solid var(--line);
      color: var(--text); border-radius: 12px; padding: 12px 14px;
      font: inherit;
    }
    footer {
      border-top: 1px solid var(--line);
      padding: 36px 0 48px; color: var(--muted); font-size: 14px;
    }
    .foot { display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap; align-items: end; }
    .foot-brand {
      color: var(--lime); font-size: 16px; font-weight: 700; letter-spacing: .04em;
    }

    #trail {
      position: fixed; inset: 0; width: 100%; height: 100%;
      pointer-events: none; z-index: 40;
    }
    @media (max-width: 900px) {
      .hero-inner, .split, .cards, .areas { grid-template-columns: 1fr; }
      .nav-links { display: none; }
      .areas { grid-template-columns: 1fr 1fr; }
    }

/* WP admin bar + logo */
.admin-bar header { top: 32px; }
@media (max-width: 782px) { .admin-bar header { top: 46px; } }
.custom-logo-link img, .custom-logo { max-height: 44px; width: auto; }
