﻿
.aiwk-mindset-section {
    overflow: hidden;
    background:
        radial-gradient(circle at 18% 24%, rgba(47, 124, 255, 0.18), transparent 30rem),
        radial-gradient(circle at 82% 52%, rgba(139, 92, 246, 0.18), transparent 28rem),
        linear-gradient(180deg, #030712 0%, #070b1f 58%, #030712 100%);
    isolation: isolate;
}

.aiwk-mindset-section::before {
    background:
        linear-gradient(115deg, transparent 0 38%, rgba(34, 211, 238, 0.08) 38% 39%, transparent 39% 100%),
        radial-gradient(circle at 18% 18%, rgba(34, 211, 238, 0.12), transparent 22rem),
        radial-gradient(circle at 88% 70%, rgba(250, 204, 21, 0.08), transparent 20rem);
}

.aiwk-mindset-section::after {
    right: auto;
    bottom: 8%;
    left: 7%;
    width: 13rem;
    height: 13rem;
    background: conic-gradient(from 90deg, rgba(34, 211, 238, 0.2), rgba(139, 92, 246, 0.14), transparent, rgba(34, 211, 238, 0.2));
    filter: blur(28px);
    opacity: 0.45;
}

.aiwk-mindset-copy {
    position: relative;
    max-width: 44rem;
}

.aiwk-mindset-copy h2 {
    max-width: 12ch;
    text-wrap: balance;
}

.aiwk-mindset-lede {
    max-width: 39rem;
    color: #effbff;
    font-size: clamp(1.12rem, 3vw, 1.35rem);
    line-height: 1.68;
    text-wrap: balance;
}

.aiwk-mindset-mantra {
    position: relative;
    display: inline-flex;
    width: fit-content;
    margin: 1.4rem 0 0;
    border-left: 2px solid rgba(250, 204, 21, 0.74);
    padding: 0.48rem 0 0.48rem 1rem;
    color: #f8fafc;
    font-size: 1rem;
    font-weight: 900;
    letter-spacing: 0.02em;
}

.aiwk-mindset-mantra::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -0.36rem;
    width: 0.62rem;
    height: 0.62rem;
    transform: translateY(-50%);
    border-radius: 999px;
    background: #facc15;
    box-shadow: 0 0 20px rgba(250, 204, 21, 0.7), 0 0 34px rgba(34, 211, 238, 0.42);
}

.aiwk-spellbook-card {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 88% 12%, rgba(34, 211, 238, 0.16), transparent 16rem),
        linear-gradient(135deg, rgba(15, 23, 42, 0.92), rgba(8, 12, 36, 0.86)),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.028) 0 1px, transparent 1px 24px);
}

