/*
Theme Name: AI Wiz Kid
Theme URI: https://outsourceai.io
Author: OutsourceAI
Author URI: https://outsourceai.io
Description: Basic WP template for vibe coding
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aideveloper
*/

/*** Custom Styling Here ***/

:root {
    --aiwk-bg: #030712;
    --aiwk-panel: rgba(15, 23, 42, 0.78);
    --aiwk-border: rgba(56, 189, 248, 0.22);
    --aiwk-text: #f8fafc;
    --aiwk-muted: #b7c4d8;
    --aiwk-blue: #2f7cff;
    --aiwk-cyan: #22d3ee;
    --aiwk-violet: #8b5cf6;
    --aiwk-gold: #facc15;
}

.aiwk-skip-link {
    position: fixed;
    top: 1rem;
    left: 1rem;
    z-index: 100;
    transform: translateY(-180%);
    border-radius: 999px;
    padding: 0.8rem 1rem;
    background: #020617;
    color: #fff;
    font-weight: 800;
    text-decoration: none;
    transition: transform 180ms ease;
}

.aiwk-skip-link:focus {
    transform: translateY(0);
    outline: 3px solid rgba(34, 211, 238, 0.7);
    outline-offset: 3px;
}

.aiwk-site-header {
    position: sticky;
    top: 0;
    z-index: 40;
    border-bottom: 1px solid rgba(34, 211, 238, 0.14);
    background:
        radial-gradient(circle at 12% 0%, rgba(34, 211, 238, 0.12), transparent 18rem),
        rgba(2, 6, 23, 0.84);
    backdrop-filter: blur(18px);
}

.aiwk-site-nav,
.aiwk-site-footer-inner,
.aiwk-footer-bottom {
    width: min(100% - 2rem, 1180px);
    margin-inline: auto;
}

.aiwk-site-nav {
    display: grid;
    grid-template-columns: auto auto;
    gap: 0.85rem;
    align-items: center;
    padding: 0.9rem 0;
}

.aiwk-site-brand {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: 0.75rem;
    color: #fff;
    text-decoration: none;
}

.aiwk-site-mark {
    display: grid;
    width: 2.75rem;
    height: 2.75rem;
    place-items: center;
    border: 1px solid rgba(165, 243, 252, 0.28);
    border-radius: 1rem;
    background:
        radial-gradient(circle at 28% 20%, rgba(255, 255, 255, 0.34), transparent 28%),
        linear-gradient(135deg, var(--aiwk-blue), var(--aiwk-cyan) 48%, var(--aiwk-violet));
    box-shadow: 0 16px 35px rgba(47, 124, 255, 0.28), 0 0 24px rgba(34, 211, 238, 0.16);
    color: #fff;
    font-size: 0.78rem;
    font-weight: 950;
    letter-spacing: -0.03em;
}

.aiwk-site-brand-copy span,
.aiwk-site-brand-copy small {
    display: block;
    line-height: 1.1;
}

.aiwk-site-brand-copy span {
    color: #fff;
    font-size: 1rem;
    font-weight: 950;
    letter-spacing: -0.035em;
}

