﻿.aiwk-offers-section {
    background:
        radial-gradient(circle at 8% 20%, rgba(47, 124, 255, 0.16), transparent 26rem),
        radial-gradient(circle at 88% 75%, rgba(217, 70, 239, 0.14), transparent 25rem),
        #030712;
}

.aiwk-magic-module {
    overflow: hidden;
    min-height: 16rem;
    display: flex;
    flex-direction: column;
    padding: 1.35rem;
    transition: transform 260ms ease, border-color 260ms ease, background 260ms ease;
}

.aiwk-magic-module::before {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(145deg, rgba(34, 211, 238, 0.62), transparent 34%, rgba(139, 92, 246, 0.58));
    opacity: 0;
    transition: opacity 260ms ease;
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.aiwk-magic-module::after {
    content: "";
    position: absolute;
    right: -2.5rem;
    bottom: -2.5rem;
    width: 8rem;
    height: 8rem;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(34, 211, 238, 0.22), transparent 70%);
}

.aiwk-magic-module:hover {
    transform: translateY(-7px);
    background:
        linear-gradient(135deg, rgba(34, 211, 238, 0.1), rgba(139, 92, 246, 0.12)),
        var(--aiwk-panel);
}

.aiwk-magic-module:hover::before {
    opacity: 1;
}

.aiwk-magic-module .aiwk-card-icon {
    width: 3.05rem;
    height: 3.05rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background:
        radial-gradient(circle at 24% 20%, rgba(255, 255, 255, 0.34), transparent 26%),
        linear-gradient(135deg, var(--aiwk-blue), var(--aiwk-violet));
    box-shadow: 0 14px 34px rgba(47, 124, 255, 0.28);
    font-size: 0.72rem;
    letter-spacing: 0.08em;
}

.aiwk-offer-icon {
    display: inline-flex;
    width: 3.2rem;
    height: 3.2rem;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.85rem;
    border: 1px solid rgba(165, 243, 252, 0.22);
    border-radius: 1rem;
    background:
        radial-gradient(circle at 28% 20%, rgba(255, 255, 255, 0.38), transparent 27%),
        linear-gradient(135deg, rgba(47, 124, 255, 0.96), rgba(139, 92, 246, 0.92));
    box-shadow: 0 14px 34px rgba(47, 124, 255, 0.28), 0 0 26px rgba(34, 211, 238, 0.12);
}

