.knx-registration-entry { max-width: 1080px; margin: 0 auto; padding: 1rem; }
.knx-registration-entry__grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:24px; }
.knx-registration-choice { --choice-color:#168c39; --choice-tint:#eef8f0; display:flex; flex-direction:column; min-height:330px; padding:32px; border:1px solid #e5e9ef; border-radius:14px; background:#fff; box-shadow:0 8px 22px rgba(27,48,75,.08); }
.knx-registration-choice--member { --choice-color:#0759ba; --choice-tint:#eff5fd; }
.knx-registration-choice__header { display:flex; align-items:flex-start; gap:24px; min-height:92px; }
.knx-registration-choice__icon { display:grid; flex:0 0 76px; width:76px; height:76px; place-items:center; border-radius:50%; color:var(--choice-color); background:var(--choice-tint); }
.knx-registration-choice__icon svg { width:43px; height:43px; }
.knx-registration-choice__title { max-width:300px; margin:5px 0 14px; color:#092650; font-size:25px; line-height:1.28; }
.knx-registration-choice__accent { display:block; width:44px; height:4px; border-radius:3px; background:var(--choice-color); }
.knx-registration-choice__description { min-height:50px; margin:28px 0 24px; color:#4b5d76; font-size:16px; line-height:1.55; }
.knx-registration-choice__features { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:10px; min-height:62px; margin-bottom:24px; padding:14px 12px; border-radius:12px; background:var(--choice-tint); }
.knx-registration-choice__feature { color:#143562; font-size:12px; font-weight:700; line-height:1.25; }
.knx-registration-choice__feature { display:flex; align-items:center; gap:8px; }
.knx-registration-choice__feature-icon { display:grid; flex:0 0 34px; width:34px; height:34px; place-items:center; border-radius:50%; color:#fff; background:var(--choice-color); }
.knx-registration-choice__feature-icon svg { width:17px; height:17px; }
.knx-registration-choice__action { display:flex; align-items:center; justify-content:center; gap:18px; min-height:52px; margin-top:auto; border-radius:8px; color:#fff; background:var(--choice-color); box-shadow:0 4px 10px rgba(27,48,75,.16); font-size:16px; font-weight:700; text-decoration:none; }
.knx-registration-choice__action:hover,.knx-registration-choice__action:focus { color:#fff; filter:brightness(.95); }
.knx-registration-choice__action-icon { width:28px; height:28px; }
@media (max-width:767px) { .knx-registration-entry__grid { grid-template-columns:1fr; } .knx-registration-choice { min-height:0; padding:24px; } .knx-registration-choice__header { gap:16px; min-height:0; } .knx-registration-choice__description { min-height:0; } .knx-registration-choice__features { min-height:0; gap:6px; } .knx-registration-choice__icon { flex-basis:62px; width:62px; height:62px; } .knx-registration-choice__icon svg { width:35px; height:35px; } .knx-registration-choice__title { font-size:21px; } .knx-registration-choice__feature { font-size:11px; } }
