.claude-pricing-container-25960 {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    max-width: 1200px;
    margin: 0 auto;
}

.claude-pricing-card-25960 {
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 32px;
    width: 100%;
    max-width: 340px;
    display: flex;
    flex-direction: column;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    text-align: left;
}

.claude-pricing-card-25960:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.claude-tier-top-text-25960 {
    font-size: 0.85rem;
    font-weight: 500;
    color: #d97757;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.claude-tier-name-25960 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 12px;
    color: #1a1a1a;
}

.claude-tier-description-25960 {
    font-size: 0.95rem;
    color: #666666;
    margin-bottom: 24px;
    line-height: 1.5;
    min-height: 3em;
}

.claude-tier-price-wrapper-25960 {
    margin-bottom: 24px;
    display: flex;
    align-items: baseline;
    gap: 4px;
}

.claude-tier-price-25960 {
    font-size: 2.5rem;
    font-weight: 500;
    color: #1a1a1a;
    letter-spacing: -0.02em;
}

.claude-tier-period-25960 {
    font-size: 0.9rem;
    color: #666666;
}

.claude-tier-button-25960 {
    display: block;
    width: 100%;
    padding: 12px 16px;
    background-color: #f7f7f7;
    color: #1a1a1a;
    text-align: center;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    margin-bottom: 32px;
    transition: background-color 0.2s;
    border: 1px solid #e5e5e5;
    cursor: pointer;
    font-size: 1rem;
}

.claude-tier-button-25960:hover {
    background-color: #ededed;
}

/* Specific styling for the primary action button (e.g., Pro plan) */
.claude-pricing-card-25960:nth-child(2) .claude-tier-button-25960 {
    background-color: #da7756;
    color: #ffffff;
    border: none;
}

.claude-pricing-card-25960:nth-child(2) .claude-tier-button-25960:hover {
    background-color: #c46b4d;
}


.claude-tier-features-title-25960 {
    font-size: 0.85rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.claude-tier-features-25960 {
    list-style: none;
    padding: 0;
    margin: 0;
    flex-grow: 1;
}

.claude-tier-features-25960 li {
    font-size: 0.95rem;
    color: #4d4d4d;
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
    line-height: 1.4;
}

.feature-icon-wrapper-25960 {
    flex-shrink: 0;
    margin-right: 8px;
    display: flex;
    align-items: center;
    margin-top: 2px;
}

.check-icon-25960 {
    color: #2053AF;
    width: 20px;
    height: 20px;
    display: block;
}

.feature-text-25960 {
    flex-grow: 1;
}

.claude-tier-form-25960 {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #e5e5e5;
    width: 100%;
}
.claude-tier-form-25960 form, 
.claude-tier-form-25960 .fluentform {
    width: 100%;
}
.claude-tier-form-25960 input[type="email"],
.claude-tier-form-25960 input[type="text"] {
    width: 100% !important;
}