*,:after,:before{box-sizing:border-box;margin:0;padding:0}.page-wrap{align-items:center;background:#fff;color:#1a1a1a;display:flex;flex-direction:column;font-family:Poppins,sans-serif;justify-content:center;min-height:100vh;padding:48px 24px}.logo-wrap{margin-bottom:48px}.logo-wrap img{display:block;height:36px;margin:0 auto}.headline-block{margin-bottom:40px;text-align:center}.headline-block h1{color:#1a1a1a;font-size:2.25rem;font-weight:700;line-height:1.2;margin-bottom:12px}.headline-block p{color:#555;font-size:1.1rem;font-weight:400}.cards-row{display:flex;flex-wrap:wrap;gap:24px;justify-content:center;margin-bottom:40px}.option-card{align-items:center;border-radius:16px;cursor:pointer;display:flex;flex-direction:column;gap:12px;padding:36px 28px;position:relative;text-align:center;text-decoration:none;transition:box-shadow .2s ease,transform .15s ease;user-select:none;-webkit-user-select:none;width:260px}.option-card.unselected{background:#fff;border:2px solid #e5e7eb;box-shadow:0 4px 16px rgba(0,0,0,.06);color:#1a1a1a}.option-card.unselected:hover{box-shadow:0 8px 28px rgba(0,0,0,.1);transform:translateY(-2px)}.option-card.selected{background:#00b2c9;border:2px solid #00b2c9;box-shadow:0 8px 32px rgba(0,178,201,.35);color:#fff}.check-badge{align-items:center;background:#fff;border:2px solid #00b2c9;border-radius:50%;display:flex;height:28px;justify-content:center;opacity:0;position:absolute;right:-12px;top:-12px;transition:opacity .2s ease;width:28px}.option-card.selected .check-badge{opacity:1}.check-badge svg{display:block}.card-icon{align-items:center;border-radius:12px;display:flex;height:56px;justify-content:center;margin-bottom:4px;transition:background .2s ease;width:56px}.option-card.selected .card-icon{background:hsla(0,0%,100%,.2)}.option-card.unselected .card-icon{background:#f3f4f6}.card-title{font-size:1.05rem;font-weight:700;line-height:1.3}.card-subtitle{font-size:.85rem;font-weight:400;line-height:1.5;opacity:.85}.option-card.unselected .card-subtitle{color:#6b7280}.continue-btn{background:#f65c43;border:none;border-radius:8px;box-shadow:0 4px 16px rgba(246,92,67,.35);color:#fff;cursor:pointer;display:block;font-family:Poppins,sans-serif;font-size:1rem;font-weight:600;margin-left:auto;margin-right:auto;max-width:400px;padding:16px 48px;text-align:center;text-decoration:none;transition:background .2s ease,transform .15s ease,box-shadow .2s ease;width:100%}.continue-btn:hover{background:#e04c34;box-shadow:0 6px 20px rgba(246,92,67,.45);transform:translateY(-1px)}@media (max-width:600px){.cards-row{align-items:center;flex-direction:column}.option-card{max-width:320px;width:100%}.headline-block h1{font-size:1.75rem}}