.dawah-home-link{
    appearance:none;
    -webkit-appearance:none;
    display:flex;
    flex-direction:column;
    justify-content:center;
    gap:3px;
    min-height:54px;
    padding:10px 16px 10px 18px;
    border-radius:18px;
    border:1px solid rgba(13,122,92,.18);
    background:linear-gradient(135deg,#f5fbf8 0%,#e9f6ef 100%);
    box-shadow:0 8px 20px rgba(7,63,52,.06);
    color:var(--brand2);
    text-decoration:none;
    position:relative;
    overflow:hidden;
    white-space:nowrap;
    font-family:inherit;
}

.dawah-home-link::before{
    content:"";
    position:absolute;
    inset:0 auto 0 0;
    width:4px;
    background:linear-gradient(180deg,var(--gold) 0%, var(--brand) 100%);
}

.dawah-home-link:hover{
    background:linear-gradient(135deg,#0d7a5c 0%,#0a5b47 100%);
    color:#fff;
    border-color:transparent;
}

.dawah-home-eyebrow{
    font-size:11px;
    font-weight:800;
    letter-spacing:.08em;
    text-transform:uppercase;
    opacity:.78;
    line-height:1;
}

.dawah-home-title{
    font-size:18px;
    font-weight:900;
    line-height:1.05;
    white-space:nowrap;
}

.ask-panel.ask-panel-dawah{
    position:relative;
    overflow:hidden;
    background:
        radial-gradient(circle at top left, rgba(255,255,255,.18), transparent 30%),
        radial-gradient(circle at bottom right, rgba(211,166,45,.24), transparent 34%),
        linear-gradient(135deg,#0a6f58 0%, #0d8a68 45%, #0f5b78 100%);
    border:1px solid rgba(255,255,255,.12);
    box-shadow:0 22px 44px rgba(8,82,64,.18);
}

.ask-panel.ask-panel-dawah::before{
    content:"";
    position:absolute;
    inset:-20% auto auto -10%;
    width:150px;
    height:150px;
    border-radius:999px;
    background:radial-gradient(circle, rgba(255,255,255,.14) 0%, rgba(255,255,255,0) 72%);
    pointer-events:none;
}

.ask-panel.ask-panel-dawah::after{
    content:"";
    position:absolute;
    inset:auto -18px -28px auto;
    width:140px;
    height:140px;
    border-radius:28px;
    border:1px solid rgba(255,255,255,.09);
    transform:rotate(18deg);
    pointer-events:none;
}

.ask-panel.ask-panel-dawah .btn.light{
    background:rgba(255,255,255,.96);
    color:#0a4d40;
    border-color:rgba(255,255,255,.92);
    box-shadow:0 10px 22px rgba(7,63,52,.18);
}

.ask-panel.ask-panel-dawah .btn.light:hover{
    background:#fff7e1;
    color:#0a4d40 !important;
    border-color:#fff7e1;
}

@media(max-width:760px){
    .dawah-home-link{
        min-height:0;
        padding:9px 14px 9px 16px;
    }

    .dawah-home-title{
        font-size:16px;
    }
}

@media(max-width:420px){
    .dawah-home-eyebrow{
        font-size:10px;
    }

    .dawah-home-title{
        font-size:15px;
    }
}