.aiwk-site-brand-copy small {
    margin-top: 0.18rem;
    color: #a5f3fc;
    font-size: 0.68rem;
    font-weight: 850;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.aiwk-site-links {
    grid-column: 1 / -1;
    display: flex;
    gap: 0.45rem;
    overflow-x: auto;
    padding: 0.25rem 0 0.1rem;
    scrollbar-width: none;
}

.aiwk-site-links::-webkit-scrollbar {
    display: none;
}

.aiwk-site-links a,
.aiwk-site-cta {
    display: inline-flex;
    min-height: 2.5rem;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    text-decoration: none;
    white-space: nowrap;
    transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.aiwk-site-links a {
    border: 1px solid rgba(148, 163, 184, 0.16);
    padding: 0.58rem 0.78rem;
    background: rgba(15, 23, 42, 0.5);
    color: #dbeafe;
    font-size: 0.82rem;
    font-weight: 750;
}

.aiwk-site-cta {
    justify-self: end;
    border: 1px solid rgba(165, 243, 252, 0.42);
    padding: 0.62rem 1rem;
    background: linear-gradient(100deg, var(--aiwk-blue), var(--aiwk-cyan));
    color: #fff;
    font-size: 0.86rem;
    font-weight: 900;
    box-shadow: 0 16px 34px rgba(47, 124, 255, 0.28);
}

.aiwk-site-links a:hover,
.aiwk-site-links a:focus,
.aiwk-site-cta:hover,
.aiwk-site-cta:focus {
    transform: translateY(-1px);
}

.aiwk-site-links a:hover,
.aiwk-site-links a:focus {
    border-color: rgba(34, 211, 238, 0.34);
    background: rgba(34, 211, 238, 0.08);
    color: #fff;
}

.aiwk-site-footer {
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(34, 211, 238, 0.14);
    background:
        radial-gradient(circle at 15% 18%, rgba(34, 211, 238, 0.14), transparent 22rem),
        radial-gradient(circle at 86% 58%, rgba(139, 92, 246, 0.16), transparent 24rem),
        #020617;
    color: var(--aiwk-muted);
}

.aiwk-site-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(34, 211, 238, 0.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(34, 211, 238, 0.055) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: radial-gradient(circle at 50% 10%, black, transparent 70%);
    pointer-events: none;
}

.aiwk-site-footer-inner,
.aiwk-footer-bottom {
    position: relative;
    z-index: 1;
}

.aiwk-site-footer-inner {
    display: grid;
    gap: 2rem;
    padding: 3rem 0 2rem;
}

.aiwk-footer-brand p {
    max-width: 42rem;
    margin: 1rem 0 0;
    color: #b7c4d8;
    font-size: 0.98rem;
    line-height: 1.68;
}

.aiwk-footer-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-top: 1.1rem;
}

.aiwk-footer-chips span {
    border: 1px solid rgba(34, 211, 238, 0.2);
    border-radius: 999px;
    padding: 0.5rem 0.72rem;
    background: rgba(15, 23, 42, 0.56);
    color: #dff9ff;
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.aiwk-footer-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.aiwk-footer-links div {
    border: 1px solid rgba(34, 211, 238, 0.16);
    border-radius: 1.25rem;
    padding: 1rem;
    background: rgba(15, 23, 42, 0.44);
}

.aiwk-footer-links h2 {
    margin: 0 0 0.8rem;
    color: #fff;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.aiwk-footer-links a {
    display: block;
    width: fit-content;
    margin-top: 0.55rem;
    color: #cbd5e1;
    font-size: 0.92rem;
    font-weight: 700;
    text-decoration: none;
}

.aiwk-footer-links a:hover,
.aiwk-footer-links a:focus {
    color: #67e8f9;
}

.aiwk-footer-bottom {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    border-top: 1px solid rgba(34, 211, 238, 0.12);
    padding: 1.1rem 0 1.4rem;
}

.aiwk-footer-bottom p {
    margin: 0;
    color: rgba(203, 213, 225, 0.78);
    font-size: 0.84rem;
}

@media (min-width: 768px) {
    .aiwk-site-nav {
        grid-template-columns: auto minmax(0, 1fr) auto;
    }

    .aiwk-site-links {
        grid-column: auto;
        justify-content: center;
        overflow: visible;
    }

    .aiwk-site-footer-inner {
        grid-template-columns: minmax(0, 1.2fr) minmax(22rem, 0.8fr);
        align-items: start;
    }

    .aiwk-footer-bottom {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

@media (max-width: 520px) {
    .aiwk-site-nav {
        width: min(100% - 1.25rem, 1180px);
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 0.55rem;
        padding: 0.58rem 0 0.64rem;
    }

    .aiwk-site-mark {
        width: 2.35rem;
        height: 2.35rem;
        border-radius: 0.82rem;
        font-size: 0.7rem;
    }

    .aiwk-site-brand {
        min-width: 0;
        gap: 0.6rem;
    }

    .aiwk-site-brand-copy span {
        font-size: 0.92rem;
    }

    .aiwk-site-brand-copy small {
        margin-top: 0.1rem;
        font-size: 0.58rem;
        letter-spacing: 0.11em;
    }

    .aiwk-site-cta {
        grid-column: 2;
        grid-row: 1;
        min-height: 2.2rem;
        padding: 0.5rem 0.78rem;
        font-size: 0.78rem;
        box-shadow: 0 10px 24px rgba(47, 124, 255, 0.22);
    }

    .aiwk-site-links {
        grid-column: 1 / -1;
        grid-row: 2;
        gap: 0.35rem;
        padding-top: 0.08rem;
    }

    .aiwk-site-links a {
        min-height: 2.05rem;
        padding: 0.42rem 0.62rem;
        font-size: 0.74rem;
    }

    .aiwk-footer-links {
        grid-template-columns: 1fr;
    }
}