.cph-interest-page {
    display: block;
    color: #172126;
}

.cph-interest-page,
.cph-interest-page * {
    box-sizing: border-box;
}

.cph-interest-hero,
.cph-interest-explainer,
.cph-interest-empty,
.cph-interest-message {
    margin-bottom: 24px;
    padding: 20px;
    border-radius: 16px;
    background: #f5f3ed;
}

.cph-interest-threshold {
    margin-top: 16px;
    font-weight: 600;
    color: #5e4200;
}

.cph-interest-helper {
    color: #4a555c;
}

.cph-interest-message--success {
    background: #e9f7ea;
    border: 1px solid #9acda1;
}

.cph-interest-message--error {
    background: #fff0f0;
    border: 1px solid #e2a4a4;
}

.cph-interest-message--info {
    background: #edf5ff;
    border: 1px solid #abc7ef;
}

.cph-interest-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.cph-interest-card {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 20px;
    border: 1px solid #d8d3c7;
    border-radius: 18px;
    background: #ffffff;
}

.cph-interest-card__header {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.cph-interest-card__logo {
    width: 72px;
    height: 72px;
    object-fit: contain;
    flex-shrink: 0;
}

.cph-interest-card__title {
    margin: 0 0 8px;
}

.cph-interest-card__description {
    margin: 0;
}

.cph-interest-card__counts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.cph-interest-card__counts > div {
    padding: 12px;
    border-radius: 12px;
    background: #f7f7f2;
}

.cph-interest-card__count-number {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
}

.cph-interest-card__count-label {
    color: #4a555c;
}

.cph-interest-card__actions,
.cph-contribute-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.cph-interest-button {
    appearance: none;
    border: 0;
    border-radius: 999px;
    padding: 12px 18px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    line-height: 1.2;
}

.cph-interest-button--primary {
    background: #0d6b62;
    color: #ffffff;
}

.cph-interest-button--secondary {
    background: #dbe9e3;
    color: #17342f;
}

.cph-interest-button--ghost {
    background: transparent;
    color: #17342f;
    border: 1px solid #c0d2cb;
}

.cph-interest-form-inline {
    margin: 0;
}

.cph-contribute-panel {
    padding-top: 8px;
    border-top: 1px solid #ece7dc;
}

.cph-contribute-form label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
}

.cph-contribute-form input[type="email"] {
    width: 100%;
    max-width: 100%;
    padding: 12px;
    margin-bottom: 8px;
    border: 1px solid #cfc8b8;
    border-radius: 10px;
}

.cph-help-text {
    margin-top: 0;
    color: #4a555c;
}

.cph-consent-checkbox {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin: 16px 0;
}

.cph-consent-checkbox input {
    margin-top: 4px;
}

.cph-interest-page img {
    max-width: 100%;
}

@media (max-width: 640px) {
    .cph-interest-card__header {
        flex-direction: column;
    }

    .cph-interest-card__logo {
        width: 64px;
        height: 64px;
    }
}
