/* ============================================================
   FarOut Tables — Frontend Styles
   ============================================================ */

.fot-card {
    max-width: 280px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.10);
    font-family: inherit;
    margin: 0 auto;
}

/* Header */
.fot-card__header {
    padding: 24px 20px;
    text-align: center;
}

.fot-card__title {
    color: #fff !important;
    font-size: 1.2rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin: 0 0 6px !important;
    padding-top: 0 !important;
    line-height: 1.2 !important;
}

.fot-card__subtitle {
    color: rgba(255, 255, 255, 0.78) !important;
    font-size: 0.7rem !important;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin: 0 !important;
    line-height: 1.4 !important;
}

/* Body */
.fot-card__body {
    background: #fff;
    padding: 28px 24px 24px;
    text-align: center;
}

/* Price */
.fot-card__price-wrap {
    margin-bottom: 24px;
}

.fot-card__price {
    font-size: 3.4rem !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    color: #1a1a1a !important;
    margin: 0 !important;
    letter-spacing: -0.02em;
}

.fot-card__price sup {
    font-size: 1.3rem;
    font-weight: 600;
    vertical-align: super;
    line-height: 0;
}

.fot-card__price-label {
    font-size: 0.78rem !important;
    color: #999 !important;
    margin: 6px 0 0 !important;
    letter-spacing: 0.01em;
}

/* Feature list */
.fot-card__features {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 24px !important;
    text-align: left;
}

.fot-card__features li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.875rem;
    color: #333;
    padding: 8px 0;
    border-bottom: 1px solid #f2f2f2;
    line-height: 1.3;
}

.fot-card__features li:last-child {
    border-bottom: none;
}

.fot-card__features li::before {
    content: '';
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #4a4f55;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10'%3E%3Cpath d='M1 5l3.5 3.5L11 1' stroke='white' stroke-width='1.8' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 55%;
}

/* CTA */
.fot-card__cta-wrap {
    margin-top: 4px;
}

.fot-card__cta {
    display: inline-block;
    background: #4a4f55;
    color: #fff !important;
    border-radius: 999px;
    padding: 10px 36px;
    font-size: 0.78rem !important;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none !important;
    transition: background 0.2s ease;
    border: none;
}

.fot-card__cta:hover {
    background: #2c2f33;
    color: #fff !important;
}
