a {
    text-decoration: none;
}

.card-shell {
    /* width: 420px; */
    background: #fff;
    /* border-radius: 20px; */
    overflow: hidden;
    box-shadow: 0 8px 40px rgba(0, 0, 0, .25);
}

/* ── Header ── */
.org-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 20px;
    background: #fff;
    border-bottom: 1.5px solid #f5e0ec;
}

.org-logo {
    width: 92px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
    background: #fff;
}

.org-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.org-name {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 15px;
    color: #eb232b;
    line-height: 1.2;
}

.org-sub {
    font-size: 11px;
    color: #555;
    font-weight: 600;
}

/* ── Hero ── */
.hero {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: linear-gradient(135deg, #1a0a2e 0%, #3d0f2e 40%, #7b1a3e 70%, #b03050 100%);
}

.hero-bg-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    opacity: 0.55;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(20, 5, 30, 0.85) 40%, rgba(20, 5, 30, 0.3) 100%);
    z-index: 1;
}

.hero-content {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0 24px 20px;
}

.hero-eyebrow {
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 700;
    color: #f5a623;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.hero-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    font-weight: 900;
    color: #fff;
    line-height: 1.15;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
}

.hero-title span {
    color: #f5a623;
}

.hero-sub {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.78);
    margin-top: 5px;
    line-height: 1.5;
}

/* ── Duration pill ── */
.duration-bar {
    background: #fff8e1;
    border: 1.5px solid #f5c842;
    border-radius: 40px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    margin: 16px 20px 0;
}

.duration-text {
    font-size: 11px;
    color: #7a5700;
    font-weight: 600;
}

.duration-text strong {
    color: #5a3d00;
}

/* ── Steps wrapper ── */
.steps-wrap {
    padding: 18px 20px 10px;
}

/* Step card */
.step-card {
    border: 1.5px solid #edd0e0;
    border-radius: 14px;
    margin-bottom: 14px;
    overflow: hidden;
}

.step-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 11px 14px;
    background: linear-gradient(90deg, #fce8f0 0%, #fff5fb 100%);
    border-bottom: 1.5px solid #edd0e0;
}

.step-badge {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #eb232b;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.step-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 800;
    color: #eb232b;
}

.step-subtitle {
    font-size: 10px;
    color: #999;
    font-weight: 600;
    margin-top: 1px;
}

.step-body {
    padding: 12px 14px;
}

/* Case blocks */
.case-block {
    background: #fdf8fb;
    border: 1px dashed #e0b0cc;
    border-radius: 10px;
    padding: 10px 12px;
    margin-bottom: 10px;
}

.case-block:last-child {
    margin-bottom: 0;
}

.case-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 800;
    color: #eb232b;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 6px;
}

.case-row {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 12px;
    color: #444;
    line-height: 1.5;
}

.case-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #eb232b;
    margin-top: 5px;
    flex-shrink: 0;
}

.case-row a {
    color: #eb232b;
    font-weight: 700;
    word-break: break-all;
}

/* Bullet list */
.bullet-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bullet-list li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 12px;
    color: #444;
    line-height: 1.55;
    margin-bottom: 8px;
}

.bullet-list li:last-child {
    margin-bottom: 0;
}

.bullet-icon {
    width: 20px;
    height: 20px;
    border-radius: 6px;
    background: #fce8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 1px;
}

.bullet-icon svg {
    width: 12px;
    height: 12px;
}

.bullet-list li a {
    color: #eb232b;
    font-weight: 700;
    word-break: break-all;
}

/* PS / tip note */
.ps-note {
    background: #fff8e1;
    border-left: 3px solid #f5a623;
    border-radius: 0 8px 8px 0;
    padding: 8px 12px;
    margin-top: 10px;
    font-size: 11px;
    color: #7a5700;
    line-height: 1.5;
}

.ps-note strong {
    color: #eb232b;
}

/* Points box */
.points-box {
    background: linear-gradient(135deg, #fce8f0, #fff5fb);
    border: 1.5px solid #e0b0cc;
    border-radius: 10px;
    padding: 12px;
    margin-bottom: 10px;
}

.points-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

.points-row:last-child {
    margin-bottom: 0;
}

.points-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.points-avatar.you {
    background: #eb232b;
}

.points-avatar.friend {
    background: #f5a623;
}

.points-info {
    flex: 1;
}

.points-who {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 800;
    color: #333;
}

.points-desc {
    font-size: 11px;
    color: #666;
    line-height: 1.4;
}

.points-badge {
    background: #eb232b;
    color: #fff;
    border-radius: 20px;
    padding: 3px 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 800;
}

.points-badge.gold {
    background: #f5a623;
}

.divider-line {
    height: 1px;
    background: #edd0e0;
    margin: 8px 0;
}

/* Verified note */
.verified-note {
    background: #e8f8f0;
    border: 1px solid #a0d8b8;
    border-radius: 8px;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
}

.verified-note svg {
    flex-shrink: 0;
}

.verified-note span {
    font-size: 11px;
    color: #1a6b40;
    font-weight: 600;
    line-height: 1.4;
}

/* ── CTA button ── */
.cta-wrap {
    padding: 16px 20px 20px;
}

.cta-btn {
    display: block;
    width: 100%;
    background: linear-gradient(135deg, #eb232b, #e0306e);
    color: #fff;
    border: none;
    border-radius: 14px;
    padding: 14px 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    letter-spacing: 0.3px;
    transition: opacity .2s, transform .1s;
}

.cta-btn:hover {
    opacity: 0.9;
    color: #fff;
}

.cta-btn:active {
    transform: scale(0.98);
}

.cta-btn small {
    display: block;
    font-size: 10px;
    font-weight: 600;
    opacity: 0.85;
    margin-top: 2px;
    letter-spacing: 0.5px;
}

/* ── Footer bar ── */
.footer-bar {
    background: linear-gradient(90deg, #fce8f0, #fff5f0);
    border-top: 1.5px solid #f0d0e0;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer-text {
    font-size: 11px;
    color: #555;
}

.footer-text strong {
    color: #eb232b;
}