.elementor-9559 .elementor-element.elementor-element-0b88cbd{--display:flex;}.elementor-9559 .elementor-element.elementor-element-ea035cd{--display:flex;}/* Start custom CSS for html, class: .elementor-element-1e93b40 *//* ===== Artiwise Link Hub ===== */

.aw-linkhub,
.aw-linkhub *{
    box-sizing:border-box;
}

/* Force only allowed text colors */
.aw-linkhub,
.aw-linkhub *{
    color:inherit;
}

/* ROOT */
.aw-linkhub{

    --aw-yellow:#f2cd0d;
    --aw-text:#ffffff;
    --aw-muted:#b8b8b8;

    max-width:560px;
    margin:40px auto 80px;
    padding:24px;

    border-radius:32px;

    background:
    radial-gradient(
        circle at top,
        #262626 0%,
        #0d0d0d 70%
    );

    color:var(--aw-text);

    position:relative;
    overflow:hidden;
}

/* Glow */
.aw-linkhub::before{

    content:"";
    position:absolute;
    top:-150px;
    left:50%;
    transform:translateX(-50%);

    width:320px;
    height:320px;

    background:
    radial-gradient(
        circle,
        rgba(242,205,13,.22),
        transparent 70%
    );

    pointer-events:none;
}

/* HERO */
.aw-linkhub__hero{
    text-align:center;
    position:relative;
    z-index:2;
}

.aw-linkhub__logo{
    width:140px;
    margin-bottom:20px;
}

.aw-linkhub__badge{
    display:inline-block;
    padding:8px 16px;
    border-radius:999px;

    background: rgba(242,205,13,.12);
    border: 1px solid rgba(242,205,13,.22);

    color: var(--aw-yellow);
    font-size:12px;
    font-weight:600;

    margin-bottom:20px;
}

.aw-linkhub__hero h1{
    font-size:34px;
    line-height:1.15;
    font-weight:800;
    margin-bottom:16px;

    color:var(--aw-text);
}

.aw-linkhub__hero p{
    font-size:16px;
    line-height:1.7;
    margin-bottom:28px;

    color:var(--aw-muted);
}

/* CTA */
.aw-linkhub__cta{

    display:block;
    width:100%;

    text-decoration:none;

    background:var(--aw-yellow);
    color:#000;

    padding:18px;
    border-radius:18px;

    font-weight:700;
    font-size:17px;

    transition:.25s;

    box-shadow:0 10px 30px rgba(242,205,13,.25);
}

.aw-linkhub__cta:hover{
    transform:translateY(-2px);
}

/* CARDS */
.aw-linkhub__cards{
    margin-top:24px;
    display:flex;
    flex-direction:column;
    gap:14px;
}

.aw-linkhub__card{

    display:flex;
    align-items:center;
    gap:16px;

    text-decoration:none;

    padding:18px;
    border-radius:20px;

    background:rgba(255,255,255,.07);
    border:1px solid rgba(255,255,255,.12);

    transition:.25s;
}

.aw-linkhub__card:hover{
    transform:translateY(-3px);
    border-color:rgba(242,205,13,.4);
}

/* ICON */
.aw-linkhub__card-icon{

    width:48px;
    height:48px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:14px;

    background:rgba(242,205,13,.12);

    font-size:20px;

    flex-shrink:0;

    color:#ffffff;

    transition:all .25s ease;
}

/* hover state */
.aw-linkhub__card:hover .aw-linkhub__card-icon{
    color:#f2cd0d;
    background:rgba(242,205,13,.18);
    transform:scale(1.05);
}

/* TEXT */
.aw-linkhub__card-content{
    flex:1;
    display:flex;
    flex-direction:column;
}

.aw-linkhub__card-content strong{
    font-size:16px;
    margin-bottom:4px;
    color:var(--aw-text);
}

.aw-linkhub__card-content span{
    font-size:13px;
    color:var(--aw-muted);
}

/* ARROW */
.aw-linkhub__arrow{
    font-size:20px;
    opacity:.6;
    color:var(--aw-text);
}

/* HOVER TEXT COLOR (clean system) */
.aw-linkhub__card:hover .aw-linkhub__card-content strong,
.aw-linkhub__card:hover .aw-linkhub__card-content span,
.aw-linkhub__card:hover .aw-linkhub__arrow{
    color:var(--aw-yellow);
}
/* ===== SOCIAL FOOTER ===== */

.aw-linkhub__footer-social{
    margin-top:28px;

    display:flex;
    justify-content:center;
    align-items:center;
    gap:18px;

    position:relative;
    z-index:2;
}

/* ICON WRAPPER */
.aw-social-icon{
    width:46px;
    height:46px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:14px;

    background:rgba(255,255,255,.06);
    border:1px solid rgba(255,255,255,.12);

    transition:.25s ease;

    text-decoration:none;
}

/* SVG */
.aw-social-icon svg{
    width:20px;
    height:20px;

    fill:#b8b8b8;
    transition:.25s ease;
}

/* HOVER */
.aw-social-icon:hover{
    transform:translateY(-3px);
    border-color:rgba(242,205,13,.4);
    background:rgba(242,205,13,.12);
}

.aw-social-icon:hover svg{
    fill:#f2cd0d;
}
/* MOBILE */
@media (max-width:480px){

    .aw-linkhub{
        margin:20px auto 50px;
        padding:20px;
        border-radius:24px;
    }

    .aw-linkhub__hero h1{
        font-size:28px;
    }

    .aw-linkhub__hero p{
        font-size:15px;
    }

    .aw-linkhub__card{
        padding:16px;
    }
    
}/* End custom CSS */