.aiwk-offer-icon svg {
    width: 1.55rem;
    height: 1.55rem;
    fill: none;
    stroke: #fff;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.aiwk-offer-tag {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 0.8rem;
    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-magic-module h3 {
    margin-top: auto;
}

.aiwk-magic-module p {
    margin-bottom: 0;
}

.aiwk-builder-section {
    background:
        radial-gradient(circle at 70% 18%, rgba(34, 211, 238, 0.22), transparent 26rem),
        radial-gradient(circle at 20% 85%, rgba(139, 92, 246, 0.2), transparent 28rem),
        linear-gradient(180deg, #020617, #070b1f);
}

.aiwk-builder-console {
    overflow: hidden;
    padding-top: 0;
    border-color: rgba(34, 211, 238, 0.28);
    background:
        linear-gradient(180deg, rgba(15, 23, 42, 0.95), rgba(5, 8, 26, 0.9)),
        repeating-linear-gradient(0deg, rgba(34, 211, 238, 0.035) 0 1px, transparent 1px 18px);
}

.aiwk-builder-lab {
    align-self: center;
    width: min(100%, 29rem);
    margin-inline: auto;
}

.aiwk-console-bar {
    display: flex;
    align-items: center;
    gap: 0.48rem;
    margin: 0 calc(clamp(0.85rem, 3vw, 1.25rem) * -1) 1rem;
    padding: 0.85rem 1rem;
    border-bottom: 1px solid rgba(34, 211, 238, 0.18);
    background: rgba(2, 6, 23, 0.72);
}

.aiwk-console-bar span {
    width: 0.68rem;
    height: 0.68rem;
    border-radius: 999px;
    background: var(--aiwk-cyan);
    box-shadow: 0 0 12px rgba(34, 211, 238, 0.75);
}

.aiwk-console-bar span:nth-child(2) {
    background: var(--aiwk-violet);
}

.aiwk-console-bar span:nth-child(3) {
    background: var(--aiwk-gold);
}

.aiwk-console-bar strong {
    margin-left: auto;
    color: #dbeafe;
    font-size: 0.76rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.aiwk-builder-preview {
    position: relative;
    display: grid;
    gap: 0.72rem;
    padding: 1rem;
    border: 1px solid rgba(34, 211, 238, 0.18);
    border-radius: 1.35rem;
    background:
        radial-gradient(circle at 82% 18%, rgba(250, 204, 21, 0.12), transparent 10rem),
        linear-gradient(135deg, rgba(34, 211, 238, 0.1), rgba(139, 92, 246, 0.08)),
        rgba(2, 6, 23, 0.42);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.aiwk-prompt-card,
.aiwk-launch-preview {
    position: relative;
    z-index: 1;
    border: 1px solid rgba(34, 211, 238, 0.18);
    border-radius: 1.05rem;
    background: rgba(2, 6, 23, 0.62);
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.24);
}

.aiwk-prompt-card {
    padding: 0.9rem;
}

.aiwk-prompt-card span {
    display: inline-flex;
    margin-bottom: 0.45rem;
    color: #67e8f9;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.aiwk-prompt-card p {
    margin: 0;
    color: #f8fafc;
    font-size: clamp(1rem, 3vw, 1.18rem);
    font-weight: 850;
    line-height: 1.35;
}

.aiwk-builder-flow {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.45rem;
}

.aiwk-builder-flow span {
    height: 0.38rem;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--aiwk-blue), var(--aiwk-cyan), var(--aiwk-gold));
    box-shadow: 0 0 18px rgba(34, 211, 238, 0.24);
}

.aiwk-builder-flow span:nth-child(2) {
    opacity: 0.72;
}

.aiwk-builder-flow span:nth-child(3) {
    opacity: 0.48;
}

.aiwk-launch-preview {
    overflow: hidden;
    padding: 0.75rem;
}

.aiwk-launch-preview-bar {
    display: flex;
    gap: 0.34rem;
    margin-bottom: 0.75rem;
}

.aiwk-launch-preview-bar span {
    width: 0.48rem;
    height: 0.48rem;
    border-radius: 999px;
    background: var(--aiwk-cyan);
    box-shadow: 0 0 10px rgba(34, 211, 238, 0.7);
}

.aiwk-launch-preview-bar span:nth-child(2) {
    background: var(--aiwk-violet);
}

.aiwk-launch-preview-bar span:nth-child(3) {
    background: var(--aiwk-gold);
}

.aiwk-launch-preview-hero {
    min-height: 4.6rem;
    border-radius: 0.85rem;
    background:
        radial-gradient(circle at 20% 32%, rgba(255, 255, 255, 0.46) 0 0.35rem, transparent 0.38rem),
        linear-gradient(135deg, rgba(47, 124, 255, 0.85), rgba(139, 92, 246, 0.62) 52%, rgba(34, 211, 238, 0.6));
}

.aiwk-launch-preview-lines {
    display: grid;
    gap: 0.5rem;
    margin-top: 0.75rem;
}

.aiwk-launch-preview-lines i {
    display: block;
    height: 0.5rem;
    border-radius: 999px;
    background: rgba(203, 213, 225, 0.18);
}

.aiwk-launch-preview-lines i:nth-child(1) {
    width: 78%;
}

.aiwk-launch-preview-lines i:nth-child(2) {
    width: 92%;
}

.aiwk-launch-preview-lines i:nth-child(3) {
    width: 56%;
}

.aiwk-builder-feature-grid article {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(34, 211, 238, 0.14);
    background:
        linear-gradient(135deg, rgba(34, 211, 238, 0.065), rgba(139, 92, 246, 0.055)),
        rgba(255, 255, 255, 0.045);
}

.aiwk-product-grid > .aiwk-builder-feature-grid {
    margin-top: 0;
}

.aiwk-builder-feature-grid article span {
    display: inline-flex;
    margin-bottom: 0.65rem;
    color: #67e8f9;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.14em;
}

@media (min-width: 768px) {
    .aiwk-product-grid > .aiwk-builder-feature-grid {
        grid-column: 1 / -1;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        margin-top: 0.2rem;
    }
}
