﻿/* Keep minimal custom styling; rely on Bootstrap for almost everything. */

.pk-banner {
    background: radial-gradient(900px 260px at 75% 20%, rgba(34,179,155,.16), transparent 60%), radial-gradient(900px 260px at 10% 10%, rgba(122,183,48,.12), transparent 62%), linear-gradient(0deg, rgba(255, 250, 242, .65), rgba(255, 250, 242, .65));
}

.pk-title {
    color: #1f3b2e;
}

.pk-subcopy {
    max-width: 75ch;
}

/* Cozy “tip” line in banner */
.pk-warm-note {
    background: rgba(255,255,255,.65);
    border: 1px solid rgba(0,0,0,.05);
    border-radius: 12px;
    padding: 10px 12px;
}

/* Softer card vibe */
.pk-card {
    border-color: rgba(0,0,0,.08) !important;
}

/* Check icon */
.pk-check {
    display: inline-flex;
    width: 22px;
    height: 22px;
    border-radius: 999px;
    align-items: center;
    justify-content: center;
    background: rgba(122,183,48,.20);
    border: 1px solid rgba(122,183,48,.35);
    color: #2f5f16;
    font-weight: 700;
    flex: 0 0 22px;
    margin-top: 2px;
}

.pk-num {
    width: 110px;
    text-align: center;
}

.pk-step-badge {
    background: rgba(255,255,255,.7);
    border: 1px solid rgba(0,0,0,.06);
    padding: 6px 10px;
    border-radius: 999px;
}

/* Gentle focus ring (warmer feel) */
.pk-focus:focus {
    border-color: rgba(34,179,155,.55) !important;
    box-shadow: 0 0 0 .2rem rgba(34,179,155,.15) !important;
}

/* Ensure tag buttons don’t jump when toggling outline/success */
.pk-tag {
    transition: transform .08s ease;
}

    .pk-tag:hover {
        transform: translateY(-1px);
    }

.pk-cta {
    box-shadow: 0 10px 18px rgba(25, 135, 84, .16);
}

/* Slightly softer info alert */
.pk-alert {
    border-color: rgba(13, 202, 240, .25) !important;
    background-color: rgba(13, 202, 240, .10) !important;
}


/* Premium hero card */
.gloss {
  /*  background: linear-gradient(135deg, rgba(122,183,48,0.08), rgba(255,255,255,1));
    box-shadow: 0 10px 30px rgba(33,33,33,0.08);
    border-left: 1px solid rgba(0,0,0,0.04);*/
    filter: saturate(1.08) contrast(1.06) brightness(1.03);
}



