/* Collection Card */
.acc-card, .acc-card * { box-sizing: border-box; }
.acc-card { display: flex; flex-direction: column; height: 100%; }
.acc-card__image { position: relative; overflow: hidden; line-height: 0; }
.acc-card__image img { width: 100%; display: block; }
.acc-badge { position: absolute; top: 12px; left: 12px; padding: 5px 12px; font-size: 12px; font-weight: 600; border-radius: 4px; line-height: 1.4; }
.acc-card__body { flex: 1; display: flex; flex-direction: column; }
.acc-card__title { margin: 0 0 10px; }
.acc-card__description { margin: 0 0 18px; flex: 1; }
.acc-card__price { margin-bottom: 18px; }
.acc-card__price-prefix { font-size: 12px; letter-spacing: 0.05em; margin-right: 6px; }
.acc-card__price-value { font-size: 20px; font-weight: 700; }
.acc-card__button { display: flex; align-items: center; justify-content: center; width: 100%; padding: 12px 20px; text-decoration: none; cursor: pointer; transition: background-color 0.2s ease; font-size: 14px; font-weight: 600; }

/* Bundle Card */
.abc-card, .abc-card * { box-sizing: border-box; }
.abc-card { position: relative; height: 100%; display: flex; flex-direction: column; }
.abc-card__inner { display: flex; flex-direction: column; flex: 1; }
.abc-ribbon { position: absolute; top: 0; right: 0; padding: 6px 14px; font-size: 11px; font-weight: 700; letter-spacing: 0.03em; text-transform: uppercase; border-radius: 0 0 0 10px; }
.abc-card__title { margin: 0 0 10px; padding-right: 70px; }
.abc-card__subtitle { margin: 0 0 20px; }
.abc-checklist { list-style: none; margin: 0 0 24px; padding: 0; flex: 1; }
.abc-checklist li { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; font-size: 14px; }
.abc-checklist li:last-child { margin-bottom: 0; }
.abc-checklist i, .abc-checklist svg { width: 16px; height: 16px; font-size: 16px; flex-shrink: 0; }
.abc-card__button { display: flex; align-items: center; justify-content: center; width: 100%; padding: 14px 20px; text-decoration: none; cursor: pointer; transition: background-color 0.2s ease; font-size: 14px; font-weight: 600; }

/* Info Panel */
.aip-panel, .aip-panel * { box-sizing: border-box; }
.aip-panel { height: 100%; display: flex; flex-direction: column; }
.aip-panel__image { line-height: 0; overflow: hidden; }
.aip-panel__image img { width: 100%; display: block; }
.aip-panel__icon { display: flex; align-items: center; justify-content: center; border-radius: 50%; margin-bottom: 20px; flex-shrink: 0; }
.aip-panel__body { flex: 1; display: flex; flex-direction: column; }
.aip-eyebrow { text-transform: uppercase; margin-bottom: 10px; }
.aip-panel__title { margin: 0 0 12px; }
.aip-panel__description { margin: 0 0 20px; }
.aip-list { list-style: none; margin: 0 0 24px; padding: 0; }
.aip-list li { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; font-size: 14px; }
.aip-list li:last-child { margin-bottom: 0; }
.aip-list i, .aip-list svg { width: 15px; height: 15px; font-size: 15px; flex-shrink: 0; }
.aip-panel__buttons { display: flex; flex-wrap: wrap; gap: 12px; margin-top: auto; }
.aip-button { display: inline-flex; align-items: center; justify-content: center; padding: 12px 22px; text-decoration: none; cursor: pointer; font-size: 14px; font-weight: 600; border: 1px solid transparent; transition: opacity 0.2s ease; }
.aip-button:hover { opacity: 0.85; }

/* Newsletter */
.an-widget, .an-widget * { box-sizing: border-box; }
.an-title { margin: 0 0 8px; }
.an-subtext { margin: 0 0 18px; font-size: 14px; }
.an-form { display: flex; gap: 10px; flex-wrap: wrap; }
.an-input { flex: 1 1 200px; min-width: 0; border: 1px solid; padding: 12px 16px; font-family: inherit; outline: none; }
.an-submit { border: none; padding: 12px 22px; cursor: pointer; font-size: 14px; font-weight: 600; white-space: nowrap; transition: opacity 0.2s ease; }
.an-submit:disabled { opacity: 0.6; cursor: not-allowed; }
.an-privacy { margin-top: 10px; font-size: 12px; }
.an-response { margin-top: 10px; font-size: 13px; display: none; }
.an-response.is-success { display: block; color: #3BB273; }
.an-response.is-error { display: block; color: #E05959; }
.an-honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* Pathway Grid */
.apg-widget, .apg-widget * { box-sizing: border-box; }
.apg-header { margin-bottom: 20px; }
.apg-eyebrow { margin: 0 0 6px; text-transform: uppercase; }
.apg-subtitle { margin: 0; font-size: 14px; }
.apg-grid { display: grid; }
.apg-card { position: relative; display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; border: 1px solid; text-decoration: none; transition: background-color 0.25s ease; min-height: 110px; }
.apg-card__icon { margin-bottom: 14px; }
.apg-card__icon i, .apg-card__icon svg { display: block; }
.apg-card__title { margin: 0; line-height: 1.3; }
.apg-card__arrow { margin-top: 10px; align-self: flex-end; }
.apg-card__arrow svg { width: 14px; height: 14px; display: block; }
.apg-footer { margin-top: 26px; text-align: center; }
.apg-view-all { display: inline-flex; align-items: center; justify-content: center; padding: 12px 28px; text-decoration: none; cursor: pointer; font-size: 14px; font-weight: 600; transition: background-color 0.2s ease; }