.aiwk-spellbook-card::before {
    content: "";
    position: absolute;
    inset: -1px;
    width: auto;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(145deg, rgba(34, 211, 238, 0.58), transparent 42%, rgba(250, 204, 21, 0.42));
    box-shadow: none;
    opacity: 0.9;
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.aiwk-spellbook-card::after {
    content: "";
    position: absolute;
    inset: auto -4rem -5rem auto;
    width: 14rem;
    height: 14rem;
    border-radius: 999px;
    background:
        radial-gradient(circle, rgba(34, 211, 238, 0.22), transparent 64%),
        conic-gradient(from 180deg, rgba(34, 211, 238, 0.26), rgba(139, 92, 246, 0.22), transparent, rgba(250, 204, 21, 0.18));
    filter: blur(8px);
    opacity: 0.8;
}

.aiwk-mindset-card {
    transform: rotate(1deg);
}

.aiwk-mindset-card > * {
    position: relative;
    z-index: 1;
}

.aiwk-mindset-card blockquote {
    max-width: 12ch;
    text-wrap: balance;
}

.aiwk-spellbook-label,
.aiwk-story-label,
.aiwk-mentor-kicker {
    display: inline-flex;
    width: fit-content;
    border-radius: 999px;
    padding: 0.42rem 0.68rem;
    background: rgba(34, 211, 238, 0.1);
    color: #a5f3fc;
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.aiwk-spellbook-label {
    margin-bottom: 1rem;
}

.aiwk-codex-flow {
    display: flex;
    align-items: center;
    gap: 0.72rem;
    margin-top: 1.55rem;
    color: #e0f2fe;
}

.aiwk-codex-flow span {
    color: #fff;
    font-size: 0.82rem;
    font-weight: 850;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.aiwk-codex-flow i {
    display: block;
    flex: 1 1 2rem;
    min-width: 1.8rem;
    height: 1px;
    background: linear-gradient(90deg, rgba(34, 211, 238, 0.22), rgba(250, 204, 21, 0.8), rgba(139, 92, 246, 0.22));
    box-shadow: 0 0 14px rgba(34, 211, 238, 0.24);
}

@media (max-width: 767px) {
    .aiwk-mindset-copy h2 {
        max-width: 10ch;
    }

    .aiwk-mindset-card {
        transform: none;
    }

    .aiwk-codex-flow {
        gap: 0.55rem;
    }

    .aiwk-codex-flow span {
        font-size: 0.72rem;
    }
}

.aiwk-authority-section {
    overflow: hidden;
    isolation: isolate;
    background:
        radial-gradient(circle at 18% 12%, rgba(47, 124, 255, 0.2), transparent 30rem),
        radial-gradient(circle at 82% 28%, rgba(139, 92, 246, 0.18), transparent 28rem),
        radial-gradient(circle at 50% 88%, rgba(34, 211, 238, 0.14), transparent 30rem),
        linear-gradient(180deg, rgba(8, 13, 28, 0.98), rgba(3, 7, 18, 0.98));
}

.aiwk-authority-section::before {
    background:
        linear-gradient(115deg, transparent 0 41%, rgba(34, 211, 238, 0.08) 41% 42%, transparent 42% 100%),
        radial-gradient(circle at 12% 26%, rgba(250, 204, 21, 0.08), transparent 18rem),
        radial-gradient(circle at 92% 62%, rgba(34, 211, 238, 0.1), transparent 20rem);
}

.aiwk-authority-section::after {
    right: 9%;
    bottom: 10%;
    width: 15rem;
    height: 15rem;
    background: conic-gradient(from 90deg, rgba(34, 211, 238, 0.2), rgba(139, 92, 246, 0.16), transparent, rgba(250, 204, 21, 0.14));
    filter: blur(30px);
    opacity: 0.48;
}

.aiwk-authority-grid-bg {
    opacity: 0.28;
    mask-image: radial-gradient(circle at 50% 32%, black, transparent 68%);
}

.aiwk-authority-orb {
    position: absolute;
    z-index: 0;
    border-radius: 999px;
    pointer-events: none;
    filter: blur(38px);
}

.aiwk-authority-orb-one {
    top: 8rem;
    left: -7rem;
    width: 18rem;
    height: 18rem;
    background: rgba(34, 211, 238, 0.24);
}

.aiwk-authority-orb-two {
    right: -6rem;
    bottom: 22%;
    width: 16rem;
    height: 16rem;
    background: rgba(139, 92, 246, 0.26);
}

.aiwk-authority-intro {
    display: grid;
    gap: 1.25rem;
    align-items: end;
    margin-bottom: 1.4rem;
}

.aiwk-authority-header {
    max-width: 51rem;
    margin: 0;
    text-align: left;
}

.aiwk-authority-header .aiwk-eyebrow {
    margin-inline: 0;
}

.aiwk-authority-header h2 {
    max-width: 13ch;
    text-wrap: balance;
}

.aiwk-authority-header p {
    max-width: 46rem;
}

.aiwk-authority-proof {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(34, 211, 238, 0.24);
    border-radius: 1.7rem;
    padding: clamp(1.15rem, 4vw, 1.65rem);
    background:
        radial-gradient(circle at 88% 10%, rgba(34, 211, 238, 0.16), transparent 12rem),
        linear-gradient(135deg, rgba(15, 23, 42, 0.9), rgba(8, 12, 36, 0.82));
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(18px);
}

.aiwk-authority-proof::before {
    content: "";
    position: absolute;
    inset: auto -3.5rem -4rem auto;
    width: 12rem;
    height: 12rem;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(250, 204, 21, 0.18), transparent 68%);
    filter: blur(4px);
}

.aiwk-authority-proof > * {
    position: relative;
    z-index: 1;
}

.aiwk-authority-proof strong {
    display: block;
    margin-bottom: 0.6rem;
    color: #fff;
    font-size: clamp(1.45rem, 4vw, 2.1rem);
    line-height: 1.05;
    letter-spacing: -0.04em;
}

.aiwk-authority-proof p {
    margin: 0;
    font-size: 0.96rem;
    line-height: 1.62;
}

.aiwk-proof-points,
.aiwk-constellation-points {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.aiwk-proof-points {
    margin-top: 1rem;
}

.aiwk-proof-points span,
.aiwk-constellation-points span {
    border: 1px solid rgba(34, 211, 238, 0.2);
    border-radius: 999px;
    padding: 0.5rem 0.72rem;
    background:
        linear-gradient(135deg, rgba(34, 211, 238, 0.1), rgba(139, 92, 246, 0.08)),
        rgba(2, 6, 23, 0.52);
    color: #dff9ff;
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.aiwk-constellation-band {
    overflow: hidden;
    border-color: rgba(250, 204, 21, 0.22);
    margin-bottom: 1.15rem;
    background:
        linear-gradient(135deg, rgba(15, 23, 42, 0.9), rgba(7, 11, 31, 0.82)),
        radial-gradient(circle at 18% 20%, rgba(34, 211, 238, 0.14), transparent 18rem);
}

.aiwk-constellation-band::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 12% 22%, #fff 0 1px, transparent 2px),
        radial-gradient(circle at 62% 24%, #67e8f9 0 1px, transparent 2px),
        radial-gradient(circle at 84% 70%, #c084fc 0 1px, transparent 2px),
        linear-gradient(115deg, transparent 0 38%, rgba(34, 211, 238, 0.18) 38% 39%, transparent 39% 100%);
    opacity: 0.8;
}

.aiwk-constellation-band > * {
    position: relative;
    z-index: 1;
}

.aiwk-constellation-band h3 {
    font-size: clamp(1.35rem, 4vw, 2.15rem);
    letter-spacing: -0.05em;
    text-wrap: balance;
}

.aiwk-constellation-points {
    justify-content: flex-start;
}

.aiwk-mentor-grid {
    align-items: stretch;
    gap: 1rem;
}

.aiwk-mentor-card {
    isolation: isolate;
    border-color: rgba(34, 211, 238, 0.18);
    background:
        linear-gradient(180deg, rgba(15, 23, 42, 0.86), rgba(6, 10, 28, 0.92)),
        rgba(15, 23, 42, 0.78);
    transform: translateY(0);
    transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease, background 260ms ease;
}

.aiwk-mentor-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    border-radius: inherit;
    pointer-events: none;
    background:
        linear-gradient(180deg, transparent 42%, rgba(2, 6, 23, 0.34) 100%),
        radial-gradient(circle at 18% 14%, rgba(255, 255, 255, 0.14), transparent 18rem);
    opacity: 0.75;
}

.aiwk-mentor-card .aiwk-media-frame.aiwk-photo-aspect {
    aspect-ratio: 5 / 6;
}

.aiwk-mentor-card .aiwk-cover-img {
    filter: saturate(1.06) contrast(1.04);
    transition: transform 320ms ease, filter 320ms ease;
}

.aiwk-mentor-card:nth-child(1) .aiwk-cover-img {
    object-position: 72% center;
}

.aiwk-mentor-card:nth-child(2) .aiwk-cover-img {
    object-position: center 18%;
}

.aiwk-mentor-card:nth-child(4) .aiwk-cover-img {
    object-position: center 48%;
}

.aiwk-mentor-copy {
    position: relative;
    z-index: 2;
    display: flex;
    min-height: 10.4rem;
    flex-direction: column;
    padding: 1rem;
}

.aiwk-mentor-card .aiwk-mentor-kicker {
    margin: 0 0 0.6rem;
}

.aiwk-mentor-card h3,
.aiwk-mentor-card p {
    padding-inline: 0;
}

.aiwk-mentor-card h3 {
    margin-top: auto;
    font-size: clamp(1.25rem, 3vw, 1.7rem);
    letter-spacing: -0.045em;
}

.aiwk-mentor-card p {
    margin: 0;
    padding-bottom: 0;
    color: #cbd5e1;
    line-height: 1.55;
}

.aiwk-mentor-card:hover {
    transform: translateY(-8px);
    border-color: rgba(34, 211, 238, 0.42);
    background:
        linear-gradient(180deg, rgba(15, 23, 42, 0.9), rgba(7, 11, 31, 0.96)),
        radial-gradient(circle at 50% 0%, rgba(34, 211, 238, 0.14), transparent 18rem);
    box-shadow: 0 30px 85px rgba(0, 0, 0, 0.36), 0 0 35px rgba(34, 211, 238, 0.14);
}

.aiwk-mentor-card:hover .aiwk-cover-img {
    transform: scale(1.045);
    filter: saturate(1.14) contrast(1.07);
}

@media (min-width: 768px) {
    .aiwk-authority-intro {
        grid-template-columns: minmax(0, 1.1fr) minmax(18rem, 0.72fr);
        gap: 2rem;
        margin-bottom: 1.8rem;
    }

    .aiwk-constellation-points {
        justify-content: flex-end;
    }

    .aiwk-mentor-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .aiwk-mentor-grid {
        grid-template-columns: repeat(6, minmax(0, 1fr));
        gap: 1.15rem;
    }

    .aiwk-mentor-card {
        grid-column: span 2;
    }

    .aiwk-mentor-card:nth-child(4) {
        grid-column: 2 / span 2;
    }

    .aiwk-mentor-card:nth-child(5) {
        grid-column: 4 / span 2;
    }
}

@media (max-width: 767px) {
    .aiwk-authority-header h2 {
        max-width: 11ch;
    }

    .aiwk-authority-proof {
        margin-top: 0.35rem;
    }

    .aiwk-constellation-points span {
        flex: 1 1 100%;
        justify-content: center;
        text-align: center;
    }

    .aiwk-mentor-card .aiwk-media-frame.aiwk-photo-aspect {
        aspect-ratio: 4 / 4.8;
    }

    .aiwk-mentor-copy {
        min-height: auto;
    }
}
