@import url('https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Jost:wght@300;400;500&display=swap');

@keyframes tp3d24abe4FadeUp {
    from { opacity: 0; transform: translateY(28px); }
    to   { opacity: 1; transform: translateY(0); }
}

.tp-3d24abe4-wrap {
    display: flex;
    width: 100%;
    justify-content: center;
}

.tp-3d24abe4-card {
    background: #ffffff;
    border-style: solid;
    border-width: 1px;
    border-color: #DBCBBC;
    border-radius: 8px;
    padding: 46px 46px 40px;
    box-shadow: 0 4px 24px 0 rgba(180, 163, 148, 0.13);
    animation: tp3d24abe4FadeUp 0.5s cubic-bezier(0.22, 1, 0.36, 1) both;
    font-family: 'Jost', sans-serif;
    max-width: 560px;
    width: 100%;
    box-sizing: border-box;
}

.tp-3d24abe4-eyebrow {
    font-family: 'Jost', sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #B2ABA1;
    margin: 0 0 10px;
}

.tp-3d24abe4-title {
    font-family: 'Instrument Serif', serif;
    font-size: 2rem;
    font-weight: 400;
    color: #1A1A1A;
    margin: 0 0 10px;
    line-height: 1.2;
}

.tp-3d24abe4-subtitle {
    font-family: 'Jost', sans-serif;
    font-size: 0.92rem;
    color: #B2ABA1;
    margin: 0 0 24px;
    line-height: 1.6;
}

.tp-3d24abe4-divider {
    border: none;
    border-top: 1px solid #E7DED5;
    margin: 0 0 28px;
}

.tp-3d24abe4-category {
    margin-bottom: 28px;
}

.tp-3d24abe4-cat-label {
    display: block;
    font-family: 'Jost', sans-serif;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #B2ABA1;
    margin-bottom: 6px;
}

.tp-3d24abe4-cat-divider {
    border: none;
    border-top: 1px solid #E7DED5;
    margin: 0 0 4px;
}

/* ── Row (div or <a>) ── */
.tp-3d24abe4-row {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 9px 8px;
    border-bottom: 1px solid #E7DED5;
    border-radius: 4px;
    cursor: default;
    text-decoration: none;
    transition:
        background-color 0.22s ease,
        border-radius 0.22s ease;
}

.tp-3d24abe4-row:last-child {
    border-bottom: none;
}

.tp-3d24abe4-row:hover {
    background-color: #E7DED5;
    border-radius: 4px;
}

/* Linked rows get pointer cursor */
.tp-3d24abe4-row--link {
    cursor: pointer;
}

.tp-3d24abe4-treatment {
    font-family: 'Jost', sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    color: #1A1A1A;
    white-space: nowrap;
    flex-shrink: 0;
    transition: color 0.22s ease;
}

.tp-3d24abe4-row:hover .tp-3d24abe4-treatment {
    color: #1A1A1A;
}

.tp-3d24abe4-note {
    font-size: 0.8rem;
    color: #B2ABA1;
    margin-left: 3px;
}

.tp-3d24abe4-row-line {
    flex: 1;
    height: 1px;
    background-color: #E7DED5;
    align-self: center;
    min-width: 12px;
    transition: opacity 0.22s ease;
}

.tp-3d24abe4-row:hover .tp-3d24abe4-row-line {
    opacity: 0;
}

.tp-3d24abe4-price {
    font-family: 'Instrument Serif', serif;
    font-size: 1rem;
    font-weight: 400;
    color: #1A1A1A;
    white-space: nowrap;
    flex-shrink: 0;
    transition: color 0.22s ease;
}

/* Arrow indicator for linked rows */
.tp-3d24abe4-arrow {
    font-size: 0.85rem;
    color: #B2ABA1;
    flex-shrink: 0;
    margin-left: 2px;
    transition: color 0.22s ease, transform 0.22s ease;
    display: inline-block;
}

.tp-3d24abe4-row--link:hover .tp-3d24abe4-arrow {
    color: #1A1A1A;
    transform: translateX(3px);
}

/* ── Footer ── */
.tp-3d24abe4-footer {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 32px;
    flex-wrap: wrap;
}

.tp-3d24abe4-btn {
    display: inline-block;
    background-color: #1A1A1A;
    color: #ffffff;
    font-family: 'Jost', sans-serif;
    font-size: 0.78rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 14px 26px;
    border-radius: 3px;
    transition: background-color 0.25s ease, color 0.25s ease, transform 0.2s ease;
}

.tp-3d24abe4-btn:hover {
    background-color: #DBCBBC;
    color: #1A1A1A;
    transform: translateY(-1px);
}

.tp-3d24abe4-disclaimer {
    font-family: 'Jost', sans-serif;
    font-size: 0.78rem;
    color: #B2ABA1;
}
